/*------------------------------------------------------------------------------------------
 Name: style.css
 Created for Darryl Miller by Jerry Tran on 3/12/2009
------------------------------------------------------------------------------------------*/

html, body
   {
	height: 100%;
	margin: 0;
	padding: 0;
	}

body
   {
   background: #1c1c1c;
   font-family: Arial, Geneva, Helvetica;
   font-size: 11px;
   line-height: 11px;
	color: #9f9f9f;
   min-height: 429px;
   }

#vertical
   {
	float: left;
	height: 50%;
	margin-top: -215px;
	width: 100%;
	}	
	
#screen
   {
   width: 100%;
	height: 429px;
   background-image: url("/images/background_black.gif");
	background-repeat: repeat-x;
   clear:both;   
   }




/*------------------------------------------------------------------------------------------
 Content Blocks
------------------------------------------------------------------------------------------*/
#contentwrapper
	{
   width: 950px;
	height: 429px;
	background-image: url("/images/background.jpg");
	background-repeat: no-repeat;
   margin-right: auto;
   margin-left: auto;
	}	

#contentwrappertransparent
	{
   width: 950px;
	height: 429px;
	background-image: url("/images/background_transparent.jpg");
	background-repeat: no-repeat;
   margin-right: auto;
   margin-left: auto;
	}	

#leftsidewrapper
   {
	float:left;	
	}
	
#linkbox
   {
	width: 238px;
	height: 193px;
	padding: 42px 0px 0px 30px;
	}

#contactbox
   {
   width: 238px;
	height: 151px;
	padding: 43px 0px 0px 30px;
   }
	













#contentbox
   {
	float:right;
	width: 682px;
	height: 404px;
	padding: 25px 0px 0px 0px;
	}

#opaquebox
   {
	width: 640px;
   padding: 10px;
	}

#videobox
   {
	-moz-border-radius: 10px;
   -webkit-border-radius: 10px;
	border-radius: 10px;
   width: 640px;
	background:#373737;
   font-size: 12px;
   line-height: 13px;
	padding: 10px;
	}
		
#videodescription
   {
	padding-top: 36px;
	text-align: center;
	padding-right: 32px;
	}	

#description
   {
	text-align: center;
	padding-right: 32px;
   line-height: 24px;
	}	



	
	
#clipcontent
   {
	-moz-border-radius: 10px;
   -webkit-border-radius: 10px;
	border-radius: 10px;
   width: 630px;
	background:#373737;
	padding: 10px 0px 30px 10px;
	}	

.clipbox
   {
	width: 200px;
   float:left;
	padding-right: 10px;
   font-size: 11px;
   line-height: 12px;
	padding-bottom: 10px;
	}

	
#databasecontent
   {
	-moz-border-radius: 10px;
   -webkit-border-radius: 10px;
	border-radius: 10px;
   width: 620px;
	background:#373737;
   font-size: 12px;
   line-height: 13px;
	padding: 10px 10px 30px 10px;
	}	

#eyeclick
   {
	text-align: center;
	width: 400px;
	height: 204px;
	padding: 102px 0px 0px 180px;
	}

.clear
   {
	clear:both;
	}
	
/*------------------------------------------------------------------------------------------
 Font Control
------------------------------------------------------------------------------------------*/

a
   {
   text-decoration: none;
   color: #61bdf0;
   }

a:visited
   {
   color: #61bdf0;
   }

a:hover
   {
   color: #74c8f7;
   }
	
a img
   {
	border:none;
	}

.comingsoon
   {
	font-size:22px;
   line-height:140px;
   color: #61bdf0;
	}
	
.bluetext
   {
	font-weight: bold;
   color: #61bdf0;
	}