

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

#wrapper { background-image: url(../images/shared/content-background-alt2.jpg); }
#contentWrapper { background: none; }  /* override vertically centered gray faded rule */
#content { background: url(../images/shared/gray-rule.gif) repeat-y 762px; }


/* Content Column  -------------------------------------------*/

#contentCol {
	float: left;
	width: 700px;
	margin: 21px 0 0 37px;
}

div.post { margin: 0 0 25px 0; padding: 0 0 5px 0; background: url(../images/news/post-divider.gif) no-repeat bottom left; } 
#content h2 { margin: 0 0 15px 0; color: #a99281; }

#content h3 { margin: 0 0 5px 0; color: #7bb1b9; }
#content h3 a:link		{ color: #7bb1b9; text-decoration: none; }
#content h3 a:visited	{ color: #7bb1b9; text-decoration: none; }
#content h3 a:hover		{ color: #7bb1b9; text-decoration: underline; }
#content h3 a:active	{ color: #7bb1b9; text-decoration: underline; }

div.post small { display: block; margin: 0 0 11px 0; color: #67686a; font-size: 10px; }
#content p.postmetadata { color: #67686a; font-size: 10px; }

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

div.navigation div.nextLink { float: right; }
div.navigation div.prevLink { float: left; }

/* "Add This" Social Bookmarking widget */
a.addthis_button {
	margin: 10px 0;
}



/* Sidebar  -------------------------------------------------*/

#sidebar {
	float: right;
	width: 150px;
	margin: 20px 25px 0 0;
}

#content #sidebar h3 { margin: 0 0 12px 0; }

#sidebar ul li { background-image: none; padding: 0; }	/* Override global list style on first tier of sidebar UL */

#sidebar li.rssLink		{ margin: 25px 0; }
#sidebar #rssLinkBtn	{ position:relative; top:0.25em; }
#sidebar li.pageKey p	{ margin: 15px 0; font-size: 10px; line-height: 13px; color: #67686a; }
#sidebar li.archives	{ margin: 25px 0; }
#sidebar li.categories	{ margin: 25px 0; }

#sidebar ul li ul {	/* Then, reapply global list style (and adjust for sidebar purposes) now that we're below the first tier of sidebar UL */
 	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	letter-spacing: .03em;
}

#sidebar ul li ul li {
	margin: 0 0 5px -5px;
	background-image:url(../images/shared/listBullet.gif);
	background-repeat: no-repeat;
	background-position: .4em .5em;
	padding-left: 15px;
}



/* Search Form  -------------------------------------------------*/

#searchform label { display: none; }

#searchform input#s {
	height: 12px;
	padding: 3px;
	margin: 0 5px 0 0;
	font-size: 10px;
	line-height: 12px;
	color: #333333;
	border: 1px solid #CCCCCC;
	background: #c3c3c3;
	float: left;
}

#searchform input#s:focus { background-color: #FFFFFF; }

/* Location-specific width attributes */
#contentCol #searchform input#s	{ width: 250px; }	/* Search Page */
#sidebar #searchform input#s 		{ width: 95px; }	/* Sidebar */


#searchform input#searchsubmit {
	padding: 2px;
	background: #A18C7C;
	font-size: 9px;
	color: #333333;
}



/* Comments Form  -------------------------------------------------*/

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

#commentform label { }

#commentform input, textarea {
	padding: 3px;
	margin: 0 5px 0 0;
	font-size: 10px;
	line-height: 12px;
	color: #333333;
	border: 1px solid #CCCCCC;
	background: #c3c3c3;
}

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

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

#commentform input#submit {
	padding: 2px;
	background: #A18C7C;
	font-size: 9px;
	color: #333333;
	border: 0;
}


/* Comments  -------------------------------------------------*/

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: 5px;
	background: #1b1b1b;
	background-image: none; /* override main list <li> bullet style */
}

small.commentmetadata {
	display: block;
	margin: 0 0 7px 0;
}