@import url(style-screen-comments.css);

/* News List Styles */

div#newscontent {
	float: left;
	display: inline;
	width: 100%;
	height: 1%;
}

div#newscontent h4 {
	font-size: 14px;
	margin-bottom: 5px;
}

div#newscontent p.bloglist_tagline {
	font-size: 12px;
}

div#newscontent div.news_item p {
	margin-bottom: 7px;
}

/* Previous Next */

div#newsnavlinks {
	background-color: #D8E2EA;
	padding: 5px 8px 7px 8px;
	margin: 0px;
	font-size: 11px;
}

div#newsnavlinks a.previous, div#newsnavlinks a.next {
	display: inline;
	white-space: pre;
}

div#newsnavlinks a.previous {
	float: left;
}

div#newsnavlinks a.next {
	float: right;
}

div#newsnavlinks span.back {
	display:block;
	text-align: center;
}





/* News Post Styles */

#news_features {
/*
	background-color: #d8e2ea;
	border-top: 3px solid #859fb3;
	padding: 10px 8px 12px 8px;
	margin: 0px -8px 5px -8px;
	*/
	float: left;
	display: inline;
	width: 100%;
	height: 1%;
}

div#newscontent p.postdate {
	margin: 0;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 1px;
	letter-spacing: 1px;
}

div#newscontent h2 {
	font-weight: normal;
	font-size: 16px;
	margin: 0 0 6px 0;
	padding: 0;
	color: #27405e;
	line-height: 120%;
}

div#newscontent div.news_item {
	/*float: right;*/
}

div#newscontent div.news_item p.readmore {
	font-weight: bold;
	font-size: x-small;
	position: relative;
	margin-right: 5%;
	text-align: right;
}

div#newscontent img.thumb {
/*	clear: right; */
	position: relative;
	float: left;
	border:1px solid #BBBFC2;
}

div#newscontent div.posttitle a {
	text-decoration: none;
	color: #27405e;
	border: none;
}

div#newscontent div.posttitle a:hover {
	color: #607f96;
}

div#newscontent div.postbody {

}

div#newscontent div.postdetails {
	clear: right;
	margin-bottom: 3px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

div#newscontent div.posttags {
	font-size: 11px;
	margin-bottom: 10px;
}

div#newscontent div.postsep
{
	width: 100%;
	float: right;
	border-bottom: #999;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	padding-top: 20px;
	margin-bottom: 18px;
	line-height: 0px;
}







/* Sidebar Overrides */

/*
.body_rightcolumn {
	margin-left: 25px;
}

div.body_rightcolumn_cap_wrap {
	background-color: #d8e2ea;
	padding: 5px 3px;
}

div.body_rightcolumn_cap {
	background-color: #d8e2ea;
	padding: 0;
}

div.body_rightcolumn_more {
	background-color: #d8e2ea;
	border: none;
	font-size: 12px;
}

div.body_rightcolumn_more h5 {
	background-image: none;
	font-size: 10px;
	letter-spacing: 1px;
	color: #4d6785;
	margin-bottom: 4px;
}

div.body_rightcolumn_more a {
	color: #607f96;
	border-color: #607f96;
}
*/








/* Blog Post Comments Styles */

div#blogcomments {
	margin: 40px 0 10px 0;
}

div#blogcomments h3 {
	margin: 0 0 20px 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	color: #27405e;
}

div#blogcomments h4 {
	margin: 0 0 40px 15px;
	font-size: 14px;
	color: #27405e;
}

div#blogcomments div.blogcomment {
	margin: 0 15px 20px 15px;
	font-size: 10px;
	border-color: #c9d6e0;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

div#blogcomments div.commentdetails {
	margin-bottom: 5px;
	font-size: 12px;
	/*
text-transform: uppercase;
	letter-spacing: 1px;
*/
}

div#blogcomments p {
	font-size: 12px;
	padding-left: 10px;
}

div#blogcomments div.commentwhen {
	float: right;

}







/* Footer Styles */

div#blogstepnav {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 20px;
}

div#blogstepnav a {
	text-decoration: none;
	border: none;
}

div#blogstepnav a:hover {
	text-decoration: underline;
}


div#blogfooter {
	padding: 10px 10px 1px 10px;
	background-color: #d8e2ea;
}

div#blogfooter h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 3px 0;
}

div#blogfooter ul {
	margin: 0px;
	padding-left: 16px;
}

.rsslink {
	background-image: url(images/feed-icon-14x14.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 18px;
}

.taglink {
	background-image: url(images/tag_icon.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;
	padding-left: 18px;
}

/* FAQs */

div#css_content .faqs_wrap h2 {
	margin: 25px 0 7px 0;
}

div#css_content .faqs_wrap ul, div#css_wrap_parent div#css_content .faqs_wrap ul {
	margin: 15px 0 15px 15px;
}

div#css_content .faqs_wrap ul li, div#css_wrap_parent div#css_content .faqs_wrap ul li {
	margin-bottom: 6px;
}
