/* @override http://dj-misha.com/css/layoutNEW.css */

/* @override http://dj-misha.com/css/layoutNEW.css */

/* @override 
	http://dj-misha.com/css/layout.css
	http://dj-misha.com/css/layout.css
	http://dj-misha.com/css/layoutNEW.css
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body {background: url("../images/bg-body.jpg") center top no-repeat;
	text-align:center; 
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000;
	}

html {background:#0d0d0d url("../images/bg-wrap.jpg") top repeat-x;}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#652e2e; }
h2	{ font-size:1.2em; color:#5e2d2e; }
h3	{ font-size:1.1em; color:#c2c15d; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#6a2625; text-decoration:none; outline:none; }
a:hover,a:active	{ color:#c2c15d; text-decoration:none; outline:none; }


.cdcover {width:220px; text-align:center; margin-left:10px; margin-bottom:10px; float:left; background-color:#19191f;  border:solid 1px #2e2e3b; }
.tonight { padding:4px 4px 4px 4px; background-color:#4a0e0d; color:#FFFFFF;}
.storytitle {  font-size:1.5em; font-weight:lighter; padding-bottom:10px; }
/* ------------------------ classes ------------------------ */


.breaker {	background:url("../images/breaker.gif") right repeat-x;
			width:470px;
			height:2px;
			margin-left:15px;
			margin-top:12px;
			margin-bottom:20px;
			}
			
			
.breakerlong {	background:url("../images/breaker.gif") right repeat-x;
			width:720px;
			height:2px;
			margin-left:15px;
			margin-top:12px;
			margin-bottom:20px;
			}

 		

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

	

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

/* End hide from IE-mac */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}

 
img.img-left { 
	float:left; 
	margin:2px 10px 10px 15px;
	border:2px solid #1f232c;
	}

img.img-right, img.alignright { 
	float:right; 
	margin:5px 0px 10px 20px; 
	border:2px solid #1f232c;
	}

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	 /* set margin left and right below */
	}

form label	{ font-size:.95em; color:#CCCCCC; } 
form p, form h1 { width:400px;}
form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

.subscribe { padding-top:116px; padding-left:31px;}

input, textarea, select { 
	background-color:#1a1c22 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #1a1c22;
	color:#6f6f6f;
	width:140px; /* 5 pixles smaller than form width !important */
	height:14px;
	line-height:12px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:0.9em;
	}
	
	
#contact-main input, #contact-main textarea, #contact-main select { 
	background-color:#1a1c22 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #242527;
	color:#6f6f6f;
	width:175px; /* 5 pixles smaller than form width !important */
	height:19px;
	line-height:17px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.1em;
	 
	}	
	
	
#contact-form input{
	margin-left:20px;
	background-color:#1a1c22 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #242527;
	color:#6f6f6f;
	width:175px; /* 5 pixles smaller than form width !important */
	height:19px;
	line-height:17px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:.9em;
	 
	}	
	

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:40px 0 10px 0; }

#contact-main label { 
	width:150px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.1em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:220px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */



input.submit-small { 
	width:23px!important;
	height:17px !important;
	cursor:pointer !important; 
	padding:0 !important;
	background:none !important;
	}

input.submit { 
width:145px !important;
	height:33px !important;
	border:none !important;
	cursor:pointer;
	cursor:pointer; 
	padding:0;
	background:url("../images/btn-submit2.jpg") left no-repeat;
	}
	
 
	
input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:145px !important;
	height:33px !important;
	border:none !important;
	cursor:pointer;
	}
	

input.submit-contact-main { margin:80px 0 0 165px; } /* defines placement of contact-main submit button */

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	width:750px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg") no-repeat;
	height:102px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:490px;
		width:230px;
		top:40px;
		height:40px; 
		}
	#masthead a span {
		display:none;
		}



#player-launch {
			position:relative;
			width:320px;
			height:276px;
			
			padding-left:15px;
}

#player-launch a {	
		position:absolute;
		left:0px;
		width:320px;
		top:40px;
		height:230px; 
		}
	#player-launch a span {
		display:none;
		}



/* ------------------------ single-column framework ------------------------ */

#single-column{
	width:760px;
	float:left;
	margin-top:30px
	}
	
