/*
Theme Name: Driving Sustainability
Theme URI: 
Description: Custom theme for Driving Sustainability project
Version: 1.0
*/

* { margin: 0; padding: 0; }

html { min-height: 100%; margin: 0 0 1px; font-size: 100.01%; }
body { background: #646465; font-size: 62.5%; }

@media only screen and (max-device-width: 480px) { html { -webkit-text-size-adjust: none; } }

body, textarea, input, select, option, button { color: #404040; font-family: Georgia,serif; line-height: 1.43; }
li, dt, dd, p, th, td, caption, pre { font-size: 1.4em; }
ul, ol, dl, p, table, pre, h1, h2, h3, h4, h5, h6 { margin-bottom: 15px; }

a { color: #729900; text-decoration: underline; }
a:hover, a:focus, a:active { text-decoration: none; }

ul, ol, dd, blockquote { padding-left: 40px; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
li *, li p, li li, dt *, dd *, p *, th *, td * { font-size: 1em; }

img { border: none; -ms-interpolation-mode: bicubic; }
pre { font-family: "Courier New",monospace; white-space: pre-wrap; }
table { border-collapse: collapse; border-spacing: 0; }
button { overflow: visible; padding: 0 10px; cursor: pointer; } button::-moz-focus-inner { padding: 0; border: none; }

hr { overflow: hidden; height: 1px; margin: 15px 0 !important; margin: -5px 0 8px; padding: 0; border: none; background-color: #ccc; color: #ccc; }
*:first-child+html hr { margin: -7px 0 8px !important; }

.offset { position: absolute !important; left: -10001px !important; overflow: hidden !important; }

/* LAYOUT
------------------------------------------- */

#top { background: #cfd0d2 url(images/top-bg.png) repeat-x; min-height: 120px; overflow: hidden; }
* html #top { height: 120px; overflow: visible; }
 #top .wrapper-a { position: relative; left: -12px; width: 630px; padding: 17px 0 0 315px; color: #58595b; margin: 0 auto; }
   #logo { position: absolute; left: 0; top: 30px; margin: 0; }
   #top h2 { float: left; font: italic 2em/1.1 Georgia,serif; width: 120px; margin: 2px 10px 0 0; min-height: 77px; padding: 11px 0 0; background: url(images/top-sep.png) 100% 50% no-repeat; color: #58595b; }
   * html #top h2 { height: 77px; }
   #top p { font: 1.1em/1.65 Verdana,Helvetica,Arial,sans-serif; }

#callout {
	float: left;
	width: 196px;
	height: 409px;
	background-color: #264E64;
}
#callout h2 {
	color: white;
	font-style: normal;
	font-family: Georgia,serif; 
	font-size: 18px;
	font-weight: 100;
	line-height: 20px;
	margin-bottom:10px;
}
#callout_inner {
	width: 178px;
	margin: 20px 9px 20px 9px;
	font-style: normal;
}
#callout_inner a {
	font-size: 12px;
	font-style: italic;
	color: rgb(182, 222, 63);
}
#leftcolumn {
	float: left;
	width: 195px;
}
 #skip-links { position: absolute; top: 0; left: -10001px; list-style: none; margin: 0; padding: 0; }
  #skip-links li a:focus, #skip-links li a:active { display: block; position: absolute; left: 10001px; top: 0; z-index: 10001; width: 200px; margin: 15px 0 0 15px; padding: 2px 0; background: #333; color: #fff; text-align: center; text-decoration: none; }

#root { background: url(images/root-bg.png); overflow: hidden; }
 #root .wrapper-a { position: relative; width: 925px; margin: 0 auto; }
  #nav { float: left; list-style: none; width: 195px; margin: 0 0 15px; padding: 35px 0 0; background: #afd232 url(images/nav-bg.png) repeat-x; overflow: hidden; border-bottom: 1px solid #fff; }
   #nav li { float: left; border-top: 1px solid #fff; width: 100%; font: 1.2em/1.25 Verdana,Helvetica,Arial,sans-serif; }
    #nav li a { display: block; float: left; padding: 12px; width: 171px; color: #404041; text-decoration: none; }
    #nav li a:hover, #nav li a:focus, #nav li a:active { text-decoration: underline; background: #caf23a; }
    #nav li.current_page_item a { background: #9ab92c; color: #fff; text-decoration: none; }
  #content { float: right; width: 716px; margin: 0 0 20px; background: url(images/content-bg.png) repeat-y; }
   .main { position: relative; float: left; width: 460px; padding: 40px 24px 35px;  background: url(images/main-bg.png) repeat-x; overflow: hidden; }
   .aside { position: relative; float: right; width: 170px; padding: 40px 19px 35px; background: url(images/aside-bg.png) repeat-x; color: #ffffff; }

#pdficon {
	float: left;
	width: 42px;
	margin-right: 8px;
}

