@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - BLOG : 	Jessie James Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		jessie_blog.css
	Date:			Jul 30, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#nav {
		background:url(../../images/nav_current.png) 155px 1px no-repeat;
	}
	#nav li.navBlog a {
		background-position:-145px -40px;
	}
			
/*	--------------------------------------------------------------------------------------------------------------------------
	#blog Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#blog {
		margin:0 0 0 25px;
		background: url(../../images/h1_blog.png) 10px 0 no-repeat;
	}
		#blog h1 {
			width:43px; height:30px;
		}
		#blog ul {
			
		}
			#blog ul li {
				border:1px dashed #002531;
				margin:0 0 10px 0; padding:10px;
				background:url(../../images/bg_checker.gif) repeat;
			}
				#blog ul li.header {
					border:none;
					margin:0; padding:0 10px;
					background:none;
				}
					#blog ul li.header h1 {
						float:left;	
					}
					#blog ul li.header .pagination {
						float:right;
					}
						#blog 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;
						}
						#blog ul li.header .pagination .buttons {
							width:75px;
							margin:5px 0 0 0;
							float:right;
						}
							#blog ul li.header .pagination .buttons a.btn_prev {
								width:31px; height:9px;
								margin:2px 0 0 0;
								background:url(../../../jJames/images/btn_prev.png) 0 0 no-repeat;
								display:block;
								float:left;
							}
								#blog ul li.header .pagination .buttons a.btn_prev:hover {
									background-position:0 -9px;
								}
							#blog ul li.header .pagination .buttons a.btn_next {
								width:30px; height:9px;
								background:url(../../../jJames/images/btn_next.png) 0 0 no-repeat;
								display:block;
								float:right;
							}
								#blog ul li.header .pagination .buttons a.btn_next:hover {
									background-position:0 -9px;
								}

				#blog ul li .header {
					padding:0;
				}
					#blog ul li .header .date {
						color:#989898;
						display:block;
						float:left;
					}
					#blog ul li .socialBar {
						widows:560px;
					}
					.socialBar {
						color:#889a9f;
						display:block;
					}
						.socialBar .divider {
							color:#3f4a4d;
						}
			/*#blog ul li img {
				float:left;	
			}*/
			#blog ul li h2 {
				margin:2px 0 8px 0;
				font:normal 17px Arial, Helvetica, sans-serif;
			}
				#blog ul li h2 a {
					color:#03beeb;
				}
					#blog ul li h2 a:hover {
						background:#03beeb;
						color:#001e27;
					}
			#blog ul li p {
				margin:0 0 20px 0;
				font:normal 14px Arial, Helvetica, sans-serif;
				color:#546063;
				line-height:19px;
			}
			#blog ul li p a {
				color:#b7ddea;	
			}
				#blog ul li p a:hover {
					background:b7ddea;
					color:#001e27;
				}

/*	--------------------------------------------------------------------------------------------------------------------------
	.entry Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#blog .entry {
		border:1px dashed #002531;
		margin:0 0 10px 0; padding:40px 0 45px 40px;
		background:url(../../images/bg_checker.gif) repeat;
	}
		#blog .entry a.backTo {
			width:75px; height:12px;
			margin:0 0 18px 0;
			background:url(../../images/btn_backToBlog.png) 0 0 no-repeat;
			display:block;
		}
			#blog .entry a.backTo:hover {
				background-position:0 -12px;
			}
		#blog .entry img {
			margin:0 0 30px 0;
			display:block;
		}
		#blog .entry  .date {
			margin:0 0 15px 0;
			color:#989898;
			display:block;
		}
		#blog .entry h2 {
			margin:2px 0 8px 0;
			font:normal 18px Arial, Helvetica, sans-serif;
			color:#03beeb;
		}
		#blog .entry p {
			margin:0 0 20px 0;
			font:normal 14px Arial, Helvetica, sans-serif;
			color:#546063;
			line-height:19px;
		}
		#news .entry p a {
			
		}
			#news .entry p a:hover {
				
			}
		#blog .entry p a {
			color:#b7ddea;
		}
			#blog .entry p a:hover {
				background:b7ddea;
				color:#001e27;
			}
		#blog .entry .socialBar {
			width:500px;
		}	
			#blog .socialBar .stats {
				width:300px;
				float:left;
				font-size:11px;
			}
			#blog .socialBar a.btn_share {
				width:75px; height:19px;
				background:url(../../images/btn_share.jpg) 0 0 no-repeat;
				display:block;
				float:right;
			}
				#blog .socialBar a.btn_share:hover {
					background-position:0 -19px;
				}
					
/*	--------------------------------------------------------------------------------------------------------------------------
	#twitter Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#twitter {
		margin:15px 0 0 25px;
	}
		#twitter h1 {
			width:420px; height:30px;
			background: url(../../images/h1_jessiesTwitter.png) 0 0 no-repeat;
			float:left;
		}
		#twitter .header a.more {
			width:132px; height:15px;
			margin:12px 0 0 0;
			background:url(../../images/btn_followJessie.png) 0 0 no-repeat;
			float:right;
			display:block;
		}
			#twitter .header a.more:hover {
				background-position:0 -20px;
			}
			#twitter ul#twitter_update_list {
				border:1px dashed #002531;
				margin:4px 0 0 0; padding:10px;
				background:url(../../images/bg_checker.gif) repeat;
			}
				#twitter ul#twitter_update_list li {
					padding:0 0 5px 6px;
					background:url(../../images/bullet_box.gif) 0 7px no-repeat;
					line-height:17px;
				}
					#twitter ul#twitter_update_list li a {
						color:#b7ddea;
					}
						#twitter ul#twitter_update_list li a:hover {
							background:none;
							color:#fff;
						}