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

body {
	
	background-color:#000;
	font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
	margin: 0;
	padding: 0;
	height:auto;
	min-height:600px;
}
html {
    height: 100%;
}
.bg {
    opacity:.5;
    left:0;
    position:absolute;
    top:0;
    /*width:100%;*/
    z-index:-10;
}
#bg_hold {
	background:url("images/bg.jpg");
    height:100%;
    overflow:hidden;
    left:0;
    position:absolute;
    position:fixed;
    top:0;
    width:100%;
    z-index:-10;
}
#main_body {
	margin: 0 auto;
	padding-top:50px;
	text-align:center;
}
#background {
    background:transparent none repeat scroll 0 0;
    height:100%;
    overflow:hidden;
    position:relative;
    width:100%;
    z-index:0;
}

.wrapper {
	height:auto !important;
	margin:0 auto -28px;
	min-height:100%;
}
#headband {
    border-bottom:1px solid #282827;
    height:77px;
    margin:0 auto;
    opacity:0.5;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    z-index:-1;
}
#header {
    left:0px;
    height:77px;
    margin:0 auto;
    width:100%;
	z-index:10;
    }
#logo {
	float:left;
	margin-left:25px;
}
#header ul {
   float:right;
   padding:0 20px 0 0;
   width:675;
   z-index:10;
}
#header ul li a img {
    position:relative;
    top:0px;
	z-index:10;
}
#header ul li a:hover {
    color:white;
	cursor:pointer;
	z-index:10;
}
#header ul li a {
    color: #b0b0ae;
    opacity:.9;
	cursor:pointer;
	z-index:10;
	text-decoration:none;
}
#header ul li {
    display:inline;
    font-family:Helvetica;
    font-size:10pt;
    font-weight:bold;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding-left:8px;
	z-index:10;
}
.footer, .push {
    height: 28px;
}

.footer {
    position:fixed;
    bottom:0px;
    width:100%;
    left:0px;
    color:#fff;
    background-color: #000;
    z-index:1000;
    line-height: 28px;
}
#foot_left {
    width:auto;
    text-align:left;
    float:left;
    padding-left:10px;
}
#left_links {
    float:left;
    width:auto;
	vertical-align:middle;
}

#foot_right {
    width:auto;
    text-align:right;
    padding-right:10px;
    float:right;
}
.footer a {
    color:white;
    text-decoration:none;
    padding:0 10px;
	vertical-align:middle;
}
#newsclip_signup {
    padding:2px;
    background-color:#0c0c0c;
    margin-top:4px;
    height:12px;
    color:white;
    float:left;
    border:1px solid #323232;
    width:149px;
}
#newsclip_submit {
    margin-top:4px;
    float:left;
}


