@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - RICK ROSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		rr_tour.css
	Date:			April 3, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	active nav style
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#nav li.navExtras a {
		background-position:-511px -74px !important;
	}
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Extras Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#extrasBlock {
		width:624px;
		padding:0 0 40px 0;
		background:#f5f5f5;
	}
		#extrasBlock .header {
			width:624px; height:52px;
			background:url(../../images/bg_h2.jpg) top left no-repeat;
		}
			#extrasBlock .header h2 {
				margin:13px 0 0 21px;
				width:118px; height:27px;
				display:inline;
				float:left;
				background:url(../../images/h2_extras.png) 0 0 no-repeat;
			}
		#extrasBlock .instructions {
			font-size:12px;
		}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	Wallpaper Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/			
	#extrasBlock #wallpapers {
		margin:0 0 0 20px;
	}
		#extrasBlock #wallpapers h3 {
			margin:20px 0 20px 2px;
			width:107px; height:11px;
			background:url(../../images/h3_wallpapers.png) 0 top no-repeat;
		}
		
		#extrasBlock #wallpapers .entry {
			margin:0 5px 0 0;
			width:295px;
			float:left;
		}
			#extrasBlock #wallpapers .entry img {
				margin:0 0 0 4px;
				display:block;
				border:solid 1px #542117;
			}
			#extrasBlock #wallpapers .entry .buttons {
				padding:3px 0 0 0;
			}
				#extrasBlock #wallpapers .buttons .btnHolder {
					padding:4px 0 0 0;
					width:73px;
					float:left;
				}
				#extrasBlock #wallpapers a.btn1024 {
					width:73px; height:24px;
					display:block;
					background:url(../../images/btn_1024.png) top center no-repeat;
				}
						#extrasBlock #wallpapers a.btn1024:hover {
							background-position:bottom;
						}
				#extrasBlock #wallpapers a.btn1280 {
					width:73px; height:24px;
					display:block;
					background:url(../../images/btn_1280.png) top center no-repeat;
				}
						#extrasBlock #wallpapers a.btn1280:hover {
							background-position:bottom;
						}
				#extrasBlock #wallpapers a.btn1440 {
					width:73px; height:24px;
					display:block;
					background:url(../../images/btn_1440.png) top center no-repeat;
				}
						#extrasBlock #wallpapers a.btn1440:hover {
							background-position:bottom;
						}
				#extrasBlock #wallpapers a.btn1680 {
					width:73px; height:24px;
					display:block;
					background:url(../../images/btn_1680.png) top center no-repeat;
				}
						#extrasBlock #wallpapers a.btn1680:hover {
							background-position:bottom;
						}
		#extrasBlock #wallpapers .instructions {
			margin:23px 0 0 0; padding:15px 0 0 0;
			width:405px;
			background:url(../../images/instructions_wallpapers.png) 0 top no-repeat;
		}
				
/*	--------------------------------------------------------------------------------------------------------------------------
	HR Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.hr {
		margin:38px 0 38px 19px;
		width:587px; height:2px;
		background:url(../../images/hr.png) top left repeat-x;
	}
		.hr hr {
			display:none;
		}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	Buddy Icon Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#extrasBlock #buddyIcons {
		margin:0 0 0 20px;
	}
		#extrasBlock #buddyIcons h3 {
			margin:20px 0 20px 2px;
			width:121px; height:11px;
			background:url(../../images/h3_buddyIcons.png) 0 top no-repeat;
		}
		
		#extrasBlock #buddyIcons .entry {
			width:70px;
			float:left;
		}
			#extrasBlock #buddyIcons .entry a img {
				display:block;
				border:solid 1px #7b0909;
			}
				#extrasBlock #buddyIcons .entry a:hover img {
					border:solid 1px #b5371f;
				}
		#extrasBlock #buddyIcons .instructions {
			padding:15px 0 0 0;
			width:345px;
			background:url(../../images/instructions_buddyIcons.png) 0 top no-repeat;
			float:left;
		}