* {
	margin: 0;
	padding: 0;
}

body {
	background: url('img/bg.png');
	font-family: Calibri, 'Trebuchet MS', Arial, Tahoma, sans-serif;
}

#contwrap {
	position: absolute;
	width: 922px;
	min-height: 100%;
	background: #666;
	border-left: 1px solid #848484;
	border-right: 1px solid #848484;
	left: 50%;
	margin-left: -461px;
}

#hat {
	width: 921px;
	height: 147px;
	background: url('img/hat.png') no-repeat;
}

#cont  {
	width: 922px;
	border-radius: 20px 20px;
	box-shadow: 0px 0px 10px #222;
	margin-top: 10px;
	position: relative;
}

#tags {
	width: 922px;
	border-radius: 20px 20px 0 0;
	background-color: #f4f4f4;
	border-top: 1px solid #fff;
	height: 80px;
}

#tags ul {
	margin: 20px 20px 0 20px;
	width: 100%;
}

#tags li {
	float: left;
	list-style-type: none;
	text-align: center;
	font-size: 16px;
	margin: 0 20px 0 0;
}

#tags li a {
    display: inline-block;
    padding: 10px 19px 10px 0;
}

li span.left{
	width: 19px;
	height:45px;
	background: none;
	display: block;
	float: left;
}

span.left:hover, li:hover span.left, li.tagsel span.left {
	background: url('img/l_tag_bg.png') top left;
}

li span.right{
	height:45px;
	background: none;
	display: block;
	float: left;
	min-width: 39px;
}

span.right:hover, li:hover span.right, li.tagsel span.right {
	background: url('img/r_tag_bg.png') no-repeat right -1px;
}

#rightcol li a {
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
	display: block;
	padding: 10px 19px 10px 0;
    font-size: 14px;
}

#rightcol li {
	list-style-type: none;
}

a.red, a.red:visited {
	color: #f00;
}

a.red:hover {
	color: #cc0000;
}

a.blue, a.blue:visited {
	color: #00f;
}

a.blue:hover {
	color: #000099;
}

a.gray, a.gray:visited {
	color: #666;
}

a.gray:hover {
	color: #222;
}

a.aqua, a.aqua:visited {
	color: #0076b9;
}

a.aqua:hover {
	color: #01517e;
}

a.orange, a.orange:visited {
	color: #caab00;
}

a.orange:hover {
	color: #917b00;
}

a.emerald, a.emerald:visited {
	color: #00afb1;
}

a.emerald:hover {
	color: #007d7e;
}

a.black, a.black:visited {
	color: #000;
}

a.black:hover {
	color: #444;
}

a.darkred, a.darkred:visited {
	color: #950000;
}

a.darkred:hover {
	color: #630000;
}

a.deepblue, a.deepblue:visited {
	color: #002aa3;
}

a.deepblue:hover {
	color: #1e00ff;
}

#rsscont {
	display: block;
	width: 98px;
	height: 41px;
	position: relative;
	left: 780px;
	top: 120px;
}

#rss {
	display: block;
	width: 101px;
	height: 101px;
	background: url('img/rss.png') top left;
	position: relative;
}

#footer {
	margin: 30px 0;
	font-style: italic;
	color: #fff;
	width: 100%;
	text-align: center;
}

#footer a:link, #footer a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
}

#postwrap {
	position: relative;
	background: #f4f4f4;
}

.post {
	padding: 20px 40px 20px 40px;
	width: 542px;
	float: left;
	margin-left: -622px;
	background-color: #f4f4f4;
}

.post h1, .post h1 a{
	font-size: 24px;
	line-height: 24px;
	color: #0076b9;
	text-shadow: 0px 1px 0px #fff;
	text-decoration: none;
}

.author {
	display: block;
	height: 18px;
	background: url('img/auth_bg.png') top right;
	float: left;
	margin-left: -40px;
	margin-top: 20px;
	padding: 10px 20px 10px 40px;
	font-size: 12px;
	font-style: italic;
	text-shadow: 0px 1px 0px #fff;
	margin-bottom: 20px;
	clear: both;
}

.text_post p{
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 22px;
}

