/*
Theme Name: Reeves IT Solutions
Author: Scott Botkins
*/




/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 'Source Sans Pro', sans-serif;
	
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: 'Source Sans Pro', sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 940px;
}
#wrapper {
	margin-top: 20px;
	background: #fff;
	padding: 0 20px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	width: 700px;
	font-weight: bold;
	font-size: 14px;
}
#site-generator {
	float: right;
	width: 220px;
}

.container{
width: 990px;
margin: 0px auto;
}

.header{
background: url('images/hbg.jpg') no-repeat;
height: 215px;
}

.content_container{
background: url('images/cbg.jpg') repeat-y;
width: 990px;
}

.contenttop_container{
background: url('images/ctopbg.jpg') no-repeat;
width: 990px;
min-height: 568px;
}

.pagecontent{
width: 804px;
margin: 0px 0px 0px 92px;
}

.homebg{
background: url('images/homebg.jpg') no-repeat;
width: 379px;
height: 352px;
color: #ffffff;
padding: 25px 25px 0px 400px;
font-weight: 300;
}

.homebg h1{
margin: 0px;
font-size: 2.1em;
line-height: normal;
}

.topheader{
color: #ffffff;
float: right;
padding: 15px 50px;
}

.homeblock{
float: left;
background: #eaeaeb;
border: 1px solid #d6d6d7;
width: 214px;
height: 150px;
padding: 20px;
margin-left: 5px;
color: #7f808a;
-moz-border-radius: 6px;
border-radius: 6px;
}

.homeblock h3{
font-size: 1.1em;
margin: 0px 0px 10px 0px;
font-weight: normal;
}

.homeblock p{
font-size: 13px;
}

.footer{
background: #13172a;
color: #ffffff;
width: 754px;
margin: 0px 0px 0px 92px;
padding: 25px;
text-align: center;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	background: url('images/bg.jpg') repeat-x #07080d;
}

body,
input,
textarea {
	font-size: 16px;
	margin: 0px;
}



/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 auto;
	display:block;
	float:right;
}
#access .menu-header,
div.menu {
	font-size: 15px;
	padding: 10px 50px 10px 0px;
}
#access .menu-header ul,
div.menu ul {
float: right;
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color: #ffffff;
	padding:0 15px;
	line-height:38px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#0096d7;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #0096d7;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#0096d7;
}
