/* CSS Document */

body {
  background:#fff url(images/bg_paisley.gif) left top repeat-x;
  font: "Courier New", Courier, monospace;
  font-size: 10px;
  }
  
h1 {
  font: "Courier New", Courier, monospace;
  font-size: 125%;
  font-weight: bold;
}
  
#container {
	width: 800px;
	margin: 0 auto;	
  }
  
#header {
	width: 800px;
	margin: 0 auto;
}


#content {
	width:800px;
	background:#ccc url(images/bg_bird.gif) bottom left no-repeat;
	margin: 0 auto;
	font: "Courier New", Courier, monospace;
    font-size:14px;
}

#nav {
	float: left;
	width: 750px;
	margin: 0;
	padding: 5px 0 0 50px;
	list-style: none;
	background: #ccc url(images/nav_border.gif) bottom left repeat-x;
}

#nav li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 120%;
	color: #FFF;
}

#nav a {
	float: left;
	display: block;
	margin: 0;
	padding: 7px 20px;
	color: #005984;
	text-decoration: none;
	border: 1px solid #fff;
	border-bottom: none;
	background:url(images/nav_bg.gif) top left repeat-x;
}

#nav a:hover, body#bio #t-bio a, body#media #t-media a, body#shows #t-shows a, body#recordings #t-recordings a, body#contact #t-contact a, body#press #t-press a {
	background:#005984;
	color: #fff;
}

#single_column_home {
	padding: 20px 50px 135px 50px;
	font-family: "Courier New", Courier, monospace;
}

#single_column {
	padding: 50px 50px 135px 50px;
	font-family: "Courier New", Courier, monospace;
}

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 2px 0;
	background: #005984;
}

#footer p {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	padding: 0 0 0 10px;
	color: #fff;
}

#imageblock {
	width: 800px;
	height: 300px;
	background: #000;
}

#imageblock p {
	color: #fff;
	margin: 0;
	padding: 70px 10px 20px 10px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 150%;
	font-style:oblique;
}

#imageblock p.smalltext {
	color:#999;
	margin: 0 0 5px 20px;
	padding: 0;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 80%;
}

a {
  color:#005984;
  }

#subForm {
	width: 250px; 
	padding: 10px;
	color:#fff;
	display: block;
	border: 1px solid #fff;
	background:#333;
}


.imgblock {
	float: left;
	margin: 0 25px 0px 50px;
}

.leftimg {
	float: left;
	margin: 0 25px 20px 0px;
}

#sidebar {
	margin: 15px 0 0 30px;
	float: right;
}

.rtimg {
	float: right;
	margin: 0 50px 10px 25px;
}

.leftcd {
	float: left;
	margin: 0 25px 20px 0px;
}

.rtcd {
	float: right;
	margin: 0 100px 20px 25px;
}

.caption {
	clear: right;
	float: right;
	margin: 0 50px 20px 25px;
	font-size: 80%;
}

