@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - NEWS : 	Ghostface Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		gf_news.css
	Date:			Sept 08, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#nav li.navNews a {
		background-position: -176px -45px;
	}
			
/*	--------------------------------------------------------------------------------------------------------------------------
	#news Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#news {
		
	}
		#news a.btn_back {
			width:85px;
			margin:10px 0; padding:0 0 0 7px;
			background:url(../../images/arrow_left.png) 0 4px no-repeat;
			font:normal 11px Georgia, "Times New Roman", Times, serif;
			color:#ba7b00;
			text-decoration:none;
			display:inline-block;
			float:right;
		}
			#news a.btn_back:hover {
				color:#7e4700;
			}
		#news .header h1 {
			width:212px; height:50px;
			margin:0 auto;
			background:url(../../images/h1_news.png) 0 0 no-repeat;
		}
		#news ul {
			
		}
			#news ul li {
				margin:0 0 15px 0; padding:0 0 15px 0;
				background:url(../../images/division.png) center bottom no-repeat;
			}
			#news ul li.last {
				background:none;
			}
				#news ul li .date {
					font:normal 12px Georgia, "Times New Roman", Times, serif;
					color:#644609;
				}
				#news ul li h2 {
					
				}
					#news ul li h2 a {
						font:normal 17px Georgia, "Times New Roman", Times, serif;
						color:#ba7b00;
					}
						#news ul li h2 a:hover {
							color:#7e4700;
						}
				#news ul li p {
					padding:10px 0;
					font:normal 12px Georgia, "Times New Roman", Times, serif;
					color:#46381c;
				}
					#news ul li p a {
						color:#ba7b00;
					}
						#news ul li p a:hover {
							color:#7e4700;
						}
				#news ul li .socialBar {
					padding:5px 0;
					font:normal 11px Georgia, "Times New Roman", Times, serif;
					color:#597228;
					display:block;
					float:left;
				}
				#news ul li a.more {
					padding:5px 20px 5px 0;
					background:url(../../images/more.png) right 3px no-repeat;
					font:normal 11px Georgia, "Times New Roman", Times, serif;
					color:#ba7b00;
					display:block;
					float:right;
				}
					#news ul li a.more:hover {
						color:#7e4700;
					}
		#news .pagination {
			width:542px;
			margin:0 auto;
		}
			#news .pagination.top {
				margin-bottom:10px; margin-top:30px; padding:0 0 10px 0;
				background:url(../../images/bg_borderPagination.png) center bottom no-repeat;
			}
			#news .pagination.bottom {
				padding:10px 0 0 0;
				background:url(../../images/bg_borderPagination.png) center top no-repeat;
			}
			#news .pagination .displaying {
				font:normal 11px Georgia, "Times New Roman", Times, serif;
				color:#46381c;
				display:inline-block;
				float:left;
			}
			#news .pagination .btns {
				float:right;
			}
				#news .pagination a.btn_prev {
					padding:0 0 0 10px;
					background:url(../../images/arrow_left_green.png) 3px 5px no-repeat;
					font:bold 12px Georgia, "Times New Roman", Times, serif;
					color:#6ca400;
					display:inline-block;
				}
					#news .pagination a.btn_prev:hover {
						color:#597228;
					}
				#news .pagination a.btn_next {
					padding:0 10px 0 0;
					background:url(../../images/arrow_right_green.png) right 5px no-repeat;
					font:bold 12px Georgia, "Times New Roman", Times, serif;
					color:#6ca400;
					display:inline-block;
				}
					#news .pagination a.btn_next:hover {
						color:#597228;
					}
			
/*	--------------------------------------------------------------------------------------------------------------------------
	news single Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#news .content {
		
	}
		#news .content {
			padding:0 0 30px 0;
		}
			#news .content .date {
				font:normal 12px Georgia, "Times New Roman", Times, serif;
				color:#644609;
			}
			#news .content h2 {
				font:normal 21px Georgia, "Times New Roman", Times, serif;
				color:#76671f;
			}
			#news .content img {
				border:solid 2px #9a8916;
				margin:10px 0;
				clear:both;
			}
			#news .content p {
				padding:10px 0;
				font:normal 12px Georgia, "Times New Roman", Times, serif;
				color:#46381c;
			}
				#news .content p a {
					color:#ba7b00;
				}
					#news .content p a:hover {
						color:#7e4700;
					}
			#news .content .blogContent {
				padding:10px 0;
				font:normal 12px Georgia, "Times New Roman", Times, serif;
				color:#46381c;
			}
				#news .content .blogContent a {
					color:#ba7b00;
				}
					#news .content .blogContent a:hover {
						color:#7e4700;
					}
			#news .content .socialBar {
				padding:5px 0;
				font:normal 11px Georgia, "Times New Roman", Times, serif;
				color:#597228;
				display:block;
				float:left;
			}
