@charset "UTF-8";

/* ---------------------------------------------------------------------------------------------*/
/* STYLES SPECIFIC TO THE NEWS/BLOG SECTION  ---------------------------------------------------*/

/* Services Sidebar Photograph */
#servicesSidebar { background: url(../images/blog/sidebar-photo.jpg) no-repeat bottom left; }



/* BLOG CONTENT ELEMENTS  -------------------------------------------------*/

div#content { width: 480px; float: left; }

div.post { 
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #bfd0e9;
	clear: both;
}

#mainContent div.post h2 { font-size: 24px; line-height: 28px;  margin-bottom: 8px; }
#mainContent div.post h2 a:link			{ color: #062386; background: none; }
#mainContent div.post h2 a:visited	{ color: #062386; background: none; }
#mainContent div.post h2 a:hover		{ color: #062386; background: none; }
#mainContent div.post h2 a:active		{ color: #062386; background: none; }


#mainContent div.post small { 
	font-size: 11px;
	color: #4f6db0;
}

div.addThisWidget { margin: 10px 0 20px 0; }

.post .entry img { margin: 0 0 12px 0; padding: 6px; background: #bfd0e9; }

div.postDate {
	float: left;
	width: 60px;
	margin: 3px 0 0 0;
	font-size: 10px;
	line-height: 13px;
	color: #c1c1c1;
}

#content p.authorCredit { margin: -8px 0 10px 0; font-size: 10px; }
#content p.postmetadata { font-size: 10px; }

/* Single Post page & Comments block */

#content div.navigation {
	display: block;
	margin: 0 0 15px 0;
	min-height: 14px;
	padding: 10px 0;
	border-top: 1px solid #bfd0e9;
	border-bottom: 1px solid #bfd0e9;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: .03em;
	color: #a99281;
}

div.navigation div.alignright { float: right; }
div.navigation div.alignleft { float: left; }



/* BLOG SIDEBAR ELEMENTS  -------------------------------------------------*/


#sidebar {
	width: 170px;
	margin: 50px -105px 0 0;
	padding: 0;
	float: right;
}

#mainContent #sidebar ul  {
	width: 170px;
	list-style-type: none;
	padding: 0;
	margin: 0 0 35px 0;
	font-size: 12px;
	line-height: 14px;	
	color: #4f5d70;
}

#mainContent #sidebar ul li {
	margin: 0 0 13px 0;
	background: none;
	padding: 0;
}

#mainContent #sidebar ul li ul { margin: 0 0 35px 0; }

#mainContent #sidebar ul li ul li { 
	margin: 0 0 13px 0;
	font-size: 11px;
	line-height: 13px;
	padding: 0 0 0 13px;
	background: url(../images/blog/sideBarListBullet.gif) no-repeat 0 3px;
}

#mainContent #sidebar h2 {
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 15px 0;
}



/* SEARCH FORM  -------------------------------------------------*/

#searchform  {
	float: left;
	position: relative;
	margin: 0 0 25px -2px;
	height: 21px;
	background: url(../images/blog/searchfield.gif) no-repeat;
}

/* Use a longer "searchbox" image on the Search page and hide the search form in the sidebar */
body.search #content #searchform { background: url(../images/blog/searchfield_long.gif) no-repeat }
body.search #sidebar #searchform { display: none; } 

#searchform label { display: none; }

#searchform input#s {
	margin: 2px;
	border: 0;
	padding: 2px 4px;
	height: 12px;
	font-size: 10px;
	color: #4F6DB0;
}
#searchform input#s:focus { }

/* Location-specific width attributes */
#content #searchform 						{ margin: 0; }		/* Search Page */
#content #searchform input#s		{ width: 438px; }
#sidebar #searchform 						{ width: 160px; }	/* Sidebar */
#sidebar #searchform input#s 		{ width: 125px; }


#searchform input#searchsubmit {
	display: block;
	position: absolute;
	top: 2px;
	right: 5px;
	width: 17px;
	height: 16px;
}

#searchform input#searchsubmit:hover { cursor: pointer; } /* Add the rollover back in after our little button image trick */




/* COMMENTS FORM  -------------------------------------------------*/


#commentform { 
	width: 700px;
	margin: 25px 0 0 0;
	padding: 0 0 15px 0;
}

#commentform label { }

#commentform input, textarea {
	margin: 0 5px 0 0;
	background-color: #FFFFFF;
	border: 1px solid #c7d6ec;
	padding: 5px 5px 4px 5px;
	font-size: 10px;
	color: #4F6DB0;
	border-radius: 5px; 				/* rounded corners in CSS3 browsers */
	-moz-border-radius: 5px;		/* rounded corners in FF */
	-webkit-border-radius: 5px;	/* rounded corners in Safari, Chrome */
}

#commentform input:focus, textarea:focus { background-color: #FFFFFF; }

/* Input-specific width attributes */
#commentform input#author		{ width: 250px; }
#commentform input#email		{ width: 250px; }
#commentform input#url			{ width: 250px; }
#commentform textarea#comment	{ width: 500px; }

#commentform input#submit {
	padding: 3px;
	background: #c7d6ec;
	font-size: 9px;
	color: #4F6DB0;
	border: 0;
}

#commentform input#submit:hover { background: #4F6DB0; color: #c7d6ec; }


/* COMMENTS  -------------------------------------------------*/

#mainContent ol.commentlist {
	margin: 15px 0 35px 0;
	padding: 0 0 15px 0;
	list-style-type: none;
	background: url(../images/news/post-divider.gif) no-repeat bottom left;
}

#mainContent ol.commentlist li {
	padding: 15px 5px;
	margin: -1px 0 0 0;
	background: url(../images/blog/comment-bg.gif) repeat-x top;
	border-top: 1px solid #c7d6ec;
	border-bottom: 1px solid #c7d6ec;
}

.commentmetadata {
	display: block;
	margin: 0 0 15px 0;
}