.text_post_first:first-letter {
	font-size: 40px;
	color: #0076b9;
	line-height: 16px;
}

#comment_list {
}

.numofcomments {
	margin: 0px 0px 20px 0;
}

.numofcomments span {
	font-size: 40px;
	color: #0076b9;
	text-shadow: 0px 1px 0px #fff;
	margin-right: 5px;
}

.comment {
	width: 99%;
	margin-bottom: 20px;
}

.comment:hover {
	background: url('img/com_bg.png') center left repeat-x;
}

.commentbody {
	min-height: 60px;
}

.c2 {
	padding-left: 20px;
}

.c3 {
	padding-left: 40px;
}

.c4 {
	padding-left: 60px;
}

.commentwrap1 {
	width: 11%;
	position: relative;
	background: #f4f4f4;
}

.commentwrap2 {
	width:780%;
	position:relative;
	left: 100%;
	margin: 0 -200% 0 0;
	padding-left: 10px;
	background: #f4f4f4;
}

.ava {
	margin-left: -70px;
	float: left;
}

.commentbody span, .commentbody span>a {
	font-size: 14px;
	font-style: italic;
	color: #8f8f8f;
}

.leavecom {
	margin: 40px 0 5px 15px;
}

.leavecom h5{
	font-size: 18px;
	color: #0076b9;
	text-shadow: 0px 1px 0px #fff;
}

.fieldwrap input, .fieldwrap textarea {
	background: #fff;
	border: 3px solid #bbb;
	border-radius: 15px;
}

.fieldwrap input:hover, .fieldwrap textarea:hover {
	border: 3px solid #0076b9;
}

.fieldwrap:hover span{
	color: #0076b9;
}

.fieldwrap span:hover{
	color: #bbb;
}

.fieldwrap input {
	padding: 0 10px;
	height: 30px;
	font-size: 16px;
	width: 300px;
	margin: -7px 0;

}

.fieldwrap textarea {
	padding: 10px;
	min-height: 100px;
	max-height: 600px;
	font-size: 16px;
	max-width: 540px;
	min-width: 540px;
	margin: -15px 10px 10px 0;
}

.fieldwrap span {
	font-size: 14px;
	color: #bbb;
	font-style: italic;
	float: left;
	display: inline-block;
	height: 30px;
	margin: 0 10px 0 0;
	padding: 7px 0;
}

.fieldwrap span>em {
	color: #f00;
}

.commentbut {
	background: url('img/but_bg.png');
	width: 194px;
	height: 40px;
	border: none;
	font-size: 16px;
	color: #88ff7f;
	text-shadow: 0px -1px 0px #257710;
	cursor: pointer;
}

.commentbut:hover {
	background: url('img/but_bg.png') left 40px;
	color: #c3fcbf;
}

#rightcolwrap {
	background: #666 url('img/right_edge.png') repeat-y left top;
	width: 300px;
	margin-left: 622px;
	border-right: 1px solid #848484;
}

#rightcol {
	width: 300px;
	float: right;
	position: relative;
	height: 100%;
}

#right_top {
	width: 287px;
	height: 41px;
	background: url('img/right_corn.png') top left;
	margin-left: 13px;
}

.clear {
	clear: both;
}

#bottom {
	border-radius: 0 0 20px 20px;
	background: #f4f4f4;
	height: 20px;
	width: 922px;
}

#right_bot {
	width: 287px;
	height: 45px;
	background: url('img/right_corn_b.png') top left;
	position: absolute;
	right: 0px;
	margin-top: -42px;
}

#widgets {
	background: #e0dfdf url('img/right_edge.png') repeat-y left top;
	padding: 0 20px 0 50px;
}

.widg_head {
	background: #aaa;
	border-radius: 20px 0 0 20px;
	padding: 5px 0 5px 20px;
	margin: 0 -20px 10px -20px;
	font-size: 22px;
	color: #fff;
	text-shadow: 0px -1px 0 #666;
}

.search input {
	background: #fff;
	border: 3px solid #bbb;
	border-radius: 15px;
	padding: 0 10px;
	height: 30px;
	font-size: 16px;
	width: 150px;
	margin: 0 9px 0 -15px;
	float: left;
	display: block;
}

