body {	
	background-image: url(images/bkgnd.jpg);	
	background-position: 0 top;	
	background-repeat: repeat-x;	
	background-color: #dcd9d2;	
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	}

#header { margin: 0 auto; width: 800px; position: relative;}
#footer { margin: 0 auto; width: 800px; position: relative;}

#wrapper { background-image: url(images/bkgnd_content.jpg); background-repeat: repeat-y; margin: 0 auto; width: 800px; position: relative; background-color: #d3cfca; }

.gallery {padding: 2px;}

#photos {
	width: 480px;
	float: left;
	padding: 10px;
	}

#sidebar {
	height: 100%;
	padding: 10px;
/* 	background-color: #c8c3be; */
	width: 280px;
	float: left;
	}

#tour_dates, #riders, #contacts {
	padding-bottom: 10px;
	padding-top: 10px;
/*
	border-bottom-color: #b2afaa;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #e9e4de;
	border-top-width: 1px;
	border-top-style: solid;
*/	
	}
	
#clear_all {clear: both;}

UL.drawers {
    width: 270px;
}

UL {
    list-style: none;
    margin: 0;
    padding: 5px;
}

LI A {
    text-decoration: none;
    color: #c61b20;
}

H3.drawer-handle {
    border-bottom-style: none;
    border-top-style: solid;
    border-top-color: #bdb6b2;
    border-top-width: 1px;
    margin: 0;
    padding: 5px;
    background-color: #b7b1ad;
}

H3.drawer-handle.open {
    border-top-color: #bdb6b2;
    border-top-width: 1px;
    border-top-style: solid;
    background-color: #a39c98;
}


/* Tab styles */


/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	height:30px;
}

/* single tab */
ul.tabs li { 
	padding: 0px; 
	float:left;	 
	text-indent:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	border-color: #cac4bf; 
	border-style: solid; 
	border-width: 1px; 
	font-size:11px;
	display:block;
	height: 20px;  
	line-height:20px;
	width: 75px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
    background-color: #b7b1ad;
}

ul.tabs a:active {
	outline:none;	
	
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	cursor:default !important; 
	/* color:#000 !important; */
/*     background-color: #a39c98; */
	background-color: #c61b20;
	color: white;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}
