@charset "UTF-8";
/* CSS Document */
body {
	font: 100% "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/bigpic.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: fixed;
	
}
.oneColFixCtrHdr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	border: 0;
	background: none;
}
.oneColFixCtrHdr #header {
	background: none;
	/*background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: right 30px;*/
	border-bottom: 1px solid #000000;	
}
.oneColFixCtrHdr #navbar {
margin-top: 250px;
margin-bottom: 10px;
}
.oneColFixCtrHdr #navbar h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}
#links {
	text-align: right;
	font-size: 0.7em;
	background: none;
}

.oneColFixCtrHdr #mainContent {
margin: 0 auto;
padding: 0 20px;
}

#nav {
	text-transform: uppercase;
	font-size: 0.9em;
	
}
#col-1 {
	float: left;
	width: 450px;
	margin-top: 10px;
}

#col-2 {
	margin-top: 10px;
	margin-left: 480px;
}
.oneColFixCtrHdr #footer {
	margin-top: 10px;
	border-top: 1px solid #000000;
	text-align: center;
	font-size: 0.7em;
	background:none;
}
.oneColFixCtrHdr #footer p {
	
}
.pod {
margin-bottom: 10px;
}
#news p {
font-size: 0.7em;
}
#biog p {
font-size: 0.7em;
}
#music .music {
margin: 10px 0;
}
#music img {
border: 1px solid #DDDDDD;
}
#music .title {
font-weight: bold;
padding: 5px 5px 5px 10px;
font-size: 0.8em;
}
#music .tracklist {
font-size: 0.7em;
line-height: 1.2em;
padding: 5px 5px 5px 10px;
}
#music .credit {
padding: 5px 5px 5px 10px;
font-size: 0.6em;
}
#music .links {
padding: 5px 5px 5px 10px;
font-size: 0.6em;
}
#music .sample {
text-align: right;
}
/* RSS Feed */
.rss {
margin: 10px 0;
}
.rss .title {
 color: #CC3366;
 font-weight: bold;
 font-size: 0.9em;
}
.rss .description {
padding: 5px 0;
}
.rss .description img {
float:left;
margin: 0 10px 5px 0;
}
.rss .date {
 color: #666666;
 font-size: 0.6em;
 margin: 0;
 padding-bottom: 10px;
 clear:both;
}
.feed_icon {
font-size: 0.6em;
display: inline;
}
#twitter {
border: 1px solid #000000;
padding: 0 20px;
}

#tweets ul, #tweets li {
margin:0;
padding:10px 0;
list-style-type:none;
}
.twitters  {

}

.twitterPrefix {

}

.twitterStatus {
font-size: 0.8em;
}

.twitterTime {
	color: #999999;
    font-size: 0.7em;
}

.small {
font-size: 0.7em;
}

#shows ul {
list-style-type: none;
padding-left: 0;
margin-left: 0;
font-size: 0.7em;
}
#shows li {
	padding-bottom: 10px;
}
#shows .date {
font-weight: bold;
}
#shows .title {
color: #CC6600;
font-weight: bold;
}
#shows .description {
}
#videos .title {
font-size: 0.9em;
}
#videos .description {
font-size: 0.7em;
}
#videos ul {
list-style-type: none;
padding-left: 0;
margin-left: 0;
font-size: 0.7em;
}
#photorow ul {
	overflow: hidden;
	zoom: 1;
        margin:0; 
        padding:0;
}

#photorow li {
	float: left;
	margin: 10px 10px 10px 0px;
	text-align: center;
	list-style:none;
}
#photorow li img {
	margin: auto;
}
#photos .credit {
font-size: 0.7em;
}
#photos .caption {
font-size: 0.7em;
}
#viewer {
padding: 5px 0;
}
#music p {
font-size: 0.8em;
}
#form1 {
 display: inline;
}


/* Miscellaneous */
input {
border:1px dotted #CCC;

}

li {
list-style:none;

}

#navbar .home .home, #navbar .news .news, #navbar .shows .shows, #navbar .music .music, #navbar .video .video, #navbar .photos .photos, #navbar .biog .biog, #navbar .contact .contact {
color: #000000;
} 
.more {
font-size: 0.7em;
font-weight: bold;
display: block;
padding: 5px 0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 6px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 6px;
}
.clear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
border: 0;
}
a:link {	
	color: #333333;
	text-decoration: none;
}
h1, h2, h3 {
font-weight: normal;
margin-bottom: 5px;
}
a:visited {
	color: #333333;
	 text-decoration: none;
}
a:hover {
	color: #FF3399;
	text-decoration: none;
}
a:active {
	color: #333333;
}
