/*  
Hotwebber V2.0
Author: Mariyan Hristov
*/

* {
	margin: 0;
	padding: 0;
	outline: none;
}
img {
	border: none;
}
a, a:visited {
	text-decoration: none;
	color: #5BBEEC;
}
a:hover {
	text-decoration: none;
	color: #ffa73d;
}
body {
	text-align: center;
	background: url('images/bg_top.png') repeat-x left top #ffffff;
	font: normal 86%/150% arial, helvetica, sans-serif;
	color: #666;
}
#header {
	height: 60px;
}
#wrap {
	width: 840px;
	margin: 0 auto;
	text-align: left;
}
h1 {
	float: left;
	font-size: 10px;
	line-height: 10px;
	padding: 50px 0 0 20px;
	width: 100px;
}
h1 a, h1 a:visited {
	color: #000;
	display: block;
	position: relative;
}
#subhead {
	padding-left:11px;
}
.logo {
	display: block;
	width: 280px;
	height: 48px;
	text-align:left;
	margin:-7px 0 0 0;
	background: url('images/logo.png') no-repeat  left top ;
	float:left;
}

#des {
	font-size: 10px;
	line-height: 10px;
	clear: left;
	padding-left: 4px;
	color: #999;
}
ul {
	list-style: none outside;
}
#menu {
	padding-left: 0;
}
#menu li,
#menu li.current {
	float: left;
	margin: 0 0 0 0;
	overflow: hidden;
	background: url('images/bt.png') repeat-x left top;
}
#menu li {
	display: inline;
	background: url('images/bth.png') repeat-x left top;
}
#menu li a,
#menu li a.current {
	position: relative;
	float: left;
	padding: 0 15px;
	height: 32px;
	color: #FFF;
	font: 12px/32px Verdana,helvetica,sans-serif;
	background: url('images/bt.png') left top;
}
#menu li a {
	background: url('images/bth.png') no-repeat left top;
}
#menu li a:hover {
	position: relative;
	background: url('images/bt.png') left top;
}
#menu li a span,
#menu li a:hover span,
#menu li .current span {
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 32px;
	background: url('images/bt.png') no-repeat left top;
}
#menu li a span {
	background: url('images/bth.png') no-repeat left top;
}
#searchform {	
	background: url('images/bth.png') repeat-x left top;
}
#searchform  div {
	float: right;
	height: 32px;
	padding: 6px 0 0 5px;
	background: url('images/bth.png') no-repeat left top;
}
#searchform label {
	float: left;
	padding: 1px 5px 0 0;
	color: #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}
input#s {
	float:left;
	padding: 4px 19px 4px 6px;
	margin-right: 0px;
	width: 225px;
	color: #5BBEEC;
	background: url('images/sbox.png') no-repeat left top;
	border: none;
}
input#searchsubmit {
background:none;
border:none;color:#FFFFFF;
cursor:pointer;
margin-right:15px;
}
#bgl {

	overflow: hidden;
	border: solid #eeeeee;
	border-width: 1px 1px 0px 0px;
	margin-top:10px;
	width: 100%;
}
#main {
	float: left;
	clear: both;
	width: 535px;
	padding: 10px 0 20px;
}
.apost {
	float: left;
	display: inline;
	width: 100%;
	margin: 0 0 10px 0px;
	background: url('images/p.gif') repeat-x left top;
}
.apost h2 {
	padding: 2px 0 0 15px;
	font: normal 20px/22px verdana;
	background: url('images/pleft.gif') no-repeat left top;
}
.apost label {
	font-size:20px;
	padding-left:16px;
}

.apost h2 a,
.apost h2 a:visited {
	font-size: 18px;
	color: #62bfde;
}
.apost h2 a:hover {
	color: #ff9b37;
}

