/* CSS Document */

body {
	background: #2c2929;
	color: #636363;
	text-align: center;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

#container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#pic1 {
	background: #2c2929 url(images/rs-bkgd-2.jpg) top center no-repeat;
}

#pic2 {
	background: #2c2929 url(images/rs-bkgd-3.jpg) top center no-repeat;
}

#pic3 {
	background: #2c2929 url(images/rs-bkgd-1.jpg) top center no-repeat;
}

#pic4 {
	background: #2c2929 url(images/rs-bkgd-5.jpg) top center no-repeat;
}

#pic5 {
	background: #2c2929 url(images/rs-bkgd-6.jpg) top center no-repeat;
}

#pic6 {
	background: #2c2929 url(images/rs-bkgd-7.jpg) top center no-repeat;
}

#pic7 {
	background: #2c2929 url(images/rs-bkgd-8.jpg) top center no-repeat;
}

#pic8 {
	background: #2c2929 url(images/rs-bkgd-4.jpg) top center no-repeat;
}

/*********** CONSTANTS ***********/

.clear {
	clear: both;
}

a {
	color: #9fb1bd;
	text-decoration: none;
}

a:hover {
	color: #8d9ca7;
	text-decoration: underline;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.hide {
	display: none;
}

h2 {
	padding:0;
	margin:0 0 30px 0;
	color: #d3d3d3;
}

h3 {
	padding:0;
	margin:0 0 8px 0;
	color: #687883;
}

h4 {
	padding:0;
	margin:0 0 0 0;
	color: #687883;
	font-weight: bold;
	
}

p {
	padding-bottom: 5px;
}

.title {
	color: #687883;
	font-size: 14px;
	font-weight:bold;
}
	
.note {
	font-size: 12px;
	font-style: italic;
}

.bold {
	font-weight: bold;
}



/*********** HEADER ***********/


#logo {
	/*background:url(images/ryan-seaton-logo.png) no-repeat;*/
	width: 467px;
	height: 219px;
	margin-top: 80px;
}


#logo a {
	display: block;
	width: 467px;
	height: 219px;
}


h1 {
	display: none;
}




/*********** NAV ***********/

#nav {
	width: 930px;
	height: 60px;
	margin-top: 100px;
	padding-left: 30px;
	margin-bottom: 15px;
	background-color: #191616;
	background: rgb(25,22,22);
	background-color: rgba(25,22,22,0.9);
}


#nav ul {
	width: 930px;
	height:40px;
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}

#nav ul li {
	height: 40px;
	display: inline;
	float: left;
	margin: 0 23px 0 0;
	padding: 10px 0 0 0;
}


#nav ul li span {
	display: none;
}

#nav ul .home a {
	background-image: url(images/nav-01.gif);
	height: 40px;
	width: 67px;
}
 
#nav ul .tour a {
	background-image: url(images/nav-02.gif);
	height: 40px;
	width: 60px;
}

#nav ul .news a {
	background-image: url(images/nav-03.gif);
	height: 40px;
	width: 67px;
}

#nav ul .bio a {
	background-image: url(images/nav-04.gif);
	height: 40px;
	width: 39px;
}
 
#nav ul .gallery a {
	background-image: url(images/nav-05.gif);
	height: 40px;
	width: 96px;
}

#nav ul .media a {
	background-image: url(images/nav-06.gif);
	height: 40px;
	width: 70px;
}

#nav ul .store a {
	background-image: url(images/nav-07.gif);
	height: 40px;
	width: 69px;
}

#nav ul .contact a {
	background-image: url(images/nav-08.gif);
	height: 40px;
	width: 98px;
}

.fb a {
	background-image: url(images/fb.gif);
	height: 40px;
	width: 34px;
}

.yt a {
	background-image: url(images/yt.gif);
	height: 40px;
	width: 34px;
	
}

.tw a {
	background-image: url(images/tw.gif);
	height: 40px;
	width: 34px;
	
}


#nav ul li a {
	display: block;
	height: 40px;
}

#nav ul li a:hover {
	background-position: 0px -40px;
}







/*********** STRUCTURE ***********/

#main {
	width: 900px;
	padding: 30px;
	background-color: #131111;
	background: rgb(19,17,17);
/*	background-color: rgba(25,22,22,0.9);*/
	background-color: rgba(19,17,17,0.9);
}

#left {
	width: 560px;
	margin-right: 40px;
	float: left;
}

#right {
	width: 300px;
	float: left;
}

#full {
	width: 900px;
}


/*********** NEWS ***********/

#news {

}


#news-teaser {
	width: 100%;
	margin-bottom: 50px;
}

.title-news {
	background-image: url(images/title-news.jpg);
	height: 18px;
	width: 59px;
}

#news-teaser ul, #news ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

#news-teaser ul li, #news ul li {
	border-bottom: solid 1px #232121;
	padding-bottom: 5px;
}


/*********** TOUR ***********/

#tour {
	margin-bottom: 50px;
}

#tour-teaser {
	margin-bottom: 50px;
	width: 300px;
}

