@charset "UTF-8";
/* Eric Meyer's web css reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline; 
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	margin: 0 0 22px 0;
}

body {
	overflow: auto;	
	padding: 0;
	margin: 0;
	width: 100%;
	font : 90% "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, Arial sans-serif;
	/*height: 100%;*/
}
#gallery #menu, #gallery #top,  #gallery #main {
	position: absolute;
}
#slideshow {
    display: absolute;
}

#top {
	padding: 0;
	margin: 0;
	position: fixed;
	z-index:98;
	top: 0px;
	left: 0px;
	width: 100%;
	display: block;
	height: 125px;
	background-color:#FFFFFF;
	background-image: url(../images/bg-header-white-cursive4.gif);
	background-repeat: no-repeat;
	background-position: center bottom	/*
	background-color:#FFF;
	background-image: url(../images/bg-header-worn.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
}
#top h1 {
/* hidden a la zeldman.com */
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	

	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 40px;
}
#top h1 a:link, #top h1 a:visited {
	height:125px;
	width: 500px;
	display:block;
}
#slideshow {
	padding: 0;
	margin: 0;
	position: fixed;	
	z-index:101;
	top: 165px;
	/*left: 55%;*/
	width: 47%;
	left: 0;
	bottom: 0px;
}
#main {	
	padding: 0;
	margin: 0;
	position: absolute;	
	top: 155px;
	left: 53%;
	width:40%;
	/*right: 3%;
	bottom: 20px;
	width: 51%;*/
	overflow: visible;	
	color: #666;
	font-size: 100%;
	line-height: 150%; 
}
/*#gallery #slideshow {
	left: 49%;
}
#gallery #main {
	width: 46%;
}*/
#main h2 {
	color: #000000;
	font-weight: normal;
	font-size: 25px;
	line-height:30px;
	margin:15px 0 3px 0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#menu {
	position: fixed;
	height: 35px;
	width: 100%;
	z-index:99;
	top: 120px;
	overflow: visible;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0;
	font : 110% "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, Arial sans-serif;
	font-size: 15px;
	background-image: url(../images/vertical-trans.png);
	background-repeat: repeat-x;
	background-position: bottom;	/*background-color:#FFFFFF;*/
}

#menu ul {
	text-indent: 0px;
	margin: 0px 0 10px 10px;
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
}
#menu ul li {
	display: inline;
	padding:0;
	margin: 6px 2px;
	list-style-position: inside; 
	list-style-type: none;	
}
#menu li a:link, #menu li a:visited {
	outline: none;
	color: #0000FF;
	text-decoration: none;
	padding: 2px 6px;
	background-color: #FFFFFF;
}
#menu li a:hover {
	padding: 2px 6px;
	/*border-bottom: 2px solid #000;*/
	color: #FC00BC; 
}
#main a:link, #main a:visited {
	outline: none;
	color: #0000FF;
	text-decoration: none;
}
#main a:hover {
	outline: none;
	color: #FC00BC;
	text-decoration: none;
}

#upcoming #menu .upcoming a:link, #upcoming #menu .upcoming a:visited, 
#about #menu .about a:link, #about #menu .about a:visited, 
#brief-encounters #menu .brief-encounters a:link, #brief-encounters #menu .brief-encounters a:visited, 
#past-shows #menu .past-shows a:link, #past-shows #menu .past-shows a:visited, 
#gallery #menu .gallery a:link, #gallery #menu .gallery a:visited, 
#links #menu .links a:link, #links #menu .links a:visited, 
#contact #menu .contact a:link, #contact #menu .contact a:visited 

{
	/*background-image: url(../images/underline.gif);
	background-repeat: repeat-x;
	background-position: center bottom;*/
	/*border-bottom: 2px solid #000;
	color: #FC00BC;*/
	border: 1px solid #BBBBBB;
	background-color: #FBFBFB;
	color: #FC00BC;
}
b, strong {
	color: #000;
}

#photo-gallery {
	border: 1px solid #ffcc00;
}

#embed {
	margin:5px 0 15px 0; 
	padding:0px 0 20px 0;
}






.footer {
	margin: 350px 0 0 0;
	padding:220px 0 30px 0;
	text-align:right;
	font-size:12px;
	line-height: 16px;
	/*background-image: url(../images/ttc-footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;*/
}
.footer a:link, #footer a:visited {
	color: #888;
}
.footer a:hover{
	color: #FC00BC;
}





