@charset "utf-8";
#container {
	width: 974px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	background-color: #000000;
	border: 2px solid #0180C3;
}
#container #header #signup {
	height: 100px;
	width: 250px;
	float: right;
	margin-right: 10px;
}
#container #header #signup form {
	margin-top: 15px;
}
#container #logo {
	width: 230px;
	height: 60px;
	float: left;
	margin-left: 20px;
}

#container #header #navigation li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	/* color: #FFFFFF; */
	margin-left: 35px;
	float: left;
	text-decoration: none;
}

#container #header #navigation a {
 	color: #FFFFFF; 
	text-decoration: none;
}
#videogallery .morevids {
	float: right;
}
#videogallery .morevids a {
	color: #FFFFFF;
	text-decoration: none;
}
#videogallery .morevids a:hover {
	color: #FFFF00;
	text-decoration: none;
}


#container #header #navigation li a:hover {
	color: #FFFF00;
	text-decoration: none;
	display: block;
}

#container #logoimage {
	float: left;
	padding-left: 10px;
}
#container #navigation {
	width: 790px;
	height: 30px;
	float: left;
}
#container #header #navigation ul {
	margin-top: 15px;
	margin-left: -60px;
}
#container #header {
	background-image: url(images/head_bg3.jpg);
	height: 155px;
	background-repeat: repeat-x;
}
#content {
	width: 100%;
	background-color: #000000;
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 1400px;
}
#contest {
	width: 630px;
	border: thin solid #AFC3D4;
	float: left;
	margin-left: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#gallery {
	width: 320px;
	text-align: center;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding: 5px;
}
#topcontent {
	clear: left;
}


.slide {
	margin: 0;
	padding: 0;
	border-top: solid 4px #422410;
	background: url(images/btn-slide.gif) no-repeat center top;
}
.active {
	background-position: right 12px;
}
body {
	margin: 0px;
	padding: 0px;
	/*	background-image: url(images/bg_body3.jpg); */
	background-image: url(images/backsimple.gif);
	
}
.memberbox {
	border: thin solid #AFC3D4;
	margin-top: 4px;
	font-size: 10px;
	color: #FFFF00;
	padding: 14px;
}
.contestpics {
	float: left;
	margin-left: 13px;
}
.pic {
	padding: 10px;
	border: 1px solid #AFC3D4;
}
#contest p {
	clear: left;
}
#login {
	border: thin solid #AFC3D4;
	color: #FFFF00;
	padding-top: 10px;
	padding-bottom: 10px;
}
.topcontent {
	height: 140px;
	width: 958px;
	margin-left: 6px;
	clear: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content .topcontent li {

}


#leftnav {
	margin-left: 6px;
	float: left;
	width: 250px;
	margin-top: 5px;
}
#videogallery {
	margin-left: 4px;
	width: 694px;
	float: left;
	padding: 5px;
	margin-top: 5px;
}



.accordion {
	width: 250px;
}
.accordion h3 {
	padding: 7px 15px;
	margin: 0;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
	text-transform: uppercase;
	background-image: url(images/arrow-down-title.jpg);
	background-repeat: repeat;
	background-position: left center;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	/* background-position: right 5px;*/
	padding: 7px 15px;
	margin: 0;
	background-image: url(images/arrow-up-title.jpg);
	background-repeat: repeat;
	background-position: left center;
}
.accordion p {
	padding-left: 20px;
	padding-top: 5px;
}
.accordion  a  {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFC3D4;
	display: block;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	height: 20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.accordion a:hover {
	font-weight: bold;
	color: #FFFF00;
}
.minivid {
	float: left;
	width: 150px;
	padding-right: 10px;
	padding-left: 13px;
	padding-bottom: 20px;
}
.minivid .time {
	font-size: 11px;
	float: left;
	width: 30%;
}
.minivid .views {
	font-size: 11px;
	float: left;
	width: 50%;
}
.minivid .votes {
	font-size: 11px;
	text-align: right;
}
.minivid .rating {
	font-size: 11px;
	text-align: right;
}
.minivid .vidtitle {
	font-size: 11px;
	height: 40px;
}
.minivid .vidtitle a {
	text-decoration: none;
	color: #FFFFFF;
}

.minivid .borderimage {
	border: 1px solid #AFC3D4;
}
.minivid .vidtitle a:hover {
	text-decoration: none;
	color: #FFFF00;
}
#footer {
	/* color: #FFFFFF; */
	background-color: #000000;
	margin-top: 40px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #444444;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFF00;
	text-decoration: none;
}
#footer h1
{
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	display: inline;
	text-align: center;
}

.topbanner {
	height: 60px;
	width: 430px;
	float: right;
	margin-top: 30px;
	margin-right: 10px;
}

