/* universal properties  */
body {
    margin: 0px;
    padding: 5px;
    background-color:#000000;
    color:#ffffff;
    font-weight: bold;
    font-size: 18px;
    font-family: Calibri, Arial, Tahoma;
	cursor: default;
	white-space: nowrap;
	min-width: 850px;
}


/* link properties */
a:link {
COLOR: #ffffff;
text-decoration: none;
}

a:visited {
COLOR: #ffffff;
text-decoration: none;
}

a:hover {
COLOR: #ffffff;
text-decoration: none;
}

a:active {
COLOR: #ffffff;
text-decoration: none;
border: #ffffff;
}

a:link img, a:visited img, a:hover img {
border-color: #ffffff;
text-decoration: none;
}

h2 { 
margin-bottom: 5px;
} 





/* header section */
#header {
    width: 100%;
    margin: 0px auto 0px auto;
    height: 90px;

    }	

	
/* navigation bar  */	
#navbar {
	width: 100%;
    margin: 0px auto 0px auto;
    height: 0px;
	background-color:#000000;
	text-align: center;
	font-size: 24px;
    }	
	

	
	
/*  Main content */
#content {
    width: 65%;
    float: left;
    margin: 0px auto 0px auto;
    height: 100%;
	margin-top: -20px;
	padding-left: 100px;
    }
	
   .text{
   white-space: pre-line;
   }   
	
   .pagination {
   width: 80%;
   float: left;
   height: 100px;
   font-size: 20px;
   }
   
   .content a:active {
   COLOR: #ffffff;
   text-decoration: none;
   border: #000000;
   }
   
   	.seclinks li { 
	text-align: left;
    }
	
    .seclinks a {
	background: #000000; 
	color: #ffffff;
	display:inline;
    padding-left: 8px;
    padding-right: 8px;
	padding-bottom: 0px;
	text-decoration: none;
    }

    .seclinks a:hover {
	background: #F66D09 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
    }
	

#vidfeed {
	width: 600px;
	margin: 0px auto 0px auto;
    border-color: #ffffff;
    border-style:solid;
    border-width:0px;	
	}

    #vidfeedthumb {
	float: left;
	margin-bottom: 25px;
	height: 117px;
    }
	
	.thumbnail {
    width: 156px;
	}
	
    #vidfeedinfo {
	float: right;
    margin-bottom: 25px;
	height: 117px;
	width: 436px;
    }
	
    .titlecell {
    height: 27px;
	background-color: #000000;
	font-size: 24px;
	}
	
	.lengthcell {
	height: 90px;
	}
	
	
/* sidebar */
#sidebar {
    width: 34%;
    float: right;
    margin: 0px auto 0px auto;
    height: 100%;
	background-color: #000000;
	margin-top: 3px;
	max-width: 300px;
	color:#ffffff;
    }
	
	.logo {
    white-space: pre-line;
	font-size: 24px;
	}
	
	.navlinks li { 
	text-align: left;
    }
	
    .navlinks a {
	background: #000000; 
	color: #ffffff;
	display: block;
	display:inline;
    padding-left: 8px;
    padding-right: 8px;
	padding-bottom: 0px;
	text-decoration: none;
    }

    .navlinks a:hover {
	background: #F66D09 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
    }
	


	
/* footer */
#footer {
    width: 100%;
    margin: 0px auto 0px auto;
    clear: both;
    height: 50px
}	