#single-column h1,	#single-column p, #single-column h2, #single-column h3, #single-column ul, #single-column li  {
	  margin:10px 20px 10px 15px;
 
		}

#single-column p { color:#a8a8a8;}

 

/* ------------------------ column-left framework ------------------------ */

#column-left {
	width:505px;
	float:left;
	}
#column-left h1  {margin:10px 12px 10px 14px;}

	#column-left p, #column-left h2, #column-left h3, #column-left ul {
	  margin:10px 20px 10px 15px;
	  
		}


#column-left p, #column-left ul  { color:#a8a8a8;}

	#column-left form { margin-left:0px; } /* set form margin here */



/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:245px;
	float:left;
	}
#email-pod {
			background:url("../images/email-pod.jpg") top no-repeat;
			width:245px;
			height:154px;}

#music-pod {
			background:url("../images/music-pod.jpg") top no-repeat;
			width:245px;
			height:134px;
			position:relative;}


#music-pod a {	
		position: absolute; 
		left:10px;
		width:220px;
		top:10px;
		height:120px; 
		}
		
#music-pod a span {
		display:none;
		}







#player-pod {
			background:url("../images/player-pod.jpg") top no-repeat;
			width:245px;
			height:134px;
			position:relative;}


#player-pod a {	
		position: absolute; 
		left:10px;
		width:220px;
		top:10px;
		height:120px; 
		}
		
#player-pod a span {
		display:none;
		}




#sponsor-pod {
			background:url("../images/photo-pod.jpg") top no-repeat;
			width:245px;
			height:134px;
			position:relative;		 
}


#sponsor-pod a {	
		position: absolute; 
		left:10px;
		width:220px;
		top:10px;
		height:120px; 
		}
#sponsor-pod a span {
		display:none;
		}


	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 0px 10px 0px;
		}

	#column-right form { margin-left:0px; }







/* ------------------------ header framework ------------------------ */
#header-flash { height:336px;}
	
	body#index #header-flash { background:url("../images/header-index.png"); }
	body#events #header-flash { background:url("../images/header-events.jpg"); }
	body#links #header-flash { background:url("../images/header-links.jpg"); }
	body#about #header-flash { background:url("../images/header-about.jpg"); }
	body#music #header-flash { background:url("../images/header-music.jpg"); }
	body#contact #header-flash { background:url("../images/header-contact.jpg"); }
	body#booking #header-flash { background:url("../images/header-booking.jpg"); }
	body#thankyou #header-flash { background:url("../images/header-contact.jpg"); }
	body#photos #header-flash { background:url("../images/header-photos.jpg"); }
	body#jacks #header-flash { background:url("../images/header-jacks.jpg"); }
		body#blog #header-flash { background:url("../images/header-blog.jpg"); }
	
	body#jasonwhitmore #header-flash { background:url("../images/header-jasonwhitmore.jpg"); }
	

	
	
