@charset "UTF-8";
/*****************
*                *
*   The Volery   *
*                *
******************/

/* layout */
#container{
	width:960px;
	margin:0 auto;
}
#left, #right{
	float:left;
}
#main{
	width:380px;
	margin-top:140px;
	margin-left:90px;
}

/* general styles */
body{
	font-family:Arial, Helvetica, sans-serif;
	color:#a1a1a1;
}
h2{
	font-size:18px;
	font-weight:bold;
}
h3{
	font-size:12px;
	font-weight:bold;
}
p, li{
	font-size:12px;
}
h2, h3, p, li{
	line-height:18px;
}
h2, p{
	margin-bottom:18px;
}
a{
	font-size:12px;
	color:#a1a1a1;
	text-decoration:none;
}
a:hover{
	color:#000;
}
/* header and nav */
h1{
	width:320px;
	height:510px;
	background:url(../images/volery_logo.jpg) no-repeat top right;
	text-indent:-9999px;
	float:left;
	margin-top:50px;
	padding-left:80px;
}
ul#nav{
	width:400px;
	float:left;
	margin-top:20px;
	padding-left:90px;
}
ul#nav li{
	float:left;
	padding:0 10px;
}
ul#nav li a{
	display:block;
	width:60px;
	height:20px;
	text-indent:-9999px;
}
a#nav-home{
	background:url(../images/home_rollover.jpg) no-repeat top left;
}
a#nav-home:hover, a#nav-home.active{
	background-position:0px -20px;
}
a#nav-about{
	background:url(../images/about_rollover.jpg) no-repeat top left;
}
a#nav-about:hover, a#nav-about.active{
	background-position:0px -20px;
}
a#nav-shows{
	background:url(../images/shows_rollover.jpg) no-repeat top left;
}
a#nav-shows:hover, a#nav-shows.active{
	background-position:0px -20px;
}
a#nav-news{
	background:url(../images/news_rollover.jpg) no-repeat top left;
}
a#nav-news:hover, a#nav-news.active{
	background-position:0px -20px;
}
a#nav-contact{
	background:url(../images/contact_rollover.jpg) no-repeat top left;
}
a#nav-contact:hover, a#nav-contact.active{
	background-position:0px -20px;
}

/* footer */
#footer{
	clear:both;
	padding-top:20px;
	padding-bottom:10px;
	text-align:center;
}
#footer h6{
	font-size:10px;
	font-weight:normal;
	text-align:center;
}
#footer img{
	border:none;
	margin-top:0;
}

/* home page */
ul#playlist li a{
	line-height:24px;
}
ul#playlist li a:hover{
	color:#000;
}

/* about page */
img{
	padding:5px;
	border:1px solid #a1a1a1;
	margin-top:18px;
}

/* shows page */
.show{
	height:129px;
}
.show img{
	margin:0;
	padding:3px 15px 0 0;
	border:none;
	float:left;
}