.search input:hover {
	border: 3px solid #0076b9;
}

.search button {
	background: #bbb;
	border-radius: 15px;
	height: 35px;
	width: 60px;
	border: none;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	display: block;
	float: right;
}

form {
	clear: both;
}

.search button:hover {
	background: #0076b9;
}

.search, .subscr {
	margin-bottom: 40px;
	height: 30px;
}

.popular {
	width: 250px;
	overflow: hidden;
}

.widg_cont {
	width: 760px
}

.tagcloud {
	margin-bottom: 20px;
}

.popular ul {
	float: left;
	width: 250px;
}

.popular li {
	list-style-type: none;
}

.popular li a{
	padding: 5px 0;
	color: #0076b9;
	text-decoration: underline;
	text-shadow: 0 1px 0 #F2F2F2;
}

.popular li a:hover{
	color: #0018ff;
	text-decoration: none;
}

.widg_nav {
	width: 300px;
	height: 23px;
	padding: 5px 0;
}

.widg_nav span {
	display: block;
	float: left;
}

.point {
	width: 13px;
	height: 13px;
	cursor: pointer;
	margin: 0 5px 0 0;
}

.act {
	background: url('img/right_nav.png') left 13px;
}

.dis {
	background: url('img/right_nav.png') top left;
}

.subscr input {
	background: #fff;
	border: 3px solid #bbb;
	border-radius: 15px;
	padding: 0 10px;
	height: 30px;
	font-size: 16px;
	width: 100px;
	margin: 0 9px 0 -15px;
	float: left;
	display: block;
}

.subscr input:hover {
	border: 3px solid #0076b9;
}

.subscr button {
	background: #bbb;
	border-radius: 15px;
	height: 35px;
	width: 110px;
	border: none;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	display: block;
	float: right;
}

.subscr button:hover {
	background: #0076b9;
}

#right_corn {
	width: 287px;
	height: 33px;
	background: url('img/o_e.png') repeat-y top left;
	margin-left: 13px;
	margin-bottom: 43px;
}

#pager {
	width: 650px;
	position: relative;
	height: 25px;
	left: 50%;
	margin-left: -325px;
	margin-bottom: 20px;
}

#pager li, .extend {
	list-style-type: none;
	display: inline;
	float: left;
}

#pager li a, #pager li span{
	list-style-type: none;
	display: inline;
	float: left;
	width: 25px;
	height: 22px;
	background: url('img/nav_dig.png') left 48px ;
	padding: 0;
	font-size: 14px;
	font-style: normal;
	padding-top: 2px;
	margin: 0 5px;
}

#pager li em a {
	display: inline-block;
	width: 83px;
	height: 23px;
	background: url('img/nav_but.png') left top ;
	margin-top: -1px;
}

#pager li em a:hover {
	background: url('img/nav_but.png') left 25px;
}

#pager li span{
	background: none;
}

#pager li a:hover{
	background: url('img/nav_dig.png') left 24px ;
}

#pager li a.sel {
	background: url('img/nav_dig.png') left -1px ;
}

/*-------------------*/
.post_main_image {
    float: left;
    margin-right: 12px
}

#mailto_subscribe {
    clear: both;
    padding-top: 5px;
    text-align: right;
}

#sub_pager_wrapper {

}

.post h1{
    float: left;
    display: block;
}

#div_votes {
    float: right;
    clear: both;
    margin-top: -20px;
}

#div_votes > span {
	float: left;
	display: block;
}

.post_body {
	margin-bottom: 40px;
}

.numofcomments a {
	text-decoration: none;
	color: #000;
}

.dp-highlighter .comment:hover {
	background: none;
}

.text_post .similar-posts, .text_post .similar-posts {
    background: #e9e9e9;
    padding: 20px 20px 20px 0;
    border-radius: 20px;
    box-shadow: 0 0 10px #b8b8b8;
    margin-bottom: 20px
}

.text_post .similar-posts li, .text_post .similar-posts li {
    margin: 10px 0 10px 80px;
    color: #000;
    list-style-type: none;
}