#recent {float:left; width:314px; margin-top:55px; padding-left:40px;  color:#6a2625;}
.scheduledates  { color: #FFFFFF; width:270px; padding:49px 440px 0 30px;  }
.recentphotos  li {color: #6a2625; width:270px; margin:5px 0px 0 42px !important; background:transparent url("../images/bullet-blue.jpg") 0px 4px no-repeat;  }


#recentli {padding-top:40px;}



.even-title { background:url("../images/event-title.png"); width:750px; height:51px;   }
.event-info { background:url("../images/eventinfo.png"); width:750px; height:51px;   color:#f0f3d5; }


  .eventdate { margin-top:18px; margin-left:47px; width:140px; float:left;}
  .eventdate2 { margin-top:18px; margin-left:47px; width:640px; float:left;}

.eventdatemore { margin-top:18px; margin-left:47px; width:640px; float:left;}
  .eventvenue {margin-top:18px;width:135px; float:left;}
  .eventinformation { margin-top:18px;width:252px; float:left;}
  .settime { margin-top:18px;width:94px; float:left;}
  .eventpromo { margin-top:18px;width:60px; float:left;}


/* ------------------------ subhead framework ------------------------ */
#subhead { height:31px; margin-top:25px;} /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg") left no-repeat; }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#events #subhead { background:url("../images/subhead-events.jpg") left no-repeat; }
	body#music #subhead { background:url("../images/subhead-music.jpg") left no-repeat; }
	body#photos #subhead { background:url("../images/subhead-photos.jpg"); }
	body#links #subhead { background:url("../images/subhead-links.jpg"); }
	body#jacks #subhead { background:url("../images/subhead-jacks.jpg"); }
	body#jasonwhitmore #subhead { background:url("../images/subhead-jasonwhitmore.jpg"); }	

	
	body#booking #subhead { background:url("../images/subhead-booking.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }

#subhead h1 {display:none;}



/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	
	width:100%; /* fix for Safar */
	height:30px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {

 width:780px;
	height:140px;
	margin:0 auto;
	text-center;
	font-size:11px;
	}
	#main { margin:0 auto; width:100%; text-align:center;
	
background:url("../images/footer-bg.jpg") bottom repeat-x;}

#footer-left { float:left; width:515px; text-align:left;}
#footer-right { float:left; width:200px;}
#footer-contact {
position:relative; 
margin-top:27px;
margin-left:17px;color:#cbd2e6; text-align:left;}
			
#footer-contact a {
	
	
		position: absolute; 
		left:0px;
		width:200px;
		top:70px;
		height:30px; 
		}
#footer-contact a span {
		display:none;
		}
		
		
#footer-contact	h2	{ font-size:1.2em; color: #fcfb7a; }

#footer p {
	color: #888d9b;
	 
	padding-left:29px;
	margin-right:10px;
		}

#footer a:link, #footer a:visited { color: #fbffb4; text-decoration:none; }
#footer a:hover, #footer a:active { color:#cbd2e6; text-decoration:underline; }


#copyright a:link, #copyright a:visited { color:#cbd2e6; text-decoration:none; !important }
#copyright a:hover, #copyright a:active { color:#cbd2e6; text-decoration:underline;  !important}


#seotext a:link, #seotext a:visited { color:#cbd2e6; text-decoration:none; !important }
#seotext a:hover, #seotext a:active { color:#cbd2e6; text-decoration:underline;  !important}



#footer ul {padding-top:30px; padding-left:22px; padding-bottom:30px;}

#copyright { margin-top:10px; font-size:10px;

	
}


	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		line-height:10px;
		 
		float:left;
		}
	#footer li.first { border: none; }


/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */


/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:750px; 
	height:45px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:45px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 75px; margin-left: 39px;}
#nav-02 { width: 100px;}
#nav-03 { width: 109px;}
#nav-04 { width: 98px;}
#nav-05 { width: 110px;}
#nav-06 { width: 88px;}
#nav-07 { width: 131px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -39px -45px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -114px -45px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -214px -45px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -323px -45px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -421px -45px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -531px -45px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -619px -45px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -39px -45px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -114px -45px no-repeat; }
body#events #nav-03 { background:url("../images/nav.jpg") -214px -45px no-repeat; }
body#music #nav-04 { background:url("../images/nav.jpg") -323px -45px no-repeat; }
body#photos #nav-05 { background:url("../images/nav.jpg") -421px -45px no-repeat; }
body#links #nav-06 { background:url("../images/nav.jpg") -531px -45px no-repeat; }
body#contact #nav-07 { background:url("../images/nav.jpg") -619px -45px no-repeat; }




 .seotextsmall { font-size:.8em; line-height:12px; color:#202124 !important;}
.rightinfotext {float:right; margin:0 20px 20px 20px; padding:10px; width:200px; background-color:#19191f; color:#CCC; border:solid 1px #2e2e3b;}
#slideshow2 { margin-top:21px; padding-right:16px;   float:right; width:287px; height:215px;}
#slideshowhome {  margin-left:8px; margin-top:2px; width:215px; height:162px;}
#slide3 {float:left; margin-left:8px; margin-top:21px; width:363px; height:215px;}

#slide {background:url("../images/picture-pod.jpg"); width:245px; height:175px; margin-top:12px;}

div.gf-snippet { color:#ccc; font-size:11px;
	
}

.gfc-resultsHeader {
   
  border-bottom: none !important;
  
  }

#content{
	margin-left:20px;}