/*************************************************************************/
/**************************** general ***********************************/

html, body{
	margin:0;
	padding:0;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#151515;
	background:#191919;
}
#container{
	width:960px;
	margin:0 auto;
}
#header{
	width:960px;
	height:35px;
	padding:35px 0 7px 0;
	float:left;
	border-bottom:1px solid #454545;
}
a.logo{
	width:295px;
	height:32px;
	float:left;
	display:block;
	background:transparent url(../images/logo-RC.png) no-repeat;
}

/*************************************************************************/
/**************************** copy styles ********************************/

p{
	padding:0;
	margin-top:0;
	margin-bottom:15px;
	clear:both;
}
h1, h2, h3{
	margin:0 0 14px 0;
	font-size:28px;
	font-weight:normal;
}
h2{
	font-size:18px;
}
h3{
	margin:-10px 0 14px 0;
	font-size:13px;
}
.floatLeft{
	float:left;
	padding:2px 20px 10px 0;
}
hr{
	height:1px;
	margin:20px 0 15px 0;
	border:0px;
	background:#CCCCCC;
}

/*************************************************************************/
/****************************** main nav *********************************/

#nav{
	margin-top:13px;
	float:right;
	color:#DEDEDE;
}

/*************************************************************************/
/****************************** side nav *********************************/

#left{
	width:235px;
	padding:40px 0 35px 0;
	float:left;
	color:#DEDEDE;
	font-size:13px;
	line-height:14px;
}
#left h2{
	padding-bottom:4px;
	font-size:15px;
	color:#888888;
	border-bottom:1px solid #454545;
}
#left ul{
	margin:0 0 15px 0;
	padding:0;
}
#left li{
	list-style:none;
}
#left a{
	padding-bottom:8px;
	display:block;
}

/*************************************************************************/
/***************************** home divs *********************************/

#hero{
	width:960px;
	height:380px;
	float:left;
}

/* position flash underneath other elements */
#flashEmbed{
	position:absolute;
	top:78px;
	z-index:0;
}
#hero h1{
	padding:55px 0 0 30px;
	position:absolute;
	top:80px;
	z-index:1;
	font-size:29px;
	line-height:30px;
	color:#BEE07A;
}
#industry{
	width:290px;
	height:40px;
	position:absolute;
	top:270px;
	z-index:1;
	margin:0 0 0 30px;
	padding:12px 0 15px 10px;
	color:#FFFFFF;
	border-top:1px solid #454545;
	border-bottom:1px solid #454545;
}

form.industry{
	margin:0;
	padding-top:5px;
	color:#666666;
}
form.industry select{
	border:1px solid #666666;
}

/* 3 home page buckets */
#buckets{
	width:960px;
	float:left;
	border-top:1px solid #454545;
}
#bucketsInner{
	width:960px;
	min-height:140px;
	padding:25px 0 10px 0;
	float:left;
	background:url(../images/home-buckets-bgRepeat.gif) repeat-x;
}
.bucket1{
	width:270px;
	padding:0 20px 0 35px;
	float:left;
	color:#FFFFFF;
	border-right:1px solid #454545
}
.bucket2{
	width:270px;
	padding:0 20px 0 20px;
	float:left;
	color:#FFFFFF;
	border-right:1px solid #454545;
}
.bucket3{
	width:270px;
	padding:0 0 0 20px;
	float:left;
	color:#FFFFFF;
}
#buckets h2{ /* titles */
	font-size:16px;
	color:#BEE07A;
	text-shadow:#333333 0px 1px 0px;
}
#buckets h3 a{ /* buttons */
	width:120px;
	height:27px;
	margin:25px auto 0 auto;
	display:block;
	text-align:center;
	font-size:15px;
	line-height:27px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:14px;
	text-shadow:#333333 0px 1px 0px;
	background:transparent url(../images/home-btn-bgRepeat.png) repeat-x;
}

/*************************************************************************/
/*************************** content divs ********************************/

#right{
	width:710px;
	margin:15px 0 0 0;
	float:right;
}
.box, .boxGrey{
	width:650px;
	padding:25px 30px 20px 30px;
	margin-bottom:15px;
	float:right;
	background:#FFFFFF;
}
/* includes default wordpress classes that user may add */
.box p img, .box p.alignleft{
	float:left;
	padding:3px 5px 10px 0;
	display:inline;
}
.box .alignright{
	float:right;
	padding:3px 0 10px 15px;
	display:inline;
}
.boxGrey{
	background:#EDEDED;
}

/*************************************************************************/
/************************* comment form fields ***************************/

form{
	margin:0;
	padding:0;
}
.commentfield{
	width:540px;
	height:24px;
	padding-left:5px;
	background:#B2B2B2;
	border:1px solid #909090;
}
.submit{
	float:right;
}

/*************************************************************************/
/****************************** search bar *******************************/

form.searchform{
	float:left;
}
form.searchform input{
	width:170px;
	height:18px;
	padding-left:5px;
	float:left;
	border:none;
	outline:none;
	background:#454545;
	color:#A9A9A9;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
form.searchform button{
	height:20px;
	margin-left:2px;
	float:left;
	background:#454545;
	color:#A9A9A9;
	border:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	cursor:pointer;
	vertical-align:middle;
}

/*************************************************************************/
/****************************** footer ***********************************/

#footer{
	width:960px;
	margin-top:3px;
	padding:8px 0 40px 0;
	float:left;
	color:#858585;
	border-top:1px solid #454545;
}
.footerLeft{
	padding-top:2px;
	float:left;
}
.footerRight{
	float:right;
}

/* newsletter signup */
form.newsletter label{
	padding-top:2px;
	float:left;
}
form.newsletter input{
	width:165px;
	height:18px;
	padding-left:5px;
	float:left;
	border:none;
	outline:none; /* hides safari glow */
	background:#454545;
	color:#A9A9A9;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
form.newsletter button{
	height:20px;
	margin-left:2px;
	float:left;
	background:#8FAA59;
	color:#333333;
	border:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	cursor:pointer;
	vertical-align:middle;
}

/*************************************************************************/
/***************************** linkage ***********************************/

/* default */
a:link, a:visited, a:active {color:#69911C; text-decoration:underline;}
a:hover{color:#83B329; text-decoration:underline;}

/* main nav */
#nav a:link, #nav a:visited, #nav a:active {color:#DEDEDE; text-decoration:none;}
#nav a:hover, #header #nav a.selected{color:#BEE07A; text-decoration:none;}

/* left nav */
#left a:link, #left a:visited, #left a:active {color:#DEDEDE; text-decoration:none;}
#left a:hover, #left li.current_page_item a, #left li.current-cat a{color:#BEE07A; text-decoration:none;}

/* home bucket btns */
#buckets h3 a:link, #buckets h3 a:visited, #buckets h3 a:active {color:#FFFFFF; text-decoration:none;}
#buckets h3 a:hover{color:#BEE07A; text-decoration:none;}

/* footer */
#footer a:link, #footer a:visited, #footer a:active {color:#858585; text-decoration:none;}
#footer a:hover{color:#BEE07A; text-decoration:none;}

/*************************************************************************/
/*************************** IE6 PNG support *****************************/

/* PNG support for IE6 */
img, div, input, a { behavior: url(../assets/iepngfix.htc); }