/*CSS DOCUMENT*/

@charset "UTF-8"

/* DIV STYLES */

body {
	font-family:Arial, Helvetica, sans-serif;
	color: #ffd64c;
	margin:0px; 
	padding:0px;	
}

#main {
	font-family:Arial, Helvetica, sans-serif;
	color: #ffd64c;
	background-image: url(../images/bgStripe650.jpg);
	background-repeat: repeat-x;
	background-color: black;
	margin:0px; 
	padding:0px;
}

#header {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}

#content {
	border: solid;
	border-color: #ffd64c;
	background-color: black;
	padding: 20px;
	margin-left: 120px;
	margin-right: 120px;
	min-height: 450px;
	min-width: 600px;
}

#contentCal {
	border: solid;
	border-color: #ffd64c;
	background-color: black;
	padding: 20px;
	margin-left: 50px;
	margin-right: 50px;
	min-height: 450px;
	min-width: 1150px;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#666666;
	background-color: black;
	padding: 20px;
	text-align: center;
}

#highlighted {
	max-height: 1000px;
	overflow: auto;
}

/* ANCHOR TAG STYLES */

a {
	text-decoration: none;
}

a:link {
	color: #ffd64c;
}

a:active {
	color: #725e21;	
}

a:visited {
	color: #930000;
}

a:hover {
	color: #ffe500;
}

/* HOME STYLES */

table#home {
	
}

/* SPECS STYLES */

table#specs {
	font-size: 10pt;
	background-color: black;
	padding: 5px;
}

/* CONTACT STYLES */

div.contact {
	font-size: 9pt;
}

/* CALENDAR STYLES */

#lblMonth {
	font-size: large;
	font-weight: bold;
}

table#calendar {
	background-color: #000000;
	width:800px
	height:100%;
	margin-top:16px;
	border-color: #FFD64C;
}

#calendar {

}

#calrow {
	vertical-align: top;
	min-height: 40px;
}

#calheader {
	text-align: center;
	}

.presents  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFD64C;
	padding-bottom:10px;
}

.headliner {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:red;
	font-weight:bold;
}

.bands {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#930000;
}

.tix {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#FFD64C;
}
	
.time {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFD64C;
}

.notes {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF0000;
	font-weight:bold;
}

.container {
	width:950px;
	margin:0 auto;
	position: relative;
}

/*NEW CALENDAR*/

#container { 
	margin: 3em auto 0 3em; 
	padding-bottom: 3em; 
	background-color: #666666; 
	}
	
#month { 
	border-collapse: collapse; 
	margin-left: 2em; 
	}
	
#month th, #month td { 
	border: 1px solid #FFD64C; 
	}
	
#month thead { 
	background-color: #FFD64C; 
	}
	
#month td { 
	width: 150px; 
	height: 200px;
	padding: 2px; 
	overflow: auto; 
	}
	
td .day { 
	width: 150px; 
	height: 200px; 
	overflow:auto; 
	margin-top: 0; 
	}
	
#month tbody .weekend { 
	background-color: #1a1a1a; 
	}

#month tbody .next, #month tbody .previous { 
	background-color: #282828; 
	}

.rtop { 
	display:block; 
	background:#060; 
	}

.rtop * { 
	display: block; 
	height: 1px; 
	overflow: hidden; 
	background:#fff; 
	}

.r1{margin: 0 0 0 5px}

.r2{margin: 0 0 0 3px}

.r3{margin: 0 0 0 2px}

.r4{
	margin: 0 0 0 1px; 
	height: 2px
	}

#container h1 { 
	margin: 0 0 .5em .5em; 
	font: 2em Arial, Helvetica, sans-serif; 
	color: #060; 
	}

#month th { 
	font: 1em bold Arial, Helvetica, sans-serif; 
	}

p {
	margin-top: 0; 
	}

/* OTHER */

img {
	border: none;
}

img.photo {
	width: 50%;
	height: 50%;
	border-width: 1px;
	border-color: #FFD64C;
}

.pageHeader {
	font-size: 14pt;
	font-weight: bold;
}

hr {
	color: #FFD64C;						 
	background-color: #FFD64C;
	border: none;
	height: 1px;
}

.smallText{
	font-size: small;
}

/* LIGHTBOX */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}