/* CSS Document */

* { 
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	line-height: 16px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	text-align: center;
	background:green;
}

a:link { 
	color:#FF0000;
	text-decoration: none;
	border:hidden;
	}
	
a:visited { 
	color:#FF0000;
	text-decoration: none;
	}
a:hover { 
	text-decoration: none;
	color:#FF0000;
	}
a:active { 
	color:#FF0000;
	text-decoration: none;
}

p {
	text-decoration:none;
	color:#000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-indent:0;
}

p.heading{
	text-decoration:none;
	color:#000000;
	line-height:18px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent:0;
}

p.light {
	text-decoration:none;
	color:#454442;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}


h1{
	font-size: 18px;
	line-height: 16px;
	font-family: Helvetica, Arial, sans-serif;
	color:#FF0000;
}

#wrapper {
	width: 900px;
	height:100%;
	text-align: left;
	margin: 0 auto;
}
#header {
	width:100%;
	height: 188px;
	text-align:left;
	background:url(../img/background/header.png);
}

#nav{
width:900px;
height:49px;
}
#nav a{
float:left;
}
#nav img{
float:left;
}
#nav div{
float:left;
}

#home_nav a{
display:block;
width:84px;
height:49px;
background:url(../img/nav/home.png) 0 0 no-repeat;
}
#home_nav a:hover{
display:block;
width:84px;
height:49px;
background:url(../img/nav/home.png) 0 -49px no-repeat;
}

#shows_nav a{
display:block;
width:98px;
height:49px;
background:url(../img/nav/shows.png) 0 0 no-repeat;
}
#shows_nav a:hover{
display:block;
width:98px;
height:49px;
background:url(../img/nav/shows.png) 0 -49px no-repeat;
}
#bio_nav a{
display:block;
width:57px;
height:49px;
background:url(../img/nav/bio.png) 0 0 no-repeat;
}
#bio_nav a:hover{
display:block;
width:57px;
height:49px;
background:url(../img/nav/bio.png) 0 -49px no-repeat;
}
#music_nav a{
display:block;
width:95px;
height:49px;
background:url(../img/nav/music.png) 0 0 no-repeat;
}
#music_nav a:hover{
display:block;
width:95px;
height:49px;
background:url(../img/nav/music.png) 0 -49px no-repeat;
}
#video_nav a{
display:block;
width:99px;
height:49px;
background:url(../img/nav/videos.png) 0 0 no-repeat;
}
#video_nav a:hover{
display:block;
width:99px;
height:49px;
background:url(../img/nav/videos.png) 0 -49px no-repeat;
}
#blog_nav a{
display:block;
width:78px;
height:49px;
background:url(../img/nav/blog.png) 0 0 no-repeat;
}
#blog_nav a:hover{
display:block;
width:78px;
height:49px;
background:url(../img/nav/blog.png) 0 -49px no-repeat;
}
#pics_nav a{
display:block;
width:71px;
height:49px;
background:url(../img/nav/pics.png) 0 0 no-repeat;
}
#pics_nav a:hover{
display:block;
width:71px;
height:49px;
background:url(../img/nav/pics.png) 0 -49px no-repeat;
}
#stuff_nav a{
display:block;
width:94px;
height:49px;
background:url(../img/nav/stuff.png) 0 0 no-repeat;
}
#stuff_nav a:hover{
display:block;
width:94px;
height:49px;
background:url(../img/nav/stuff.png) 0 -49px no-repeat;
}
#contact_nav a{
display:block;
width:131px;
height:49px;
background:url(../img/nav/contact.png) 0 0 no-repeat;
}
#contact_nav a:hover{
display:block;
width:131px;
height:49px;
background:url(../img/nav/contact.png) 0 -49px no-repeat;
}
#body {
	width:100%;
	text-align:left;
	background:url(../img/background/body.png);
	background-repeat:repeat-y;
	overflow:hidden;
}
#content{
	float:left;
	width:800px;
	margin-left:50px;
	margin-right:50px;
	text-align:center;
	overflow:hidden;
}
#content img{
	margin-bottom:10px;
}
#footer {
	width:100%;
 	height: 92px;
	text-align:left;
	background:url(../img/background/footer.png);
}
#footer table{
width:100%;
padding-top:16px;
padding-right:50px;
padding-left:40px;
}

#footer h1{
position:relative;
top:-10px;
margin-left:5px;
}

#footer img{
padding-left:5px;
}

img{
border:hidden;
text-decoration:none;
}

div.headerdiv{
width:100%;
padding-top:10px;
padding-left:10px;
}


.center { margin: auto; }

.columnright{
float:right;
width:49%;
/*
border-width:1px;
border:#000000;
border-style:solid;
*/
}

.columnleft{
float:left;
width:49%;
/*
border-width:1px;
border:#333333;
border-style:solid;
*/
}

.border{
border-width:1px;
border:#000000;
border-style:solid;
}
		
ol.tumblr_posts li{
	width:85%;
	text-align:center;
	margin:25px auto;
	text-decoration:none;
	list-style-type:none;	
}
.tumblr_title{
	font-size: 18px;
	line-height: 16px;
	font-family: Helvetica, Arial, sans-serif;
	color:#FF0000;
}

