@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - NEWS : 	The Bravery Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		tb_news.css
	Date:			Sept 29, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#nav li.navNews a {
		background-position:-324px -30px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	#news Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#news {
	
	}
		#news .header {
			margin:0 0 0 0;
			background:url(../../images/header_borderBottom.png) left 38px no-repeat;
		}
			#news .header.hideBtn a {
				visibility:hidden;
			}
		#news h1#h1_news {
			width:111px; height:33px;
			margin:0 0 3px 0;
			background:url(../../images/h1_news.png) 0 0 no-repeat;
		}
		#news ul {
		
		}
			#news ul li {
				border-bottom:dashed 1px #383738;
				margin:0 0 20px 0;
				width:460px;
			}
				#news ul li.last {
					border:none;
				}
		#news h2 {
			margin:0 0 9px 0;
			font:bold 17px Arial, Helvetica, sans-serif;
			color:#f9ff42;
		}
			#news h2 a {
				background:none;
				font:bold 17px Arial, Helvetica, sans-serif;
				color:#f9ff42;
			}
				#news h2 a:hover {
					color:#fff
				}
		#news a {
			background:#000;
			color:#f9ff42;
		}
			#news a:hover {
				color:#fff;
			}
		#news a.btn_back {
			padding:0 0 0 8px; margin:0 0 6px 0;
			background:#000 url(../../images/arrow_left.png) 0 4px no-repeat;
			font:normal 11px Arial, Helvetica, sans-serif;
			color:#d0d706;
			text-transform:uppercase;
			float:right;
		}
			#news a.btn_back:hover {
				background-position:0 -17px;
				color:#fff;
			}
			#news .prevNext a.next {
				padding:0 0 0 12px;
				float:right;
			}
			#news .prevNext a.prev {
				float:right;
			}
			#news .prevNext {
				width:80px;
				padding:0 0 10px 0;
				float:right;
			}	
			#news .prevNext .disabled_next {
				padding:0 0 0 10px;
				background:#000;
				float:right;
			}
			#news .prevNext .disabled_prev {
				backgorund:#000;
				float:right;
			}
			
		#news .date {
			margin:0 0 9px 0;
			font:normal 11px Arial, Helvetica, sans-serif;
			color:#fff;
			display:block;
		}
		#news img {
			margin:0 0 15px 0;
		}
		#news p {
			margin:0 0 14px 0;
			font:normal 13px Arial, Helvetica, sans-serif;
			color:#e6e7e8;
			line-height:17px;
		}
		#news .socialBar {
			margin:0 0 15px 0;
			width:200px;
			display:block;
		}
			#news .socialBar .comments {
				font:normal 12px Arial, Helvetica, sans-serif;
				color:#d0d706;
			}
			#news .socialBar .share a {
				width:62px;
				padding:0 0 0 15px; margin:0 0 0 15px;
				background:#000 url(../../images/icon_share.png) left center no-repeat;
				font:normal 12px Arial, Helvetica, sans-serif;
				color:#d0d706;
				display:inline-block;
			}
			#news .socialBar.hideComments .comments {
				display:none;
			}
			#news .socialBar.hideComments .share a {
				margin:0;
			}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	#comments Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#comments ul li {
		border:none;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	.pagination Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.pagination {
		margin:35px 0 0 0;
	}	