/*
THEME NAME: Berti Investments
THEME URI: http://www.bertiinvestments.com/
DESCRIPTION: Theme made for Berti Investments.
VERSION: 1.1
AUTHOR: <a href="http://maximmcnair.com/">Maxim McNair</a>
AUTHOR URI: http://maximmcnair.com/
*/
/* RESET */
/* ----------------------------------------- */
/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, 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 {
  font-style: normal;
  font-weight: normal; }

ol, ul, 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: ''; }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong {
  font-weight: bold; }

em {
  font-style: italic; }

a img {
  border: none; }

/* Gets rid of IE's blue borders */
:focus {
  outline: none; }

/* LAYOUT */
/* ----------------------------------------- */
/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.wp-caption {
  border: 1px solid #666;
  text-align: center;
  background: #ccc;
  padding: 10px;
  margin: 10px; }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 0 0; }

/* Use this br class to clear your floated columns */
li#theme-switcher {
  background: #fff;
  border: 10px solid red;
  padding: 20px;
  position: fixed;
  top: 0;
  right: 0; }

/* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */
/* Generic */
/* ----------------------------------------- */
body {
  background: url(images/bg.png);
  color: #333333; }

section#container {
  width: 900px;
  margin: 20px auto;
  display: block;
  background-color: #FFFFFF;
  overflow: hidden;
  height: auto; }

section.four0four {
  height: 400px;
  padding: 20px; }

/* TYPOGRAPHY */
/* ----------------------------------------- */
body {
  font-family: 'ff-scala-sans-web'; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

/* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert {
  background: red;
  color: white; }

/* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.*/
p,
li {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25em;
  color: #333;
  margin-bottom: 15px; }

a,
a:visited {
  color: #44a128;
  text-decoration: none; }

a:hover {
  color: #006D0D; }

h3, h1 {
  color: #44A128;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.25px;
  line-height: 1.1em;
  margin: 10px auto; }

h4 {
  color: #006D0D;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.25px;
  line-height: 1.05em;
  margin: 10px auto; }

/* Header */
/* ----------------------------------------- */
header#banner {
  height: 190px;
  display: block;
  background: url(images/headerbg.jpg);
  position: relative; }
  header#banner div#logo {
    background: url(images/logo.png) no-repeat;
    height: 130px;
    width: 400px;
    position: absolute;
    top: 15px;
    left: 20px;
    text-indent: -99999px; }
  header#banner div#bertha {
    background: url(images/berthalogo.jpg) no-repeat;
    height: 93px;
    width: 135px;
    position: absolute;
    top: 74px;
    right: 20px;
    text-indent: -99999px; }
  header#banner nav#access {
    position: absolute;
    z-index: 12;
    bottom: -54px; }
    header#banner nav#access ul {
      list-style: none;
      width: 100%;
      border-top: 10px solid #FFFFFF;
      padding-left: 3px; }
      header#banner nav#access ul li {
        font-size: 16px;
        display: inline-block;
        text-align: center;
        background-color: #FFFFFF;
        width: 175px;
        padding: 5px 0px;
        margin-right: 1px;
        -webkit-border-bottom-right-radius: 7px;
        -webkit-border-bottom-left-radius: 7px;
        -moz-border-radius-bottomright: 7px;
        -moz-border-radius-bottomleft: 7px;
        border-bottom-right-radius: 7px;
        border-bottom-left-radius: 7px;
        box-shadow: 5px 5px 5px #000000;
        position: relative;
        z-index: 10000; }
        header#banner nav#access ul li ul {
          width: 172px;
          overflow: hidden;
          position: absolute;
          z-index: 5;
          box-shadow: 5px 5px 5px #000000;
          top: 25px;
          left: 0px;
          padding-top: 0px;
          background-color: #FFFFFF;
          -webkit-border-bottom-right-radius: 7px;
          -webkit-border-bottom-left-radius: 7px;
          -moz-border-radius-bottomright: 7px;
          -moz-border-radius-bottomleft: 7px;
          border-bottom-right-radius: 7px;
          border-bottom-left-radius: 7px; }
          header#banner nav#access ul li ul li {
            background-color: none;
            box-shadow: none;
            margin: 0;
            padding: 10px 0; }
      header#banner nav#access ul li:last-of-type {
        margin-right: 0px; }

