@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - NEWS : 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		jj_news.css
	Date:			Jul 27, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	

/*	--------------------------------------------------------------------------------------------------------------------------
	Active State Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#header #nav li.navNews a, #header #nav li.navNews a:hover {
		background-position:-83px -40px;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#news Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#news {
		padding:0 0 1px 0;
		background:url(../../images/bg_mainColCap.png) 0 bottom no-repeat;
	}
		#news ul {
			width:617px;
		}
			#news ul li.header {
				width:607px;
				padding:0 10px 9px 0;
				background:url(../../images/bg_mainColCap.png) 0 bottom no-repeat;
			}
				#news ul li.header h1 {
					width:158px; height:23px;
					background:url(../../images/h3_latestNews.png) 0 0 no-repeat;
					float:left;
				}
				#news ul li.header .pagination {
					width:440px;
					float:right;
				}
					#news ul li.header .pagination .displaying {
						margin:12px 0 0 0;
						font:bold 10px Verdana, Arial, Helvetica, sans-serif;
						color:#a6a196;
						float:left;
					}
					#news ul li.header .pagination .buttons {
						margin:5px 0 0 0;
						float:right;
					}
						#news ul li.header .pagination .buttons a.btn_prev {
							width:37px; height:16px;
							padding:3px 0 0 16px;
							background:url(../../images/btn_prev.png) 0 0 no-repeat;
							font:bold 10px Verdana, Arial, Helvetica, sans-serif;
							color:#d8cfbd;
							display:inline-block;
						}
							#news ul li.header .pagination .buttons a.btn_prev:hover {
								background-position:bottom;
								color:#231e1b;
							}
						#news ul li.header .pagination .buttons a.btn_next {
							width:43px; height:16px;
							padding:3px 0 0 10px;
							background:url(../../images/btn_next.png) 0 0 no-repeat;
							font:bold 10px Verdana, Arial, Helvetica, sans-serif;
							color:#d8cfbd;
							display:inline-block;
						}
							#news ul li.header .pagination .buttons a.btn_next:hover {
								background-position:bottom;
								color:#231e1b;
							}
			#news ul li {
				width:579px;
				padding:19px;
				background:url(../../images/bg_mainCol.png) 0 0 repeat-y;
				display:inline;
				float:left;
			}
				#news ul li span.date {
					margin:0 0 3px 0;
					font:bold 10px Verdana, Arial, Helvetica, sans-serif;
					color:#6c5c53;
					display:block;
				}
				#news ul li h4 {
					margin:0 0 3px 0;
				}
					#news ul li h4 a {
						font:normal 17px Arial, Helvetica, sans-serif;
						color:#f2efec;
					}
						#news ul li h4 a:hover {
							color:#ff8700;
						}
				#news ul li .paragraph, #news ul li .paragraph h1, #news ul li .paragraph h2, #news ul li .paragraph h3, #news ul li .paragraph h4, #news ul li .paragraph h5, #news ul li .paragraph h6, #news ul li .paragraph span, #news ul li .paragraph font {
					width:579px; height:99px;
					font:13px Arial, Helvetica, sans-serif;
					overflow:hidden;
				}
					#news ul li .paragraph p {
						font:normal 13px Arial, Helvetica, sans-serif;
						color:#908b86;
					}
				#news ul li .social {
					margin:12px 0 0 0;
					font:bold 10px Verdana, Arial, Helvetica, sans-serif;
					color:#e27c0a;
				}
					#news ul li .social span.divider {
						color:#6c5c53;
					}
									
					
				#news ul li ul {
					width:auto;
				}
					#news ul li ul li {
						width:auto;
						padding:0;
						background:none;
					}
				#news .content ul li {
					width:auto;
				}
					#news .content ul li {
						width:auto;
						padding:0;
						background:none;
					}
					
/*	--------------------------------------------------------------------------------------------------------------------------
	single Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#news .header {
		width:617px;
		padding:0 0 9px 0;
		background:url(../../images/bg_mainColCap.png) 0 bottom no-repeat;
	}
	#news .header h3 {
		width:158px; height:23px;
		padding:0 11px 0 0;
		background:url(../../images/h3_latestNews.png) 0 0 no-repeat;
		float:left;
	}
	#news .header a.back {
		margin:10px 0 0 0;
		font:bold 10px Verdana, Arial, Helvetica, sans-serif;
		color:#a6a196;
		float:left;
	}
		#news .header a.back:hover	{
			color:#fff;
		}
	#news .content {
		width:579px;
		padding:19px;
		background:url(../../images/bg_mainCol.png) 0 0 repeat-y;
	}
	#news .entry {
		
	}
		#news .entry span.date {
				margin:0 0 3px 0;
				font:bold 10px Verdana, Arial, Helvetica, sans-serif;
				color:#6c5c53;
				display:block;
			}
			#news .entry h4 {
				margin:0 0 12px 0;
				font:normal 17px Arial, Helvetica, sans-serif;
				color:#f2efec;
			}
			#news .entry img {
				margin:0 0 12px 0;
				float:left;
			}
			#news .entry p {
				margin:0 0 30px 0;
				font:normal 13px Arial, Helvetica, sans-serif;
				color:#908b86;
			}
			#news .entry ul {
				width:auto;
				float:left;
			}
				#news .entry ul li {
					padding:0;
					background:none;
				}