@import "yui-reset.css";

html,body,#container,#bg {
	height: 100%;
	overflow: hidden;
	width: 100%;
}
body {
	background: #555;
	cursor: default;
	font-family: arial,helvetica,sans-serif;
	font-size: 62.5%;
	color: #fff;
}
a {
    background-color: transparent;
    color: #000;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
    text-decoration: none;
}
a:link {
    background-color: transparent;
    color: #000;
    text-decoration: none;
}
a:visited {
    background-color: transparent;
    color: #000;
    text-decoration: none;
}
a:hover {
    background-color: transparent;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
a:active {
    background-color: transparent;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
p.indent {
	text-indent: 2em;
}
em {
	font-style: italic;
}
h1 {
    font-family: helvetica,arial,sans-serif;
	color: #fff;
    font-size: 1.2em;
	font-style: normal;
    font-weight: normal;
	text-transform: none;
    letter-spacing: 0.09em;
	word-spacing: 0.07em;
}
h2 {
    font-family: arial,helvetica,sans-serif;
    font-size: 1.1em;
    font-weight: bold;
	line-height: 2;
	text-transform: none;
	color: #555555;
}
h3 {
	color: #666;
    font-family: arial,helvetica,sans-serif;
    font-size: 1em; /* 11px */
    font-weight: normal;
	line-height: 1.4545;
	text-transform: uppercase;
	letter-spacing: 0.027em;
}
h4 {
	font-family: arial, helvetica,sans-serif;
	font-size: 1em;
}
img {
	display: block;
}


#aboutMain p {
	line-height: 1.4545;
}
#homeMain,#showsMain,#aboutMain,#contactMain {
	font-size: 1.1em;
	color: #000;
}
#homeMain p a,#showsMain p a,#aboutMain p a,#contactMain p a {
	font-weight: normal;
}
#homeMain a:hover,#showsMain a:hover,#aboutMain a:hover,#contactMain a:hover {
	text-decoration: underline;
}
#languageSelect a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#languageSelect a:link {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}
#languageSelect a:visited {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}
#languageSelect a:hover {
    background-color: #fff;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}
#languageSelect a:active {
    background-color: #fff;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}
#languageSelect .current a {
	color: #333;
	font-weight: bold;
	background-color: #fff;
}
#navList {
	font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;    
}
	#navList li {
	    font-weight: bold;
	    text-align: right;
		letter-spacing: 0.03em;
		line-height: 16px;
	}
	#navList a {
	    background-color: transparent;
	    color: #fff;
	    text-decoration: none;
	}
	#navList a:link {
	    background-color: transparent;
	    color: #fff;
	    text-decoration: none;
	}
	#navList a:visited {
	    background-color: transparent;
	    color: #fff;
	    text-decoration: none;
	}
	#navList a:hover {
	    background-color: #fff;
	    color: #333;
	    font-weight: bold;
	    text-decoration: none;
	}
	#navList a:active {
	    background-color: #fff;
	    color: #333;
	    font-weight: bold;
	    text-decoration: none;
	}
	#navList .current a {
		color: #333;
		font-weight: bold;
		background-color: #fff;
	}
	
p.timeVenue {
	line-height: 1.4545;
}
#subMenu {
	font-family: arial,helvetica,sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
}
	#subMenu li {
	    font-weight: bold;
	    text-align: right;
		letter-spacing: 0.03em;
		line-height: 16px;
	}
	#subMenu a {
	    background-color: transparent;
	    color: #fff;
	    text-decoration: none;
	}
	#subMenu a:link {
	    background-color: transparent;
	    color: #fff;
	    text-decoration: none;
	}
	#subMenu a:visited {
	    background-color: transparent;
	    color: #fff;
	    text-decoration: none;
	}
	#subMenu a:hover {
	    background-color: #fff;
	    color: #333;
	    font-weight: bold;
	    text-decoration: none;
	}
	#subMenu a:active {
	    background-color: #fff;
	    color: #333;
	    font-weight: bold;
	    text-decoration: none;
	}
	#subMenu .current a {
		color: #333;
		font-weight: bold;
		background-color: #fff;
	}
.timeVenue a {
    color: #000;
}
.timeVenue a:visited {
	color: #000;
}
.timeVenue a:active {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
.timeVenue a:hover {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}




/* ==== boxes ==== */
body {
    background-image: none;
	background: #ddd;
}
#banner {
	height: 100px;
	left: 361px;
	margin: 0;
	position: absolute;
	top: 15px;
	width: 587px; /* 587/842 */
	z-index: 5;
	}
#bg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#bg img {
	margin: 0 auto;
}
#container {
	left: 0;
	overflow: auto;
	position: absolute;
	top: 0;
	z-index: 3;
}
#indexMain,#showsMain,#aboutMain,#contactMain {
    background-color: #fff;
	left: 361px;
	margin: 0;
	min-height: 411px;
	padding: 28px 0;
	position: absolute;
	top: 115px;
	width: 512px; /* 512/587 */
	z-index: 3;
}
#menu {
	background: url("../images/transpBlack25.png");
	border: 1px solid #fff;
	left: 151px;
	position: absolute;
	top: 15px;
	width: 208px; /* 208/842 */
	z-index: 7;
}



/* ==== nested items ==== */
#aboutMain img {
	margin: 0 38px;
	padding: 0 0 32px 0;
}
#aboutMain p {
	margin: 0 38px;
}
.album {
	margin: 0 0 16px 0;
}
form {
	padding: 0 38px;
}
	#formTop input {
		width: 38%;
		margin: 0 0 19px 0; /* 19px */
		text-align: left;
		border: 1px solid #a9a9a9;
		background-color: transparent;
	}
	#formBottom textarea {
		width: 100%;
		height: 246px; /* 246px */
		border: 1px solid #a9a9a9;
		background-color: transparent;
		font-family: helvetica,arial,sans-serif;
		font-size: 1.09em;
		display: block;
		overflow: auto;
	}
	label {
		display: block;
		font-weight: normal;
	}
	label.error {
		float: right;
		padding: 3.5px;
		color: #ff3300;
	}
	input.submit-button {
		float: right;
		border: 1px solid #a9a9a9;
	}
h1 {
	border-bottom: 0.0833em solid #fff;
	height: 59px;
	padding-top: 4px; /* 3/12 */
	padding-right: 7px; /* 8/12 */
	text-align: right;
}
h2 {
	float: right;
	padding-right: 8px;
}
h3 {
	border-bottom: 1px solid #eee;
	padding: 0 0 0 38px;
}
h4 {
	padding: 0 0 3px 38px;
}
h5 {
	padding: 0 0 3px 38px;
}
#languageSelect {
	float: right;
	background: url("../images/transpBlack25.png");
}
#languageSelect li {
	float: left;
}
#languageSelect a {
	padding: 0 24px;
	margin-right: -1px;
	border: 1px solid #ccc;
}
#navList {
	width: 168px;
	height: 106px;
	float: left;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#navList li a {
	display: block;
	padding: 0 0 0 9px;
	text-align: left;
	}
#subMenu li a {
	display: block;
	padding: 0 9px 0 0;
	text-align: right;
}
#subNav {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	height: 106px;
	float: right;
	margin-top: -1px;
	width: 168px;
}
.timeVenue {
	padding: 0 38px 19px 38px;
}

/* ==== fixed items ===*/
body > #menu {
	position: fixed;
}
#container > #banner {
	position: fixed;
}



.clearboth { 
	clear: both;
}