/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "../_css/reset.css";
@import "../_css/typography.css";
@import "../_css/forms.css";
@import "../_css/tabs.css";


/* Page
-------------------------------------------------------------- */

#page {
	margin: 0 auto;
	width: 900px;
	border: 1px solid #CCCCCC;
}
body {
	background-color: #000000;
	background-image: url(../images/body_bolt.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
}
#page #contentFrame {
	width: 100%;
}


/* Header
-------------------------------------------------------------- */

#header {
	height: 150px;
	background-image: url(../images/logo_001.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#nav  .tabs { border-bottom: 1px solid #ddd; }
#nav  .tabs  li { margin-right: 1px; }
#nav  .tabs  a { padding: 5px 15px; background: #ddd; color: #666; text-decoration: none; }


/* Body
-------------------------------------------------------------- */

#body {
	margin-top: 0px;
	background-color: #FFFFFF;
}

#sidebar1 {
	float: left;
	width: 200px;
	padding: 15px;
}

#mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 230px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: auto;
	min-height: 500px;
}
#sidebar1 h3 { color: #888; }
#sidebar1  ul, #sidebar1  ol { color: #888; }
#sidebar1 ul a { color: #555; }


/* Footer
-------------------------------------------------------------- */
#footer {
	border-top: 1px solid #eee;
	text-align: center;
	background-color: #FFFFFF;
}
#footernav   ul 
{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #333;
	color: #FFF;
	width: 100%;
	text-align: center;
}

#footernav li { display: inline; }

#footernav li a
{
	text-decoration: none;
	background-color: #333;
	color: #FFF;
	padding: .2em 1em;/*border-right: 1px solid #fff;*/
}

#footernav li a:hover
{
	background-color: #ccc;
	color: #fff;
}
#footer p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/*
#footer .tabs { width: 405px; border-top: 3px solid #eee; }
#footer .tabs a { padding: 10px 30px 10px 0; color: #666; text-decoration: none; }
*/

#footer p.quiet { color: #ccc; }
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.tworx {
	font-variant: small-caps;
}
