@import url(//fonts.googleapis.com/css?family=Nunito|Brawler);
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none; }

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  overflow-y: scroll;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 3 */ }

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0; }

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
body,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e; }

a:visited {
  color: #551a8b; }

/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to 'bolder' in FF3/4, S4/5, Chrome
*/
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none; }

/* 2 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9 
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0; }

/*
 * Define consistent margin and padding
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  *margin-left: -7px;
  /* 2 */ }

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, F3/4, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * 1. Addresses FF3/4 setting line-height using !important in the UA stylesheet
 * 2. Corrects inner spacing displayed oddly in IE6/7
 */
button,
input {
  line-height: normal;
  /* 1 */
  *overflow: visible;
  /* 2 */ }

/*
 * Corrects overlap and whitespace issue for buttons and inputs in IE6/7
 * Known issue: reintroduces inner spacing
 */
table button,
table input {
  *overflow: auto; }

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */ }

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Addresses excess padding in IE8/9
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Corrects inner padding displayed oddly in S5, Chrome on OSX
 */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Corrects inner padding and border displayed oddly in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/***************************************

    homepage  

****************************************/
.left, .right {
  width: 45%;
  float: left;
  padding: 0;
  margin: 0 1% 10px 0; }

.right {
  float: right;
  margin: 0 0 10px 1%; }

.clear {
  clear: left; }

.main_content .strapline {
  padding: 20px 2%;
  color: white;
  font-family: "Nunito", "Trebuchet MS",sans-serif;
  font-weight: bold;
  font-size: 1.6em;
  background: transparent url(../images/windfarm.jpg) top right no-repeat;
  min-height: 280px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  behavior: url(http://www.euenergyfocus.co.uk/PIE.htc);
  position: relative;
  z-index: 1; }
  .main_content .strapline h1 {
    color: white; }

#about {
  padding-right: 2%; }
  #about h1, #about p {
    margin: 0; }

#fp7 {
  background: transparent url(../images/fp7.png) right 42px no-repeat;
  padding: 0;
  min-height: 100px; }
  #fp7 p {
    padding-right: 120px; }
  #fp7 h1, #fp7 p {
    margin: 0; }

#iee {
  background: transparent url(../images/iee.png) right 42px no-repeat;
  padding: 0;
  min-height: 100px; }
  #iee p {
    padding-right: 200px; }
  #iee h1, #iee p {
    margin: 0; }

#news {
  padding: 20px 2%;
  background: #eaebee;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  behavior: url(http://www.euenergyfocus.co.uk/PIE.htc);
  overflow: hidden; }
  #news a, #news a:link, #news a:visited {
    color: #408740; }
  #news a:hover {
    color: white;
    text-decoration: none; }

/***************************************

    layout  

****************************************/
html {
  background: #fff; }

body {
  background: #fff;
  color: #666666;
  font-family: Ubuntu,Helvetica,"Nimbus Sans L",Arial,sans-serif; }

.container {
  max-width: 960px;
  width: 90%;
  margin: 0 auto; }

#header {
  background: #fff;
  margin: 0;
  padding: 0;
  _height: 1%;
  *min-height: 1px;
  zoom: 1;
  position: relative;
  z-index: 11; }
  #header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

nav {
  position: relative;
  z-index: 12; }

#header .container {
  position: relative; }

nav {
  background: #a8adb6 url(../images/left.png) left top no-repeat;
  padding-left: 19px; }
  nav div {
    background: #a8adb6 url(../images/right.png) top right no-repeat;
    padding-right: 19px; }

