

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

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


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

#contentCol {
	float: left;
	width: 560px;
	margin: 0;
	padding: 21px 28px 0 37px;
	background: #000;
}

div.post { 
	margin: 0 0 25px -8px;
	padding: 15px 10px 8px 10px;
	background: url(../images/news/bg-postContent.jpg) no-repeat top;
} 
#content h2 { margin: 0 0 15px 0; color: #a99281; }

#content h3 { margin: 0 0 5px 0; padding: 0 0 10px 0; color: #7bb1b9; background: url(../images/news/bg-header.gif) bottom left no-repeat }
#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; }


.entry { margin: 0 0 15px 0; }
.post .postHeader { min-height: 64px; margin: 0 0 20px 0; }

.post .postDate {
	float: left;
	margin: 0 8px 0 0;
	width: 50px;
	height: 64px;
	background: url(../images/news/bg-postDate.jpg) no-repeat top left;
	text-align: center;
	color: #a18c7c;
	font-size: 10px;
	text-transform: uppercase;
}

.post .postDate .day {
	display: block;
	font-size: 32px;
	line-height: 32px;
	margin: 0 0 3px 0;
	color: #a18c7c;
	letter-spacing: -.05em;
}

.post .postTitle {
	margin: 0 0 0 58px;
}

.post .attachment-summary-image { float: left; border: 1px solid #656567; margin: 0 13px 15px 0; }


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

.postToolbar {
	clear: both;
	padding: 8px;
	margin: 15px 0 0 0;
	min-height: 28px;
	background: #151515;
}

.postActions { width: 215px; }

#content .postToolbar a.readMoreBtn {
	display: block;
	float: left;
	width: 63px;
	height: 4px;
	margin: 3px 0 0 6px;
	padding: 4px 8px 11px 8px;
	background: #1f383c url(../images/news/bg-readMoreBtn.gif) repeat-x top;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
	letter-spacing: .03em;
	text-transform: uppercase;
	text-align: center;
	color: #e5e2e0;
	border: 0;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#content a.readMoreBtn:link { color: #e5e2e0; text-decoration: none; }
#content a.readMoreBtn:hover { color: #e5e2e0; text-decoration: none; opacity: .8; }

span.postComments { 
	position: relative;
	top: 0.5em;
	font-size: 10px;
	min-height: 11px;
	margin: 10px 0 0 10px;
	padding: 0 0 0 20px;
	background: url(../images/news/comments-icon.gif) 0 2px no-repeat;
} 
#content span.postComments a:link			{ color: #7bb1b9; text-decoration: none; }
#content span.postComments a:visited	{ color: #7bb1b9; text-decoration: none; }
#content span.postComments a:hover		{ color: #5c8288; text-decoration: none; }
#content span.postComments a:active 	{ color: #5c8288; text-decoration: none; }

.postSharing { 
	width: 300px;
	float: right;
	margin-top: 3px;
}
#content .postSharing p {
	float: right;
	font-size: 10px;
	color: #7bb1b9;
}
.postSharing .fb-like-btn { position: relative; float: right; width: 160px; margin: -2px 0 0 0; }
.postSharing .twitter-share-button { position: relative; float: right;}



/* 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: 300px;
	margin: 20px 15px 0 0;
}

#content #sidebar h3 { font-size: 13px; 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.pageKey p	{ margin: 20px 0; font-size: 11px; line-height: 16px; color: #67686a; }

#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: 11px;
	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;
}

#sidebar li#fbActivityFeed { width: 300px; height: 425px; background: #fff;  padding: -10px 0 0 -15px; }

#sidebar li.categories { float: left; width: 155px; margin: 15px 20px 15px 0; }

#sidebar li.archives { float: left; width: 120px; margin: 15px 0 }



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


#searchform { width: 300px; height: 27px; background: #fff; position: relative; }

/* For floating labels functonality (controlled via js) */
#searchform label {
	left: 5px;
	position:absolute;
	top: 8px;
	color: #c7bab0;
	font-size: 12px;
  line-height: 12px;
	z-index:5;
	display: none; /* Displayed via javascript on pageload */
}

#searchform input#s {
	width: 212px;
	height: 20px;
	padding: 3px;
	margin: 0 15px 0 0;
	font-size: 10px;
	line-height: 12px;
	color: #333333;
	border: none;
	background: none;
	float: left;
}


/* Location-specific width attributes */
/* #contentCol #searchform input#s	{  }	Search Page */
/* #sidebar #searchform input#s 		{  }	Sidebar */


#searchform input#searchSubmit {
	width: 56px;
	height: 20px;
	margin: 3px 0 0 6px;
	padding: 0 0 2px 0;
	background: #3b393b url(../images/news/bg-searchBtn.gif) repeat-x top;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
	letter-spacing: .03em;
	text-transform: uppercase;
	text-align: center;
	color: #bfbfbf;
	border: 0;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;	
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#searchform input#searchSubmit:hover { opacity: .8; }


/* 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;
}
