@charset "UTF-8";
/* CSS Document */


/* 2 column layout that targets 1000 x 600 screen resolutions, with styled navigation in header and sidebar. needs picture for header */

/*-------Layout Styles-----------*/

body {
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-style: none;
	}


.twoColElsLtHdr #container {
	width: 1000px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background-color:#000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat: no-repeat;
	} 
.twoColElsLtHdr #header {
	/*no background color - header image lives in #container*/
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:180px;
	position: relative;
	background-image:url(../images/site/hdr-persian_rug4.jpg);
	} 
.twoColElsLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 77px 10px 40px 212px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-style:oblique;
	color:#ccc;
	font-size: 1.2em;
	}
.twoColElsLtHdr #sidebar {
	float: left;
	width: 200px; /* since this element is floated, a width must be given */
	color: #999;
	background:url(../images/site/water-bkgnd.jpg);
	border-style:groove;
	border-color:#CCCCCC;
	margin:20px 0 0 0;
	padding:0; 
	}
.twoColElsLtHdr #sidebar h3, .twoColElsLtHdr #sidebar p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-size:.8em;
	}

.twoColElsLtHdr #mainContent {
	margin: 0 1.5em 0 12.5em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. 
*/
	} 
	

.twoColElsLtHdr #footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	} 
.twoColElsLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:.8em;
	}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

.special {
	color:#993300;
	}
	
h1 {
	font-size: 1.2em;
	margin:40px 100px 10px 60px;
	padding:20px;
	text-align:center;
	color:#fff;
	}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0 100px 5px 60px;
	color:#fff;
	text-align:left;
	font-size:.9em;
	padding: 10px 14px 0px 14px;
	}
		
/*--------------------- main navigation styling----------------------*/

#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	position: absolute;
	right: 0px;
	bottom: 0px;
    }	

#header li {
	float: left;
	}

#header li a:link,#header li a:visited {
	display: block;
	background:#000033;
	padding: .2em .5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	color: #666;
	line-height: .9em;
	margin-right: .3em;
	}
	
#header li a:hover, #header li a:active {
	color: #fff;
	background: #000;
	}	
	
#header li a.current, #header li a.current:hover, #header li a.current:active {
	color:#fff;
	background-color:#000;
	cursor: default;
	}

#sidebar ul {
	margin:0;
	padding:0;
	list-style:none; 
	}	
	
/*--------------------- vertical navigation styling ----------------------*/
/*note; sidebar is 200 px wide with no padding*/

#sidebar h2 {
	margin-left:15px;
	}

#sidebar ul li {
	margin:0;
	padding:0;
	}	
	
#sidebar ul a {
	font: .9em/30px Arial, Helvetica, sans-serif;
	color:#666;
	text-decoration:none;
	margin:0;
	border-bottom: 1px solid #ffffff;
	width: 170px;
	padding-left: 30px;
	display:block;
	background:#3399FF;
	background-image: url(../images/site/vertnav.gif);
	}	
	
#sidebar ul a.last {
	border-bottom: none;
	}	
	
#sidebar ul a:hover {
	background-position: -200px 0px;
	color: #fff;
	}	
	
#sidebar ul a.current {
	background-position: top right;
	color: #fff;
	cursor:default;
	}	

		
/*--------------------------- home page styling----------------------------*/

#bigTheater {
	width:794px;
	height:676px;
	background-image:url(../images/site/bigTheater.jpg);
	margin:20px 0 0 8px;
	padding:20px;
	background-repeat: no-repeat;
	}
/*----------------------------live page styling-----------------------------*/

#smallStageHolder {
	width:549px;
	height:466px;
	background-color:#000000;
	margin:20px 0 0 25px;
	}
#smallStageHolder p {
	text-align:left;
	margin:0 0 0 0px;
	}

/*--------------------------archive page styling----------------------------*/

#archiveHolder {
	width:704px;
	margin:	20px 0 0 8px;
	}

/*---------------------------bands page styling------------------------------*/

#bandMainContent {
	margin:0 0 0 122px;
	padding: 20px 0 0 0;
	width:557px;
	background:url(../images/site/bandIntro-bkgnd.jpg);
	}
