@charset "UTF-8";
/* CSS Document */

html, body {
    background-color:#000;
    height: 100%;
    color:#FFFFFF;
    font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: 8pt;
}
	
font {color:#FFFFFF;
    font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: 8pt;}

h1 {color:#CCFF00;
	font-size: 18pt;}

h2 {
    padding: 20px 0 0 0;
    font-size: 12pt;
}

h3 {font-size: 10pt;}

#main {
    width: 976px;
    min-height: 100%;
    display: block;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    background-color:#333333;
    background-image: url(../images/layout/navbar_bkgd.jpg);
    background-position: left;
    background-repeat: repeat-y;
    position: relative;
}

#blockScreen {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #333;
    filter: alpha(opacity = 55);
    opacity: .55;
}

#newsletterForm {
    position: fixed;
    top: 25%;
    left: 35%;
    height: 400px;
    width: 400px;
    background-image: url(../images/layout/form_bkgd.jpg);
    background-position: left;
    background-repeat: no-repeat;
    z-index: 20;
}

#contactForm {
    position: fixed;
    top: 25%;
    left: 35%;
    height: 400px;
    width: 400px;
    background-image: url(../images/layout/form_bkgd.jpg);
    background-position: left;
    background-repeat: no-repeat;
    z-index: 20;
}

.formClose a {
    float: right; 
    padding: 5px;
    color: White;
    font-size: 8pt;
    text-decoration: none;
}

.formContent {
    clear: both;
    padding: 5px 0px 0px 20px;
}

#contactForm table, #newsletterForm table {
    border: none;
}

#contactForm table td, #newsletterForm table td {
    padding: 5px;
}

.formLabel {
    width: 30%;
}

.formField {
    width: 70%;
}

.formSubmit {
    background-color: #CCCCCC; 
    font-family: Arial; 
    font-size: 16px; 
    color: #000000; 
    border-bottom:2px solid #000000; 
    border-right:2px solid #000000; 
    border-top:2px solid #000000; 
    border-left:2px solid #000000;
}

#container_left {
    margin: 0;
    padding: 0;
    float: left;
    display: block;
}

#logo {
	width: 226px; 
	position:relative; 
	border: none;
}

#navbar {
    position: relative;
    width: 226px;
    text-align: center;
    display: block;
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    font-size: 12pt;
    font-weight: bolder;
    background-image: url(../images/layout/navbar_bkgd.jpg);
    background-repeat: repeat-y;
    float: left;
}

#navbar ul {
    margin: 0;
    padding: 0;
}

#navbar li {
    vertical-align: middle;
    background-image: url(../images/layout/navbar_bkgd.jpg);
    background-repeat: no-repeat;
    display: block;
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
    line-height: 44px;
}

#navbar li a {
    display: block;
    text-decoration: none;
    color: #e9e9e9;
}

#navbar li a:hover {
    background-image: url(../images/layout/navbar_bkgd_hover2.jpg);
    background-repeat: no-repeat;
}

#navbar.about a:link.active, #navbar.about a:visited.active, #navbar.about a:hover {
    background-image: url(../images/layout/navbar_bkgd_hover2.jpg);
    background-repeat: no-repeat;
}

#navbar a:link.active, #navbar a:visited.active {
    background-image: url(../images/layout/navbar_bkgd_hover2.jpg);
    background-repeat: no-repeat;
}


body.home li a.home, 
body.about li a.about, 
body.articles li a.articles, 
body.contact li a.contact, 
body.blog li a.blog, 
body.friends li a.friends, 
body.personal li a.personal {	
    background-image: url(../images/layout/navbar_bkgd_hover2.jpg);	
    background-repeat: no-repeat;
}

#container {
    width: 750px;
    float: left;
}

#container a {
    text-decoration: none;
    color: #5278c1;
}

#container a:hover {
    text-decoration: underline;
}

#banner {
	width: 750px;
	height: 200px;
	position: relative;
	border: none;
	background-color: Black;
	z-index: 5;
}

#banner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 200px;
    overflow: hidden;
}

.banner_quote {
    height: 150px;
    width: 700px;
    margin: 25px;
    font-style: italic;
    font-size: 24pt;
}

#content {
    position: relative;
    background-color:#333333;
    color:#FFFFFF;
    padding: 5px;
    margin-width: 10px;
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    font-size: 8pt;
}

#content_box {
    padding: 15px 20px 15px 20px;
    border-bottom: 1px solid #484848; 
    border-top: 1px solid #484848;
}

.hidden {
    display: none;
}

.unhidden {
    display: inline;
}

#sponsors {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
	height: 60px;
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px solid #484848;
}

#sponsors ul {
    display: block;
    list-style: none;
    vertical-align: middle;
    text-align: center;
}

#sponsors li {
    vertical-align: middle;
    height: 60px;
    width: 120px;
    margin-top: 10px;
    padding: 0 20px 0 20px;
    display: block;
    background-image: url(../images/layout/sponsor_bkgd_small.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    float: left;
}

#sponsors li a {
    vertical-align: middle;
    height: 60px;
    width: 120px;
}

#footer {
    width: 976px;
    left: auto;
    right: auto;
}

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */