@charset "utf-8";
/* vX2 CSS Styles */

#banner {
	width: 880px;
	height: 100px;
	margin: 10px auto 0px auto;
	padding: 0px;
	background-image: url(gfx/LightWavevX2_Header.png);
	background-repeat: no-repeat;
}

/* Rounded Bottom */
#content_bottom {
	width: 880px;
	height: 10px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url(gfx/content_bottom.png);
	background-repeat: no-repeat;
}

/*  Main div around all content  */
#content_container {
	width: 880px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #b3b2ad;
	
	/* Can't use these because of Microshit IE7!  Have to do it using graphics instead :(
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	*/
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cac9c3;
}

/*  Main div around all content (for video)  */
#content_container_black {
	width: 880px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #000;
	
	/* Can't use these because of Microshit IE7!  Have to do it using graphics instead :(
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	*/
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

#left_content_container {
	float: left;
	width: 470px;
	margin-top: 20px;
	margin-left: 20px;
	padding-right: 20px;
	border-right: 1px dashed #3b3f41;
}

#video_content_container {
	width: 786px;
	height: 576x;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

#right_content_container {
	float: right;
	width: 338px;
	margin-top: 20px;
	margin-right: 10px;
	padding-left: 20px;
	/* padding-left: 1px dashed #3b3f41; */
}

#footer {
	width: 880px;
	height: 47px;
	margin: 2px auto 0px auto;
	font-size: 0.7em;
	padding: 0px;
	color: #cac9c3;
	text-align: right;
	background-image: url(gfx/content_bottom_reflect.png);
	background-repeat: no-repeat;
}

/*  Reset floating  */
.clear { clear: both; }

body {
	background-color: #1b242a;
	margin: 0px;
	background-image: url(gfx/background_repeat.png);
	background-repeat: repeat;
	font-family: Tahoma;
	font-style: normal;
	line-height: normal;
	color: #3b3f41;
}

/*  Normal links  */
a {
	font-family: Tahoma;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #435731;
	border: none;
}

/*  External Site links  */
.external_url {
	background-image: url(gfx/ext_url.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 7px;
}

a:hover { color: #1B242A; }

/* News Post Entries */
#left_content_container .news_post { padding-bottom: 2em; }
#left_content_container .news_graphic { padding-bottom: 6px; margin-top: 3px; float: left; border: none; }
.news_post h2 { margin: 0em; margin-left: 150px; padding: 0em; margin-bottom: 1em; font-size: 0.9em; font-weight: bold; }
.news_post p {
	text-align: justify;
	margin-left: 150px;
	padding: 0px;
	margin-bottom: 1.5em;
	font-family: Tahoma;
	font-size: 0.7em;
	font-style: normal;
	line-height: normal;
	color: #3B3F41;
	font-weight: normal;
}

#left_content_container form { width:128px; padding-bottom: 6px; margin-top: 3px; float: left; border: none;}
/* form { margin: 0em; margin-left: 150px; padding: 0em; margin-bottom: 1em; font-size: 0.9em; font-weight: bold; }*/

/*  Recent screen shot entries  */
#right_content_container .entry_noline {
	padding-bottom: 8px;
	margin-bottom: 10px;
}
#right_content_container .entry {
	border-top: 1px dotted #cac9c3;
	padding-top: 8px;
	padding-bottom: 4px;
}
#right_content_container .entry_graphic { padding-right: 8px; padding-bottom: 8px; margin-top: 3px; float: left; border: none; }
#right_content_container h1 {  padding: 0em; margin: 0em; margin-left: 140px; margin-bottom: 0.2em; font-size: 0.7em; font-weight: bold; }
#right_content_container h2 {  margin: 0em; padding: 0em; margin-bottom: 1em; font-size: 0.9em; font-weight: bold; }
#right_content_container h3 { padding: 0px; margin: 0px; margin-left: 140px; margin-bottom: 2px; font-size: 0.6em; color: #FFF; }
#right_content_container p {
	padding: 0px;
	margin: 0px;
	margin-left: 140px;
	padding-top: 4px;
	font-family: Tahoma;
	font-size: 0.7em;
	font-style: normal;
	line-height: normal;
	color: #3B3F41;
	font-weight: normal;
}
#content_bottom_black {
	width: 880px;
	height: 10px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url(gfx/content_bottom_black.png);
	background-repeat: no-repeat;
}
#footer_black {
	width: 880px;
	height: 47px;
	margin: 2px auto 0px auto;
	font-size: 0.7em;
	padding: 0px;
	color: #cac9c3;
	text-align: right;
	background-image: url(gfx/content_bottom_reflect_black.png);
	background-repeat: no-repeat;
}