#bandMainContent p{	
	font-size: 1.2em;
	text-align:center;
	margin: 0;
	padding: 0;
	}			
#bandHeader {
	margin:20px 0 0 122px;
	padding:0;
	width:557px;
	height:68px;
	background:url(../images/site/bandIntro-hdr.jpg);
	}
#bandFooter {
 	padding:0;
	margin:0 0 0 122px;
	width:557px;
	height:68px;
	background-image:url(../images/site/bandIntro-footer.jpg);	
	}		
#bandFooter p {
	margin:0;
	padding:10px;
	}

/*-------------------------------individual band page styling----------------*/

/*styles lifted from jesus knevil in nyclr_thin. */

.bandIndiv #bandMainContent	{
	margin:0 0 0 116px;
	width:557px;
	height:800px;
	background:url(images/site/bandIntro-bkgnd.jpg);
}	
.bandIndiv #bandMainContent p {
	font-size: 90%;
	text-align: left;
	margin: 20px 0px 0 20px;
	padding: 0 0 0 15px;
}
.bandIndiv #bandMainContent	a {
	text-align: left;
	color:#999;
	}
	

	
/*------------------------gallery page styling -------------------------*/

#galleryMainContent	{
	margin:0 0 0 122px;
	padding: 5px 0 5px 0;
	width:557px;
	background:url(../images/site/bandIntro-bkgnd.jpg);
	}
#galleryMainContent p {	
	font-size: 90%;
	text-align:left;
	margin: 0px;
	padding: 10px 10px 0 15px;
	}		
#galleryMainContent h2 {
	font-size:1em;
	text-align:center;
	margin:0;
	padding:10px 10px 0 15px;
	}		
#galleryMainContent a {
	text-align:center;
	color:#FF6600;
	}		
#galleryHeader {
	margin:20px 0 0 122px;
	padding:0;
	width:557px;
	height:68px;
	background:url(../images/site/gallery-hdr.jpg);
	}
#galleryFooter {
 	padding:0;
	margin:0 0 0 122px;
	width:557px;
	height:68px;
	background-image:url(../images/site/bandIntro-footer.jpg);	
	}		
#galleryFooter p {
	margin:0;
	padding:10px;
	}	
	
/*-------------------------burlesque page styling--------------------------*/

#burlesqueHeader {
	margin:20px 0 0 122px;
	padding:0;
	width:557px;
	height:68px;
	background:url(../images/site/burlesque-hdr.jpg);
	}
	
/*--------------------------go-go dancer page styling----------------------*/

#gogoHeader	{
	margin:20px 0 0 122px;
	padding:0;
	width:557px;
	height:68px;
	background:url(../images/site/go-go-hdr.jpg);
	}
	
/*----------------------------calendar page styling------------------------*/


#calendarMainContent {
	margin:0 0 0 33px;
	padding: 20px 0 20px 0;
	width:557px;
	}
#calendarMainContent p {	
	font-size: 90%;
	text-align:left;
	margin: 0px;
	padding: 10px 10px 0 15px;
	}	
#calendarMainContent a{
	color:#FF6600;
	}
#calendarHeader {
	margin:20px 0 0 122px;
	padding:0;
	width:557px;
	height:68px;
	background:url(../images/site/calendar-hdr.jpg);
	}	
	
/*-------------------------------tip page styling---------------------------*/

#tipHeader {
	margin:20px 0 0 122px;
	padding:0;
	width:557px;
	height:68px;
	background:url(../images/site/tipping-hdr.jpg);
	}	
	
/*-------------------------------collective page styling----------------------*/

#collectiveHeader {
	margin:20px 0 0 122px;
	padding:0;
	width:557px;
	height:68px;	
	background:url(../images/site/collective-hdr.jpg);
	}	
	
/*-------------------------------contact page styling-------------------------*/

#contactHeader {
	margin:20px 0 0 122px;
	padding:0;
	width:557px;
	height:68px;	
	background:url(../images/site/contact-hdr.jpg);	
	}
