@charset "utf-8";

/*  =========================================================
	File: main.css
	Date: 100127
========================================================== */

/* ==============================================
   I - General Reset
   ============================================== */
html { height: 101%;
}

* { padding: 0; margin: 0; }

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	}

ul, ol {
	list-style:none;	
	}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
	}

fieldset, img {
	border:0;
	}

caption, th {
	text-align:left;
	}
	
/* ==============================================
   II - Layout
   ============================================== */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#fff;
	background:#000;
}

div#container {
	width:954px;
	min-width:500px;
}

/* All Links */
a { outline:none; text-decoration:none; } 
a:link { color:#fff; }
a:visited { color:#fff; }
a:hover, a:focus { text-decoration:none; }
a:active { color:#fff; }

/* Header */
div#branding {
	position:relative;
	width:954px;
	min-height:104px;
}

div#branding h1 {
	width:650px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:275%;
	color:#ff4800;
	display:block;
	padding:30px 0 0 30px;
}

div#branding h1 a {
	color:#ff4800;
	text-decoration:none;
}

div#branding h1 a:hover,
div#branding h1 a:focus {
	color:#ff4800;	
}

div#branding h1 a:active {
	color:#ff4800;	
}

#navi {
	width:930px;
	padding:12px;
	font-size:110%;
	font-weight:bold;
	background:#5e5d5d; 
}

#navi a {
	color:#fff;
	padding:3px;	
	font-weight:bold;
}

#navi a:hover,
#navi a:focus {
	color:#ccc;
}

#navi a:active {
	text-decoration:none;
}

#navi span {
	margin:0 16px;
	padding:12px 12px;
	color:#fff;
	background:#ff4800;
	font-weight:bold;
}

#navi span a {
	color:#fff;
	padding:3px;	
	font-weight:bold;
}

#navi span a:hover,
#navi span a:focus {
	color:#000;	
}

#navi span a:active {
	color:#fff;	
	text-decoration:none;
}

/* Content */
div#content_main {
	float:left;
	width:70%;
	font-size:95%;
	line-height:1.8em;
}

div#content_main .gutter {
	padding:17px 30px;	
}

div#content_main .gutter a {
	text-decoration:underline;
}

div#content_main .gutter a:hover, div#content_main .gutter a:focus {
	text-decoration:none;
}

div#content_main .cams {
	float:left;
	margin:5px 10px 0 0;
}

div#content_main h2 {
	margin:0 0 0.6em 0;
	font-size:145%;
}

div#content_main h3 {
	margin:1.2em 0 0.6em 0;
	font-size:130%;
}

div#content_main ul {
	margin:1em;
}

div#content_main p {
	margin:0;
}

/* Content Feature */
dl.feature {
	margin:15px 0;
	padding:10px;
	color:#999;
	border-top:1px solid #5e5d5d;
	border-bottom:1px solid #5e5d5d;
}

dl.feature:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

dl.feature dt img {
	float:left;
	margin:0 15px 0 0;
	padding:0 4px 4px 0;	
}

dl.feature dd {
	margin-left:161px;
}

/* Content FeatureCam */
dl.featurecam {
	margin:15px 0;
	padding:10px;
	color:#999;
	border-top:1px solid #5e5d5d;
	border-bottom:1px solid #5e5d5d;
}

dl.featurecam:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

dl.featurecam dt iframe {
	float:left;
	margin:0 19px 0 0;
}

dl.featurecam dd {
	margin-left:219px;
}

/* Hacks\*/
*html dl.feature {
	height:1%;
}

*:first-child+html dl.feature {
	min-height:1px;
}

*html dl.featurecam {
	height:1%;
}

*:first-child+html dl.featurecam {
	min-height:1px;
}

*html div#site_info {
	height:1%;	
}
/* End Hacks */

/* Content Sub */
div#content_sub {
	float:right;
	width:30%;
}

div#content_sub h4 {
	margin:10px 0 10px 15px;
	padding:7px 15px;
	font-size:120%;
	text-align:center;
	background:#ff4800;
	display:block;
}

div#content_sub h4 a {
	color:#fff;
	padding:3px;	
	font-weight:bold;
	text-decoration:none;
}

div#content_sub h4 a:hover,
div#content_sub h4 a:focus {
	color:#fff;	
	background:#000;
	text-decoration:none;
}

div#content_sub h4 a:active {
	color:#fff;	
	text-decoration:none;
}

div#content_sub .cam {
	margin-left:15px;
	padding:20px 0 20px 40px;
	border:1px solid #bfb8ff;
	background:#000;
}

div#content_sub .info h4 {
	margin:10px 0 0 15px;
	padding:7px 15px;
	font-size:120%;
	font-weight:bold;
	text-align:left;
	color:#666;
	background:#272625;
}

div#content_sub .info p {
	line-height:1.3em;
	margin:0 0 10px 15px;
	padding:7px 15px;
	background:#5e5d5d;
}

div#content_sub .info a:link {
	text-decoration:underline;
}

/* Footer */
div#site_info {
	clear:both;
	padding:5px 0 15px 0;
	color:#999;
	background:#000;
	font-size:85%;
	letter-spacing:2px;
	text-align:center;
	border-top:1px solid #5e5d5d;
}

div#site_info li {
	display:inline;
	list-style-type:none;
	list-style-position:inside;
	margin:0;
}

div#site_info a {
	color:#999;
}