.date {
	text-align: center;
	float: left;
	display: inline;
	width: 41px;
	height: 48px;
	margin: 5px 0 0 15px;
	padding-top: 2px;
	line-height:22px;
	color: #62bfde;
	background: url('images/date.gif') no-repeat left top;
	font-weight: bold;
}
.date span {
	color: #FFF;
	display: block;
	font-size: 24px;
}
.ptime,
.pauth {
	border: solid #eeeeee;
	border-width: 1px 1px 0px 1px;
	width: 468px;
	display: block;
	padding: 2px 0 0 30px;
	margin:10px 0 0 15px;
	background: url('images/tag_blue.png') no-repeat 10px 1px;
	font: normal 11px/20px verdana;
}
.ptime a, .ptime a:visited {
	color: #999;
}
.ptime a:hover {
	color: #5BBEEC;
}
#title,
p.posttitle
{
	font-weight:bold;
	font-size:13px;
	border: solid #e3e3e3;
	background:#f4f4f4;
	padding: 2px 15px 4px 14px;
	border-width: 1px 1px 0px 1px;
}
.apost p,
.apost blockquote {
	border: solid #e3e3e3;
	background:#f4f4f4;
	border-width: 0px 1px 1px 1px;
	clear: both;
	width:498px;
	padding: 0px 15px 10px 14px;
	text-indent: 0px;
	font: normal 11px/20px verdana;
	text-align: justify;
}
.apost p.posttitle
{
	font-weight:bold;
	font-size:13px;
	border: solid #e3e3e3;
	background:#f4f4f4;
	padding: 2px 15px 4px 14px;
	border-width: 1px 1px 0px 1px;
}
.apost blockquote {
	padding: 10px 80px;
	background: url('images/quote.gif') no-repeat 68px 22px;
	color: #999;
}
.apost img {
	padding:2px;
	border: 3px solid #e3e3e3;
}
.apost img:hover {
	border: 3px solid #99d4f5;
}
.apost #srel,
.apost #linklist,
.apost .subh {
	padding: 15px;
}
.apost ul {
	padding-left: 50px;
}
.pfoot {
	font-size: 11px;
	border: solid #eeeeee;
	border-width: 0px 1px 1px 1px;
	padding: 3px  10px 3px 10px;
	overflow: hidden;
	margin-left: 15px;
	width: 478px;
	height:16px;
}
.pfoot img:hover {
	border:none;
}
.pfl {
	float: left;
}
.pfl a, .pfl a:visited {
	color: #999;
}
.pfl a:hover{
	text-decoration:underline;
}
.pfr {
	float: right;
	padding-left: 21px;
	background: url('images/comment.gif') no-repeat top left;
}
.pfr a,
.pfr a:visited {
	color: #5BBEEC;
}
.pfr a:hover {
	color: #ffa73d;
}
p.nopost {
	font: normal 15px/20px verdana;
}
.lead {
	clear:both;
	padding: 5px 0 0px 15px;
}
.lead .ppre {
	float: left;
}
.lead .pnex {
	float: right;
}
#sidebar-one {
	float:right;
	width: 235px;
	color: #5BBEEC;
	font-family:Verdana, Helvetica, sans-serif;
	padding: 0px 15px 10px 0;
}
#sidebar-one h2 {
	border: solid #eeeeee;
	border-width: 0px 0px 1px 0px;
	color: #999;
	font-size: 12px;
	margin: 10px 0 5px;
}
#sidebar-one ul li {
	font-size: 11px;
}
#sidebar-one ul li a {
	padding: 0 2px 0 15px;
	min-height: 20px;
	line-height: 20px;
	color: #666;
	background: url('images/bullet1.gif') no-repeat 0 center;
}
* html #sidebar-one ul li a {
	height: 28px;
}
#sidebar-one ul li a:hover {
	color: #5BBEEC;
	background: url('images/bullet2.gif') no-repeat 0 center;
}
#sidebar-one .feed {
	text-align: left;
	text-indent: 20px;
	margin: 10px 0 0 0px;
	font-size: 12px;
}
#sidebar-one .feed a,
#sidebar-one .feed a:visited {
	display: block;
	color: #666;
	background: url('images/feed.png') no-repeat left 3px;
}
.none {
	display: none;
}
#footer {
	clear: both;
	text-align: center;
	height: 77px;
	width:100%;
	line-height: 77px;
	font-size: 13px;

	margin-bottom: 0px;
	background: url('images/bgbot.gif') repeat-x ;
}

