/*
Theme Name: mp8
Description: New mp8.ph wordpress theme.
Author: Hrist
*/

*{
    margin: 0;
    padding: 0;
    font-family: Arial;
}
body{
    background: url(img/main-bg.jpg) no-repeat center top fixed;
}
p, span, a, em, strong{
    text-align: justify;
    color: #fff;
}
h1, h2, h3, h4, h5, h6{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}
#main-wrapper{
    width: 988px;
    margin: 0 auto;
}
#top-bar{
    background: url(img/top-bar.jpg) no-repeat center top;
    height: 40px;
}
.wpcf7 input, .wpcf7 textarea {
	padding: 3px;
	font: 12px "Arial", Helvetica, sansv-serif;
}
/* NAVIGATION */
#nav-logo{
    background: url(img/nav-logo.png) no-repeat center top;
    float: left;
    width: 50px;
    height: 70px;
    margin: 5px 0 0 20px;
}
#nav img{
    float: right;
    margin: 3px 0 0 5px;
}
#nav{
    background: url(img/nav-bg.png) no-repeat center top;
    float: left;
    width: 988px;
    height: 80px;
    margin: 10px 0 5px 0;
	font-family: Lucida Sans Unicode;
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
}
#nav ul{
    margin: 30px 0 0 80px;
}
#nav ul li{
    list-style-type: none;
    float: left;
}
#nav ul li a{
    text-decoration: none;
    display: block;
    font-family: Arial;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #333;
    font-weight: bold;
    padding: 5px 10px 0 10px;
    margin: -2px 5px 0 5px;
}
#nav li a:hover{
    background: url(img/nav-hover.png) repeat-x;
    height: 30px;
    text-shadow: 1px 1px 1px #333;
}
#blog, #video{
	position: absolute;
	visibility: hidden;
	background: #000;
	z-index: 1000;
}
#blog ul, #video ul{
	float: left;
	margin: 0;
	padding: 0;
	width: 250px;
	padding: 0 0 0 0!important;
	margin: 0 0 0 0!important;
}
#blog ul:hover, #video ul:hover{
	margin: 10px 0 0 0!important;
}
#blog ul li, #video ul li{
	list-style-type: none;
	position: relative;
	border-bottom: dotted 1px #222;
	padding: 0;
	width: 100%;
	padding: 0 0 0 0!important;
	margin: 0 0 0 0!important;
}
#blog ul li a, #video ul li a{
	text-decoration: none;
	display: block;
	font-size: 14px;
	padding: 10px 0 10px 10px!important;
	font-weight: normal;
	margin: 0 0 0 0!important;
}
#blog ul li a:hover, #video ul li a:hover{
	background: #990000;
	height: auto;
}
/* NAVIGATION END */