/* Content */
/* ----------------------------------------- */
span.date{
  color: #999999;
  font-size: 14px;
}
section.content {
  position: relative;
  z-index: 11;
  /*toggle*/ }
  section.content form strong {
    display: block; }
  section.content ol,
  section.content ul {
    margin-left: 25px; }
    section.content ol li,
    section.content ul li {
      list-style-image: url(images/list.jpg);
      list-style-type: none;
      margin: 20px auto; }
  section.content div.main-image {
    min-height: 30px; }
  section.content div.toprow {
    margin: 25px;
    overflow: hidden;
    border-bottom: 3px dotted #006D0D; }
    section.content div.toprow div.intro-statement {
      float: left;
      width: 559px;
      margin-right: 25px;
      padding-bottom: 25px; }
    section.content div.toprow div.side-image {
      float: right;
      width: 266px; }
  section.content div.mainrow {
    margin: 25px;
    overflow: hidden; }
    section.content div.mainrow div.main-content {
      float: left;
      width: 559px;
      margin-right: 25px; }
    section.content div.mainrow div.side-content {
      float: right;
      width: 266px; }
      section.content div.side-content div.tweet{
        margin-bottom: 15px;
      }
      section.content div.side-content div.tweet div.time{
        font-size: 14px;
        color: #999999;
      }
      section.content div.mainrow div.side-content h4 {
        margin: 10px auto 4px; }
      section.content div.mainrow div.side-content span.date {
        display: block;
        font-size: 13px;
        margin-bottom: 11px; }
  section.content h3.trigger {
    margin: 0px !important;
    font-weight: 400;
    font-size: 18px;
    padding: 10px;
    padding-left: 30px;
    background-image: url("images/toggle-plus.png");
    background-position: 10px center;
    background-repeat: no-repeat; }
  section.content h3.trigger a {
    color: #333;
    text-decoration: none;
    display: block; }
  section.content h3.trigger a:hover {
    color: #44a128;
    text-decoration: underline; }
  section.content h3.active {
    background-image: url("images/toggle-minus.png") !important;
    background-position: 10px center;
    background-repeat: no-repeat; }
  section.content h3.toggle-white {
    background-color: #FFF; }
  section.content h3.toggle-gray {
    background-color: #F5F5F5; }
  section.content .toggle_container {
    overflow: hidden;
    padding: 20px 10px; }

span.small {
  font-size: 16px; }

div#jstwitter{
  border: 1px solid #44A128;
  padding: 5px;
}
/* Footer */
/* ----------------------------------------- */
footer#main-footer {
  background: url("images/footerbg.jpg") repeat scroll 0 -5px transparent;
  border-top: 10px solid #44A128;
  overflow: hidden;
  display: block;
  width: 900px;
}
footer#main-footer #footer-info,
footer#main-footer #footer-mail,
footer#main-footer #footer-phone,
footer#main-footer #footer-twitter,
footer#main-footer #footer-linkedin {
  width: 200px;
  margin-right: 25px;
  float: left;
  display: block;
  height: 100px;
    margin-top: 10px;
    position: relative;
        clear: none;
}
footer#main-footer #footer-phone{
  width: 170px;
}
footer#main-footer #footer-twitter {
  width: 100px;
}
footer#main-footer #footer-linkedin {
  width: 115px;
}
footer#main-footer #footer-linkedin{
  margin-right: 0px;
}
footer#main-footer #footer-info p,
footer#main-footer #footer-mail p,
footer#main-footer #footer-phone p,
footer#main-footer #footer-twitter p,
footer#main-footer #footer-linkedin p {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    padding-left: 50px;
    letter-spacing: 0.7px;
    margin-bottom: 3px; 
}
footer#main-footer #footer-phone p,
footer#main-footer #footer-twitter p {
  margin-top: 9px;
}
footer#main-footer #footer-twitter a,
footer#main-footer #footer-linkedin a {
  color: #FFFFFF;
}
footer#main-footer #footer-info {
  background: url(images/help.png) no-repeat;
}
footer#main-footer #footer-mail {
  background: url(images/mail.png) no-repeat;
}
footer#main-footer #footer-phone {
  background: url(images/phone.png) no-repeat;
}
footer#main-footer #footer-twitter {
  background: url(images/twitter.png) no-repeat;
}
footer#main-footer #footer-linkedin {
  background: url(images/linkedin.png) no-repeat;
}
  footer#main-footer span.copy {
    clear: both;
    width: 100%;
    text-align: center;
    display: block;
    color: #FFFFFF;
    font-size: 10px; }