body {
	margin: 0; padding: 0;
	text-align: center;
	background: #292c31 url(images/page_bg.gif) repeat-x;
	font: 13px/120% Arial, Verdana, sans-serif;
	color: #121212;
	}
a {color: #ca5600; text-decoration: underline;}
a:visited {}
a:hover {color: #292c31;}

h1 {font-size: 18px; font-weight: bold; line-height: 120%; margin: 5px 0 0 0; padding: 0;}
h2 {font-size: 16px; font-weight: bold; line-height: 120%; color: #999; margin: 3px 0 5px 0; padding: 0;}
h3 {font-size: 14px; font-weight: bold; line-height: 120%; color: #666; margin: 3px 0 5px 0; padding: 0;}
p.byline {margin: 0; padding: 0;}
p.pub {margin: 0; padding: 0; font-size: 10px;}
#wrapper {
	width: 600px;
	margin: 0 auto auto 150px; padding: 0;
	background-color: #d4d5d6;	
	overflow: hidden;
	}	
#page_ref {position: absolute; top: 220px; left: 85px;}
#contact {position: absolute; top: 220px; left: 775px;}

#header {
	width: 600px; height: 170px;
	margin: 30px 0 0 0;	padding: 0;
	background: url(images/header_bg.gif) top left repeat-x;
	}	
#headerImage {float: right;}
#sitename {position: relative; top: 25px; left: 8px; text-align: left;}
#bloglink {float: right; position: relative; top: -32px; right: 10px;}
#menu {
	width: 466px; height: 35px;
	background: url(images/menu2.gif) top left no-repeat;
	margin: 75px 0 0 8px; padding: 0;
	position: relative;
	}
#menu li a {text-indent: -9000px; /* Gets the text out of the way */}
#menu li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}
#menu li, #menu a {height: 35px; display: block;}

#menu_home {left: 0; width: 84px;}
#menu_bio {left: 85px; width: 60px;}
#menu_clips {left: 146px; width: 77px;}
#menu_music {left: 224px; width: 92px;}
#menu_news {left: 317px; width: 83px;}

#menu_home a:hover, #menu_home a.active {background: transparent url(images/menu2.gif) 0 -35px no-repeat;}
#menu_bio a:hover, #menu_bio a.active {background: transparent url(images/menu2.gif) -85px -35px no-repeat;}
#menu_clips a:hover, #menu_clips a.active {background: transparent url(images/menu2.gif) -146px -35px no-repeat;}
#menu_music a:hover, #menu_music a.active {background: transparent url(images/menu2.gif) -224px -35px no-repeat;}
#menu_news a:hover, #menu_news a.active {background: transparent url(images/menu2.gif) -317px -35px no-repeat;}

#body {
	width: 570px;
	text-align: left;
	margin: 0; 
	padding: 5px 0 0 15px;
	}
	
.clip {width: 500px; height: 100px; margin: 20px; padding: 10px; text-align: center; border: 0; clear: right; background-color: #eee;}
.clip p {text-align: left; padding: 15px 0; font-size: 16px; line-height: 110%; font-weight: bold; color: #ca5600;}
.clipPhoto {float: right; border: 2px solid #918e46;}
.clip .sub {display: block; font-size: 12px; font-weight: normal; color: #918e46;}
.read a {font-size: 12px; font-weight: normal; color: #918e46;}
.clipsNav {float: right; background-color: #eee; padding: 5px; margin: 2px;}

/* Blog Styles */
#blognav {
	width: 200px;
	float: right;
	background-color: #eee;
	margin-left: 8px;
	margin-bottom: 8px;
	font-size: 12px;
	}
#blognav ul, #blognav li {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}
#blognav li {
	margin-left: 5px;
	}
#searchform input#searchinput {
	width: 100px;
	border: 1px solid #999;
	font-size: 85%;
	padding: 0.1em;
	}
#searchform input#searchsubmit {
	border: 3px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	padding: 0.1em;
	margin: 0;
	background-color: #fff;
	color: #333;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}
	
input.submit:active {
	border: 3px double #ccc;
	border-top-color: #999;
	border-left-color: #999;
	} 

#footer {clear: both; margin: 20px 0; padding: 0; font-family: Courier; text-align: center; letter-spacing: -1px; color: #aba64b;}
	
.left {float: left;}
.left img {margin: 0 15px 8px 0; padding: 0; border: 2px solid #ca5600;}
.right {float: right;}
.right img {margin: 0 8px 15px 0; padding: 0; border: 2px solid #ca5600;}
.clearL {clear: left;}

.caption {position: relative; overflow: visible;}
.caption p {
	position: absolute; 
	display: block; 
	width: 100%;
	top: 100%;
	left: 0; 
	bottom: 0; 
	margin: 0; 
	font-size: 10px; 
	color: #666; 
	line-height: 110%; 
	text-align: center; 
	}
* html body .caption p {width: 250px;}	
	