#cmbox {
	float:left;
	width: 530px;
	margin: 0 auto;
	padding-left:0px;
}
.nocomments {
	font-size: 13px;
	padding-left: 25px;
}
#commentform {
	padding: 10px 25px;
}
#commentform p {
	padding-bottom: 10px;
}
#commentform input,
#commentform textarea {
	border: 1px solid #e3e3e3;
	padding: 5px 8px;
	color: #666;
}
#commentform input:hover {
	border: 1px solid #5BBEEC;
}
#commentform textarea:hover {
	border: 1px solid #5BBEEC;
	padding: 5px 8px;
	color: #666;
}

#commentform input {
	padding-left: 28px;
}
#commentform p#ptext {
	padding: 0;
}
#commentform p#psubmit {
	width: 478px;
}
#comment {
	width: 460px;
	height:140px;
}
#commentform input#submit {
	border: none;
	background:url(images/submit.png);
	padding: 0;
	width:81px;
	height:30px;
	float: right;
}
#commentform input#submit:hover {
	cursor:pointer;
	background:url(images/submith.png);
	padding: 0;
	float: right;
}
#commentform label {
	padding-left: 5px;
	font-size: 14px;
	color: #888;
}
.commentlist {
	list-style: none outside;
	background: url('images/p.gif') repeat-x left top;
	padding-top: 30px;
}
.commentlist li {
	border-top: 1px solid #DDD;
	padding-top: 10px;
	margin: 0 25px 15px;
}
.commentlist li p {
	padding: 15px 0 10px 0;
	clear: both;
	font-size: 13px;
	text-align:justify;
	text-indent: 0px;
}
.commentlist li em {
	font-size: 12px;
}
.cauth {
	float: left;
	background: url('images/usercm.gif') no-repeat left top;
	padding-left: 20px;
	font-size: 12px;
}
span.cauth {
	float: left;
	font-size: 12px;
}
span.cauth a {
	font-size: 15px;
}
span.cauth em {
	font-size: 11px;
}
span.cdate {
	float: right;
	font-size: 11px;
	color: #BBB;
}
#author {
	background: url('images/name.gif') no-repeat 6px;
	width: 250px;
}
#email {
	background: url('images/email.gif') no-repeat 5px;
	width: 250px;
}
#url {
	background: url('images/site.gif') no-repeat 6px;
	width: 250px;
}
h3#respond,
h3#comments {
	font-size: 14px;
	padding: 10px 10px 15px 15px;
	color: #5BBEEC;
}
h3#comments {
	background: url('images/comments.gif') no-repeat 5px 12px;
	padding-left: 28px;
	margin-left: 0px;
}
.postarchive {
	clear: both;
}
h3.atitle,
h3#srel {
	padding-left: 15px;
	font-size: 13px;
}

#mailform {
font-size:11px;
}

#submit {
	border: none;
	background:url(images/submit.png);
	padding: 0;
	width:81px;
	height:30px;
	float: right;
}
#submit:hover {
	cursor:pointer;
	background:url(images/submith.png);
	padding: 0;
	float: right;
}
#scf2_submit {
	border: none;
	background:url(images/ssubmit.png);
	padding: 0;
	width:83px;
	height:28px;
}
#scf2_submit:hover {
	border: none;
	cursor:pointer;
	background:url(images/ssubmit_h.png);
	padding: 0;
	width:83px;
	height:28px;
}
.top10most {
	background:url(images/top-10-most.png);
	margin-left:0px;
	width:258px;
	height:110px;
}
.top10highest {
	background:url(images/top-10-highest.png);
	margin-left:0px;
	width:258px;
	height:110px;
}
.links {
line-height:24px;
}
.banners {
margin-top:0px;
text-align:center;
font-size:11px;
}
.banners img {
padding:5px 0 10px 0;
}
.rssico {
	margin-left:17px;float:left;
	background:url(images/rss-big.png) no-repeat;
	width:27px;
	height:32px;
}

