/*
Theme Name: EWM
*/


/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/

/* YUI Reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* Reset */
html{background: none; }

/* YUI Base */
body{margin:10px;}h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}

/* YUI Fonts */
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


body
{
    margin: 0;
    background-color: #0451A1;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
}
hr
{
    border: 0;
    height: 1px;
    background-color: #4e4e4e;
    margin: .5em 0 1em 0;
}

a { text-decoration: none; color: #555555; }
h1
{
    margin: 0 0 1.5em 0;
    color: #06509f;
    font-size: 25px;
	line-height: 1.5;
}
h1 a { color: #06509f; }
h2
{
	margin: 0;
    color: #5b95d4;
    font-size: 20px;
	line-height: 1.1;
}
h2 a { color: #5b95d4; }
h2 strong { color: #555555; }
h3
{
	margin: 0;
    color: #06509f;
}
h3 a { color: #06509f; }
p.none, h1.none, h2.none, h3.none { margin: 0; }
p.normal, h1.normal, h2.normal, h3.normal { margin: 1em 0; }

blockquote {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5em;
	quotes: "\201C" "\201D";
}

blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }

#container
{
    width: 1020px;
    margin: 0 auto;
}

#header
{
    width: 1020px;
    height: 176px;
    background-image: url(images/sprites-header.jpg);
	background-position: 0 -532px;
    position: relative;
}
body.home #header { height: 339px; background-position: 0 0; }
body.page-template-page-about-php #header { background-position: 0 -532px; }
body.page-template-page-what_we_do-php #header { background-position: 0 -887px; }
body.page-template-page-youth_education-php #header { background-position: 0 -1242px; }
body.page-template-page-efficiency_tips-php #header { background-position: 0 -1597px; }
body.page-template-page-financing-php #header { background-position: 0 -1952px; }
body.page-template-page-news-php #header { background-position: 0 -2307px; }
body.blog #header { background-position: 0 -2662px; }
body.page-template-page-contact-php #header { background-position: 0 -3017px; }

#header .mainnav
{
    margin: 0;
	width: 1020px;
	height: 56px;
	left: 0;
    bottom: -56px;
    position: absolute;
}
#header .mainnav li
{
    list-style-type: none;
    float: left;
}
#header .mainnav a
{
    display: block;
    background-image: url(images/sprites-mainnav.gif);
    height: 56px;
    text-indent: -9999px;
	outline: 0;
}
#header .mainnav a.home { background-position: 0 -56px; width: 105px; }
#header .mainnav a.home:hover,
#header .mainnav a.home:active,
body.home #header .mainnav a.home { background-position: 0 0; }
 
#header .mainnav a.about { background-position: -106px -56px; width: 97px; }
#header .mainnav a.about:hover,
#header .mainnav a.about:active,
body.page-template-page-about-php #header .mainnav a.about { background-position: -106px 0; }
 
#header .mainnav a.do { background-position: -203px -56px; width: 120px; }
#header .mainnav a.do:hover,
#header .mainnav a.do:active,
body.page-template-page-what_we_do-php #header .mainnav a.do { background-position: -203px 0; }
 
#header .mainnav a.youth { background-position: -323px -56px; width: 175px; }
#header .mainnav a.youth:hover,
#header .mainnav a.youth:active,
body.page-template-page-youth_education-php #header .mainnav a.youth { background-position: -323px 0; }

#header .mainnav a.efficiency { background-position: -498px -56px; width: 142px; }
#header .mainnav a.efficiency:hover,
#header .mainnav a.efficiency:active,
body.page-template-page-efficiency_tips-php #header .mainnav a.efficiency { background-position: -498px 0; }

#header .mainnav a.financing { background-position: -640px -56px; width: 104px; }
#header .mainnav a.financing:hover,
#header .mainnav a.financing:active,
body.page-template-page-financing-php #header .mainnav a.financing { background-position: -640px 0; }

#header .mainnav a.news { background-position: -744px -56px; width: 72px; }
#header .mainnav a.news:hover,
#header .mainnav a.news:active,
body.page-template-page-news-php #header .mainnav a.news { background-position: -744px 0;}

#header .mainnav a.blog { background-position: -816px -56px; width: 76px; }
#header .mainnav a.blog:hover,
#header .mainnav a.blog:active,
body.blog #header .mainnav a.blog { background-position: -816px 0; }
 
#header .mainnav a.contact { background-position: -893px -56px; width: 129px; }
#header .mainnav a.contact:hover,
#header .mainnav a.contact:active,
body.page-template-page-contact-php #header .mainnav a.contact { background-position: -893px 0; }


#body
{
    width: 1020px;
    background-image: url(images/body-bg.png);
    overflow: hidden;
    margin-top: 56px;
}

#body #content
{
    float: left;
    width: 525px;
    margin: 0 0 25px 41px;
    padding: 35px 35px;
    color: #555555;
	line-height: 1.7;
	font-size: 14px;
}
body.home #body #content { width: 415px; }
body.page-template-page-about-php #body #content { width: 525px; }
body.page-template-page-what_we_do-php #body #content { width: 525px; }
body.page-template-page-youth_education-php #body #content { width: 525px; }
body.page-template-page-efficiency_tips-php #body #content { width: 525px; }
body.page-template-page-financing-php #body #content { width: 525px; }
body.page-template-page-news-php #body #content { width: 525px; }
body.blog #body #content { width: 525px; }
body.page-template-page-contact-php #body #content { width: auto; float: none; }
body.page-template-page-investor_slider-php #body #content { width: 860px; }

#footer
{
    width: 1020px;
    height: 210px;
    position: relative;
    color: white;
    background-color: #658AF1;
}

#footer .question-form
{
    position: absolute;
    top: 0px;
    left: 44px;
	width: 210px;
	height: 171px;
	padding: 10px 0 0 20px;
    color: #004b9c;
    font-size: 9px;
	background-color: #d9e9f9;
}
#footer .question-form h3 { font-size: 14px; }
#footer .question-form label { float: left; margin-right: .5em; }
#footer .question-form input.text, #footer .question-form textarea
{
	width: 130px;
	float: right;
	margin-right: 10px
}
#footer .question-form textarea { height: 4em; }
#footer .question-form .row, #footer .question-form .small { overflow: hidden; margin: 2px 0; }
#footer .question-form p.submit { margin-top: -20px; }
#footer .question-form input.submit
{
	background-color: white;
	color: #004b9c;
	font-weight: bolder;
	border: 0;
	cursor: pointer;
}
#footer .question-form .wpcf7-not-valid-tip { display: none !important; }

#footer .contact
{
    position: absolute;
    top: 40px;
    left: 280px;
	padding: 20px 0 0 15px;
    color: #636466;
    font-size: 12px;
}
#footer .contact a { color: #636466; text-decoration: underline; }

#footer .copyright
{
    position: absolute;
    top: 126px;
    left: 280px;
	padding: 20px 0 0 15px;
    color: #636466;
    font-size: 9px;
}

#footer .sponsors
{
    position: absolute;
    top: 49px;
    right: 63px;
}

#footer .bottomnav                            
{
    margin: 0;
    position: absolute;
    top: 0px;
    left: 274px;
	width: 687px;
	height: 161px;
	padding: 20px 10px 0 5px;
    text-transform: uppercase;
    color: white;
    font-size: 11px;
	background-color: #89c548;
}
#footer .bottomnav li
{
    list-style-type: none;
    float: left;
    padding: 0 .5em;
}
#footer .bottomnav a { color: white; }
#footer .bottomnav a:hover { color: #186093; }


/* Misc */
ul.checks { color: #06509f; margin: 1em 0;}
ul.checks li
{
    list-style-type: none;
    background-image: url(images/bullet-checkmark.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 22px;
    margin: 2px 0;
}

.body-side
{
    float: right;
    margin-top: 133px;
	margin-right: 44px;
}
.body-side-youth
{
    float: right;
    margin-top: 133px;
	margin-right: 65px;
}
.body-side h2
{
    margin: 0;
    color: #06509f;
    font-size: 17px;
    font-weight: normal;
    font-family: Tahoma, Geneva, sans-serif;
}
.body-side .started { color: #06509f; }
.body-side .call { color: #89c548; }

/* Generic WP styles */
.center { text-align: center; }

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright { float: right; }
.alignleft { float: left; }

/* Custom Styles */
.leftcol {
	width: 48%;
	padding-right: 4%;
	float: left;
	display: inline;
}

.rightcol {
	width: 48%;
	float: right;
	display: inline;}

/* BLOG styles */
.post { font-size: 13px; }
.post .title { color: #06509f; text-transform: uppercase; font-size: 19px;}
.post .title a { color: #06509f; }
.post .date { color: #707070; font-weight: bolder; margin-top: 25px; }
.post .author { color: #707070; font-weight: bolder; }
.post .author strong { color: #89c548; }
.post .entry { margin: 1em 0; }
.post .meta { color: #06509f; }
.post .meta a { font-weight: bolder; color: #06509f; }
.post .entry { font-size: 12px; line-height: 1.3; }
.post .comments, .post .tags .ico
{
	background-position:left center;
	background-repeat:no-repeat;
	line-height:21px;
	padding-left:25px;
	margin-bottom: 25px;
}
.post .comments { background-image:url(images/blog-comments.png); }
.post .tags .ico { background-image:url(images/blog-tags.png); }


#body #sidebar
{
    float: right;
    width: 247px;
    margin: 0 44px 0 0;
	padding: 20px 45px;
	background-color: #f3f4f4;
	color: #636363;
}
#body #sidebar a:hover { color: #89c548; }
#body #sidebar ul { margin: 0; }
#body #sidebar li { list-style-type: none; }
#body #sidebar h2
{
	text-transform: lowercase;
	color: #06509f; 
	margin: 1em 0;
	font-size: 16px;
}
#body #sidebar hr { background-color: #b9baba; margin: 1em 0 1em -20px; }

#body #sidebar #searchform label { display: none; }
#body #sidebar #searchform input#s
{
	padding: 3px 25px 3px 5px;
	background-image: url(images/blog-magnify.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#body #sidebar #searchform #searchsubmit
{
	background-image: url(images/blog-search.png);
	width: 60px;
	height: 25px;
	text-indent: -999px;
	font-size: 0;
	line-height: 0;
	border: 0;
	vertical-align: top;
	cursor: pointer;
}

#body #sidebar .feeds li
{
	background-image: url(images/blog-rss.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 6px 0 6px 25px;
}

#body #sidebar .subscribe { overflow: hidden; margin: 1em 0; }
#body #sidebar .subscribe p { float: left; }
#body #sidebar .subscribe input.unsubscribe { display: none; }
#body #sidebar .subscribe input.subscribe
{
	background-image: url(images/blog-subscribe.png);
	width: 61px;
	height: 25px;
	text-indent: -999px;
	font-size: 0;
	line-height: 0;
	border: 0;
	vertical-align: bottom;
	cursor: pointer;
	margin: 13px 0 0 10px;
}
#body #sidebar .subscribe input.text { padding: 3px 5px; }

/* Contact map */
.locator { position: relative; margin-bottom: 1em; }
.locator .left { width: 415px; }
.locator #map_search p { display: none; }
.locator h3 { line-height: 1.3; } 
.locator #map
{
	position: absolute !important;
	left: 440px;
	top: 0;
}
.locator input.submit
{
	background-image: url(images/blog-search.png);
	width: 60px !important;
	height: 25px;
	text-indent: -999px;
	font-size: 0;
	line-height: 0;
	border: 0;
	vertical-align: top;
	cursor: pointer;
}
.locator #results .result_address { width: auto; float: none; }
.locator #results .result_phone { width: auto; float: none; height: auto; }
.locator #results .result_links { display: block; width: auto; float: none; }

.contact { width: 415px; }
.contact .row { clear: both; overflow: hidden; margin-bottom: 1em; }
.contact label { display: block; font-weight: bolder; color: #06509f; font-size: 108%; }
.contact .small { float: left; margin-right: 10px; }
.contact .small input { width: 190px; }
.contact textarea { width: 390px; }
.contact input.submit
{
	background-image: url(images/submit.png);
	width: 60px;
	height: 25px;
	text-indent: -999px;
	font-size: 0;
	line-height: 0;
	border: 0;
	vertical-align: top;
	cursor: pointer;
	float: right;
	display: block;
	margin-right: 20px;
}


/* Wordpress comment styles */
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
/* More comment stuff */
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
/* comment form */
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}