/* MAIN BODY */
#main-body{
	float: left;
	width: 988px;
	background: #e9e9e9;
}
#content-left{
	float: left;
	width: 700px;
	border-right: dotted 1px #333;
}
.post-top-bar{
	background: url(img/post-top-bar.png) no-repeat;
	float: left;
	width: 700px;
	height: 50px;
}
.the-post{
	float: left;
	margin: 5px 10px 5px 10px;
	width: 640px;
	padding: 0 20px 0 20px;
	background: #fff;
}
.title-bar{
	float: left;
	width: 660px;
	margin: 20px 0 0 0;
}
.post-date{
	background: url(img/date-bg.png) no-repeat;
	float: left;
	width: 36px;
	height: 42px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
}
.title-bar h1{
	float: left;
	color: #333;
	font-size: 18px;
	width: 442px;
	margin: 0 10px 0 10px;
	padding: 0 20px 10px 20px;
	font-weight: bold;
    border-bottom: dashed 1px #cccccc;
}
.comment-count{
	background: url(img/comment-count-bg.png) no-repeat;
	float: right;
	color: #fff;
	font-size: 12px;
	width: 112px;
	height: 29px;
	text-align: center;
	padding: 3px 0 0 0;
	margin: 0 10px 0 0;
}
.the-content img, .the-content p img{
	border: solid 2px #030303;
	float: left;
}
.the-content p{
	float: left;
	color: #333;
	margin: 7px 0 7px 0;
	width: 100%;
}
.the-content p a{
	color: #990000;
}
.the-content p span, .the-content p em{
	color: #333!important;
	font-weight: bold!important;
}
.the-content div span, .the-content div span a span{
	color: #990000!important;
}
.the-content ul li{
	list-style-type: circle;
	list-style-position: inside;
	color: #333;
	font-size: 14px;
	line-height: 24px;
}
.more-link{
	text-decoration: none;
	text-transform: uppercase;
	color: #fff!important;
	float: right;
	background: #990000;
	padding: 4px 9px 4px 9px;
	margin: 50px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 3px #070707;
}
.post-bottom{
	background: url(img/post-bottom.png) no-repeat;
	float: left;
	width: 568px;
	height: 46px;
	padding: 0 0 10px 0;
	margin: 20px 0 0 50px;
}
#content-right{
	float: left;
	width: 253px;
	padding: 0 17px 0 17px;
}
.side-box{
	float :left;
	margin: 30px 0 0 0;
	width: 250px;
}
.side-box ul{
	background: url(img/sidebar-bottom.png) no-repeat left bottom;
	padding: 0 0 30px 0;
}
.side-box ul li{
	list-style-type: none;
	border-top: solid 1px #333;
	line-height: 20px;
}
.side-box ul li a{
	text-decoration: none;
	color: #333;
	font-size: 14px;
}
.side-box ul li a:hover{
	color: #990000;
}
.side-title{
	color: #555;
	font-size: 18px;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.tagcloud a{
	color: #333;
	text-decoration: none;
	line-height: 20px;
}
.tagcloud a:hover{
	color: #990000;
}

/* COMMENTS */
.comments-wrapper{
	float: left;
	width: 660px;
	padding: 0 20px 0 20px;
}
.comment-number{
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin: 0 0 10px 0;
	width: 660px;
}
.comment{
	background: #eee;
	float: left;
	padding: 10px;
	width: 640px;
	margin: 5px 0 5px 0;
	border: solid 1px #ddd;
}
.comment img{
	border: solid 2px #999;
	float: left;
	margin: 0 5px 0 5px;
}
.comment p cite a, .comment p a, .comment p cite{
	color: #990000;
	text-decoration: none;
}
.user-comment{
	padding: 10px 0 0 0;
}
.user-comment p a{
	text-decoration: none;
	color: #990000;
}
.user-comment p{
	color: #333;
}
.comments-meta{
	float: left;
	background: #ccc;
	padding: 5px 20px 5px 20px;
	margin: 0 0 0 0;
}
.comments-meta a{
	color: #990000;
	text-decoration: none;
}
.comments-meta a:hover{
	color: #222;
}
#postcomment{
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	float: left;
	width: 600px;
	margin: 10px 0 0 0;
}
#comment-form{
	float: left;
	background: #eee;
	margin: 10px 0 20px 0;
	padding: 10px 20px 10px 20px;
	width: 620px;
	border: solid 1px #ddd;
}
#comment-form p a{
	color: #990000;
	text-decoration: none;
}
#comment-form p{
	color: #333;
}
#comment-form input{
	margin: 5px 0 5px 0;
	height: 30px;
	width: 300px;
}
#submit{
	width: 130px!important;
}
/* COMMENTS END */

/* MAIN BODY END */

/* FOOTER */
#footer{
	float: left;
	width: 988px;
	margin: 5px 0 0 0;
}
#footer-images{
	float: left;
	width: 988px;
}
.footer-image{
	float: left;
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	border: 10px solid #000;
	margin: 0 5px 0 4px;
}
.footer-image:hover{
	border: 10px solid #111;
}
.copyright{
	background: url(img/copyright-bg.jpg) no-repeat;
	width: 988px;
	height: 30px;
	float: left;
	margin: 5px 0 10px 0;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
}
.copyright p{
	text-transform: uppercase;
	text-align: center;
	color: #aaa;
	font-size: 12px;
	margin: 5px 0 0 0;
	text-shadow: 1px 1px 3px #000;
	font-weight: bold;
}
.copyright p a{
	text-decoration: none;
	color: #aaa;
}
.copyright p a:hover{
	color: #990000;
}
/* FOOTER END */


/* FACEBOOK LIKE */
#facebook-like{
	position: absolute;
	margin: -30px 0 0 40px;
}
/* FACEBOOK LIKE END */

/* MEMBERSHIP PROFILE */
#membership-profile{
	position: absolute;
	margin: -30px 0 0 790px;
}
#membership-profile a{
	text-decoration: none;
	color: gold;
}
#membership-profile a:hover{
	color: #990000;
}
/* MEMBERSHIP PROFILE END */