/*RESET*/

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, 
a, code,
del, dfn, em, font, img, ins, q, s,
small, strike, strong, 
dl, dt, dd, ol, 
form{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight:normal;
	font-style:normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul, li {
	list-style: none;
margin: 0;
padding: 0;
}
a:link, a:hover{
	text-decoration:none;
	color:#777777;
}


/*END OF RESET*/

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#ffffff;
	line-height:13pt;
	background-color:#202020;
}
a:link, a:visited{
text-decoration:none;
color:#999999;
	/*color:#aeee00;*/
}
a:hover{
	color:#FFFFFF;
}
#container{
	width:900px;
	margin:auto;
overflow:hidden;
}
#header{
float:left;
	width:180px;
	height:30px;
	margin-top:20px;
}
#navleft{
padding-top:20px;
	float:right;
	width:100px;
height:1px;
}
#navleft img{
margin-top:-8px;
padding-right:5px;
}
/*#navleft ul li{
font-size:10pt;
display:inline;
padding-left:10px;
}*/
#content{
	clear:both;
	width:900px;
	padding-left:2px;
}
#content img{
	max-width:126px;
	float:left;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	margin-bottom:10px;
	margin-top:-10px;
}
#content img:hover{
	border-color:#555555;
}
#footerleft{
margin-top:-5px;
	float:left;
	width:630px;
}
#footerright{
margin-top:-20px;
	float:right;
}
#footerright ul li{
float:left;
padding-left:2px;
}
.green, h2{
	color:#aeee00;
	font-size:12pt;
	font-weight:bold;
}
h2{
padding-bottom:10px;
}
.white{
	color:#ffffff;
	font-size:12pt;
	font-weight:bold;
margin-left:-4px;
}	
.blue{
	color:#01b0f0;
	font-weight:bold;
}	
.grey{
	color:#777777;
	font-size:12pt;
	font-weight:bold;
}
.grey a:hover{
color:#ffffff;
}
.content{
float:left;
display:block;
}
.input{
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	width:200px;
}
.input2{
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	width:300px;
}
.button{
	background-color:#ffffff;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	width:70px;
}
#post{
    width:330px;
float:left;
	/*border-right-style:solid;
	border-right-color:#333333;
	border-right-width:1px;*/
}
#post img{
float:left;
}
#postright{
width:320px;
float:left;
}
#latestcomments{
width:225px;
float:left;
padding-left:15px;
}
#share ul li {display: inline}
#share{
float:left;
margin-top:10px;
padding-left:35px;
overflow:hidden;
}
#share img{
float:left;
padding: 0px;
padding-right:20px;
}
.search {
	background:url('/images/input.gif') no-repeat;
background-color:transparent;
	height:20px;
	width:130px;
	color:#ffffff;
	border:none;
	margin:0;
	float:left;
padding-top:4px;
padding-left:7px;
}
.find {
	background:url('/images/find.gif') no-repeat;
	border:none;
	height:24px;
	width:24px;
	margin:0;
	float:right;
cursor:pointer;
}
.line{
margin-top:-10px;
margin-bottom:10px;
width:900px;
height:1px;
background-color:#333333;
}
.menu{
background-color:#333333;
	border-style:solid;
	border-color:#555555;
	border-width:1px;
color:#ffffff;
width:159px;
height:22px;
margin-top:-2px;
}
#EchoTopic, #EchoTopic2{
padding-left:2px;
margin-top:3px;
}
.mfp_remove_link{
float:right;
margin-top:-16px;
padding-right:10px;
}
.mfp_favorites li{
padding:5px;
width:235px;
height:15px;
background-color:#333333;
margin-bottom:2px;
font-size:8pt;
}
.commentdivide{
width:320px;
height:1px;
	border-bottom-style:solid;
	border-bottom-color:#333333;
	border-bottom-width:1px;
}
small{
font-size:8pt;
padding-top:3px;
}
h4{
color:#999999;
}
.favgreen{
color:#aeee00;
}