@charset "UTF-8";
/* CSS Document */

/*

Theme Name: EE
Theme URI:
Description:
Author: Andrew Keller
Author URI:
Version:

*/

/* ============================= TAGS & GENERAL ============================= */

html, body, .wrap-home, .wrap-inside2col, .wrap-inside3col {
	width: 100%;
	height: 100%;
}

html.webkit .wrap-home{
	margin-left: .002em;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .07em;
	font-size: 75%;
	color: #FFFFFF;
	margin: 0 0 50px 0;
	line-height: 1.3em;
}

body, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}

html.webkit body {
	
}

.bg-home {
	background: #aa1f1f url(images/bg1-home.gif) repeat-y center 0px;
}

.bg-inside2col {
	background: #aa1f1f url(images/bg1-2col.gif) repeat-y center 0px;
}

.bg-inside3col {
	background: #aa1f1f url(images/bg1-home.gif) repeat-y center 0px;
}

a:link, a:visited, a:active {
	color: #edc159;
	text-decoration: none;
}

a:hover {
	color: #fff1d1;
	text-decoration: none;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

h1 {
	font-size: 2.2em;
	letter-spacing: .08em;
	font-weight: bold;
	color: #003768;	
	line-height: 2em;
}

h4 {
	font-size: 1.2em;
	letter-spacing: .08em;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 20px;
}

ul {
	padding-left: 20px;
	margin: 0 0 20px 0;
}

.wrap-home {
	background: url(images/bg-home1.jpg) no-repeat center 0px;
}

.wrap-inside2col {
	background: url(images/bg-2col2.jpg) no-repeat center 0px;
}

.wrap-inside3col {
	background: url(images/bg-3col3.jpg) no-repeat center 0px;
}

.container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}


/* =========================== HEADER =========================== */

.container-header {
	height: 100px;
}

.container-header-home {
	height: 55px;
}

a.logo {
	float: left;
	background: url(images/logo.gif) no-repeat;
	height: 28px;
	width: 142px;
	margin-top: 29px;
	margin-left: 57px;
}


/* ========================= TOP NAV ============================ */

.container-nav a:hover, .container-nav .current {
	background-position: right bottom;
}

.container-nav {
	float:right;
	margin-bottom:0px;
	margin-right:8px;
	margin-top:29px;
}

.container .container-nav .home {
	float:left;
	background-image:url(images/nav-home.gif);
	width:65px;
	height:25px;
}

.container .container-nav .whatwedo {
	float:left;
	background-image:url(images/nav-whatwedo.gif);
	width:109px;
	height:25px;
}
.container .container-nav .ourwork {
	float:left;
	background-image:url(images/nav-ourwork.gif);
	width:93px;
	height:25px;
}
.container .container-nav .company {
	float:left;
	background-image:url(images/nav-company.gif);
	width:89px;
	height:25px;
}
.container .container-nav .contact {
	float:left;
	background-image:url(images/nav-contact.gif);
	width:81px;
	height:25px;
}

.container .container-nav li {
	list-style-type:none;
	display:inline;
}


/* ============================= HOME =============================== */


.home-flash {
	float:left;
	position:relative;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 920px;
}

.container-homebody .col1 {
	float:left;
	text-align: right;
	width: 210px;
}

.container-homebody .col2 {
	float:left;
	text-align: left;
	width: 210px;
	padding-left:40px;
}

.container-homebody .col2 a {
	display: block;
	margin-bottom: 10px;
}

.container-homebody .col3 {
	float:left;
	text-align: right;
	width: 210px;
	padding-left:40px;
}

.container-homebody .col4 {
	float:left;
	text-align: left;
	width: 210px;
	padding-left:40px;
}

.container-homebody img {
	padding-top:20px;
	padding-bottom:20px;
}

.post .date {
	font-size: .9em;
	margin-bottom: 0px;
}

.post a.title {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}

