/* $Id: style.css 37 2010-02-15 21:59:13Z stenzel $ */
body {
	background-attachment: fixed;
	background-image: url(img/back_trans.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 750px;
	margin: 12pt auto;
	font-family: "Comic Sans MS", sans-serif;
	color: #000;
	background-color: #fff;
}

#links {
	padding: 0;
	margin: 20px 0px 0px;
	height: 51px;
	position: relative;
	text-decoration: none;
}

#links a {
	display: block;
	width: 100px;
	height: 51px;
	background-repeat: no-repeat;
	background-position: 50% 0px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	text-decoration: none;
}

span {
	visibility: hidden;
	text-decoration: none;
	border-color: transparent;
}

#links a.home { background-image: url(img/home.png); left: 10px; }
#links a.music { background-image: url(img/music.png); left: 110px; }
#links a.dates { background-image: url(img/dates.png); left: 210px; }
#links a.photos { background-image: url(img/photos.png); left: 310px; }
#links a.notes { background-image: url(img/notes.png); left: 410px; }
/*#links a.lyrics { background-image: url(img/lyrics.png); left: 410px; }
#links a.bio { background-image: url(img/bio.png); left: 510px; }
#links a.contact { background-image: url(img/contact.png); left: 610px; }
*/
#links a.bio { background-image: url(img/bio.png); left: 510px; }
#links a.contact { background-image: url(img/contact.png); left: 610px; }

body.home {
	background-color: #ff64c8;
	background-image: url(img/back_home.png);
	color: #fff;
}

body.music {
	background-color: #ffb100;
	color: #000000;
}

body.dates {
	background-color: #ffff00;
	color: #000;
}

body.photos {
    background-image: none;
	background-color: #c8c8c8;
	color: #000;
}

body.notes {
	background-color: #80ffff;
	color: #000;
	font-family: "Comic Sans MS", sanf-serif;
	font-size: 14pt;
}


body.lyrics {
	background-color: #990000;
	color: #fff;
	font-size: 12pt;
	text-align: center;
}

body.bio {
	background-color: #00ff80;
	color: #000;
	font-size: 16pt;
}

body.contact {
	background-image: url(img/back_contact.png);
	background-color: #000032;
	color: #fff;
	font-size: 16pt;
}

body.home .header {
	font-size: 36pt;
	font-weight: bold;
}

body.home h1 {
	background: url(img/title.png) no-repeat;
	width: 456px;
	height: 45px;
}

body.home ul.list {
	margin: 50px 0 0 0;
	list-style-type: none;
	background: url(img/titlelist.png) no-repeat;
	width: 288px;
	height: 131px;
}

body.home div#welcome {
	margin: 100px 0 50px 0;
	background: url(img/titletext.png) no-repeat;
	width: 482px;
	height: 132px;
}

body.lyrics h1 {
	font-weight: bold;
	font-variant: small-caps;
}

body.lyrics .subtitle {
	font-style: italic;
	margin: 0 0 0 40px;
}

body.lyrics p {
	width: 80%;
	text-align: left;
}

body.bio p, body.notes p {
	width: 80%;
}

body.contact a.mail {
	width: 645px;
	height: 42px;
	background-image: url(img/mail.png);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

body.contact #links {
	margin-bottom: 60px;
}

body.contact a.mail span {
	visibility: hidden;
}

body.photos table {
	border-style: none;
	width: 720px;
	height: 511px;
	margin-top: 20;
}

body.photos table tr td {
	text-align: center;
	vertical-align: middle;
}

body.photos table tr td.image {
	width: 506px;
	height: 509px;
}


body.photos table tr td a img {
	border-style: none;
}

body.dates {
	font-size: 14pt;
}

body.dates p {
	margin: 1em 0;
}


body.dates .ort {
	visibility: visible;
	font-weight: bold;
	margin: 0;
	font-size: 14pt;
}

body.dates .date {
	visibility: visible;
	font-size: 120%;
	color: #800000;
}

body.dates a,
body.dates .location {
	background-image: url(img/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	text-decoration: underline;
	color: #330;
	visibility: visible;
}

body.dates #links a {
	text-decoration: none;
}

body.dates table {
	border-style: none;
}

body.dates table tr td {
	vertical-align: top;
}

.small {
	font-size:smaller;
}

