@import url(layout.css);
.alignleft {
float:left;
}
.alignright {
float:right;
}
a:link, a:visited {
color:#FFF;
}
h1, h2, h3, h4 {
color:#ffdb60;
}
h1 {
font-size:18px;
}
h2 {
font-size:16px;
}
h3 {
font-size:14px;
}
h2 a:link, h2 a:visited {
color:#FFDB60;
}
#sidebar .inner {
margin:10px;
}
#content .inner {
margin:0 15px 10px 0;
}
body {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
background:#222;
color:#d4d4ab;
line-height:150%;
}
#page {
background:url("img/page.gif") repeat-y;
}
#header {
background:url("img/header.jpg") no-repeat;
height:217px;
position:relative;
} 
#header h1 a {
display:block;
width:400px;
height:100px;
overflow:hidden;
text-indent:-5999px;
}
#header .description {
display:none;
}
#searchform {
position:absolute;
width:300px;
height:80px;
top:160px;
left:40px;
color:#CCC;
}
#searchform .txt {
width:120px;
background:#FFF;
border:1px solid #FFF;
}
#searchform .submit {
background:#353535;
border:1px solid #CCC;
color:#CCC;
}
#footer {
background:url("img/footer.gif") no-repeat top #222;
padding-top:40px;
padding-bottom:15px;
}
.sidebox {
margin:9px;
background:url("img/searchbox.gif") no-repeat top #303030;
border:1px solid #7e7e69;
}
.sidebox h2 {
margin-top:0;
padding-bottom:5px;
border-bottom:1Px solid #4d4646;
}
.sidebox li, .sidebox ul {
list-style-type:none;
margin:0;
padding:0;
}
.sidebox li a {
color:#e2e2e2;
}
.sidebox ul, .sidebox p, .sidebox h2 {
margin:5px;
}

small {
color:#cacfd0;
margin:5px 0 10px 0;
display:block;
}
.post {margin-bottom:15px; padding-bottom:10px;border-bottom:1px solid #373732;}
.post h2 {
margin-bottom:15px;
}
.post h2 span {
float:right;
background:#303030;
color:#FFF;
border:1px solid #7E7E69;
padding:3px;
}
.post img {
margin:5px 5px;
}
a.comments-link {
padding-left:26px;
background:url("img/com.gif") no-repeat left;
}
.postmetadata {
clear:both;
margin:5px;
}

.navigation {
margin:20px 10px;
padding-top:10px;
}

/* Comments */

#commentlist { margin: 1.2em 0;padding: 0;list-style-type: none;color: black; text-align: left;}
#commentlist a { color: black;}
#commentlist li { margin: 1em 0;padding: 0 20px;}
.commentalt { background: url(img/comj.jpg) repeat-y !important;}
.commentauthor { margin: 1em 0 0 0;}
.commentOfficialUser { border: 1px solid #F08773;background: url(img/comr.jpg) repeat-y;width: 500px;}
.comment { border: 1px solid #CCC;background: url(img/comj.jpg) repeat-y;width: 500px;}
.commentauthor a { font-weight: bold;}
.commentmeta { margin-top: 0; font-size: 0.9em;}
#comment { width: 98%;}
#comment label { font-weight: bold; }
form label { color:#000;font-weight:bold;display:block;}
#commentform {background:#F2F2F2;padding:10px;color:#000;}
#commentform a {color:#000;}