@import url("home.css");
@import url("news/news.css");
@import url("video/video.css");
@import url("music/music.css");
@import url("shows/shows.css");

body {
	background:#0D0401;
	padding:0;
}
a {
	outline:none;
	text-decoration:none;
}
/*qTip div css ==================================*/
div#qTip {
	padding:5px;
	border:1px dashed #000;
	display:none;
	background:#3F080D;
	color:#FFF;
	font:normal 10px Georgia, Arial, Helvetica sans-serif;
	position:absolute;
	z-index:1000;
	letter-spacing:.20em;
}
/*header/footer ==================================*/
#headerbar {
	background:url("images/hdrbg.jpg") 0 0 no-repeat #0D0401; 
	width:900px;
	height:25px;
	min-height:25px;
	font:normal 11px Georgia, "Times New Roman", Times, serif;
	color:#333;
	margin:auto;
	line-height:25px;
	text-align:center;
}
#headerbar a, #headerbar a:active, #headerbar a:visited {
	color:#900;
}
#headerbar a:hover {
	color:#D00;
}
#footerbar {
	background:url("images/ftrbar.jpg") 0 0 no-repeat #0D0401; 
	width:900px;
	height:125px;
	min-height:25px;
	font:normal 10px Georgia, "Times New Roman", Times, serif;
	color:#232323;
	margin:auto;
	line-height:18px;
	text-align:center;
}
#footerbar a, #footerbar a:active, #footerbar a:visited {
	color:#333;
}
#footerbar a:hover {
	color:#666;
}
.post {
	padding:0 0 18px 0;
	margin:0;
}
.post a {
	color:#C00;
}
.post a:hover {
	color:#F00;
}
.posttitle {
	display:block;
	float:left;
	font-weight:bold;
}
.postdate {
	display:block;
	float:right;
	padding-right:16px;
}
.postbr {
	clear:both;
	display:block;
	width:90%;
	height:3px;
	border-top:1px dashed #333;
	font-size:4px;
}
.postspace {
	display:block;
	height:300px;
}
