
html, body {
	margin: 0;
	padding: 0;
	background-image: url(./images/bg.gif);
	background-repeat: repeat;
	background-position: left top;
	height:100%;
	font-size:.9em;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	min-height:100%;
	padding: 0;
	margin:0;
	width: 820px;
	float:left;
	background-image: url(./images/totem.gif);
	background-repeat: repeat-y;
}

div.News {
	background-position: left top;
}


div.Info {
	background-position: left -600px;
}

div.Discography {
	background-position: left -1111px;
}

div.Video {
	background-position: left -1322px;
}

div.Live {
	background-position: left -1653px;
}

#header {
	padding: 0;
	margin: 34px 0 80px 295px;
	float:left;
	height:151px;
	width: 525px;
}

#footer {
	padding: 0;
	margin: 0 0 0 295px;
	float:left;
	height:151px;
	width: 525px;
}

#footer p {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: .85em;
	color:#999;
}

#content {
	padding: 0;
	margin: 0 0 0 295px;
	float:left;
	font-size:1em;
	width: 525px;
	height:100%;
}

#post {
	margin: 0 0 40px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px dashed #999;
	width: 525px;
	float:left;
}

#post img.alignleft {
	border: 1px solid #999;
	padding: 0;
	margin: 0 20px 20px 0;
	float:left;
}

#post img.alignright {
	border: 1px solid #999;
	padding: 0;
	margin: 0 0 15px 15px;
	float:right;
}

del {
	color:#999;
}

#header h1 {
	width: 525px;
	height: 83px;
	background-image:url(./images/dogday.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float:left;
	display:block;
	text-decoration:none;
	margin: 0;
	padding: 0;
}

#header h1 a {
	text-decoration:none;
}

#header h1 a span {
	visibility: hidden;
}

a:link, a:visited {
	color:#9CF;
	text-decoration:none;
}

a:hover {
	color:#9C6;	
}

h2 {
	color:#F69;
	font-size:1.6em;
	font-weight:normal;
	text-transform:uppercase;
	border-bottom: solid 1px #d67b98;
	width:100%;
	margin: 0 0 6px 0;
	padding:0;
}

h3 {
	color:#F69;
	font-size:1.6em;
	font-weight:normal;
	text-transform:uppercase;
	border-bottom: solid 1px #d67b98;
	width:100%;
	margin: 0 0 17px 0;
	padding:0;
}

h4 {
	color:#FC6;
	font-size:1.2em;
	font-weight:normal;
	text-transform:uppercase;
	border-bottom: solid 1px #FC6;
	width:100%;
	margin: 0 0 17px 0;
	padding:0;
}

h5 {
	color:#FFF;
	font-size:1.3em;
	font-weight:bold;
	text-transform:uppercase;
	margin: 0 0 10px 0;
	padding:0;
}


small {
	color:#999;
	margin: 0;
	padding: 0;
}

#post p {
	font-size: 1em;
	line-height: 1.5em;	
}

ol li p {
	line-height: 1.5em;
}

ol li {
	border-bottom: 1px dashed #999;
	margin: 0 0 10px 0;
}

ol li div.commentmetadata, ol li div.comment-author {
	font-weight:bold;
	color:#999;
}

#post p.postmetadata {
	font-size: .85em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


#nav {
	list-style:none;
	margin: 0;
	padding: 0;
}

#nav li {
	float:left;
	margin: 0;
	padding: 0;
}

#nav li a {
	color:#fff;
	display:block;
	text-indent:-999em;
	overflow:hidden;
}

#nav li.news a {
	background:url(./images/bt_news_on.gif) no-repeat;
}

#nav li.news a {
	background:url(./images/bt_news_off.gif) no-repeat;
	width: 89px;
	height: 68px;
}
#nav li.news a:hover {
	background:url(./images/bt_news_on.gif) no-repeat;
}
#nav li.newsActive a {
	background:url(./images/bt_news_active.gif) no-repeat;
	width: 89px;
	height: 68px;
}

#nav li.info a {
	background:url(./images/bt_info_on.gif) no-repeat;
}

#nav li.info a {
	background:url(./images/bt_info_off.gif) no-repeat;
	width: 77px;
	height: 68px;
}
#nav li.info a:hover {
	background:url(./images/bt_info_on.gif) no-repeat;
}
#nav li.infoActive a {
	background:url(./images/bt_info_active.gif) no-repeat;
	width: 77px;
	height: 68px;
}

#nav li.disco a {
	background:url(./images/bt_disco_on.gif) no-repeat;
}

#nav li.disco a {
	background:url(./images/bt_disco_off.gif) no-repeat;
	width: 206px;
	height: 68px;
}
#nav li.disco a:hover {
	background:url(./images/bt_disco_on.gif) no-repeat;
}
#nav li.discoActive a {
	background:url(./images/bt_disco_active.gif) no-repeat;
	width: 206px;
	height: 68px;
}

#nav li.video a {
	background:url(./images/bt_video_on.gif) no-repeat;
}

#nav li.video a {
	background:url(./images/bt_video_off.gif) no-repeat;
	width: 96px;
	height: 68px;
}
#nav li.video a:hover {
	background:url(./images/bt_video_on.gif) no-repeat;
}
#nav li.videoActive a {
	background:url(./images/bt_video_active.gif) no-repeat;
	width: 96px;
	height: 68px;
}

#nav li.live a {
	background:url(./images/bt_live_on.gif) no-repeat;
}

#nav li.live a {
	background:url(./images/bt_live_off.gif) no-repeat;
	width: 57px;
	height: 68px;
}
#nav li.live a:hover {
	background:url(./images/bt_live_on.gif) no-repeat;
}
#nav li.liveActive a {
	background:url(./images/bt_live_active.gif) no-repeat;
	width: 57px;
	height: 68px;
}

div#respond {
	margin: 30px 0 20px 0;	
}


#vidthumbColumn {
	width: 122px;
	float:left;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	height:100%;
}


#thumbColumn {
	width: 92px;
	float:left;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	height:100%;
}

div.mainInfo {
	width: 403px;
	float:left;
}

div.mainInfo #prevnext, div.vidMainInfo #prevnext {
	width: 100%;
	float:left;
	padding: 0 0 6px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #CCC;
}

div.vidMainInfo {
	width: 380px;
	float:left;
}

div.vidMainInfo object {
	border: 1px solid #999;
	padding: 0;
	margin: 0 0 10px 0;
}

img.thumb {
	border: 1px solid #999;
	padding: 0;
	margin: 0 0 10px 0;
}
img.image {
	border: 1px solid #999;
	padding: 0;
	margin: 0 0 10px 0;
}

#post ol li p, #post ul li p {
	line-height: 1.5em;
}

#post ol li, #post ul li {
	border-bottom: none;
	margin: 0 0 4px 0;
}

#selectorBox {
	float:left;
	background-image: url(./images/vert_line_dashed.gif);
	background-repeat: repeat-y;
	background-position: 101px top;
}

#vidSelectorBox {
	float:left;
	background-image: url(./images/vert_line_dashed.gif);
	background-repeat: repeat-y;
	background-position: 132px top;
}