/* CSS Document */
* {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body {
	background-image: url(../images/global/background.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #F0EEC5;
}
a {
	color: #600;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
#wrapper {
	width: 720px;
	margin: 0px auto;
	padding: 10px 20px 0px;
}
#content {
	padding: 30px 0px 20px;
	float: left;
	width: 100%
}
/***** Navigation *****/
#navigation {
	width: 100%;
	float: left;
	list-style-type: none;
	font-size: .9em;
	padding: 15px 0px;
	margin-bottom: 50px;
	background-image: url(../images/global/navigationBackground.png);
	background-repeat: no-repeat;
	background-position: right 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
	#navigation li {
		float: left;
		margin-right: 30px;
	}
	#navigation a {
		text-decoration: none;
		display: block;
		color: #F0EEC5;
		font-weight: bold;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
		#navigation a:hover, #navigation a:hover.visited {
			text-decoration: underline;
		} 
		.home #nav_home a, 
		.bio #nav_bio a, 
		.music #nav_music a, 
		.shows #nav_shows a, 
		.press #nav_press a, 
		.links #nav_links a, 
		.contact #nav_contact a {
			color: #FFF;
			text-decoration: underline;
		}
h1 {
	text-indent: -5000px;
	background-image: url(../images/global/timdiazband.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 100%;
	height: 70px;
	margin-bottom: 20px;
	margin-top: 100px;
}
h2 {
	font-size: 1.8em;
	margin: 0px 0px 10px;
	color: #660;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
	margin: 0px 0px 10px;
	color: #C90;
	font-weight: normal;
}
p {
	margin: 10px 0px;
}
dt {
	font-weight: bold;
}
.image {
	float: left;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	margin: 0px 30px 10px 0px;
}
.right {
	float: right;
	margin: 0px 0px 10px 30px;
}
	.image img {
		border: 5px solid #FFF;
	}
.home_item, .showdate, .press dl, .links dl, .tribute {
	clear: left;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px dotted #996;
}
.showdate {
	list-style-type: none;
}
	.showdate li {
		width: 20%;
		padding-right: 5%;
		float: left;
	}
.music .image {
	margin-bottom: 60px;
	margin-right: 40px;
}
.links dt {
	width: 25%;
	margin-right: 5%;
	float: left;
}
.links dd {
	width: 70%;
	float: left;
}