@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - NEWS : 	Jessie James Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		jessie_news.css
	Date:			Jul 30, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#nav {
		background:url(../../images/nav_current.png) 99px 1px no-repeat;
	}
	#nav li.navNews a {
		background-position:-80px -40px;
	}
			
/*	--------------------------------------------------------------------------------------------------------------------------
	#news Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#news {
		margin:0 0 0 25px;
		background: url(../../images/h1_news.png) 0 0 no-repeat;
	}
		#news h1 {
			height:30px;
		}
		#news ul {
			
		}
			#news ul li {
				border:1px dashed #002531;
				margin:0 0 10px 0; padding:10px;
				background:url(../../images/bg_checker.gif) repeat;
			}
				#news ul li.header {
					border:none;
					margin:0; padding:0 10px;
					background:none;
				}
					#news ul li.header h1 {
						float:left;	
					}
					#news ul li.header .pagination {
						float:right;
					}
						#news ul li.header .pagination .displaying {
							margin:2px 0 0 0; padding:0 12px 0 0;
							font:normal 12px Arial, Helvetica, sans-serif;
							color:#75868a;
							float:right;
						}
						#news ul li.header .pagination .buttons {
							width:75px;
							margin:5px 0 0 0;
							float:right;
						}
							#news ul li.header .pagination .buttons a.btn_prev {
								width:31px; height:9px;
								margin:2px 0 0 0;
								background:url(../../images/btn_prev.png) 0 0 no-repeat;
								display:block;
								float:left;
							}
								#news ul li.header .pagination .buttons a.btn_prev:hover {
									background-position:0 -9px;
								}
							#news ul li.header .pagination .buttons a.btn_next {
								width:30px; height:9px;
								background:url(../../images/btn_next.png) 0 0 no-repeat;
								display:block;
								float:right;
							}
								#news ul li.header .pagination .buttons a.btn_next:hover {
									background-position:0 -9px;
								}

				#news ul li .header {
					padding:0;
				}
					#news ul li .header .date {
						color:#989898;
						display:block;
						float:left;
					}
					#news ul li .socialBar {
						width:560px;
						color:#889a9f;
					}
						.socialBar .divider {
							color:#3f4a4d;
						}
			/*#news ul li img {
				float:left;	
			}*/
			#news ul li h2 {
				margin:2px 0 8px 0;
				font:normal 17px Arial, Helvetica, sans-serif;
			}
				#news ul li h2 a {
					color:#03beeb;
				}
					#news ul li h2 a:hover {
						background:#03beeb;
						color:#001e27;
					}
			#news ul li p {
				margin:0 0 20px 0;
				font:normal 14px Arial, Helvetica, sans-serif;
				color:#546063;
				line-height:19px;
			}
			#news ul li p a {
				color:#b7ddea;	
			}
				#news ul li p a:hover {
					background:b7ddea;
					color:#001e27;
				}
				
/*	--------------------------------------------------------------------------------------------------------------------------
	.entry Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#news .entry {
		border:1px dashed #002531;
		margin:0 0 10px 0; padding:30px 0 45px 40px;
		background:url(../../images/bg_checker.gif) repeat;
	}
		#news .entry a.backTo {
			width:75px; height:10px;
			margin:0 0 18px 0;
			background:url(../../images/btn_backToNews.png) 0 0 no-repeat;
			display:block;
		}
			#news .entry a.backTo:hover {
				background-position:0 -10px;
			}
		#news .entry img {
			margin:0 0 30px 0;
			display:block;
		}
		#news .entry  .date {
			margin:0 0 15px 0;
			color:#989898;
			display:block;
		}
		#news .entry h2 {
			margin:2px 0 8px 0;
			font:normal 18px Arial, Helvetica, sans-serif;
			color:#03beeb;
		}
		#news .entry p {
			margin:0 0 20px 0;
			font:normal 14px Arial, Helvetica, sans-serif;
			color:#546063;
			line-height:19px;
		}
		#news .entry p a {
			color:#b7ddea;
		}
			#news .entry p a:hover {
				background:b7ddea;
				color:#001e27;
			}
		#news .entry .socialBar {
			width:500px;
		}	
			#news .socialBar .stats {
				width:300px;
				float:left;
				font-size:11px;
			}
			#news .socialBar a.btn_share {
				width:75px; height:19px;
				background:url(../../images/btn_share.jpg) 0 0 no-repeat;
				display:block;
				float:right;
			}
				#news .socialBar a.btn_share:hover {
					background-position:0 -19px;
				}