/* Pagenavi styles*/
.Nav {
	margin:0 8px 20px 0;
	clear:both;
	color:#999999;
	font-family:Verdana; 
	padding:0 0 0 0;
	font-size:10px;
}
.Nav a {
	padding:4px 6px 4px 6px;
	border:1px solid #e3e3e3;
	color:#999999;
	background-color: #FFFFFF;
	margin:0 5px 0 0;
}
.Nav a:hover {
	padding:4px 6px 4px 6px;
	border:1px solid #5BBEEC;
	background:#fff;
	color:#5BBEEC;
	text-decoration:none;
	font-size:10px;
	margin:0 5px 0 0;
}
.Nav .on {
	padding:4px 6px 4px 6px;
	border:1px solid #e3e3e3;
	background:#fff;
	font-weight: bold;
	color:#5BBEEC;
	font-size:10px;
	margin:0 5px 0 0;
}
.Nav span {
	padding:4px 6px 4px 6px;
	border:1px solid #e3e3e3;
	color:999999;
	font-size:10px;
	margin:0 5px 0 0;
}

/* Fading Tooltips By Dustin Diaz*/
body div#toolTip { position:absolute;z-index:1000;max-width:158px;background:#e6f5ff;border:1px solid #5bbeec;text-align:left;padding:5px; }
body div#toolTip p { margin:0;padding:0;color:#009fd4;font:10px verdana,arial,sans-serif; }
body div#toolTip p em { display:block;margin-top:3px;color:#f60;font-style:normal;font-weight:bold; }
body div#toolTip p em span { font-weight:bold;color:#fff; }

#favicons {
	text-align : right;
	clear      : both;
	float	   : right;
	margin     : -78px -2px 0 0;_margin: -78px -1px 0 0;
	width      : 252px;
	height	   : 78px;
	color      : #5bbeec;
	font-size  : 10px;
	overflow   : hidden;
}
#favicons a {
	float      : left;
	display    : block;
	margin     : 2px 2px 0px 0px;
}
#favicons .blank {
	display    : block;
	border     : 1px solid #ceecfb;
	width      : 14px;
	cursor	   : pointer;
	line-height: 14px;
	height     : 14px;
}
#favicons span:hover {
	background-color:#e9f5ff;
}
#favicons img {
	border-style:none;
	display    : block;
	width      : 16px;
	height     : 16px;
}
#favicons .favtitle {
	font-size  : 10px;
	width      : 251px;
	display    : block;
	text-decoration:none;
	color      : #5bbeec;
}

#colors {
	text-align : right;
	margin     : 0 0 0 0;
	width      : 235px;
	color      : #5bbeec;
	font-size  : 10px;
	overflow   : hidden;
}
#colors a {
	float      : left;
	border	   : 1px solid #e3e3e3;
	display    : block;
	margin     : 2px 2px 0px 0px;
}
#colors a:hover {
	border	   : 1px solid #99d4f5;
}
#colors span {
	display    : block;
	border	   : 2px solid #fff;
	cursor	   : pointer;
	width	   : 11px;
	height	   : 11px;
}
#colors span:hover {
	border	   : 1px solid #fff;
	width	   : 13px;
	height	   : 13px;
}
#colors .white {background : #fff;}
#colors .silver {background : #e8e8e8;}
#colors .grey {background : #999999;}
#colors .black {background : #000;}
#colors .red {background : #e83100;}
#colors .orange {background : #ff7c00;}
#colors .yellow {background : #fff83b;}
#colors .green {background : #59960b;}
#colors .blue {background : #5bbeec;}
#colors .brown {background : #894b0a;}
#colors .pink {background : #ff33cc;}
#colors .misc {background:url(images/misc.gif) left;}

.scrollup {
	width:17px;
	background:url(images/up.png);
	height:16px;
	display:block;
}
.scrollup:hover {
	background:url(images/uph.png);
}
.cat_name {
	border: solid #eeeeee;
	font-weight:bold;
	border-width: 1px 1px 1px 1px;
	font-size:13px;
	color:#999;
	text-align:center;
	width:527px;
	display:block;
}

.socials {
	font-size:11px;
}
.socials img {
	vertical-align:middle;
	margin: 0 0 5px 0;
}
.newtext {
	padding-top: 8px;
	border-top: 1px solid #dddddd;
	background: none;
}
.header_google_ads
{
	width:250px;
	float:right;
}
