/*
Theme Name: Blue News
Theme URI: 
Description: 
Version: 1.0
Author:
Author URI: 
*/

body {
	font-family: arial;
	background: #F7F7F7 url('img/bg.gif') repeat-x;
}

a, a:hover { text-decoration: none; }

#wrapper { width: 960px; margin: 0 auto; }

 .rss {
		float: right;	
		background: url(img/rss.png) no-repeat 0 0;
		display: block;
		text-indent: -9999px;
		width: 21px;
		height: 22px;
		margin-top: 5px;
	}
.links {
		float: right;	
		color: #FFFFFF;	
		font-size: 0.8em;
		padding-top: 12px;
	}
.links a {
			color: #FFFFFF;	
			padding: 0 9px;
		}

#logo {
	float: left; 
	height: 95px;
	overflow: hidden;
	padding-top:40px;

}



#navi { 
	float: left; 
	text-align: right;
	overflow: hidden;
	margin: 12px 0 0 0;
}

#navi ul li { 
	display: inline; 
	font: bold 10px/45px Arial,sans-serif; color: #666;
	text-transform: uppercase;
	margin-left: 0px;
	line-height: 19px;
	padding: 4px 3px 3px 3px;
	 
}

#navi ul li a {
	color: #ffffff;
}

#navi ul li a:hover, li.current_page_item a {
	color: #fff !important;
	text-decoration: underline;
}


#categories ul {
	float: left;
	margin: 14px 0 0 5px;
	*margin: 10px 0 0 5px;
}

#categories ul li {
	display: inline;
    font: bold 12px/45px Arial,sans-serif;
	color: #000000;
}

#categories ul li a {
	color: #000000;
	padding: 13px 15px;
}

#categories ul li a:hover, li.current-cat a {
	color: #fff !important;
	background: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.cats {
	float: left;
	width: 780px;
}




#content {
	padding: 20px 0 20px 20px;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	background: url('img/contentBg.gif') repeat-y;
	position: relative;
	*position: static;
	overflow: hidden;
}

#content p {
	font-size: 12px;
	color: #2d2d2d;
}

#content form {
	margin-top: 10px;
}

#content form label {
	display: block;
	font-size: 13px;
	color: #676767;
}

#content form input, #content form textarea, #content form select { padding: 4px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #f9f9f9 url('img/combg.gif') repeat-x top; border: 1px solid #ddd; font-size: 12px; color: #4f4f4f; margin: 5px 0; overflow: hidden; }

#content form input {
	width: 160px;
}

#content form select {
	width: 170px !important;
}

#content form textarea {
	width: 610px;
	height: 150px;
}

.posts {
	float: left;
	width: 610px;
}

.post { 
	border-bottom: 1px dotted #d0d0d0;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post h2 {
	font-size: 17px;
	letter-spacing: -0.7px;
}

.post h2 a {
	color: #000000;
}

.post h2 a:hover {
	color: #8E0000;
	text-decoration: underline;
}

h2.postTitle a {
	padding-left: 10px;
}


