@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - Brian Blade : News
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		bb_news.css
	Date:			Apr 25, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	main/body/global Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#main {
		background:url(../../images/common_bg.jpg) top center no-repeat;
	}
	ul#nav {
		background:url(../../images/navNews.jpg) 529px 64px no-repeat;
	}


/*	--------------------------------------------------------------------------------------------------------------------------
	#mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol {
		width:494px; height:571px;
		margin:0 0 0 53px;
		font:normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
		line-height:15px;
		color:#40392d;
	}
		#mainCol h1#h1_news {
			width:80px; height:43px;
			margin:0 0 8px 10px;
			background:url(../../images/h1_news.png) 0 0 no-repeat;
		}
		
		#mainCol #paginator {
			width:470px; height:22px;
			padding:8px 10px 0 10px;
			background:url(../../images/contentFooter.png) 0 0 no-repeat;
		}
			#paginator .prev {
				width:100px;
				float:left;
			}
				#paginator .prev a:link, #paginator .prev a:active, #paginator .prev a:visited {
					width:100px;
					padding:0 0 0 9px;
					display:block;
					font:bold 11px Georgia, "Times New Roman", Times, serif;
					color:#fff;
					text-decoration:none;
					background:url(../../images/paginator_prev.png) 0 3px no-repeat;
				}
					#paginator .prev a:hover {
						color:#bc230a;
						background-position:0 -17px;
					}
			#paginator .next {
				width:100px;
				float:right;
			}
				#paginator .next a:link, #paginator .next a:active, #paginator .next a:visited {
					width:100px;
					padding:0 9px 0 0;
					display:block;
					font:bold 11px Georgia, "Times New Roman", Times, serif;
					color:#fff;
					text-decoration:none;
					background:url(../../images/paginator_next.png) right 3px no-repeat;
					text-align:right;
				}
					#paginator .next a:hover {
						color:#bc230a;
						background-position:right -17px;
					}
			#paginator .pages {
				width:240px;
				float:left;
				text-align:center;
				font-size:10px;
				color:#fff;
				font-weight:bold;
			}
				#paginator .pages a:link, #paginator .pages a:active, #paginator .pages a:visited {
					color:#c5d6e0;
					padding:0 3px;
				}
					#paginator .pages a:hover {
						color:#bc230a;
					}
				#paginator .pages .listing {
					color:#f5e6c7;
				}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	.entries Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul.entries {
		list-style:none;
		height:403px;
		margin:0 0 0 10px; padding:0 10px 0 0;
		overflow-y:auto;
	}
		.entries li {
			padding:8px 0;
			background:url(../../images/media_divider.png) 0 bottom no-repeat;
		}
		.entries li h2 {
			font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
			color:#29241b;
		}
			.entries li h2 .date {
				color:#868179;
				font-size:12px;
			}
			.entries li h2 a:link, .entries li h2 a:active, .entries li h2 a:visited {
				color:#29241b;
				text-decoration:none;
			}
				.entries li h2 a:hover {
					color:#bc230a;
				}
		.entries li .post {
			margin:4px 0;
		}
		.stats {
				width:250px;
				padding:2px 0 0 0;
				float:left;
				font:normal 10px Arial, Helvetica, sans-serif;
				color:#6c5f5c;
			}
			.stats a:link, .stats a:active, .stats a:visited {
				color:#55261d;
				text-decoration:none;
			}
				.stats a:hover {
					color:#bc230a;
				}
			.stats a.more:link, .stats a.more:active, .stats a.more:visited {
				color:#bc230a;
				padding:0 8px 0 0;
				text-decoration:none;
				font-weight:bold;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				background:url(../../images/media_play.png) right 3px  no-repeat;
			}
				.stats a.more:hover {
					color:#010101;
					background-position: right -17px;
				}
		a.share:link, a.share:active, a.share:visited {
			width:57px; height:18px;
			padding:3px 0 0 0;
			display:block;
			float:right;
			text-align:center;
			background:url(../../images/media_share.png) 0 0 no-repeat;
			font:bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
			text-decoration:none;
			color:#fff;
		}
			a.share:hover {
				background-position:0 -30px;
			}

/*	--------------------------------------------------------------------------------------------------------------------------
	#entry Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#entry {
		height:403px;
		margin:0 0 0 10px; padding:0 10px 0 0;
		overflow-y:auto;
	}
		#entry li h2 {
			font:bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
			color:#29241b;
		}
			#entry h2 .date {
				color:#868179;
				font-size:13px;
			}
			
			#entry h2 a:link, #entry h2 a:active, #entry h2 a:visited {
				color:#40392D;
				text-decoration:none;
			}
				#entry h2 a:hover {
					color:#bc230a;
				}
			
		#entry .post {
			margin:4px 0;
		}
		
		
