body, input, button, textarea {
	/* font: normal 11px "helvetica neue", helvetica, arial, verdana, sans-serif; */
	font: normal 12px Tahoma,Geneva,sans-serif;
}

#body {background: url(/img/home-bg.jpg) no-repeat scroll center top #FFFFFF;}
.mrbin{background:url(/img/design/mrbin.gif) no-repeat right bottom;}
body, input, textarea {color: #333;}
a {color: #9DBB36;}
a:hover {text-decoration:none;}

p {padding:0 0 0 5px}


.rss {
	background: url(../img/design/rss.gif) no-repeat;
	overflow: hidden;
	text-indent: 20px;
	margin-left: 5px;
	padding-left: 25px;
	text-decoration: none;
}

.attention {
	background: url(../img/design/attention.gif) no-repeat;
	overflow: hidden;
	margin: 2px 0 0 5px;
	padding-left: 17px;
}

.btn_down {
	border:#9DBB36 1px dashed;
	float:right;
	width:300px;
	padding:5px;
	margin:5px;
    text-align:center;
}

.btn_down A {
font-size:20px;
}

.more {
	background: url(../img/design/more.gif) no-repeat;
    color: #333333;
    padding: 0 10px 0 3px;
}

.em-hard {
	border: solid 1px #e7e7e7;
	border-left: none;
	border-right: none;
	background-color: #f5f5f5;
	margin-bottom: 1em;padding: 1em 17px;
	color:#777;
}

h1, h2, h3, h4 {
	color: #4E4E52;
	font: 25px Tahoma,Geneva,sans-serif;
}

h3
{
	color: #141414;
    font-family: Georgia;
    font-size: 20px;
    font-style: italic;
}

H2 SPAN
{
	font-size:12px;
	color:#777;
	vertical-align: middle;
}

#copyright {border-top: solid 1px #ccc;}

#social_buttons
{
	float:right;
}
#social_buttons SPAN {
	display:block;
}

/* comments
 **************************************/
 .comments {
 	width:600px;
 }
#columns .comments .comment {
	margin-top: .5em;
	padding: 1em 7px 0;
	border-bottom: solid 1px #e7e7e7;
}
#columns .comments .comment .head, #columns .comments .comment .body {
	padding: 0;
	margin: 0 0 1em 0px;
	overflow: hidden;
}
#columns .comments .comment .avatar {
	float: left;
}
#columns .comments .head .name {color: #00729c;}
#columns .comments .head .date {color: #707070;}
#columns .comments .head .vote_msg {
	float: right;
}

#columns .comments .head .vote-rating {
	float: right;
	width: 40px;
	text-align: center;
	color: #707070;
}

#columns .comments .head .vote_msg .down, #columns .comments .head .vote_msg .up {
	display: block;
	float: left;
	width: 14px; height: 14px;
	background: url(../img/design/vote.gif) no-repeat;
	overflow: hidden; text-indent: -100em;
}
#columns .comments .head .vote_msg .down {
	background-position: left bottom;
}
#columns .comments .comment .body textarea {width: 390px; margin-bottom: 1em;}
#columns .comments .comment .body .button {float: left;}