.post .content {
	margin-bottom: 20px;
}

/* ============================= INSIDE ============================= */

.container-insidetitle {
	height: 94px;
	float: right;
	margin-top: 10px;
}

.container-insidebody {
	margin-bottom: 0px;
	font-size: 1.1em;	
}

.container-insidebody h2{
	margin-bottom: 15px;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;	
}

.container-insidebody h3{
	margin-bottom: 0px;
	font-size: 1.2em;
	line-height: 1.2em;	
	font-weight: bold;
}

.container-insidebody .col1, .container-footer .col1{
	width: 210px;
	text-align: right;
	float: left;
}

/*
.container-insidebody .col1 a{
	display: block;
	margin-bottom: 7px;
	line-height: 1.1em;
	font-size: 1.1em;
}
*/

.container-insidebody .col2-wide, .container-footer .col2-wide{
	width: 679px;
	margin-left: 40px;
	float: left;
	/* line-height: 1.4em; */
}

.container-footer {
	color: #e98e82;
	font-size: 0.8em;
	padding-top:70px;
}

.container-footer .col1 a {
	display: block;
}

.container-footer strong{
	color:#6a0c00;
}

.gallery1 {
	background: url(images/bg-gallery1.gif) repeat-y 0px -5px;
	padding-top: 1px;
}

.gallery1 .wp-caption {
	text-align: center;
	width: 200px;
	float:left;
	padding: 33px 28px 13px;
}

.gallery1 .wp-caption p {
	height: 14px;
	margin-top: 6px;
	padding: 0px;	
}

/* ============================= 3 COL ============================== */

.container-3colinside .col1 {
	float:left;
	text-align:right;
	font-size:2.0em;
	line-height:1.22em;
	width:210px;
	padding-right:20px;

}

.container-3colinside .col3 .body-date {
	padding-top:10px;
}

.col3 .body-title {
	padding-bottom:5px;
}

.col3 .body-text {
	padding-bottom:15px;
}

.container-3colinside .col1 ul{
	margin:0px;
}

.container-3colinside .col1 li{
	list-style-type:none;
}

.container-3colinside .col2 {
	float:left;
	margin-left:20px;
	padding-right:20px;
	width:460px;

}
.container-3colinside .col3 {
	float:left;
	margin-left:20px;
	width:200px;

}



/* ============================= SIDENAV ============================= */

#sidebar {
	margin-top: -15px;
	padding-bottom: 30px;
}

li.simple_sidenav, .simple_sidenav * {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.simple_sidenav a.depth_0 {
	font-size: 1.8em;
	line-height: 1em;
	margin-bottom: 10px;
	display: block;
	font-weight: bold;
}

.simple_sidenav a.depth_1 {
	font-size: 1em;
	line-height: 1.1em;
	margin-bottom: 9px;
	display: block;
}

.simple_sidenav a.depth_2 {
	font-size: .8em;
	line-height: 1.1em;
	margin-bottom: 9px;
	padding-right: 12px;
	display: block;

	background: url(images/bullet-3rdtier.gif) no-repeat right 6px;
}

.simple_sidenav li.current_page_item a, .simple_sidenav li.current_page_item li a:hover {
	color: #fff1d1;
}

.simple_sidenav li.current_page_item li a{
	color: #edc159;
}





/* ============================= MISC ============================= */

.breadcrumb {
	font-size: 2.2em;
	letter-spacing: .08em;
	font-weight: bold;
	color: #003768;	
	line-height: 2em;
}

.breadcrumb a {
	color: #003768;	
	text-decoration:none;
	background: url(images/dot-blue.gif) no-repeat right center;
	margin-right: 16px;
	padding-right: 18px;	
}

.breadcrumb a:link, .breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:visited {
	color: #003768;	
	text-decoration:none;
}

.left {
	float: left;
}

.clear {
	clear: both;
	line-height:0;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.hide {display: none;}
