﻿html {
	background: black;
	margin: 0px;
	padding: 0px;
	font: 14px/16px "Georgia"; }

html img {	border-style: none; }

#header {
	background: black url("images/header.jpg") no-repeat;
	padding: 0px;
	margin: 0px;
	margin: auto;
	width: 951px;
	height: 652px; }
	
#navigation {
	position: relative;
	text-align: center;
	top: 7px;
	color: White;
	font-family: Calibri; }
	
#navigation ul {
	list-style: none; }
	
#navigation li {
	display: inline;
	padding: 7px; }
	
#navigation li a {
	color: White;
	text-decoration: none; }
	
#textwrap {
	margin: auto;
	padding: 0px;
	width: 750px;
	color: #cccccc; }
	
#navigation li a:hover {
	border-top: 10px solid white; }
	
#contentleft {
	width: 420px;
	float: left; }
	
#contentright {
	width: 300px;
	float: right; }

#bio {
	background: black url("images/head_bio.jpg") no-repeat;
	padding-top: 30px;
	margin-top: 40px; }
	
#tour {
	background: url("images/head_tour.jpg") no-repeat;
	padding-top: 50px;
	font-size: small; }
	
#tour .venue {
	padding-right: 20px; }
	
#tour .locale td {
	color: gray;
	font-size: x-small;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 10px; }
	
div.widget {margin-bottom: 50px;}
	
#blogtent {
	background: black url("images/head_blog.jpg") no-repeat;
	padding-top: 50px; }
	
#members, #shouts {
	background: url("images/head_member.jpg") no-repeat;
	padding: 0px;
	padding-top: 30px; }
	
#shouts {background: url("images/head_shout.jpg") no-repeat; }
#shouts, #shouts a {color: #575757; text-decoration: none; }
#shouts a:hover {color: White;}	
	 
#pics {
	background: url("images/head_photos.jpg") no-repeat;
	padding-top: 50px;
	width: 900px;
	margin: auto; }

div#follow table {margin: 0 auto;}	
div#follow td {padding-bottom: 15px;}
	
div#pics a img, div#follow a img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-moz-opacity: 0.5; }

div#pics a:hover img, div#follow a:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-khtml-opacity: 1;
	opacity: 1;
	-moz-opacity: 1;}
	
#pics img {margin: 0px; padding: 0px; margin-bottom: -3px;}
#pics a {margin: 0px; padding: 0px;}
	
#members li, #info li, #shouts li {
	list-style: none;
	padding: 5px;
	margin: 0px;
	border-bottom: 1px dashed #1b1b1b;
	margin-left: -40px; }
	
#members a, #info a {
	color: White; }
	
#player {
	background: #262626;
	padding: 5px;
	padding-top: 5px; }
	
#info {
	background: black url("images/head_info.jpg") no-repeat;
	padding-top: 50px; }
	
#player p {
	text-indent: 0px;
	padding: 0px;
	margin: 0px; }
	
#photo {
	margin-bottom: 15px; }
	
#pressbox {
	background: url("images/head_press.jpg") no-repeat;
	padding-top: 50px;
	width: 500px;
	margin: auto; azimuth }
	
#pressbox p {
	font-family:Trebuchet MS;
	font-size:24px;
	font-style:italic;
	line-height:28px; }
	
#pressbox .source {
	padding-bottom: 10px;
	color: Gray; 
	border-bottom: 1px dashed #1b1b1b;
	text-align: right; }
	
#follow {
	background: url("images/head_follow.jpg") no-repeat;
	padding-top: 50px;
	text-align: center; }
	
#follow img {
	padding: 0px;
	margin: auto;
	margin-right: 20px;
	margin-left: 20px; }
	
#footer {
	border-top: 14px solid white;
	color: Gray;
	text-align: center;
	margin: auto;
	padding: 10px;
	margin-top: 100px;
	width: 200px;
	font-family: Calibri, Arial;
	text-transform: uppercase; }
	
#footer a {
	color: Gray;
	text-decoration: none; }
	
#contacts {
	padding-top: 30px;
	text-align: right;
	margin-bottom: 50px;
	background: url("images/head_contact.jpg") no-repeat; }
	
body#home a#homenav, body#press a#pressnav, body#blog a#blognav, body#photo a#photonav {
	border-top: 10px solid white; }
	
/* Blog Stuf ............................................... */
/* --------------------------------------------------------- */

#blogtent ol {
	list-style: none;
	padding: 0px;
	margin: 0px; }
	
#blogtent li { }
	
.text, .photo, .photoset, .audio, .convo, .video, .link, .quote {
	width: 400px;
	padding: 10px;
	margin: 0px;
	font-family: Calibri, Arial;
	margin-bottom: 30px;
	border-bottom: 1px dashed #1b1b1b; }
	
#blogtent a {
	color: #BBB1A6;
	text-decoration: underline; }
	
.link h3, .text h3 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	font-size: 30px; }
	
.link li {
	margin: 2px;
	padding: 1px; }

.quote h4 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: normal; }
	


