@charset "UTF-8";
/* CSS Document */
#sidebar{
display:none;
}

body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#B8B8B8;
color:#E7E7E7;
font-family:Arial,Helvetica,sans-serif;
font-size:30px;
}
a {
color:#F6EFEF;
text-decoration:none;
}
#maincontent {
background-color:#716B6B;
float:left;
padding-left:12px;
padding-right:10px;
padding-top:5px;
width:98%;
}
#container {
margin:0 auto;
position:relative;
}
h1 {
font-size:30px;
margin-bottom:-19px;
}

h2 {
color:#db5858;
font-size:45px;
font-weight:normal;
margin-bottom:-12px;
}



h3 {
color:#C84040;
font-size:16px;
margin-bottom:-11px;
margin-top:5px;
}

#footer {
background-color:#000000;
clear:both;
width:100%;
}

#footer p {
color:#FFFFFF;
font-size:35px;
text-align:center;
}
.fullpost{
	display:none
}


