/* ============= all elements style ============= */
*{
margin:0;
padding:0;
}

a{
outline:none;
}

img{
border:none;
}

.clearfix:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* ============= other ============= */
.floatleft{
float:left;
}

.floatright{
float:right;
}

/* ============= body ============= */
body{
margin:0;
padding:0;
background:#19092B;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}

/* ============= wrapper ============= */
#wrapper{
width:600px;
margin:0 auto;
}

/* ============= header ============= */
#header{
width:600px;
height:40px;
margin-bottom:30px;
}

/* ============= logo ============= */
#header h1{
width:600px;
height:20px;
float:left;
color:#FFCC33;
font-size: 17px;
display:inline;
size: 10em;
}

#header h1 a{
display:block;
width:600px;
height:40px;
margin-top: 25px;
text-indent: 0em;
text-decoration: none;
padding-left:0px;
color:  #FFF;
size: 16px;
background:url() no-repeat;
}

/* ============= content ============= */
#content{
width:600px;
float:right;
}

/* ============= post header ============= */
.post{
margin-bottom:30px;
}

.post a{
color:#3689DD;
text-decoration:underline;
}

.post a:hover{
color:#fff;text-decoration:underline;
}

.ph{
width:600px;
float:left;
color:  #FFCC33;

}

.post-header img{
float:left;
margin-right:0px;
background:#000;
padding:0px;
border:0px solid #242424;
}

.post-header h1, #content h1{
color:  #FFCC33;
font-size:16px;
float:left;
}

.post-header h1 a, #content h1 a{
color:#fff;
text-decoration:none;
}

.post-header h1 a:hover, #content h1 a:hover{
text-decoration:underline;
color:#fff;
}

.post p{
font-size:14px;
color:#fff;
line-height:18px;
text-align:justify;
margin-bottom:10px;
}

.post ul li, .post ol li{
list-style-position:inside;
font-size:12px;
color:#eee;
line-height:15px;
}

.post ul, .post ol{
margin-bottom:15px;
}

.post-meta{
clear:both;
font-weight:bold;
color:#fff;
font-size:11px !important;
line-height:11px !important;
padding: 0 0 -10px 0;
}

.author{
color:#0080E4 !important;
}

.post-meta a{
color:#fff;
text-decoration:none;
}

.post-meta a:hover{
text-decoration:underline;
color:#ccc;
}



/* ============= prev/next navigation ============= */
.prevnextnav{
padding:10px;
height:20px;
text-align:center;
}

.prevnextnav a{
color:#ddd;
text-decoration:underline;
font-weight:bold;
padding:5px;
}

.prevnextnav a:hover{
text-decoration:none;
background:#f8f8f8;
}

/* ============= comments ============= */

.comtext{
padding:10px;
margin-bottom:10px;
color: fff;
}

.comtext h3{
font-size:13px;
color:#fff;
}

.comtext h3 a{
color:#fff;
text-decoration:none;
}

.comtext h3 a:hover{
text-decoration:underline;
}

.nobold{
color:#fff;
font-size:11px;
font-weight:normal;
}

.comtext-inside{
border-left:4px solid #a1a1a1;
padding-left:10px;
margin-top:10px;
}

.comtext p{
text-align:justify;
font-size:11px;
color:#fff;
margin-bottom:15px;
line-height:15px;
}

.comment-form{
margin-top:10px;
margin-bottom:20px;
}

.comment-form h3{
background:#000;
border-bottom:1px solid #b3b3b3;
padding:10px;
margin-bottom:10px;
color:#fff;
font-size:15px;
}

.comment-form input{
width:200px;
margin-bottom:5px;
padding:2px;
}

.comment-form textarea{
width:98%;
margin-bottom:10px;
}

#commentform a{
color:#fff;
font-weight:bold;
font-size:11px;
text-decoration:underline;
}

#commentform a:hover{
text-decoration:none;
}

.bighead{
display:block;
margin-bottom:10px;
border-bottom:1px solid #dddddd;
float:none !important;
}


