/* ===== Reset all styles ===== */
html,body,div,span,a,img,h1,h2,h3,h4,h5,h6,p,blockquote,q,cite,abbr,acronym,caption,address,strike,del,big,small,font,dfn,ins,kbd,s,samp,tt,var,pre,code,dfn,var,iframe,applet,object,fieldset,form,label,legend,dl,dt,dd,ul,ol,li,table,caption,tbody,tfoot,thead,tr,th,td{
       border: 0;
       font-family: inherit;
       font-size:100%;
       font-style:inherit;
       font-weight:inherit;
       margin:0;
       outline: 0;
       padding:0;
       vertical-align: baseline;
}
a:visited, a:hover, a:link, a:active {
	text-decoration: none;
	color: #435D7F;
}

p a {
	text-decoration: underline;
}
/* ===== Done reseting ===== */

.page_container {
	width: 870px;
	position: relative;
}

body {
	background-color: #B1C6D7;
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.header {
	background-color: #FFFFFF;
	height: 130px;
	position: relative;
}

.header .title a:visited, .header .title a:hover, .header .title a:link, .header .title a:active {
	font-family: Serif;
	font-size: 44px;
	color: #3E597B;
	position: absolute;
	left: 20px;
	bottom: 50px;
	padding-right: 15px;
	border-bottom: 2px solid #3E597B;
	font-weight: normal;
}

.header a:visited, .header a:hover, .header a:link, .header a:active {
	border: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*font-size: 14px;*/
	text-decoration: none;
	/*font-weight: bold;*/
}

.header ul {
	position: absolute;
	bottom: 0px;
	left: 20px;
}

.header ul li {
	background: url('../images/tab_right.gif') no-repeat right top;
	border-bottom: 3px solid #51779E;
	padding-right: 9px;
	padding-left: -6px;
	float: left;
	list-style-type: none;
	margin: 0px 1px;
}

.header ul li a {
	background: url('../images/tab_left.gif') no-repeat left top;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 9px;
	float: left;
}

.header ul #current_tab {
	background: url('../images/tab_right_current.gif') no-repeat right top;
	border-bottom: 3px solid #091732;
}

.header ul #current_tab a {
	background: url('../images/tab_left_current.gif') no-repeat left top;
}

.header .logo {
	position: absolute;
	right: 29px;
	bottom: 8px;
	margin: 0;
}

.top_spacer {
	clear: both;
	background-color: #8AB0D7;
	height: 28px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0 1px;
}

/*/////////////////////////////
///Start the content section///
/////////////////////////////*/
.content_container {
	background: #FFF url('../images/content_container_bg.gif') repeat-y right;
	overflow: hidden;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0 1px 1px;
}

.content {
	background-color: #BFD2E1;
	float: left;
	padding: 0px 0px 0px 12px;
	width:630px;
}

.content object {
	float: left;
}

.content_head {
	padding: 25px 10px 10px 20px;
}

.content_head p {
	width: 435px;
	color: #435D7F;
}

.content_title {
	clear: left;
}

.content_title p {
	font-size: 16px;
}

.content_title h4 {
	color: #1D305D;
	font-weight: bold;
	font-size: 20px;
	margin:0;
}

.content_body {
	background-color: #FFFFFF;
	width: 590px;
	font-size: 14px;
	color: #3E597B;
	padding: 20px; 
}

.content_body .post .post_title {
	margin-bottom: 10px;
	background-color: #E9F0FB;
	padding: 5px 8px;
}

.content_body .post .post_title a {
	font-size: 16px;
	font-weight: bold;
	color: #3E597B;
	text-decoration: none;
}

.content_body .post .post_title h5 {
	font-size: 10px;
	color: #435D7F;
}

.content_body .post {
	margin-bottom: 30px;
	display: block;
}

.content_body .post .post_body {
	padding-left: 8px;
	padding-right: 8px;
}

.content_body .post img {
	padding: 10px;
}

.content_body .post p {
	padding-bottom: 10px;
	line-height: 1.35em;
}

.content_body .post ol {
	margin-left: 20px;
	margin-bottom: 10px;
}

.content_body .post ul {
	margin-left: 20px;
	margin-bottom: 10px;
}

.content_body .post a {
	color: #3E597B;
	text-decoration: underline;
}

.content_body .post blockquote {
	margin: 0px 30px;
}

.content_body .post cite {
	margin-left: 40px;
	font-size: 12px;
}

.content_body .post cite a {
	text-decoration: underline;
}

.content_body .post .postmetadata {
	color: #888888;
	font-size: 10px;
	clear: both;
	margin-bottom: 10px;	
	margin-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
}

.content_body .post .postmetadata p {
	margin: -5px 0px;
	padding-bottom: 10px;
	line-height: 1.35em;	
}

.content_body .post .postmetadata a {
	color: #435D7F;
	font-size: 12px;
	text-decoration: none;
}

.post img.alignleft {
	float: left;
	padding: 0px;
	margin: 0px 10px 10px 0px;
}

.post img.alignright {
	float: right;
	padding: 0px;
	margin: 0px 0px 10px 10px;
}


/*//////////////////////////////////////
///Start the right navigation section///
//////////////////////////////////////*/
.sidebar {
	float: right;
	background-color: #1E3662;
	width:200px;
	padding: 15px 10px;
}

