
/* 
'****************************************************************************
' W O N D E R W E B Z   L L C
'
' File Description:
' Southern Music Rising CSS Document 
'
'****************************************************************************
*/



/* --------------BELOW SHOULD BE USED EXPLICITLY BY DEVELOPER-------------- */



body {
	margin: 0;
	padding: 0;
	background: #6F2317;
	background-image: url(images/bg.gif);
	color: #000000;
	font-family: Georgia, New Times Roman, serif;
	font-size: 100.1%;
	}

	

/* Header.*/
#content {
	position: relative;
	}


/* Positioning for containers. */

	
#ticket {
	position: absolute;
	z-index: 2;
	top: 300px;
	margin: auto;
	right: 150px;
	background-image: url(images/Ticket.gif);
	background-repeat: no-repeat;
	height: 150px;
	width: 151px;
	}
	


#border {
	border: dashed #460E02 2px;
	}
	
#quote {
	padding-top: 8px;
	}

#footer {
	font-family: Georgia, New Times Roman, serif; 
	font-size:small;
	color: #270C08;
	padding-bottom: 5px;
	}
	
#footer a {
	font-family: Georgia, New Times Roman, serif; 
	font-size:small;
	color: #722E25;
	}
	
#footer a:hover {
	color: #451B15;
	}

	
/* Fonts */

#content .h1 {
	margin: 0;
	font-family: Georgia, New Times Roman, serif; 
	font-size:x-large;
	font-weight:bold;
	color: #270C08;
	text-decoration: underline;
	}
	
#content .h2 {
	margin: 0;
	font-family: Georgia, New Times Roman, serif;
	font-size:large;
	font-weight:bold;
	color: #270C08;
	text-decoration: underline;
	}
	
#content .h3 {
	margin: 0;
	font-family: Georgia, New Times Roman, serif; 
	font-size:xx-large;
	font-weight:bold;
	color: #270C08;
	}
	
#content .h4 {
	margin: 0;
	font-family: Georgia, New Times Roman, serif;
	font-size:large;
	font-weight:bold;
	color: #270C08;
	}
	
#content .p1 {
	font-family: Trebuchet MS, Geneva, sans-serif;
	font-size:medium;
	color: #270C08;
	
	}
	
#content .p2 {
	font-family: Trebuchet MS, Geneva, sans-serif;
	font-size:medium;
	color: #9B325D;
	margin: 0;
	}
	
#content .p3 {
	font-family: Trebuchet MS, Geneva, sans-serif;
	font-size:medium;
	color: #785A47;
	margin: 0;
	}

#content ul {
	font-family: Trebuchet MS, Geneva, sans-serif;
	font-size:medium;
	color: #270C08;
	}

#content .p4 {
	margin: 0;
	font-family: Trebuchet MS, Geneva, sans-serif; 
	font-size:medium;
	color: #9B325D;
	}
	
#content .p5 {
	font-family: Trebuchet MS, Geneva, sans-serif; 
	font-size:small;
	color: #9B325D;
	}
	
	
#content a {
	font-family: Georgia, New Times Roman, serif; 
	font-size:medium;
	color: #722E25;
	text-decoration:underline;
	}
	
#content a:hover {
	color: #451B15;
	}





/* ########### Navigation Menu ############ */
.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #340A02;
width: 100%;
background: url(images/chromebg5.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFCC;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #340A02; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background: url(images/chromebg5-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #340A02; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Georgia, "Times New Roman", Times, serif;
line-height:18px;
z-index:100;
background-color: black;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #340A02; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFCC;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #801A05;
}