/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

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;
	color: #FFF;
}
#evt_disc_box {
	float: right;
	margin-left: 10px;
	width: 400px;
	line-height: 39px
}
table{
	border-collapse:collapse;
	border-spacing:0;
	text-align: left;
}
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:#847A6F;
	text-align:center; 
	font:11px/17px "Verdana", Arial, Helvetica, sans-serif; ; 
	color:#CAC6C6;
	}

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

h1	{ font-size:1.7em; font-weight:normal; color:#C9C7C8; padding-left:34px; }
h2	{ font-size:1.1em; color:#5e2e2f; }
h3	{ color:#FFF; }
h4  {
	font-size:1.7em;
	color:#5e2e2f;
	padding-left:20px;
	line-height: 1.5em;
}
h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#999933; text-decoration:none; outline:none; }
a:hover,a:active	{ color:#FFFFFF; text-decoration:underline; outline:none; }

a.djlinks { color:#77B6D6; text-decoration:none; outline:none; font-size:220%; line-height:25px;  }
a.calltoactionlinks {color:#000000; text-decoration:none;  }

 .title { color:#3ca3e2;}



/* ------------------------ classes ------------------------ */
.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 0px;
	border: 2px solid #847a6f;
	}
	
a:hover img.img-left  { 
	float:left; 
	margin:2px 10px 10px 0px;
	border: 2px solid #fff;
	}	
	

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px;
	border: 2px solid #847a6f;
	}
	
img.img-right-events {
	float:right;
	margin:5px 40px 10px 10px;
	border: 0px solid #847a6f;
	}
	
a:hover img.img-right-events {
	float:right;
	margin:5px 40px 10px 10px;
	border: 2px solid #fff;
	line-height: normal;
	}	


/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}
	
body#gallery form { width:650px;}/* Fix for Dada Mail*/

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#000 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #cccccc;
	color:#FFF;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	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:"Verdana", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

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

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

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


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */
#homepagelist {margin:0px 0 0 32px;}


#homepagelist input, #homepagelist  textarea, #homepagelist  select { 
	background-color:#000 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #cccccc;
	color:#FFF;
	width:145px; /* 5 pixles smaller than form width !important */
	height:16px;
	line-height:16px;
	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:"Verdana", Arial, Helvetica, sans-serif; 
	font-size:.9em;
	}

#homepagelist input.submit { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}


#contact-quick {margin:5px 0 0 20px;}


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

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

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	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, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

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



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

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:742px;
	text-align:left;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:106px;
	}
	/* index page link within #masthead 	
	#masthead a {	
		position:absolute;
		left:23px;
		width:159px;
		top:35px;
		height:55px; 
		}
	#masthead a span {
		display:none;
		}*/	
		
#mast-nav {
	padding-top: 83px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 500px;
}

#mast-nav a:link, #mast-nav  a:visited { color:#723535; text-decoration:none; }
#mast-nav a:hover { color:#FFFFFF; text-decoration:none;}


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

#homepage-break {width:auto; height:6px; background:url("../images/homepage-break.jpg") top repeat-y;}

#center-bg-wrap  {	
					background:url("../images/center-bg-wrap.jpg") top repeat-y;
					width:742px;
					float:left; }
					
					
#center-bg-wrap-gallery  {	
					background:url("../images/center-bg-wrap-gallery.jpg") top repeat-y;
					width:742px;
					float:left; }
					
					
#full-center   {margin:25px 0px 15px 20px;}

					

#column-left {
	background:url("../images/subhead.jpg") top no-repeat;
	width:485px;
	float:left;
	padding-top: 30px;
	margin-left: 11px;
	}
	
	#column-left1 {
	background:url("../images/subhead.jpg") top no-repeat;
	width:465px;
	float:left;
	padding-top: 30px;
	margin-left: 25px;
	margin-right: 10px;
	}
	


	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 48px 15px 42px;
		}

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


	/* multi column list */
	#column-left ul { padding-left:5px; } 
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			padding-bottom:15px;
			float:left;
			width:120px; /* sets the width of each column */
			line-height:20px; 
			
			}