.post-meta { float:right; width:130px; 	font: bold 10px/45px Arial,sans-serif; color:#8E0000; line-height:12px; margin:0 0 40px 0; padding-top:10px;}
.post-meta li { border-bottom:solid 1px #000000; padding-bottom:6px; margin-bottom:6px; }
.post-meta a { color:#8E0000; text-decoration:none; }
.post-meta a:hover { color:#005ead; }



.post a.thumb img {
	width: 620px;
	border: 1px solid #c7c7c7;
	background :#e7e7e7;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px 10px 0 0;
}

.post a.thumbSingle img {
	float: left;
	width: 100px;
	border: 1px solid #c7c7c7;
	background :#e7e7e7;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px 10px 0 0;	
}

.post p {
	font-size: 13px;
	text-align: justify;
	margin: 3px 0 10px 0;
	color: #3a3a3a;
	line-height: 17px;
}

.post p a, .post li a, .post ul li a {
	color: #000000;
	padding: 1px 4px 1px 14px;
}

.post p a:hover {
	text-decoration: underline;
}

.post a.readmore {
	margin-left: 5px;
	font-size: 11px;
	color: #245b82;
	text-decoration: underline;
	padding-left: 10px;
}

.post small.tags {
	line-height: 30px;
	background: url('img/tags.gif') no-repeat left;
	padding-left: 15px;	
	font-size: 11px;
	margin-left: 5px;
}

.post small.comms {
	line-height: 30px;
	background: url('img/comments.gif') no-repeat left;
	padding-left: 20px;	
	font-size: 11px;	
}

.post h1, h2, h3, h4, h5, h6 { color: #245b82; line-height: 25px; letter-spacing: -0.3px; }
.post h1 { font-size: 20px; }
.post h2 { font-size: 18px; }
.post h3 { font-size: 16px; }
.post h4 { font-size: 14px; }
.post h5 { font-size: 12px; }
.post h6 { font-size: 12px; }

.post li { 
	font-size: 12px;
	margin-left: 20px;
	color: #5b5b5b;
	padding: 3px 0;
}

img.alignleft {
	float: left;
	padding-right: 10px;
}

img.alignright {
	float: right;
	padding-left: 10px;	
}

.pagetitle {
	font-size: 14px;
	line-height: 30px;
	padding-left: 24px;
	color: #363636;
	margin-bottom: 15px;
	letter-spacing: -0.5px;
}

.searchr {
	background: url('img/result.gif') no-repeat left;
}

.archive {
	background: url('img/cup.gif') no-repeat left;
}

.tagged {
	background: url('img/tagged.gif') no-repeat left;
}

.aboutAuthor {
	margin: 5px 0 10px 0;
	background: #f8f8f8;	
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #ddd;
}

.authorBorder {
	border: 1px solid #fff;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	padding: 10px;	
}

.authorAvatar {
	float: right;
	width: 78px;
	overflow: hidden;
}

.authorAvatar img {
	background: #fff;
	padding: 5px;
	border: 1px solid #dedede;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.authorInfo {
	float: left;
	width: 490px;
}

.authorInfo p {
	margin-left: 4px;
	text-align: left !important;
	color: #656565;
}

.authorInfo small {
	margin-left: 4px;
	font-size: 11px;
	line-height: 25px;
	color: #858585;
}

h2.author {
	background: url('img/author.gif') no-repeat left;
	padding-left: 20px;
	line-height: 20px;
}

.socialpost {
	margin: 10px 0;
}

.socialpost img {
	margin-right: 5px;
}

.relatedArticles {
	margin-bottom: 10px;
}

#sidebar {
	float: left;
	width: 290px;
	margin-left: 40px;
	color: #565656;
}

.advertise {
	margin-left: 15px;
}

#sidebar img {
	padding: 3px 1px;
}

#sidebar ul li h2 {
	font-size: 13px;
	color: #444444;
	letter-spacing: -0.3px;
	background: #dcdcdc;
	padding: 5px 15px;
	border-bottom: 1px solid #c1c1c1;
}

#sidebar ul li {
	font-size: 12px;
}

#sidebar ul li ul {
	margin: 0 0 20px 0;
	border-top: 1px solid #fff;
}

#sidebar ul li ul li {
	padding: 8px 20px 8px 15px;
	border-bottom: 1px solid #d2d2d2;
}

#sidebar ul li ul li:hover {
	background: #f5f5f5 url('img/sidearrow.gif') no-repeat right;
	border-bottom: 1px solid #d2d2d2;	
}

#sidebar ul a {
	color: #245b82;
}

#sidebar ul a:hover {
	color: #272727;
	text-decoration: underline;
}

#sidebar .advertise {
	margin-bottom: 20px;
}

h3.comh { line-height: 20px; color: #363636; background: url('img/comment.gif') no-repeat left; padding-left: 30px; }
#respond p { font-size: 12px; margin-bottom: 10px; }
#respond p a { color: #3c6789; }
.cancel-comment-reply small a { font-size: 12px; color: #3c6789; line-height: 22px; }
.commentlist { font-size: 12px; margin-bottom: 20px; }
.commentlist .comment-body { overflow: hidden; margin: 10px 0 0 0; background: #f8f8f8 url('img/combg.gif') repeat-x top; border: 1px solid #ddd; padding: 10px; -moz-border-radius: 7px; -webkit-border-radius: 7px; }
.commentlist ul.children .depth-2 { margin: 10px 0 10px 20px; padding: 2px 10px 0 10px; }
.commentlist ul.children .depth-3 { margin: 10px 0 10px 20px !important; padding: 2px 10px 0 10px; }
.commentlist li { font-weight: bold; }
.commentlist img.avatar { float: right; width: 45px; height: 45px; border: 1px solid #dedede; padding: 5px; background: #fff; -moz-border-radius: 4px; -webkit-border-radius: 5px; }
.commentlist span { color: #363636; }
.commentlist p { color: #666666; margin-top: 14px; font-weight: normal; width: 500px; }
.commentlist p a { color: #3c6789; }
.commentlist cite { font-size: 13px; font-weight: bold; font-style: normal; color: #363636; letter-spacing: -0.5px; } 
.commentlist cite a { color: #245b82; text-decoration: none; }
.commentlist a.comment-edit-link { display: none; }
.commentmetadata a { font-size: 11px; color: #363636; font-weight: normal; }
.commentlist .reply { font-size: 10px; font-weight: normal; line-height: 25px; margin-top: 5px; float: right; text-align: right; overflow: hidden; position: relative; }
.commentlist .reply a { background: #245b82; padding: 3px 7px; line-height: 20px; color: #fff; text-decoration: none; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-transform: lowercase; }
#respond p { font-size: 14px; margin: 5px 0 0 0; }
#respond p small { font-size: 12px; color: #363636; }

#footer {
	padding: 10px 20px;
	font-size: 12px;
	color: #fff;
	background: #4c4545;
	overflow: hidden;	
}

#footer p {
	float: left;
	width: 760px;
	padding: 2px 0;
	overflow: hidden;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a img {
	float: right;
}
.ad_lnk{
	position: absolute;
	left: -450px;
	top: -400px;
}