@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - SUGARLAND NEWS ENTRY
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		sugarland_newsEntry.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:55px;
			padding:8px 0 0 9px;
		}
			#news .titleBar h1#h1_newsAndUpdates {
				width:143px; height:55px;
				background: url(../../images/h1_newsAndUpdates.png) no-repeat;
			}
		#news .contentBox {
			padding:13px;
			
		}
		
		/*	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:#000000;
					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:#000000;
				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:525px;
			margin:0 0 20px 0;
			background:#f5f1e6;
		}
			#news .entry .newsTitle {
				background:#333;
				padding:8px 0 8px 12px;
			}
				#news .entry .newsTitle span {
					font:normal 13px Arial, Helvetica, sans-serif;
					color:#000;
				}
				#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:#dc4717;
						}
			#news .entry .contentBox {
				padding:10px;
				background:#f5f1e6;
				border:0;
				font:normal 12px Arial, Helvetica, sans-serif;
				line-height:17px;
				color:#766044;
			}
				#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 #d35d30;
					}
						#news .entry .contentBox p a:hover {
							border-bottom:1px solid #2ca2cf;
						}
				#news .entry .contentBox .socialBar {
					width:475px; 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:#000000;
						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;
						}
						
					
				
	/*	commentBox Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#news .contentBox .commentBox {
			padding:0 0 32px 10px;
		}
			#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:#704619;
					float:left;
				}
				#news .contentBox .commentBox .titleBar .btnHolder {
					width:90px;
					margin:4px 0 0 0; padding:0 10px 0 0;
					float:right;
				}
			#news .contentBox .commentBox .entry {
				margin:0 0 4px 0;
				background:url(../../images/commentPointer.gif) 98px 15px no-repeat;
			}
			#news .contentBox .commentBox .entry .user {
				width:80px;
				margin:2px 0 0 0; padding:2px;
				background:#766044;
				float:left;
			}
				#news .contentBox .commentBox .entry .user img {
					display:block;
				}
			#news .contentBox .commentBox .entry .contentBox {
				width:400px;
				margin:0 0 0 42px; padding:15px;
				float:left;
			}
				#news .contentBox .commentBox .entry .contentBox h3 {
					margin:0 0 5px 0;
					font:normal 16px Arial, Helvetica, sans-serif;
					color:#704619;
				}
				#news .contentBox .commentBox .entry .contentBox p {
					margin:0 0 10px 0; padding:0;
					font:normal 12px Arial, Helvetica, sans-serif;
					color:#704619;
					line-height:18px;
				}
				#news .contentBox .commentBox .entry .contentBox .date {
					font:normal 11px Arial, Helvetica, sans-serif;
					color:#766044;
				}
			#news .contentBox .commentBox .btnHolder {
				margin:16px 10px 0 0;
				font:bold 10px Arial, Helvetica, sans-serif;
				text-align:right;
			}
				#news .contentBox .commentBox .btnHolder a:link, #news .contentBox .commentBox .btnHolder a:active, #news .contentBox .commentBox .btnHolder a:visited {
					color:#000000;
				}
					#news .contentBox .commentBox .btnHolder a:hover {
						color:#ffffff;
					}
