/* @override http://ourlittlesecrets.dev/lib/css/layout.css */

/*IE6 will ignore these*/
@import 'screen.css' screen;
@import 'print.css' print;
@import 'mobile.css' mobile;

body {
	width: 1050px;
	margin: auto ;
	background-color: #f9f9f9;
}

#header {
	padding-bottom: 50px;
}

#header ul li a{
	float:  left;
}


.section h1, #header ul li a {
	text-indent: -9999px;
	height: 66px;
}


#news h1 {
	background: url(/lib/images/news.png) no-repeat center;
}

#shows h1 {
	background: url(/lib/images/shows.png) no-repeat center;
}

#media h1 {
	background: url(/lib/images/media.png) no-repeat center;
}

#biography h1 {
	background: url(/lib/images/bio.png) no-repeat center;
}

#links h1 {
	background: url(/lib/images/links.png) no-repeat center;
}

#mailinglist h1 {
	background: url(/lib/images/mailinglist.png) no-repeat center;
}

.section h1 {

}

.section {
	padding-bottom: 30px;
	padding-top: 30px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	width: 750px;
	text-align: center;
}

p {
	padding-top: 10px;
	padding-bottom: 10px;
}

h1 {
	margin-left: auto;
	margin-bottom: 5px;
	margin-right: auto;
	margin-top: 25px;
	text-align: center;
}


a#news_button {
	width: 185px;
	background: url(/lib/images/news.png) no-repeat;
	clear: both;
}

a#shows_button {
	width: 200px;
	background: url(/lib/images/shows.png) no-repeat ;
}

a#media_button {

	width: 210px;
	background: url(/lib/images/media.png) no-repeat ;
}

a#biography_button {
	width: 260px;
	background: url(/lib/images/bio.png) no-repeat ;
}

a#links_button {

	width: 195px;
	background: url(/lib/images/links.png) no-repeat ;
}

a#mailinglist_button {
	width: 225px;
	background: url(/lib/images/mailinglist.png) no-repeat ;
}


#shows table {

	width: 750px;
	text-align: left;
	margin: auto;
}

#shows table thead {
	display: none;
}

#shows table caption {
	padding-top: 20px;
	text-align: left;
	margin-left: 18px;
	font-size: 1.3em;
}

#shows table td, #shows table th  {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
}


td.date {
	text-align: right;
	width: 120px;
}
/*
td.venue {
	
}

td.address {
}

td.details {
	width: 250px;
}
*/

#shows table th {
	font-weight: bold;
}

.finished {
	
}

.news_item {
	margin-top: 20px;
}