.title-tour {
	background-image: url(images/title-tour.gif);
	height: 18px;
	width: 59px;
}

#tour ul, #tour-teaser ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

#tour ul li, #tour-teaser ul li {
	border-bottom: solid 1px #232121;
}

#tour ul li a, #tour-teaser ul li a {
	display: block;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
}

#tour #tour-list a:hover, #tour-teaser a:hover {
	text-decoration: none;
	background-color:#282828;
}


.tour-date {
	padding-right: 30px;
	width: 60px;
	display: block;
	float: left;
}

.tour-date-full {
	padding-right: 30px;
	width: 140px;
	display: block;
	float: left;
}

.tour-city {
	width: 90px;
	padding-right: 30px;
	display: block;
	float: left;
}

.tour-location {
	width: 150px;
	display: block;
	float: left;
}

.tour-venue {
	width: 160px;
	padding-right: 30px;
	display: block;
	float: left;
}

.tour-time {
	width: 70px;
	display: block;
	float: left;
}

.moredates a {
	width: 125px;
	height: 26px;
	background-image:url(images/btn-moredates.jpg);
	background-repeat: no-repeat;
	padding: 0;
	display: block;
	float: right;
}


/*********** BIO ***********/

.title-meetryan {
	background-image: url(images/title-meetryan.gif);
	height: 18px;
	width: 108px;
}


/*********** GALLERY ***********/

.title-gallery {
	background-image: url(images/title-gallery.gif);
	height: 18px;
	width: 155px;
}

.gallery-pic1 {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

.gallery-pic2 {
	float: left;
	margin-bottom: 25px;
}


/*********** STORE ***********/

.title-store {
	width: 155px;
	height: 18px;
	background: url(images/title-store.gif) no-repeat;
}


.cd {
	float: left;
	padding-right: 30px;
}

.thumbnail{
	position: relative;
	z-index: 0;
	margin-right: 30px;
	float: left;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
top: 60px;

}

#store-ad {	
	margin-bottom: 30px;
}

.viewcart {
	float: right;
}


.item {
	margin-top: 20px;	
	border-top: 1px solid #333;
	padding-top: 20px;
}

/*********** MEDIA ***********/

.title-media {
	width: 155px;
	height: 18px;
	background: url(images/title-media.gif) no-repeat;
}

/*********** VIDEO ***********/

#video {
	margin-bottom: 50px;
}

.title-video {
	background-image: url(images/title-video.gif);
	height: 19px;
	width: 160px;
}



/*********** SIGN UP ***********/
#signup {
	margin-bottom: 60px;
	width: 300px;
		
}

.signuptitle {
	width: 259px;
	height: 32px;
	background: url(images/title-signup.gif) no-repeat;
}


/*********** SIGN UP ***********/


.title-contact {
	width: 259px;
	height: 32px;
	background: url(images/title-contact.gif) no-repeat;
}



/*********** COUNTDOWN ***********/

#countdown {
	width: 300px;
	background-image:url(images/countdown.jpg);
	height: 172px;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 50px;
}

.countdown-numbers {
	position: absolute;
	top: 102px;
	left: 10px;
	font-size: 14px;
}

#countdown a {
	width: 300px;
	height: 172px;
	display: block;
}

/*********** graphic ***********/

.graphic {
	width: 300px;
	margin-bottom: 50px;
}

/*********** TWITTER ***********/

#twitter_div {
	width: 100%;
	margin-bottom: 50px;
}

#twitter_div ul li {
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#twitter_div ul {
	list-style-type: none;
	text-indent: 0px;
	margin-left: 0px;
	padding-left: 0px;
}


/*********** FOOTER ***********/

#footer {
	width: 900px;
	margin-top: 15px;
	padding: 10px 30px 10px 30px;
	font-size: 11px;
	margin-bottom: 50px;
	background-color: #191616;
	background: rgb(25,22,22);
	background-color: rgba(25,22,22,0.9);
}



/*********** SLIDESHOW ***********/	


#slideshow {
	width: 560px;
	margin-bottom: 30px;
	overflow: hidden;
}


/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:560px;
		height:300px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		position: absolute;
		z-index:100px;
		margin-top: -29px;
		margin-left: 8px;
		padding:0;
		height:20px;	
		}
	ol#controls li{
		margin:0 8px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:20px;
		line-height:20px;
		}
	ol#controls li a{
		float:left;
		height:20px;
		line-height:20px;
		border:1px solid #666;
		background:#131111;
		color:#555;
		padding:0 5px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#666;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */


/*********** ADMIN ***********/

#admin-header {
	margin-top: 25px;
}

#admin-nav {
	width: 945px;
	height: 40px;
	background: #191616;
	padding-left: 15px;
	margin-bottom: 15px;
	background-color: #191616;
	background-color: rgba(25,22,22,0.9);
	line-height: 40px;
	font-size: 18px;
	
}

.alert {
	color: #FF0000;
}

hr {
	border: #191616;
	border-bottom: 1px #333 solid;
}
