
body {
	background-color: black;
	color: white;
	width: 1000px;
	margin: 0 auto;	
	font-family: Copperplate, Georgia;
	min-height: 500px;
}

a{text-decoration: none; color: white;}
img{border: none;}
p{ margin: 10px;}

#header h1{
	font-size: 40px;
	letter-spacing: 5px;
	margin-bottom: 0px;
}

#header .subline{
	letter-spacing: 5px;
	font-style: italic;
	text-transform: lowercase;
	font-size: 14px;
}

#header .cat {font-weight: 100;}
#header .current { color: blue; border-bottom: solid blue 2px; }

#footer{ position: relative; bottom: 5px; background-color: black;}

.clear{clear: both;}


.video_holder{ margin: 0px; padding: 5px; border-right: thin solid grey; float: left; width: 740px;}
.right_info{ margin: 5px; float: right; width: 230px;}
.right_info h2{margin: 0; padding: 0;}
/*STYLES FOR VIDEOS.PHP PAGES */


.pipe  {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

.pipe_item {
	margin: 10px 5px;
	padding: 25px 0 25px 0;
	list-style: none;
	display: inline;
	float: left;
	font-size: 12px;
	width: 225px;
	height: 170px;
	}

.pipe_item a {
	text-decoration: none;
	border: none;
	}
	
.pipe_item img {
	text-decoration: none;
	border: none;
	}
		

fieldset{
display:block;
float:left;
width: 95%;
font-size:12px;
margin-top:10px;
margin-left:10px;
border: none;
border-top:1px solid #CCCCCC;
}

legend{
padding:2px 5px;
border:1px solid #CCCCCC;
color: #0066CC;
font-size: 22px;
}

#output{
display:block;
} 

.title{height: 25px; font-size: 16px;}
.thumb{height: 130px;}
.rel{font-size: 12px; padding-top: 20px;}