@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - HOME : 	Jessie James Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		jessie_home.css
	Date:			Jul 30, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#nav {
		background:url(../../images/nav_current.png) 42px 1px no-repeat;
	}
	#nav li.navHome a {
		background-position:-12px -40px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	.header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.header {
		padding:0 10px;	
	}
		.header h1 {
			width:420px; height:30px;
			float:left;	
		}
		.header a.more {
			width:62px; height:15px;
			margin:7px 0 0 0;
			background:url(../../images/btn_readmore.png) 0 0 no-repeat;
			display:block;
			float:right;
		}
			.header a.more:hover {
				background-position:0 -20px;	
			}
		.header a.view {
			width:62px; height:15px;
			margin:7px 0 0 0;
			background:url(../../images/btn_viewmore.png) 0 0 no-repeat;
			display:block;
			float:right;
		}
			.header a.view:hover {
				background-position:0 -21px;	
			}
		.socialBar {
			color:#889a9f;
			display:block;
		}
			.socialBar .divider {
				color:#3f4a4d;
			}
	h2 a {
		color:#03beeb;
	}
		h2 a:hover {
			background:#03beeb;
			color:#001e27;
		}
			
/*	--------------------------------------------------------------------------------------------------------------------------
	#news Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#news {
		margin:0 0 0 25px;
	}
		#news h1 {
			background: url(../../images/h1_newsBlog.png) 0 0 no-repeat;
		}
		#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 {
					padding:0;
				}
					#news ul li .header .date {
						color:#989898;
						display:block;
						float:left;
					}
					#news ul li .header .socialBar {
						float:right;
					}
			/*#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 p {
				margin:0 0 10px 0;
				font:normal 13px Arial, Helvetica, sans-serif;
				color:#546063;
				line-height:19px;
			}
			#news ul li p a {
				color:#b7ddea;	
			}
				#news ul li p a:hover {
					background:001e27;
					color:#001e27;
				}
				
/*	--------------------------------------------------------------------------------------------------------------------------
	#videos Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#videos {
		margin:10px 0 0 25px;
	}
		#videos h1 {
			background: url(../../images/h1_recentPhotos.png) 0 0 no-repeat;
		}
		#videos .content {
			border:1px dashed #002531;
			padding:10px 0 10px 10px;
			background:url(../../images/bg_checker.gif) repeat;
		}
			#videos .content .entry {
				width:304px;
				float:left;				
			}
				#videos .content .entry .video {
					padding:1px;
					background:#b7ddea;
				}
					#videos .content .entry .video img {
						border:1px solid #000;
						display:block;
					}
				#videos .content .entry h2 {
					margin:7px 0 0 0;
					font:normal 17px Arial, Helvetica, sans-serif;	
				}
			#videos .content ul {
				width:250px;
				float:right;	
			}
				#videos .content ul li {
					width:240px;
					margin:0 0 20px 0;
				}
					#videos .content ul li .video {
						padding:1px;
						background:#b7ddea;
						float:left;
					}
						#videos .content ul li .video img {
							border:1px solid #000;
							display:block;
						}
					#videos .content ul li .info {
						width:128px;
						float:right;
					}
					#videos .content ul li .info .socialBar {
						margin:2px 0 0 0;
						font:normal 11px Arial, Helvetica, sans-serif;
						display:block;
					}
					
/*	--------------------------------------------------------------------------------------------------------------------------
	#twitter Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#twitter {
		margin:15px 0 0 25px;
	}
		#twitter h1 {
			background: url(../../images/h1_jessiesTwitter.png) 0 0 no-repeat;
		}
		#twitter .header a.more {
			width:132px;
			margin:12px 0 0 0;
			background:url(../../images/btn_followJessie.png) 0 0 no-repeat;
		}
			#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;
						}
					