#header .nav {
  background: #edeef0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: Nunito,arial,sans-serif;
  padding: 0 50px;
  margin: 0.4em 0;
  height: 43px;
  background: #a8adb6 url(../images/gradient.png); }
  #header .nav li {
    display: inline;
    margin: 0;
    list-style-type: none;
    line-height: 2.4;
    margin: 0;
    padding: 0;
    float: left;
    border-right: 1px solid #c3c7cd; }
    #header .nav li a, #header .nav li a:link, #header .nav li a:visited {
      padding: 0 1em;
      display: block;
      text-decoration: none;
      font-size: 24px;
      line-height: 24px;
      background: #edeef0;
      color: #666666; }
    #header .nav li a:hover {
      background: #50aa50;
      color: #fcfbd5; }
  #header .nav li.current a, #header .nav li.current a:link, #header .nav li.current a:visited, #header .nav li.current a:hover {
    background: black;
    color: #666666; }
  #header .nav li a, #header .nav li a:link, #header .nav li a:visited {
    background: #a8adb6 url(../images/gradient.png) 0 0 repeat-x;
    height: 43px;
    line-height: 43px;
    text-shadow: 1px 1px 0 #dedede; }
  #header .nav li a:hover {
    background: #50aa50;
    text-shadow: 1px 1px 0 #489948; }
  #header .nav ul.dropdown {
    background: white;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    overflow: hidden;
    padding: 0;
    width: auto;
    background: #9499a2;
    list-style: none;
    position: absolute;
    z-index: 2;
    left: -9999px;
    margin: 0;
    padding: 0;
    border: none;
    opacity: 0.9;
    border: #ccc solid 1px;
    border-top: none;
    border-bottom: none; }
    #header .nav ul.dropdown li {
      display: inline;
      margin: 0;
      list-style-type: none;
      line-height: 2.4;
      margin: 0;
      padding: 0;
      float: left;
      border-right: 1px solid #cccccc; }
      #header .nav ul.dropdown li a, #header .nav ul.dropdown li a:link, #header .nav ul.dropdown li a:visited {
        padding: 0 1em;
        display: block;
        text-decoration: none;
        font-size: 0.9em;
        line-height: 0.9em;
        background: white;
        color: white; }
      #header .nav ul.dropdown li a:hover {
        background: #50aa50;
        color: #fcfbd5; }
    #header .nav ul.dropdown li.current a, #header .nav ul.dropdown li.current a:link, #header .nav ul.dropdown li.current a:visited, #header .nav ul.dropdown li.current a:hover {
      background: black;
      color: #666666; }
    #header .nav ul.dropdown li {
      line-height: 2em;
      padding: 0;
      margin: 0;
      width: 100%;
      display: block;
      float: none;
      *float: left;
      *clear: left;
      border-right: none; }
    #header .nav ul.dropdown a {
      width: 100%;
      display: block; }
    #header .nav ul.dropdown li {
      border-bottom: #ccc solid 1px; }
      #header .nav ul.dropdown li a, #header .nav ul.dropdown li a:link, #header .nav ul.dropdown li a:visited {
        white-space: nowrap;
        background: #9499a2;
        text-shadow: none;
        line-height: 43px;
        font-size: 18px;
        width: 100%;
        display: inline-block; }
      #header .nav ul.dropdown li a:hover {
        background: #50aa50;
        color: #fcfbd5; }
  #header .nav li:hover .dropdown {
    left: auto; }

.main_content {
  padding-top: 20px;
  font-size: 1.4em;
  _height: 1%;
  *min-height: 1px;
  zoom: 1;
  position: relative;
  z-index: 0; }
  .main_content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

#extra_content {
  font-size: 1.25em;
  overflow: hidden; }

body.home .main_content {
  clear: both; }

#footer {
  background: #dcdee2;
  border-top: 3px solid #50aa50;
  color: #666;
  clear: both;
  margin: 2em 0 0 0;
  padding: 20px 0; }

/***************************************

    header  

****************************************/
#header h1 {
  text-indent: -1000em;
  background: white url(../images/logo.jpg) 0 0 no-repeat;
  width: 415px;
  height: 150px; }

#header h2 {
  position: absolute;
  bottom: 64px;
  right: 20px;
  color: #50aa50;
  font-family: Nunito,arial,sans-serif;
  font-size: 1.8em;
  font-weight: normal;
  text-align: right; }

#header h2 a {
  border: none;
  color: #50aa50;
  display: block; }

#header h2 a:hover {
  background-color: transparent;
  color: #0c690c;
  display: block; }

/***************************************

  content  

****************************************/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1; }

#admin {
  background-color: #98e69a;
  border-top: #0c690c solid 2px;
  border-bottom: #0c690c solid 5px;
  color: #fff;
  padding: 0.3em;
  position: relative; }

#admin h3 {
  font-size: 2.8em;
  padding: 0.1em 3em;
  text-align: right; }

.main_content form label {
  display: block; }

.main_content h1, .main_content h2, .main_content h3, .main_content h4 {
  color: #50aa50;
  font-family: "Nunito", "Trebuchet MS",sans-serif;
  font-weight: normal;
  font-size: 2.4em;
  letter-spacing: 0em;
  margin: 0.5em 0 0; }

.main_content h1 {
  font-size: 28px; }

