@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - SUGARLAND EXTRAS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		sugarland_extras.css
	Date:			Jan 05, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	

/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#nav li#navExtras a {
		background-position:0 -92px;
	}


/*	--------------------------------------------------------------------------------------------------------------------------
	extras Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#extras {
		
	}
		#extras .titleBar {
			height:21px;
			padding:8px 0 0 9px;
		}
			#extras .titleBar h1#h1_extras {
				width:61px; height:12px;
				background: url(../../images/h1_extras.png) no-repeat;
			}
		#extras .contentBox {
			padding:20px;
			border-bottom:1px solid #aca394;
		}
		#extras .entry {
			width:560px;
			margin:0 0 20px 0;
			background:#f5f1e6;
		}
			#extras .entry .titleBar {
				height:42px;
				background:#2c2e2b;
				padding:7px 0 0 10px;
			}
				#extras .entry .titleBar h2 {
					font:normal 25px Arial, Helvetica, sans-serif;
					color:#f5f1e6;
				}
				
				
		/*	wallpapers Styles
			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
			#extras .entry .wallpapers {
				padding:30px 0 35px 50px;
				background:#f5f1e6;
				border:none;
			}
				#extras .entry .wallpapers .wallpaper {
					margin:0 40px 30px 0;
					width:210px;
					text-align:center;
					color:#5e5d3f;
					font:normal 13px Arial, Helvetica, sans-serif;
					line-height:10px;
					float:left;
					display:inline;
				}
					#extras .entry .wallpapers .wallpaper .wallpaperImage {
						width:200px; height:125px;
						margin:9px 0 5px 0; padding:5px;
						background:#c4bbab;
					}
						#extras .entry .wallpapers .wallpaper .wallpaperImage img {
							width:200px; height:125px;
							display:block;
						}
					#extras .entry .wallpapers .wallpaper a {
						font:normal 11px Arial, Helvetica, sans-serif;
					}
			
			
		/*	buddyIcons Styles
			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
			#extras .entry .buddyIcons {
				padding:30px 0 0 30px;
				background:#f5f1e6;
				border:none;
			}
				#extras .entry .buddyIcons .buddyIcon {
					width:50px; height:50px;
					margin:0 20px 20px 0; padding:3px;
					background:#c4bbab;
					float:left;
					display:inline;
				}
					#extras .entry .buddyIcons .buddyIcon img {
						width:50px; height:50px;
						display:block;
					}
					
				#extras .entry .instructions {
					margin:0 0 0 35px; padding:0 0 35px 0;
					color:#5e5d3f;
					font:normal 11px Arial, Helvetica, sans-serif;		
				}	
					#extras .entry .instructions ol {
						margin:5px 0 0 16px;
					}