/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 14 April 2009 @ 18:30 EST
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
html { 
   font-size: 75%; /* about 10px if browser size is set at default (16px) */
   font-family: Arial, Helvetica, Geneva, "microsoft sans serif", sans-serif;
   color: #000;
}
body { background: #0E0E0E url('../images/page_bg.jpg') top center no-repeat;  background-attachment: fixed; }
   a {
		color: #FC0;
		text-decoration: underline;
	}
   	a:hover { text-decoration: none; color: #FC0; }
   	a:visited { color: #AAA; }
   	a img { border-color: white;  }

   h1, h2, h3, h4, h5, h6,
   .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
   	line-height: 1.25em;
   	font-weight: normal;
   	color: #FC0;
   	margin-bottom: 0;
   }
   	h1, .content h1 { font-size: 1.8em; }
   	h2, .content h2 { font-size: 1.5em; }
   	h3, .content h3 { font-size: 1.4em; }
   	h4, .content h4 { font-size: 1.2em; }
   	h5, .content h5 { font-size: 1.0em; }
   	h6, .content h6 { font-size: 0.9em; }

.content p { margin: 0 0 0.8em; }

div.hr {
	height: 1px;
	margin: 1.6em 0 1.6em 0;
	background: #333 no-repeat scroll center;
}
	div.hr hr { display: none; }
/*#superfish {
    list-style: none;
    margin:0px;
    padding: 0px;
}
#superfish li {
    margin: 0px;
    padding: 0px;
    float: left;
}
#superfish li.selected a {
    color: #FC0;
}
#superfish li a {
    color:#FFF;
    text-decoration: none;
    font-size: 75%;
    letter-spacing: .2em;
    padding: 0px 20px;
    text-transform: uppercase;
    float: left;
    display: block;
}*/

#wrapper {
	position: relative;
	width: 950px;
	background: transparent url('../images/wrapper_bg.gif') top center repeat-y;
	margin: 30px auto 0 auto;
}
#topNavigation {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -460px;
    color: #FFF;
    font-size: 20px;
    display: block;
}
#contentSlot {
    padding: 0px 30px 0px 30px;
}
#contentSlot td {
    line-height: 1.7em;
}
#contentSlot h1 {
    margin: 20px 20px -20px 20px;
}
#contentSlot p {
    margin-bottom: 15px;
}
#homeGrid {
    margin: 0px -20px;
}
#homeGrid div.column {
    width: 29%;
    float: left;
    margin: 0px 1.5%;
    padding: 10px 0px;
    line-height: 1.5em;
    color: #AAA;
}
#homeGrid #column2 {
    padding: 10px;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
}
#column4 {
    display: none;
}
#sideBar {
    position: absolute;
    width: 910px;
    height: 70px;
    top: 310px;
    z-index: 50;
    padding: 20px;
    background-color: #000;
    filter:alpha(opacity=55);-moz-opacity:.55;opacity:.55;
}

pre { color: #FFF; }


/** Header
-------------------------- **/
/** @group header */
#header { width: inherit; 
   background: transparent url('../images/hdtr_bg.jpg') top right no-repeat;
   padding-top: 70px;

}

#header #masthead a, 
#header #masthead a:visited
{
	position: absolute;
	display: block;
	background: url("../images/logo.gif") 0 0 no-repeat;
	text-indent: -10000px;
	width: 192px;
	height: 195px;
	text-decoration: none;
	overflow: hidden;
	z-index: 90;
	top: 10px;
	left: 50%;
	margin-left: 270px;
	margin-top: -30px;
	
}
/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper {
   color: #FFF;
}
/* @end contentWrapper **/



/** Footer
-------------------------- **/
/** @group footer */
#footer { background: transparent url("/images/ftr_bg.jpg") top left repeat-x; color: #666; padding: 3px 14px 24px; font-size: 0.9em; }
   #footer a { 
      color: #666;
      text-decoration: none;
   }
      #footer a:hover{ text-decoration: underline; }
/* @end footer **/


/** @group formContent */
#formContent td.content label { font-weight: normal; }
#formContent input.input, #formContent textarea.textarea { border-color: #333; }
#formContent input.submit {
   background-color: #000;
   border: 1px solid #000;
   border-left-color: #333;
   border-top-color: #333;
   color: #FFF;
}
/* @end formContent **/


/** Class Styles
-------------------------- **/
.hidden, .printOnly { display: none; }

td.content {
   font-size: 1.2em;
   line-height: 1.0em;
}

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
  margin-bottom:-1px;
}

.clearafter:after {
   content: "";
   display: block; 
   height: 100%;
   clear: both;
   visibility: hidden;
}
#accessibilityMenu {
    display: none;
}
#loginWrapper { margin: 0px auto; }  
#loginBox {  margin: 0px auto; }
#default #loginWrapper #loginBox {
    -moz-border-radius: 7px 7px 7px 7px;
    background-color: #333333;
    border: 1px solid #999999;
    padding: 10px 20px;
}
#default #loginBox big {
    color: #FFFFFF;
}

