body{
    background-image: url(../img/zdwallpaper.png);
    background-size: cover;
    background-attachment: fixed;
    background-color: #7E7E7E;
    text-rendering: optimizeLegibility;
    background-repeat: repeat-x;
}

hr{
    height:0; 
    color:none; 
    background:none; 
    border:none; 
    border-top:1px solid #333; 
    border-bottom:1px solid #7E7E7E; 
}

a {
    color: black;
}

a:hover, a:active{
    color: white;
}

header{
    background-image: url(../img/backtest2.png);
}

#logo{
    padding: 0px;
    margin: 0px;
}

.navbar{
    background-color: #333333;
    margin-bottom:0px !important;
}

.navbar-nav .dropdown{ 
    background: none !important;
}

.navbar-nav ul.dropdown-menu{ 
    background-color: transparent;
    background-image: url(../img/backtest.png);
}

.navbar-nav ul.dropdown-menu li a{ 
    color: white;
}

.navbar-nav ul.dropdown-menu li a:hover{ 
    background-color: transparent;
    background-image: url(../img/backtest2.png);
}

#cat{
    text-align: center;
    padding: 20px;
    color: #FFF;
    background-image: url(../img/backtest.png);
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#cat ul, #cat li{
    list-style: none;
    padding: 5px;
    margin: 0px;
}

#cat li a{
    color: #FFF;
}

.listhead{
    text-decoration: underline;
}


.carousel .item {
    height: 400px;
}

.carousel .item img {
    position: absolute;
    right:0;
    bottom:0;
    vertical-align: middle;
    display:block;
    margin: auto;
}

.carousel-caption{
    max-width: 400px;
    margin: auto;
    font-weight: bolder;
    background-image: url(../img/backtest.png);
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 400px;
}

.zd-split-content{
    background-image: url(../img/backtest.png);
    padding: 0px 10px 20px 10px;
}

.content{
    position: relative;
    word-wrap: break-word;
    color: black;
    margin: 25px 0px 10px 0px;
    padding: 15px 15px 15px 15px;
    background-color: #666666;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
	.content li{
		padding: 5px;
		margin: 0px;
		list-style: none;
	}
	.content li:hover{
		padding: 5px;
		margin: 0px;
		color: #FFF;
		text-decoration: none;
		background-color: #333333;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.content ul{
		padding: 0px;
		margin: 0px;
	}
        .content img{
		border: 1px solid #333333;
	}
	.content span p{
		text-wrap: normal;
	}
	.content span img{
		text-wrap: normal;
		width: 30%;
		margin: 5px;
	}
        .contentlist {
            list-style: none;
        }
        .contentlist:hover{
            list-style: square url("../img/li2.png");
            list-style-position: outside;
            text-decoration: none;
            color: #FFF;
        }
        li .content:hover{
            background-color: #333333;
            color: #FFF;
        }
        
        .contentimage{
            max-height: 100vh;
        }    
        
.adminarea{
	background-color: #666666;
	margin: 5px;
	padding: 10px;
	border: #FFF 1px solid;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.adminarea textarea, .adminarea input, .adminarea select{
    cursor: pointer;
    width: 80%;
    max-width: fit-content;
    margin: 0px;
    padding: 15px;
    font-weight: bold;
    background-color: #7E7E7E;
    border: #333333 solid 1px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; 
    -webkit-box-shadow:inset 0 0 10px #000;
    -moz-box-shadow:inset 0 0 10px #000;
    box-shadow:inset 0 0 10px #000;
}

.content textarea, .content input, .content .button{
    cursor: pointer;
    max-width: fit-content;
    margin: 0px;
    padding: 15px;
    font-weight: bold;
    background-color: #7E7E7E;
    border: #333333 solid 1px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; 
    -webkit-box-shadow:inset 0 0 10px #000;
    -moz-box-shadow:inset 0 0 10px #000;
    box-shadow:inset 0 0 10px #000;
}

.content .button:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #333333;
}

.comment textarea, .comment input{
    cursor: pointer;
    width: 90%;
    max-width: fit-content;
    margin: 0px;
    padding: 15px;
    font-weight: bold;
    background-color: #7E7E7E;
    border: #333333 solid 1px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; 
    -webkit-box-shadow:inset 0 0 10px #000;
    -moz-box-shadow:inset 0 0 10px #000;
    box-shadow:inset 0 0 10px #000;
}

footer{
        display: flex;
        align-items: baseline;
        color: #FFF;
        width: auto;
	margin: 0px;
	padding: 20px;
	background-image: url(../img/backtest2.png);
}

    .fb-follow, .twitter-follow-button {
        float: right !important;
        max-width: 70px;
        padding: 0px;
        margin: 0px 5px 0px 5px;
        line-height: 10px;
    }

