/* ========== GLOBAL STYLES ========== */

body {
	background-color: #F9ECC4;
	background: #160d06 url('images/plank.jpg') repeat;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
img {
	border: none;
	margin: 0;
	padding: 0;
	}

h1 {
	color: #643e18;
	font: bold 24px Helvetica;
	line-height: 32px;
	padding: 0 0 4px 0;
	margin: 0;
	}
	
h2 {
	color: #333333;
	font: bold 11px Helvetica;
	line-height: 0px;
	padding: 0;
	margin: 0;
	text-align: center;
	}

/* ========== TEXT ========== */

p, div, td {
	font: normal 14px Helvetica;
	line-height: 16px;
	color: #643e18;
	}

/* ========== LINKS ========== */

a, a:visited {
	color: #012951;
	text-decoration: underline;
	outline: none;
	}

a:hover {
	color: #012951;
	text-decoration: none;
	}

/* ========== CONTENT ========== */

#content {
	width: 814px;
	background: url('images/page_border.jpg') repeat-y top left;
	background-color: #F9ECC4;
	margin: 0 auto;
	padding: 30px 0px;
	display: block;
}

#page {
	background: url('images/bg.png') no-repeat;
	background-position: 0px 239px;
	background-color: #FFF;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 720px;
	border: 5px solid #872424;
	display: block;
	}

#pageFooter {
	font-size: 11px;
	text-align: center;
	margin: 7px auto 5px;
	}

/* ======= LIST ITEMS ======= */

a.nav1:link, a.nav1:visited { background:url('images/news.gif') no-repeat top left; margin:0; padding:0; }
a.nav1:hover	{ background:url('images/news-on.gif') no-repeat !important; margin:0; padding:0; }

a.nav2:link, a.nav2:visited { background:url('images/shows.gif') no-repeat; margin:0; padding:0; }
a.nav2:hover	{ background:url('images/shows-on.gif') no-repeat !important; margin:0; padding:0; }

a.nav3:link, a.nav3:visited { background:url('images/media.gif') no-repeat; margin:0; padding:0; }
a.nav3:hover	{ background:url('images/media-on.gif') no-repeat !important; margin:0; padding:0; }

a.nav4:link, a.nav4:visited { background:url('images/press.gif') no-repeat; margin:0; padding:0; }
a.nav4:hover	{ background:url('images/press-on.gif') no-repeat !important; margin:0; padding:0; }

a.nav5:link, a.nav5:visited { background:url('images/bio.gif') no-repeat; margin:0; padding:0; }
a.nav5:hover	{ background:url('images/bio-on.gif') no-repeat !important; margin:0; padding:0; }

a.nav6:link, a.nav6:visited { background:url('images/contact.gif') no-repeat; margin:0; padding:0 !important; }
a.nav6:hover	{ background:url('images/contact-on.gif') no-repeat !important; margin:0; padding:0 !important; }

#navcontainer {
	margin: 0px 30px;
	padding: 0px;
	white-space: nowrap;
	}

#navlist {
	margin: 0 0 0 30px;
	padding: 0px;
	}

#navlist ul {
	margin: 0px;
	padding: 0px;
	}

#navlist li {
	display: inline;
	font: Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-align: center;
	}

#navlist a:link, #navlist a:visited {
	display: inline;
	float: left;
	padding-right: 20px;
	outline: none;
	}
	
/* ======= BLOG ITEMS ======= */

.post {
	width: 600px;
	margin: 20px auto 20px auto;
	}
	
.entry {
	width: 600px;
	padding: 0;
	margin: 10px 0 0 0;
}

h2 a:link, h2 a:visited { 
	color: #643e18;
	font-size: 24px;
	text-decoration: none;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

h2 a:hover { 
	color: #643e18;
	}

small {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	line-height: 16px;
}

small a:link, small a:visited { font-size: 12px; color: #643e18; text-decoration: none; }
small a:hover { text-decoration: underline; }

#sidebar {
	background: url("images/stripe.png") repeat;
	width: 176px;
	margin: -25px 50px 0 0;
	display: block;
	opacity: 0.8;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8;
}

#sidebar ul {
	list-style-type: none;
	border: 2px none black;
	padding: 0 8px 8px 8px;
	margin: 45px 0 0 0;
	text-align: left;
}

#sidebar ul li {
	padding: 5px;
	margin: 0 0 2px 0;
}

#sidebar h2	{
	font-size: 22px;
	line-height: 16px;
	color: #643e18;
	text-align: left !important;
}

.list li { margin: 0 !important; }

.entry table { width: 410px !important; }

#comment { width: 400px; }