@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - EXTRAS : 	Jessie James Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		jessie_extras.css
	Date:			Aug 03, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#nav {
		background:url(../../images/nav_current.png) 827px 1px no-repeat;
	}
	#nav li.navExtras a {
		background-position:-820px -40px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	.header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.header {
		padding:0 10px;	
	}
		.header h1 {
			width:420px; height:30px;
			float:left;	
		}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	#extras Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#extras {
		margin:0 0 0 25px;
	}
		#extras h1 {
			background: url(../../images/h1_extras.png) 0 0 no-repeat;
		}
		#extras .content {
			padding:20px 0 10px 14px;
			border:1px dashed #002531;
			background:url(../../images/bg_checker.gif) repeat;
		}
			#extras .content h2 {
				margin:2px 0 8px 0;
				font:normal 17px Arial, Helvetica, sans-serif;
				color:#03beeb;
			}
			#extras .content .download {
				padding:0 0 5px 0;
				font:14px Arial, Helvetica, sans-serif; color:#546063;
				display:block;
			}
			#extras .content ol {
				font:14px Arial, Helvetica, sans-serif; color:#546063;
				display:block;
				list-style-type:decimal;
				list-style-position:inside;
			}
			#extras .content .buddyIcons {
				padding:0 0 12px 0;
			}
			#extras .content .buddyIcons a:hover {
				background:none;
			}
				#extras .content .buddyIcons img {
					margin:7px 4px 0 0; padding:1px;
					border:2px solid #b7ddea;
					background:#000;
				}
			#extras .content .wallpapers {
				width:575px;
				padding:10px 0 10px 0;
			}
				#extras .content .wallpapers .wallpaper {
					width:273px;
					margin:0 10px 0 0;
					display:inline;
					float:left;
				}
				#extras .content .wallpapers .wallpaper .btnHolder {
					width:180px;
					padding:14px 0 0 59px; 
				}
					#extras .content .wallpapers .wallpaper .btnHolder a {
						width:75px; height:19px;
						margin:0 6px 6px 0;
						display:block;
						float:left;
					}
						#extras .content .wallpapers .wallpaper .btnHolder a.res_1024 {
							background:transparent url(../../images/btn_1024.png) no-repeat 0 0;
						}
							#extras .content .wallpapers .wallpaper .btnHolder a.res_1024:hover {
								background-position:0 -19px;
							}
						#extras .content .wallpapers .wallpaper .btnHolder a.res_1280 {
							background:url(../../images/btn_1280.png) 0 0 no-repeat;
						}
							#extras .content .wallpapers .wallpaper .btnHolder a.res_1280:hover {
									background-position:0 -19px;
							}
						#extras .content .wallpapers .wallpaper .btnHolder a.res_1440 {
							background:url(../../images/btn_1440.png) 0 0 no-repeat;
						}
							#extras .content .wallpapers .wallpaper .btnHolder a.res_1440:hover {
								background-position:0 -19px;
							}
						#extras .content .wallpapers .wallpaper .btnHolder a.res_1680 {
							background:url(../../images/btn_1680.png) 0 0 no-repeat;
						}
							#extras .content .wallpapers .wallpaper .btnHolder a.res_1680:hover {
								background-position:0 -19px;
							}
			
			#extras .content .widgets {
				width:558px;
				padding:0 0 20px 0;
			}