body {
	background: url(http://team7studios.com/team7/common/images/bgr.jpg) #000 no-repeat top;
	font-family: Verdana, arial, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.breadcrumbs { font-size: small; font-weight: bold}
.breadcrumbs .breadcrumb0 { color: #777 }
.breadcrumbs .breadcrumb1{ color: #AAA}
.breadcrumbs .breadcrumb2 { color: #CCC}
.child_categories { font-size: 12px; padding: 20px 0px 0px 50px }
.featured_videos  thead td { padding-left: 10px; font-weight: bold }
.featured_videos, .related_videos { 
	width: 600px; 
	height: 135px; 
	margin-top: 5px;
	background: url(http://team7studios.com/team7/common/images/featured.jpg) #E0E4FF repeat-y; 
	background-position: top right;
}



.featured_videos a, .related_videos a { color: #006; text-decoration: none }
.featured_videos a:hover, .related_videos a:hover { text-decoration: underline }

a img, img {
    border: 2px solid #AAA;
}

a, a:visited { color: black; text-decoration: none; }
a:hover { text-decoration: underline; }

#header { 
	text-align: left;
	padding-bottom: 15px;
}


#main {  
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	width: 900px; 
	height: auto;
	min-height: 800px;
	margin: 0px auto 0px auto;
	font-size: 15px;
	font-weight: normal;  
	text-align: center; 
	background-color: #FFF;
	padding-bottom: 10px;
}
#main div { padding: 0px 20px 0px 20px; }

.siteTitle { font-size: 40px; font-weight: bold }
.siteSubTitle {}
.featuredVideoThumbnail, .relatedVideoThumbnail { text-align: center; font-size: 12px }
.featuredVideoThumbnail img, .relatedVideoThumbnail  img { margin: 5px; }
.relatedVideoThumbnail  img { width: 100px; }

.video_info { font-size: 12px; }
.videoThumbnail{ text-align: left; }
.videoInfoBlock { text-align: left; }
.videoInfoBlockTitle, .videoTitle { font-size: 20px; font-weight: bold }
.videoSection { 

	text-align: left; 
	width: 610px;

}
.featured_videos { padding-top: 10px; }
.ad_vertical { 
	float: right;
	width: 160px;
	height: 600px;
}

.ad_square { 
	float: right;
	width: 160px;
	height: 95px;
	margin-bottom: 20px;
}


#search { width: 150px; }
#searchBox { 
	width: 210px; 
	float: right; 
	position: relative;
	top: -30px;
	right: -35px;
}
#search_button { 
	width: 39px;
	cursor: pointer;
	border: 0px;
	position: relative;
	top: 6px;
	height: 22px;
}
.author, .author a { font-size: small; color: #AAA; }
#footer { padding: 30px 0px 0px 30px; font-size: x-small; color: #CCC }

#menu-wrapper
{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	background-color: #ccd3d9;
	height: 27px;
}

#menu
{
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	background-color: #ccd3d9;
	height: 27px;
}
	
	#menu li
	{	
		float: left;
		list-style: none;
		position: relative;
    }

	#menu li a
	{		display: block;
			width: auto;
			color: #EAFFED;
			white-space: nowrap;
			padding: 5px 5px 5px 20px;
	        text-decoration: none;
        	color: black;
	        background: transparent url(http://team7studios.com/team7/common/images/menu.gif) no-repeat;
	        background-position: 0 -2;
	}

	#menu li a:hover
	{	 
		background: transparent url(http://team7studios.com/team7/common/images/menu_hover.gif) no-repeat;  
		background-position: 0 -2;
	}
		
		#menu li ul
		{	margin: 0;
			padding: 0;
			width: 200px;
			border-left: 1px solid #999;
			border-right: 1px solid #999;
			border-top: 1px solid #999;
			position: absolute;
			visibility: hidden;
			left: 5px;
			width: inherit;
		}
		
		#menu li ul li
		{	float: none;
			display: inline;
			padding: 0px;
		}
		
		#menu li ul li a
		{	min-width: 75px;
			background: #CCD3D9;
			color: #000;
			border-bottom: 1px solid #999;
			padding: 5px 10px 5px 10px;
			text-align: left;
		}
		
		#menu li ul li a:hover
		{	
			background: #BBCEDC;
		}