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

/* Top Elements */
* {
	margin: 0;
	padding: 0;
	outline: 0
}
html {
	background-color:#000000;
}
p {
	color:#eeeeee;
	margin-left:13px;
	font-size:14px;
	line-height:22px;
	font-weight:normal;
	color:#eceded;
}
h1 {
	margin-left:13px;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	color:#94860d;
}
.uppercase {
	text-transform:uppercase;
}
a {
	color:#333;
}
a:hover {
	color:#999;
}
a:visited {
	color:#333;
}
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: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.oneColLiqCtr #container {
	width: 720px;  /* this will create a container 80% of the browser width */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	margin-top:80px;
	text-align:left;
	padding: 0;
}
#video-wrapper {
	position:absolute;
	margin-top:100px;
	text-align:left;
	width:720px;
	z-index: 2;
}

.page-title{
font-size:16px;
margin-left:13px;
color:#121212;
display:block;
width:100%;
position:relative;
border-bottom: 1px solid #121212;
margin-bottom:13px;
}

#FLVplayer {
}
#shuffle {
	position:absolute;
	top:585px;
	color:#222222;
	width:720px;
	margin-top:15px;
	text-align:right;
}
#shuffle a {
	color:#555;
	font-style:italic;
	text-decoration:none;
	font-size:90%;
	padding:1px 2px;
}
#shuffle a:hover {
	color:#fff;
	border-bottom: 1px dotted #444444;
	background-color:#666;
}
#title {
	position:absolute;
	top:585px;
	color:#666;
	width:420px;
	margin-top:15px;
	text-align:left;
	z-index:50;
}


/* Exhibitions & Perf Zebra Grid */

.rowA{
display:block;
width:100%;
background-color:#121212;
padding:3px;
margin-bottom:3px;
}

.rowB{
display:block;
width:100%;
background-color:#030000;
padding:3px;
margin-bottom:3px;
}


/* Easy Slider */

	#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:720px;
	height:480px;
	overflow:hidden;
}

#slider li img{
text-align:center;
	
}


span#nextBtn a {
	float:right;
	color:#666;
	font-style:italic;
	text-decoration:none;
	font-size:90%;
	padding:2px 2px;
}
span#nextBtn a:hover {
	color:#fff;
	border-bottom: 1px dotted #444444;
	background-color:#666;
}	

span#prevBtn a {
	float:right;
	color:#666;
	font-style:italic;
	text-decoration:none;
	font-size:90%;
	padding:2px 2px;
}
span#prevBtn a:hover {
	color:#fff;
	border-bottom: 1px dotted #444444;
	background-color:#666;
}			

/* // Easy Slider */


p.performances a:link, a:visited { color:#FFFFCC}
p.performances a:hover { color:#FFFF00}



.hr{ border-top:1px solid #efefef; margin:30px 0; }
			