img.thumbs  { border:3px solid #535353;}
a:hover img.thumbs { border:3px solid #B5B5B5;}


/* ------------------------ column-right framework ------------------------ */
#column-right {
	float:left;
	margin-right: 0px;
	margin-left: 10px;
	width: 224px;
	height: auto;
	background-color: #030102;
	color: #000;
	}
	

/* ------------------------ column-right framework ------------------------ */
#column-right1 {
	float:left;
	margin-right: 0px;
	margin-left: 10px;
	width: 224px;
	height: auto;
	background-color: #030102;
	color: #000;
	}
	#news1 {
	width:100%;
	height:48px;
	background-color: #000;
	background-image: url(../images/news.jpg);
	float: left;
	margin-left: 10px;
}

#news {
	width:100%;
	height:48px;
	background-color: #000;
	background-image: url(../images/news.jpg);
	float: left;
}

#email-header {
	background:url("../images/email.jpg");
	width:236px;
	height:51px;
}

#contactus {
	background:url("../images/contact.jpg");
	width:236px;
	height:48px;
}


	 #column-right ul, #column-right dl {
		margin:5px 25px 10px 15px;
		font-size:.9em;
		color:#FFFFFF;
		line-height:12px;
		}
		
		#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:5px 30px 10px 20px;
		font-size:.9em;
		color:#FFFFFF;
		line-height:12px;
		}

	



/* ------------------------ header framework ------------------------ */
#header-flash { height:220px;
				background:url("../images/header-flash.jpg") repeat-y;
				 } /* sets height for the flash header - REMOVE IF NOT USED */

#header-graphic { height:220px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-contact.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }
	
	body#affiliates #header-graphic { background:url("../images/header-affiliates.jpg"); }
	body#artists #header-graphic { background:url("../images/header-artists.jpg"); }
	body#events #header-graphic { background:url("../images/header-events.jpg"); }
	body#gallery #header-graphic { background:url("../images/header-gallery.jpg"); }
	body#music #header-graphic { background:url("../images/header-music.jpg"); }
	body#jasontokita #header-graphic {
	background-image: url(../CMSImgs/header-djs.jpg);
	background-repeat: no-repeat;
}
	body#chadfortin #header-graphic { background:url("../images/header-chadfortin.jpg"); }
	body#lushusbrown #header-graphic { background:url("../images/header-lushus.jpg"); }
	body#djmisha #header-graphic { background:url("../images/header-djmisha.jpg"); }
	body#nichook #header-graphic { background:url("../images/header-nichook.jpg"); }
	body#keoniceloza #header-graphic { background:url("../images/header-keoniceloza.jpg"); }
	body#sandiegoevents #header-graphic { background:url("../images/header-events.jpg"); }
	body#houstonevents #header-graphic { background:url("../images/header-events.jpg"); }
	body#pastevents #header-graphic { background:url("../images/header-events.jpg"); }


/* ------------------------ subhead framework ------------------------ */
#subhead { height:125px; padding-top: 35px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg") no-repeat !important ; }
	body#about #subhead { background:url("../images/subhead-about.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"); }
#subhed-gallery1 {
	background:url("../images/subhead-gallery.png") no-repeat !important;
	height: auto;
	float: left;
	width: auto;
	padding-left: 50px;
	padding-top: 30px;
}

#subhed-gallery {
	background:url("../images/subhead-gallery.png") no-repeat !important;
	height: auto;
	float: left;
	width: 730px;
}

#subhed-gallery h1 {margin:0px 48px 15px 42px;
					padding-top:30px;}
#subhed-gallery p, #subhed-gallery h2, #subhed-gallery ul {margin:10px 48px 15px 42px;
					}
.event-subhead {
	padding-top:25px;
	height: auto;
	float: left;
	width: auto;
	background-repeat: no-repeat;
	background-position: top;
}

