body
{
	background: #111 url('../img/bgstripe.jpg') repeat-x;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

div { overflow: hidden; }


.gdc_only
{
	z-index: 100;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('../img/gdc_only.png');
	width: 256px;
	height: 132px;
}

.gdc_link
{
	margin-top: 34px;
	margin-left: 30px;
}
.gdc_link a
{
	color: #afea6e;
	font-size: 8pt;
}





.topbar
{
	background: url('../img/top.jpg') no-repeat;
	height: 279px;
}

.topbar .logo
{
	margin-top: 93px;
	margin-left: 30px;
}

#login
{
	position: absolute;
	right: 30px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	background: #25292a url('../img/login_bg.jpg') no-repeat;
	width: 193px;
	padding-top: 10px;
	padding-bottom: 6px;
	width: 180px;
}

/* ---------------- Sign in -- */


#signinbox
{
	line-height: 23px;
	/*text-align: right;*/
	color: #5e5e5e;
	font-size: 8pt;
	margin-left: 20px;
}

#signinbox a.signin
{
	background: #191919;/*#40332a;#88bbd4;*/
	border-radius: 4px;
	color: #7bb1b5;
	font-weight: bold;
	-moz-border-radius: 4px;
	padding: 4px 6px 6px;
	text-decoration: none;
	-webkit-border-radius: 4px;
}
#signinbox a.signin:hover
{
	background-color: #567878;
}
a.signin
{
	margin-left: 3px;
	position: relative;
}
a.signin span
{
	background-image: url("../img/sign_ar_down.png");
	background-position: center right;
	background-repeat: no-repeat;
	padding: 4px 20px 6px 4px;
}

#signinbox p { font-size: 8pt;}





#signin_menu
{
	/*display: none;*/
	background-color: #25292a;
	/*border: 1px transparent;*/
	color: #333;
	font-size: 8pt;
	margin-left: -8px;
	margin-right: 30px;
	margin-top: 33px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	padding: 10px;
	padding-right: 15px;
	position: absolute;
	right:0px;
	text-align: left;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	width: 155px;
	z-index: 100;
}


#signin_menu input[type=text],#signin_menu input[type=password]
{
	background-color: #ddd;
	border: 1px solid #888;
	display: block;
	font-size: 13px;
	margin: 0 0 5px;
	-moz-border-radius: 4px;
	padding: 5px;
	-webkit-border-radius: 4px;
	width: 144px;
}
#signin_menu p
{
	margin: 0;
}
#signin_menu a
{
	color: #7bb1b5;
}
#signin_menu label
{
	font-weight: normal;
	color: #777;
}
#signin_menu p.remember
{
	padding: 10px 0;
}
#signin_menu p.forgot,#signin_menu p.complete
{
	clear: both;
	margin: 5px 0;
}
#signin_menu p a
{
	color: #3a696c!important;
}
#signin_submit
{
	/*background: #39d url('http://s.twimg.com/a/1263495459/images/bg-btn-blue.png') repeat-x scroll 0 0;*/
	background-color: #567878;
	border: 2px solid #7bb1b5;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
	margin: 0 5px 0 0;
	-moz-border-radius: 4px;
	padding: 4px 10px 5px;
	text-shadow: 0 -1px 0 #39d;
	-webkit-border-radius: 4px;
}
#signin_submit::-moz-focus-inner
{
	border: 0;
	padding: 0;
}
#signin_submit:hover,#signin_submit:focus
{
	background-color: #668888;
	background-position: 0 -5px;
	cursor: pointer;
}


/* --- Splash text --- */

#splashtext
{
	margin-top: 70px;
	color: #577b47;
	padding-right: 30px;
}

#splashtext h4, h5 { font-weight: normal; }
#splashtext h4 { margin-bottom: 10px;}

#splashtext h5 { margin-top: 15px; color: #b8b8b8;}

#splashtext b
{
	color: #b0ed6c;
	font-weight: bold;
}



/* --- Midbar -- */

.midbar
{
	background: url('../img/mid.jpg') no-repeat;
	height: 157px;
}

#focusbar
{
	padding-top: 20px;
}

#boomstickbox
{
	float: left;
	margin-left: 55px;
	height: 105px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	background-color: #1a1f18;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	overflow: hidden;
}

#boomstickbox p, #boomstick a
{
	margin: 3px;
	line-height: 100%;
	color: #5e5e5e;
	font-size: 8pt;
}

#boomstickbox .promo { color: #af9401; }

#boomstickbox a { color: #af9401; font-size: 8pt; }

.boom_overtext
{
	position: absolute;
	top: 70px;
}

#grindbox
{
	float:left;
	margin-left: 40px;
	margin-top: 5px;

}

#joinbox { margin-top: 15px; margin-left: 15px; }
#joinbox p { font-size: 12pt; color: #b0ed6c;}
#joinbox input[type=text]
{
	width: 200px;
	padding: 8px;
	margin-right: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #333;
	font-size: 15pt;
	color: #577b47;
}
#joinbox button
{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #3eda00;
	border: 1px solid #174f00;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
	font-size: 12pt;
	
}



/* -- Lowbar -- */

.lowbar
{
	background: url('../img/low.jpg') no-repeat;
	min-height: 402px;
}


.featurebox { width: 960px; margin: 0 auto; padding-top: 40px; }
.featurebox .fgrid { display:inline;float:left;position:relative;margin-left:10px;margin-right:10px; width: 270px; min-height: 160px; /*background-color: #f0f;*/ }
.featurebox .alpha { margin-left: 55px;}

.fgrid img { position: absolute; }
.fgrid h3, .fgrid p { padding-left: 80px; line-height: 145%; font-size: 9pt; color: #cdd1d9; }
.fgrid h3 { margin-bottom: 8px; font-size: 13pt; font-weight: bold;}
.fgrid p { color: #a7afbf; line-height: 165%; margin-bottom: 0px; }
.fgrid b { color: #eee; }


/* -- Footer -- */

#footer
{
	width: 100%;
	background: url('../img/lowstripe.jpg') repeat-x;
	height: 94px;
	color: #444;
	font-weight: normal;
}

#footer a
{
	color: #b70303;
	font-size: 9pt;
	font-weight: bold;
}

.robots_logo
{
	background: url('../img/robots_logo.jpg') no-repeat;
	height: 94px;
	/*width: 214px;*/
}

.robots_links
{
	margin-top: 63px;
}

.robots_text
{
	padding-left: 60px;
	margin-top: 54px;
}