.main_content h2 {
  font-size: 24px; }

.main_content h3 {
  font-size: 22px; }

.main_content h4 {
  font-size: 18px; }

.main_content h4 a {
  border-bottom: none;
  color: #577eb3;
  text-decoration: none; }

.main_content p, .main_content ul {
  line-height: 1.4em;
  margin-bottom: 1em;
  font-size: 14px; }

.main_content p em {
  color: #50aa50;
  font-weight: bold; }

.main_content ul {
  clear: left;
  list-style: square;
  margin: 1em 0; }

.main_content li {
  line-height: 1.7em; }

.main_content ol {
  clear: left;
  list-style-type: decimal;
  margin: 1em 0; }

.main_content ol li {
  line-height: 1.7em;
  padding-left: 20px;
  margin-left: 10px; }

.main_content a:link, .main_content a:visited {
  color: #50aa50;
  text-decoration: underline; }

.main_content a:hover {
  background: #50aa50;
  color: #fcfbd5;
  text-decoration: none; }

.main_content table {
  border-left: #399 solid 1px;
  border-top: #399 solid 1px;
  border-collapse: collapse; }

.main_content th, td {
  border-right: #399 solid 1px;
  border-bottom: #399 solid 1px;
  padding: 0.3em; }

.main_content th {
  background: #9cc;
  color: #c00;
  font-family: Verdana, sans-serif;
  font-size: 1.2em;
  text-align: center; }

/***************************************

    extra_content  

****************************************/
/*----------------- =LINKS= --------------------*/
#extra_content a, #extra_content a:link, #extra_content a:visited {
  color: white; }
#extra_content a:hover {
  color: white;
  text-decoration: none; }

#page_links {
  border: #cccccc solid 1px;
  border-bottom: none;
  background: #cccccc;
  font-family: "Nunito", "Trebuchet MS",sans-serif;
  list-style: none;
  padding: 16px 0 0;
  margin: 20px 0 0;
  border-radius: 8px 8px 0 0; }

#page_links li {
  border-bottom: #cccccc solid 1px;
  font-size: 1.0em;
  margin: 0;
  padding: 0; }

#page_links li a, #page_links li a:link, #page_links li a:visited {
  color: #50aa50;
  display: block;
  margin: 0;
  padding: 5px 5px 5px 0.5em;
  text-decoration: none;
  background: white; }

* html #page_links li a {
  width: 100%; }

#page_links li a:hover {
  color: #fcfbd5;
  -webkit-background-clip: padding-box;
  background: #98e69a;
  background-image: -moz-linear-gradient(top, #98e69a 0%, #32cd36 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #98e69a), color-stop(1, #32cd36));
  -pie-background: linear-gradient(top, #98e69a 0%, #32cd36 100%);
  background-image: linear-gradient(top, #98e69a 0%, #32cd36 100%); }

/*----------------- =NEWS= --------------------*/
#news h1 {
  color: #408740;
  margin: 0;
  line-height: 1; }

#news ul {
  font-size: 0.8em;
  color: #666666;
  padding: 0;
  margin: 0;
  _height: 1%;
  *min-height: 1px;
  zoom: 1; }
  #news ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

#news ul li {
  font-size: 13px;
  padding: 1em  0;
  margin: none;
  list-style: none; }

#news ul li ul {
  padding: 0 2em; }

#news ul li li {
  border: none;
  padding: 0.1em 0;
  list-style: disc;
  float: none; }

#news ul li ol li {
  list-style: decimal;
  margin-left: 20px;
  padding-left: 0; }

#news ul li p {
  line-height: 1.3em; }

#news ul h2 {
  color: #408740;
  margin: 0; }

#news ul p.post_date {
  color: #ccc;
  margin-bottom: 0.5em;
  font-style: italic; }

.news_item {
  clear: left; }

/***************************************

    footer  

****************************************/
#footer a, #footer a:link, #footer a:visited {
  color: #50aa50; }
#footer a:hover {
  color: white;
  background: #50aa50; }
#footer h1 {
  color: #50aa50;
  font-family: "Nunito", "Trebuchet MS",sans-serif;
  font-weight: normal;
  font-size: 2em;
  letter-spacing: 0em;
  margin: 0.5em 0 0;
  color: #666; }
#footer .nav {
  padding: 0; }
  #footer .nav li {
    display: inline;
    list-style: none;
    font-size: 1.1em;
    padding-right: 4px; }