@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - SUGARLAND NEWS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		sugarland_news.css
	Date:			Jan 05, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	

/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#nav li#navNews a {
		background-position:0 -92px;
	}


/*	--------------------------------------------------------------------------------------------------------------------------
	news Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#news {
		
	}
		#news .titleBar {
			height:21px;
			padding:8px 0 0 9px;
		}
			#news .titleBar h1#h1_newsAndUpdates {
				width:143px; height:14px;
				background: url(../../images/h1_newsAndUpdates.png) no-repeat;
			}
		#news .contentBox {
			padding:13px;
			border-bottom:1px solid #aca394;
		}
		
		/*	viewingBar Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
		#news .contentBox .viewingBar {
			margin:5px 0 5px 0; padding:0;
			font:bold 11px Arial, Helvetica, sans-serif;
			color:#5b5448;
		}
			#news .contentBox .viewingBar .viewing {
				width:500px;
				text-align:center;
				font:normal 11px Arial, Helvetica, sans-serif;
				color:#5b5448;
				float:left;
			}
			#news .contentBox .viewingBar .prev {
				float:left;
			}
				#news .contentBox .viewingBar a.btnPrev {
					padding:0 0 0 5px;
					color:#8e8f62;
					background:url(../../images/arrow_left_blue.png) 0 5px no-repeat;
					font:bold 11px Arial, Helvetica, sans-serif;
					display:block;
				}
					#news .contentBox .viewingBar a.btnPrev:hover {
						color:#f5f1e6;
						background:url(../../images/arrow_left_cream.png) 0 5px no-repeat;
					}
			#news .contentBox .viewingBar .next {
				float:right;
			}
			#news .contentBox .viewingBar a.btnNext {
				width:32px;
				color:#8e8f62;
				background:url(../../images/arrow_right_blue.png) 27px 5px no-repeat;
				font:bold 11px Arial, Helvetica, sans-serif;
				display:block;
			}
				#news .contentBox .viewingBar a.btnNext:hover {
					color:#f5f1e6;
					background:url(../../images/arrow_right_cream.png) 27px 5px no-repeat;
				}
		#news .entry {
			width:576px;
			margin:0 0 20px 0;
			background:#f5f1e6;
		}
			#news .entry .newsTitle {
				background:#2c2e2b;
				padding:8px 0 8px 12px;
			}
				#news .entry .newsTitle span {
					font:normal 13px Arial, Helvetica, sans-serif;
					color:#f5f1e6;
				}
				#news .entry .newsTitle h2 {
					font:normal 23px Arial, Helvetica, sans-serif;
					color:#f5f1e6;
				}
					#news .entry .newsTitle h2 a:link, #news .entry .newsTitle h2 a:active, #news .entry .newsTitle h2 a:visited {
						font:normal 23px Arial, Helvetica, sans-serif;
						color:#f5f1e6;
					}
						#news .entry .newsTitle h2 a:hover {
							color:#fff;
						}
			#news .entry .contentBox {
				padding:10px;
				background:#f5f1e6;
				border:0;
				font:normal 12px Arial, Helvetica, sans-serif;
				line-height:17px;
				color:#8e8f62;
			}
				#news .entry .contentBox .imgHolder {
					margin:0 10px 10px 0; padding:6px;
					background:#c4bbab;
					float:left;
				}
					#news .entry .contentBox p {
						margin:2px 0 10px 0;
					}
					#news .entry .contentBox p a:link, #news .entry .contentBox p a:active, #news .entry .contentBox p a:visited {
						border-bottom:1px solid #5e5d3f;
					}
						#news .entry .contentBox p a:hover {
							border-bottom:1px solid #2ca2cf;
						}
				#news .entry .contentBox .socialBar {
					width:526px; height:20px;
					background:#e1d8c9;
					margin:10px 0 0 0;padding:5px 10px 0 12px;
					font:normal 11px Arial, Helvetica, sans-serif;
					line-height:normal;
					list-style:none;
				}
					#news .entry .contentBox .socialBar .info {
						float:left;
					}
					#news .entry .contentBox .socialBar a.btnReadArticle:link, #news .entry .contentBox .socialBar a.btnReadArticle:active, #news .entry .contentBox .socialBar a.btnReadArticle:visited {
						width:70px;
						padding:0 7px 0 0;
						color:#8e8f62;
						background:url(../../images/btn_doMoreArrows.gif) right 5px no-repeat;
						font:bold 11px Arial, Helvetica, sans-serif;
						display:block;
						float:right;
					}
						#news .entry .contentBox .socialBar a.btnReadArticle:hover {
							color:#fff;
							background-position:right -40px;
						}
								
							
	/*	pagination Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#news .contentBox .pagination {
			width:568px;
			padding:10px 0 10px 8px;
			background:#8e8f62;
		}
			#news .contentBox .pagination .prev {
				float:left;
			}
				#news .contentBox .pagination .prev a:link, #news .contentBox .pagination .prev a:active, #news .contentBox .pagination .prev a:visited {
					padding:0 0 0 7px;
					font:bold 11px Arial, Helvetica, sans-serif;
					color:#7fb0c0;
					background:url(../../images/btn_prevArrow.gif) left 3px no-repeat;
					display:block;
				}
					#news .contentBox .pagination .prev a:hover {
						color:#fff;
						background-position:left -40px;
					}
			#news .contentBox .pagination .pages {
				width:470px;
				font:bold 12px Arial, Helvetica, sans-serif;
				color:#7fb0c0;
				float:left;
				text-align:center;
			}
				#news .contentBox .pagination .pages .active {
					color:#fff !important;
				}
				#news .contentBox .pagination .pages a:link, #news .contentBox .pagination .pages a:active, #news .contentBox .pagination .pages a:visited {
					padding:0 3px;
					color:#7fb0c0;
				}	
					#news .contentBox .pagination .pages a:hover {
						color:#fff;
					}
			#news .contentBox .pagination .next {
				float:left;
			}
				#news .contentBox .pagination .next a:link, #news .contentBox .pagination .next a:active, #news .contentBox .pagination .next a:visited {
					padding:0 7px 0 0;
					font:bold 11px Arial, Helvetica, sans-serif;
					color:#7fb0c0;
					background:url(../../images/btn_nextArrow.gif) right 3px no-repeat;
					display:block;
				}
					#news .contentBox .pagination .next a:hover {
						color:#fff;
						background-position:right -40px;
					}
					
					
		/*	commentBox Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#news .contentBox .commentBox .titleBar {
			margin:0 0 22px 0; padding:0;
			background:none;
			border:0;
		}
			#news .contentBox .commentBox .titleBar h2#h2_userComments {
				width:200px; height:14px;
				padding:0 0 0 112px;
				background:url(../../images/h2_userComments.png) 0 3px no-repeat;
				font:bold 14px Arial, Helvetica, sans-serif;
				color:#5e5d3f;
			}