/* the tabs stuff */
UL.tabNavigation {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15;
	margin-left: 0;
}
UL.memtabNavigation {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

UL.tabNavigation LI {
	display: inline;
}
UL.memtabNavigation LI {
	display: inline;
}

UL.tabNavigation LI A {
	padding: 3px 5px;
	background-color: #CCCCCC;
	color: #000000;
	text-decoration: none;
}
UL.memtabNavigation LI A {
	padding: 3px 5px;
	background-color: #CCCCCC;
	color: #000000;
	text-decoration: none;
}



UL.tabNavigation LI A.selected,
UL.tabNavigation LI A:hover {
	background-color: #333;
	color: #fff;
	padding-top: 7px;
}
UL.memtabNavigation LI A.selected,
UL.memtabNavigation LI A:hover {
	background-color: #333;
	color: #fff;
	padding-top: 7px;
}

UL.tabNavigation LI A:focus {
		outline: 0;
}
UL.memtabNavigation LI A:focus {
		outline: 0;
}

div.tabs > div {
	/* 	padding: 5px;
		margin-top: 3px;
		border: 5px solid #333; */
}
div.memtabs > div {
		/* 	padding: 5px;
		margin-top: 3px;
		border: 5px solid #333; */
}


div.tabs > div h2 {
		margin-top: 0;
}
div.memtabs > div h2 {
		margin-top: 0;
}

#first {
	/*  background-color: #f00; */
}

#second {
	/* background-color: #0f0;*/
}

#third {
/*	background-color: #00f; */
}
#forth {
/*	background-color: #00f; */
}
#memfirst {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	height: 110px;
	/*  background-color: #f00; */
}

#memsecond {
	color: #FF0000;	/* background-color: #0f0;*/
}

#memthird {
/*	background-color: #00f; */
}
#memforth {
/*	background-color: #00f; */
}


/*.waste {
		min-height: 1000px;
} */
#videogallery .tabs .tabNavigation .sectionRight {
	float: right;
	margin-right: 10px;
}
#videogallery .tabs .tabNavigation .section {
	float: right;
	margin-right: 10px;
}
#videogallery .tabs .tabNavigation .section h3 {
	margin: 0px;
	padding: 0px;
}
 .memtabs .memtabNavigation .sectionRight {
	float: right;
	margin-right: 10px;
}
.memtabs .memtabNavigation .section {
	float: right;
	margin-right: 10px;
}
.memtabs .memtabNavigation .section h3 {
	margin: 0px;
	padding: 0px;
}

#memfirst ul,#memsecond ul,#memthird ul,#memforth ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#memfirst li,#memsecond li,#memthird li,#memforth li {
	padding-right: 9px;
	padding-left: 9px;
	list-style-type: none;
	float: left;
}
.membersearch {
	border: thin solid #AFC3D4;
	margin-top: 4px;
	padding: 0px;
	font-size: 14px;
}
.welcome {
	float: right;
	padding-right: 10px;
	height: 100px;
}
.welcome a
{
	color: #FFFFFF;
	text-decoration: none;
}
.welcome a:hover
{
	color: #FFFF00;
}
.membersearch h3 {
	text-transform: uppercase;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	background-color: #333333;
	line-height: 20px;
	padding-left: 10px;
	color: #FFFF00;
}
.membersearch table {
	padding: 0px;
}
/* styles for the video category pages */
#video-list {
	float: left;
	margin-left: 20px;
	width: 650px;
}
#video-cat {
	margin: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#video-sort {
	padding: 0px;
}
#video-sort li {
	float: left;
	list-style-type: none;
	padding-left: 21px;
	display: block;
	padding-right: 21px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.video-thumb {
	float: left;
	border: 2px solid #D8ECFB;
	margin-left: 25px;
	margin-top: 3px;
}
.video-title {
	float: left;
	display: block;
	width: 47%;
	padding-left: 10px;
}
.video-desc {
	float: left;
	width: 47%;
	padding-left: 10px;
	font-size: 11px;
	color: #e4E4E4;
}
.video-details {
	width: 60%;
	height: 110px;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.video-title h3 {
	margin: 0px;
	padding: 0px;
}
.video-single {
	height: 115px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.video-title h3 {
	font-size: 13px;
	text-transform: uppercase;
	padding-top: 10px;
	font-family: Tahoma;
	color: #038ECE;
}
.video-title a:hover h3 {
	color: #E4E4E4;
}
.video-info {
	width: 38%;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 11px;
	color: #E4E4E4;
}
#video-sort ul {
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	border: 1px solid #FFFFFF;
}
#video-sort a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#video-sort a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #99CCFF;
	display: block;
	width: 100%;
}
.video-info a {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}
.video-info a:hover {
	color: #E4E4E4;
}
.banner {
	width: 500px;
	height: 48px;
	background-image: url(images/topbanner.gif);
	float: left;
	margin-left: 20px;
	padding: 0px;
}