.date { color:#FFFFFF;}



/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:24px;
	clear:both; /* important - do not remove */
	}
	
#bottom-wrap-gallery {
	background:url("../images/bottom-wrap-gallery.jpg");
	width:100%; /* fix for Safar */
	height:24px;
	clear:both; /* important - do not remove */
	}	
	

/* ------------------------footer framework ------------------------ */
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#FFFFFF;
	margin-bottom:10px;
	}

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

#footer ul {margin:15px;}
	#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;
		border-left: 1px solid #FFFFFF;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
#calls-to-action {	width:742px; 
					height:239px;
					} 

#btn-events-pod {
		height:239px;
		width:252px;
		display:block;
		float:left;
		background:url("../images/events-pod.jpg") no-repeat;	
		}
				
		#btn-events-pod:hover {
				background:url("../images/events-pod.jpg") 0px -239px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btn-events-pod span { display:none; }
		#btn-events-pod p {margin:133px 28px 0 48px; color:#000000;  font-size:.9em; line-height:15px;}
		
#btn-artist-pod {
		height:239px;
		width:237px;
		display:block;
		float:left;
		background:url("../images/artists-pod.jpg") no-repeat;	
		}

		
		#btn-artist-pod:hover {
				background:url("../images/artists-pod.jpg") 0px -239px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
				
		#btn-artist-pod span { display:none; }
		#btn-artist-pod p {margin:133px 28px 0 31px; color:#000000; font-size:.9em; line-height:15px;}
		
#btn-email-pod {
		height:239px;
		width:253px;
		display:block;
		float:left;
		background:url("../images/email-pod.jpg") no-repeat;	
		}
	

		
		#btn-email-pod:hover {
				background:url("../images/email-pod.jpg") 0px -239px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btn-email-pod span { display:none; }

		#btn-email-pod p {margin:133px 50px 0 31px; color:#000000; font-size:.9em; line-height:15px;}


/* ------------------------ MAIN NAV ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:742px; 
	height:39px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 149px; margin-left: 11px;}
#nav-02 { width: 147px;}
#nav-03 { width: 132px;}
#nav-04 { width: 143px;}
#nav-05 { width: 149px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -11px -39px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -160px -39px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -307px -39px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -439px -39px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -582px -39px no-repeat; }



/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#SPECIFY #nav-01 { background:url("../images/nav.jpg")  -11px -39px no-repeat; }
body#SPECIFY #nav-02 { background:url("../images/nav.jpg") -160px -39px no-repeat; }
body#SPECIFY #nav-03 { background:url("../images/nav.jpg") -307px -39px no-repeat; }
body#SPECIFY #nav-04 { background:url("../images/nav.jpg") -439px -39px no-repeat; }
body#SPECIFY #nav-05 { background:url("../images/nav.jpg") -582px -39px no-repeat; }


/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#763A32;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #421510;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:10px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-01 ul a:hover, #nav-02 ul a:hover { 
	background-image:none;
	background-color:#000000;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-01 ul, #nav-01 li { width:148px; }		
#nav-02 ul, #nav-02 li { width:146px; }

h9 {
	font-size: 22px;
	font-weight: bold;
	color:#FFF
}

h8 {
	font-size: 15px;
	font-weight: bold;
	color:#FFF
}
.formsize1 {
	width: 280px;
	padding-top: 5px;
	margin-top: 5px;
}

.formsize2 {
	float: left;
	height: 300px;
	width: 400px;
	padding-top: 5px;
	margin-top: 5px;
}

formsize3 {}
.bigType {
	font-size: 16px;
	font-weight: bold;
}
.blueBigType {
	font-size: 14px;
	color: #06F;
	font-weight: normal;
}
#signiture {
	background-color: #000;
	background-image: url(../images/card-sm-2.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 130px;
	width: 435px;
	padding-top: 170px;
	padding-left: 15px;
}