#footer { background: url(images/footer-bg.png) repeat-x; }
 #footer .wrapper-a { position: relative; width: 715px; padding: 25px 0 25px 210px; margin: 0 auto; overflow: hidden; }
   
/* GENERAL
------------------------------------------- */

/* headers */

h1, h2, h3, h4, h5, h6 { font-weight: bold; font-style: italic; font-family: Helvetica,Arial,sans-serif; color: #2a7bbd; }
h1 { font-size: 2.9em; }
h2 { font-size: 1.8em; }
.aside h2 { font: normal 1.8em/1.25 Georgia,serif; color: #b6de3f; margin: 0 0 8px; }
h3 { font-size: 1.6em; }
.aside h3 { font: normal 1.8em/1.25 Georgia,serif; color: #b6de3f; margin: 0 0 8px; }

h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.0em; }

/* containers */

.excerpt-a { border-bottom: 1px solid #fff; overflow: hidden; margin: 0 0 15px;  }


/* forms */

/* tables */

table { }
 table th, table td { padding: 5px 10px; border: 1px solid #ccc; }

/* lists */


/* paragraphs */
.figure-a { position: relative; left: -24px; top: -8px; }
 .figure-a img { position: relative; display: block; margin: 0 0 10px; }
.wp-caption-text { font: italic 1.2em/1.25 Helvetica,Arial,sans-serif; padding: 0 0 5px; border-bottom: 1px solid #a2a3a6; margin: 0 0 20px; }

.aside p { font: 1.2em/1.25 Verdana,Helvetica,Arial,sans-serif; }

/* links */
.more, .aside .more { font: italic 1.2em/1.25 Georgia,serif; margin-top: -12px; }
.link { font: italic 12px/1.15 Georgia,serif; }

.aside a { color: #b6de3f; }

.aside h3 a { text-decoration: none; }
.aside h3 a:hover, .aside h3 a:focus, .aside h3 a:active { text-decoration: underline;  }

/* other */


 
/* SPECIFIC
------------------------------------------- */

.newsletter-a { }
 .newsletter-a p { position: relative; width: 100%; overflow: hidden; margin: 0 0 10px; }
 .newsletter-a p.err { color: #f90; font-weight: bold; }
  .newsletter-a label { display: block; margin: 0 0 5px; }
  .newsletter-a input { padding: 3px; border: 1px solid #999; background: #fff; width: 162px; font: 1em/1 Verdana,Helvetica,Arial,sans-serif;  }
  html.js .newsletter-a label { position: absolute; top: 4px; left: 5px; color: #666; }
 .newsletter-a .submit { font: italic 1em/18px Georgia,serif; color: #fff; }
  .newsletter-a .submit button { float: right; width: 68px; height: 18px; background: url(images/submit-button.png) no-repeat; text-indent: -999em; overflow: hidden; border: none; }
  .newsletter-a .submit a { color: #fff;  }

#footer ul { display: inline; float: left; list-style: none; padding: 0; margin: 0; }
 #footer ul li { display: inline; float: left; font: 1em/1.5 Verdana,Helvetica,Arial,sans-serif; }
  #footer ul li a { list-style: none; padding: 0; margin: 0; text-decoration: none; color: #a3a3a3; }
  #footer ul li a:hover, #footer ul li a:focus, #footer ul li a:active { text-decoration: underline; }

#footer .links-a { float: left; width: 510px; }
 #footer .links-a li { width: 160px; margin-right: 10px; }
#footer .links-b { width: 205px; }
 #footer .links-b li { width: 65px; margin-right: 5px;  }