#topbar, #header h1 { behavior: url(iepngfix.htc) }

.clear {
	clear: both;
	height:0px;
}

* {
* 	-moz-outline: none; /* fx 1.07*/
 	outline:none /* fx 1.05,  Safari, Mac IE*/
}

body{
	color:#404040;
	font-family:helvetica,arial,sans-serif;
	font-size:13px;
	height:100%;
	text-align:center;
	background:  #433021 url("../images/background_wood.jpg") center top;
}

a{
	text-decoration:underline;
	color: #404040;
}

#topbar{
	height:17px;
	width:100%;
	background:url("../images/topbar.png") repeat-x;
}

#wrap{
	margin: 0 auto;
	position:relative;
	text-align:left;
	width:1008px;
}

#header {
	margin-top:40px;
	text-align:center;
	width:108px;
}

#header h1{
	margin-left:224px;
	width:560px;
	height:104px;
}

#header h1 a{
	width:560px;
	height:104px;
	display:block;
	background:url("../images/title.png");
	cursor:pointer;
}

#header h1 a span{
	display:none;
}	


#main_top{
	position:relative;
	margin-top:40px;
	width:1008px;
	height:87px;
	background: url("../images/paper_bg_top.png");
	z-index:5;
}


#main{
	position:relative;
	z-index:5;
	width:1008px;
	background: url("../images/paper_bg_mid.png") 0px 20px repeat-y;
}

#main_bottom{
	width:1008px;
	height:19px;
	background: url("../images/paper_bg_bottom.png");
}

#polaroid{
	position:absolute;
	left:20px;
	top:-45px;
	width:209px;
	height:239px;
	background: url("../images/polaroid.png");
}

#left{
	width:206px;
	float:left;
	margin-left:40px;
	margin-top:210px;
}
#about{
	line-height:1.5em;
}

#about, #videos, #shows, #contact {
	margin-bottom:50px;
}

#about h2, #videos h2, #shows h2, #contact h2{
	width:198px;
	height:37px;
	text-indent:-99999px;
	margin-bottom:20px;
}

#about h2{
	background:url("../images/title_about.png");
}
		
#videos h2{
	background:url("../images/title_videos.png");
}
	
#shows h2{
	background:url("../images/title_shows.png");
}
	
#contact h2{
	background:url("../images/title_contact.png");
}

#videos{
	text-align: center;
}

#videos .vid{
	margin-left:-4px;
	padding-top:20px;
	width:206px;
	height:150px;
	background: url("../images/video_bg.png");
	text-align:center;
	margin-bottom:14px;
	position:relative;
}

#cent{
	float:left;
	width:467px;
	margin-left:20px;
}


#right{
	margin-top:30px;
	width:206px;
	float:left;
	margin-left:30px;
}

#contact_info{
	width: 166px;
	padding-left:18px;
	padding-right:18px;
	padding-top:30px;
	padding-bottom:20px;
	background: url("../images/contact_mid.png") repeat-y;
	position:relative;
}

 #contact_info_top{
	position:absolute;
	top:0px;
	left:0px;
	width:202px;
	height:28px;
	background: url("../images/contact_top.png");
}

 #contact_info_bot{
 	position:absolute;
	bottom:0px;
	left:0px;
	width:202px;
	height:14px;
	background: url("../images/contact_bottom.png") ;
}



#contact hr{
	border:0;
	background-color: #f4f4d3;
	height:1px;
	margin-top:15px;
	margin-bottom:15px;
	
}

#links{
	font-size:11px;
	font-weight:bold;
	position:absolute;
	width:280px;
	height:20px;
	padding-top:5px;
	text-align:center;
	z-index:10;
	top:-72px;
	right: 357px;
}

#links a{
	text-decoration:none;
}

#links ul{

}

#links li{
	background: url("../images/dot.png") no-repeat left center ;
	list-style-position:inside;
	display: inline;
	padding:0;
	margin:0;
	margin-left:0;
	padding-left:10px;
	padding-right:3px;
}

#links li.first{
	background:none;
	padding-left:0;
}



ul.showlist {
	margin-top:11px;

}

ul.showlist li{
	width:189px;
	height:24px;
	padding-left:9px;
	padding-left:5px;
	background: url("../images/shows_bg.png") repeat-x;
	padding-top:11px;
	margin-bottom:9px;
	font-weight:bold;
}

ul.showlist a{
	text-decoration:none;
}

ul.showlist a:hover{
 
}

ul.showlist li b{
	background-color:#ffffe2;
	padding:4px;
	font-weight:bold;
	color:#5a7083;
	margin-right:13px;
	margin-right:7px;
}

#pagination{
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	font-weight:bold;
}

#pagination a{
	text-decoration:none;
}

#footer{
	color:#b6af94;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	margin-top:1em;
	margin-bottom:2em;
	text-shadow: #000 0px 2px 2px;
}

#footer a{
	color:#b6af94;
	text-decoration:none;
}	

#footer a:hover {
	text-decoration:underline;
}

.post {
	width:412px;
	padding-left:25px;
	padding-right:25px;
	padding-top:60px;
	padding-bottom:60px;
	background: #f9f5e5 url("../images/post_mid.png") repeat-y;
	position:relative;
	text-align:left;
}


.post .post_top{
	position:absolute;
	background: url("../images/post_top.png");
	top:0px;
	left:0px;
	width:462px;
	height:62px;
}


.post .post_bot{
	position:absolute;
	background: url("../images/post_bottom.png");
	bottom:0px;
	left:0px;
	width:462px;
	height:34px;
}

.post h3 {
	color:#7d909e;
	font-weight:bold;
}

.post h3 a{
	color:#7d909e;
	text-decoration:none;
}	

.post .postinfo{
	margin-bottom:25px;
	font-style:italic;
	color: #aaa;
}

.post .postinfo a{
	text-decoration:none;
	color:#aaa;
}

.post .postinfo a:hover{
	text-decoration:underline;
	
}

.post p{
	line-height:1.5em;
	margin-bottom:1em;
}

.post ul li{
	list-style-type:disc;
	margin-left:3em;
}

.post ol {
	list-style-type:decimal;
	margin-left:3em;
}

.post blockquote{
	background-color:#fcfcfc;
	padding:15px;
	border:1px solid #f4f4f4;

}

.quote blockquote {
	background-color:transparent;
	padding:0;
	border:0;
	font-size:1.5em;
	margin-left:2em;
	margin-top:30px;
	
}

.quote .source{
	text-align:right;
	font-style:italic;
	font-size:1.2em;
	margin-top:10px;
}

.quote big{
	color:#aaa;
	float:left;
	font-size:5em;
	font-weight:bold;
	font-family:georgia, serif;

}

.link a.link{
	font-size:1.5em;
	font-weight:bold;
}

ul.chat li{
	list-style:none;
}

ul.chat .person{
	font-weight:bold;
} 
