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

body{
background:url(../images/bg.jpg) no-repeat #000 top center fixed;
font-family:"Trebuchet MS";
}

h1{font-size:2em; color:#eaff6d; text-align:center; margin:0px;}
h2{font-size:1.5em; color:#eaff6d;text-align:center; margin:0px;}
h3{font-size:1.3em; font-weight:bold; color:#459301;}

#wrapper{
margin:0 auto;
width:960px;
overflow:hidden;
}

/* TOP (where logo and signup buttons are) */

a.logo{
width:290px;
height:65px;
background:url(../images/logo.png) no-repeat;
float:left;
margin-left:50px;
margin-top:25px;
}
*html a.logo{margin-top:30px;}

a.thanks{
	margin-top:25px;
	margin-right:10px;
	background:url(../images/thanks.png) no-repeat;
	width:355px;
	height:65px;
	float:right;
}
*html a.thanks{margin-top:30px;}

/* HEADERS (the Preview Box) */

#header{
margin:0 auto;
margin-top:100px;
background:url(../images/header.png) no-repeat;
width:960px;
height:500px;
overflow:hidden;
padding-top:20px;
padding-left:20px;
}

*:first-child+html #header{
margin-top:100px;
}

* html #header{
margin-top:30px;
}

#preview{
	margin:0px;
	width:640px;
	float:left;
}
#post{
	margin:0px;
	width:300px;
	float:right;
	position:static;
	padding-right:20px;
}

#post ul{
margin-top:40px;
margin-left:45px;
}

#post ul li{
background:url(../images/watch-button.png) no-repeat;
width:210px;
height:52px;
padding-top:15px;
padding-top /*\**/:19px\9;
text-align:center;
}

*:first-child+html #post ul li{padding-top:15px;}
#post a{
font-family:"trebuchet MS";
font-weight:bold;
color:#003300;
text-decoration:none;
text-transform:uppercase;
font-size:0.8em;
}

#post a:hover{color:#006600;}

/* CONTENT */

#content{
margin:0 auto;
width:960px;
overflow:hidden;
}

#article{
	background:url(../images/article.png) top left no-repeat;
	margin:0px;
	margin-top:30px;
	width:683px;
	height:345px;
	float:left;
	color:#459301;
	padding-top:20px;
	padding-left:20px;
	overflow:hidden;
	font-weight:bold;
}

#article p{
line-height:1.2em;
font-size:0.8em;
text-align:justify;
margin-top:10px;
margin-left:15px;
margin-right:40px;
}

#article a{
margin-top:10px;
color:#eaff6d;
text-decoration:none;
float:right;
}
#article a:hover{
text-decoration:underline;
}

#sidebar{
	margin:0 auto;
	background:url(../images/sidebar.png) top left no-repeat;
	width:235px;
	height:300px;
	margin-top:30px;
	float:left;
	color:#459301;
	padding-left:20px;
	padding-top:20px;
	overflow:hidden;
	font-weight:bold;
}

#sidebar p{
line-height:1.4em;
font-size:0.8em;
text-align:justify;
margin-top:5px;
margin-left:10px;
margin-right:10px;
}

#sidebar a{
margin-top:10px;
color:#eaff6d;
text-decoration:none;
float:right;
}

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

/* ADS */

div.transbox
{

  background-color:#333333;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  z-index:-2;
}

div.ads
{
  position:absolute;
  left:0px;
  top:0px;
  z-index:-1
}
.video_ads_overdiv{display:none;top:-430px;left:55px;width:520px;height:400px;text-align:center; background: #333333; position:relative; z-index:10000000001; filter:alpha(opacity=80);opacity:0.8;}