/* @override http://localhost:8000/media/style.css */

#main {
	width: 1020px;
	height: 617px;
	background: url(/media/img/background.jpg) no-repeat top left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .65em;
	margin:38px auto;
	position: relative;
}

.none {
    display: none;
}

/* links */

a:link, a:visited, a:active {
	color: #9A7C44;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

/* lists */

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
}

/* headings */

.heading {
	color: #9A7C44;
	padding: 7px 0 2px 0;
}
.heading2 {
	font-size: 1.3em;
}

/* layout */

#content { 
	padding: 78px 0 0 33px;
}

#contentBox {
	display: block;
	width: 480px;
	height: 295px;
	overflow: auto;
	padding: 0 0 0 79px;
	overflow-x:hidden;
	position: relative;
	top:20px;
}


/* contact */


/* discography */
#tabs {	padding-top: 5px; }
#tabs ul {width:400px;}

.date {
	padding: 0 5px 0 0;
}

.discog-images {
	padding: 10px 0 0 0;
}

.image1 {
}

.image2 {
	margin:0 0 0 30px;
}

table {
	margin: 5px 0 20px 0;
	width: 440px;
}

table tr, table td{
	line-height: 1em;
}

/* events */
.event li {
	margin:4px 0;
	border-bottom:4px solid #dfddd1;
	padding:3px;
	display:inline-block;
	width: 350px;
/*  -moz-border-radius: 15px;
    -webkit-border-radius: 15px;*/
}

/* nav */
#nav { margin-top:20px; padding: 5px 0 0 105px; width: 584px; height: 62px; }
#nav ul { list-style: none; }
#nav li, #nav li a { display: block; float: left; }

#nav-news a, #nav-news-active { width: 61px; height: 62px; }
#nav-news a { background: url(/media/img/nav/news.png) no-repeat; }
#nav-news a:hover, #nav-news a:active, #nav-news-active { background: url(/media/img/nav/news.png) -61px 0; }
#nav-events a, #nav-events-active { width: 104px; height: 62px; }
#nav-events a {	background: url(/media/img/nav/events.png) no-repeat; }
#nav-events a:hover, #nav-events a:active, #nav-events-active {	background: url(/media/img/nav/events.png) -104px 0; }
#nav-discog a, #nav-discog-active { width: 137px; height: 62px; }
#nav-discog a { background: url(/media/img/nav/discography.png) no-repeat; }
#nav-discog a:hover, #nav-discog a:active, #nav-discog-active { background: url(/media/img/nav/discography.png) -137px 0; }
#nav-media a, #nav-media-active { width: 108px; height: 62px; }
#nav-media a { background: url(/media/img/nav/media.png) no-repeat; }
#nav-media a:hover, #nav-media a:active, #nav-media-active { background: url(/media/img/nav/media.png) -108px 0; }
#nav-contact a, #nav-contact-active { width: 74px; height: 62px; }
#nav-contact a { background: url(/media/img/nav/contact.png) no-repeat; }
#nav-contact a:hover, #nav-contact a:active, #nav-contact-active { background: url(/media/img/nav/contact.png) -74px 0; }

a img {
  border:0;
}