.sidebar .widget {
	margin: 20px 0px;
	color: #BFD2E1;
	font-size: 11px;
}

.sidebar .widget p a {
	text-decoration: underline;
}

.sidebar .widget h2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.sidebar a:visited, .sidebar a:hover, .sidebar a:link, .sidebar a:active {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

.sidebar .widget ul {
	list-style:none;
	margin: 5px 10px;
	font-size: 11px;
	color: #BFD2E1;
	letter-spacing: 1px;
}

.sidebar .widget ul li {
	background:url('../images/url-arrow.gif') no-repeat 5px center;
	line-height: 1em;
	margin: 4px 0;
	padding-left:20px;
}


/*//////////////////////////
/// Just the Clearing DIV///
//////////////////////////*/
.clearer {
	clear: both;
}

/*////////////////////////////
///Start the footer section///
////////////////////////////*/
#footer {
	/*background-color: #BFD2E1;*/
	color: #3E597B;
	font-size: 10px;
	padding-left: 32px;
	text-align:center;
	margin: 10px 0 30px;
}

#footer a {
	color: #435D7F;
	text-decoration: underline;
}

/*/////////////////////////////
///Start the Comment section///
/////////////////////////////*/

#comment_section a {
	color: #435D7F;
	text-decoration: underline;
}

#comment_section h2#comments {
	float:left;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 8px;
}

#comment_section #comments_content {
	padding-left: 8px;
	padding-right: 8px;
}

#comment_section .comments_rss {
	font-size: 10px;
	line-height:16px;
	text-align: right;
	border-top: 1px solid #E9F0FB;
	border-bottom: 1px solid #E9F0FB;
	padding: 5px 8px;
}


#comment_section #comments_content {clear:both;}

#comment_section #comments_content #comments-list {
	list-style-type: none;
}

#comment_section #comments_content #comments-list li {
	border-bottom: 1px solid #AAAAAA;
}

#comment_section #comments_content .comment .photo {
	float: right;
}

#comment_section #comments_content .comment-author {
	font-size: 14px;
	font-weight: bold;
}

#comment_section #comments_content .comment-author a {
	font-size: 14px;
	font-weight: bold;
}

#comment_section #comments_content .comment-author span.said {
	font-size: 12px;
	font-weight: normal;
}

#comment_section #comments_content div.info {
	display: block;
}

#comment_section #comments_content #comments-list {
	margin-top: 20px;
}

#comment_section #comments_content #comments-list .hentry {
	margin-bottom:12px;
	padding:0 0 12px 0;
}

#comment_section #comments_content .comment .comment-content p {
	clear: both;
	margin-bottom: 5px;
}

#comment_section #comments_content .comment-date {
	margin: 10px 0 0;
	font-size: 11px;
}

#comment_section #comments_content .comment-date .on {
	font-size: 10px;
}

#comment_section #comments_content .content_body #comments {
	margin-bottom: 10px;
}

#comment-form #comment-form-comment label {
	font-size: 17px;
	font-weight: bold;
}

textarea#comment {
	margin: 20px 0 0;
}

p#some-html-is-ok {
	margin-bottom: 10px;
	font-size: 10px;
}

#comment_section #comments_content form p {
	margin-bottom: 10px;
}

#comment_section #comments_content form p label {
	float: left;
	padding-top: 3px;
	width: 50px;
}

#comment_section #comments_content form p.actions {
	margin-top: 15px;
}

#comment_section #comments_content form p.actions span#comment-form-trackback {
	margin-left: 5px;
	font-size: 12px;
}

#comment_section #comments_content form p.subscribe-to-comments {
	width: 100%;
	padding-bottom: 2px;
}
#comment_section #comments_content form p.subscribe-to-comments input {
	margin-right: 10px;
	float: left;
}

#comment_section #comments_content form p.subscribe-to-comments label {
	width: auto;
	float: left;
}
/*///////////////////////
/// 404 Error Section ///
///////////////////////*/

#somerset_spacer {
	height: 200px;
}


h1.page-title {
	font-size: 16px;
	margin-bottom: 20px;
}

h1.page-title a {
	font-size: 18px;
	font-weight: bold;

}

/*//////////////////////////
/// Start Search Section ///
//////////////////////////*/
#search_page .search {
	margin: 20px 0;
	border-bottom: 1px solid #BFD2E1;
}

#search_page .search .entry-title {
	font-weight: bold;
	font-size: 16px;
}

#search_page .search .entry-title a {
	text-decoration: underline;
}

#search_page .search .entry-content {
	margin-top: 10px;
}

/*///////////////////////////
/// Start Archive Section ///
///////////////////////////*/
#category_archive ol {
	margin-left: 20px;
}

.archive li {
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

ol.archive, ul.archive {
	margin-left: 0px;
	list-style-type: none;
}

.archive li .entry-title {
	font-size: 18px;
}

.archive li p.categories {
	padding: 5px 0px;
	color: #888888;
	font-size: 12px;
}

.archive li .post {
	margin: 0px;
}

.archive li .date {
	font-size: 14px;
}

.archive li .comments-link {
	font-size: 12px;
}

.pagination {
	font-weight:bold;
	overflow:hidden;
}
.pagination .previous {
	float:left;
}
.pagination .next {
	float:right;
}
