/* ---------------------------------- */

/*
 * ohare Better World
 * 2011
 *
 * base.css
 *
 * 
 */


/* ---------------------------------- */

/*
 *  TABLE OF CONTENTS
 *  
 *  @Reset
 *  @HTML5
 *  @Fonts
 *  @Global
 *  @Wrapper
 *  @Masthead
 *  @Nav
 *  @Lines
 *  @GlobalStories
 *  @Proof-Points
 *  @Footer
 *  @Icons
 *  @Clear
 *
 */

/* ---------------------------------- */

/* @Reset */

html
{
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}

body
{
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 1000px;
  overflow-x: hidden;
}


*
{
  margin: 0;
  padding: 0;
  outline: none;
}

  body,
  div,
  dl,dt,dd,
  ul,ol,li,
  h1,h2,h3,h4,h5,h6,
  pre,
  form,fieldset,
  input,textarea,
  a,
  p,blockquote,
  th,td 
  { 
    margin: 0;
    padding: 0;
    vertical-align: baseline;
  }
    
  img 
  {
   border: 0
  }
    
  address,
  caption,
  cite,
  code,
  dfn,
  em,
  strong,
  th,
  var 
  {
    font-style: normal;
    font-weight: normal;
  }
    
  ol,ul 
  {
    list-style: none;
  }
    
  h1,h2,h3,h4,h5,h6 
  {
    font-size: 100%;
    font-weight: normal;
  }

/* ---------------------------------- */

/* @HTML5 */

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary, mark {  
  display:block;
}

/* ---------------------------------- */

/* @FontFace */


@font-face {
	font-family: 'Helvetica Neue Light';
	font-weight: normal;
	font-style: normal;
}
	
    
    
/* ---------------------------------- */

/* @Global */

* 
{
  line-height: 16px;
  font-family:Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
  font-size: 13px;
  font-size-adjust:0.49; 
  font-weight: 100 !important; 
  font-style: normal;
  font-align: justified;

}

  p
  {
    margin: 0 0 20px 0;
    font-size: 13px;
    line-height: 16px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
  }
  
  a
  {
    font-size: 14px;
    color: #811114;
    text-decoration: none;
    
  }
 
  a:hover {
    color: #888;
  }
  
    a.outlink {

      padding-right: 16px;
      background: transparent url(../img/linkout.gif) 100% 50% no-repeat;
      border-bottom: 1px dotted #222;
    }
  
  h1 {
    font-size-adjust:0;
    font-weight:100 !important; 
    font-style:normal;
  }

/* ---------------------------------- */

/* @Wrapper */

div#wrapper {
  width: 100%;
  max-width: 1920px;
  min-width: 100px;
  padding: 0;
  margin: 0 auto;
  position:relative;
}

/* ---------------------------------- */

/* @Masthead */

.story#masthead, #masthead {
  position: relative;
  top:50%
  padding: 50px 0 10px 170px;
  width: 100%;
  margin: 0px auto auto 0;
  height: 170px;
  top:170px;
  overflow: hidden;
  background: #FFF9F4;
  z-index:10000;
  
}

.story header#masthead h1, header#masthead h1 {
  position:relative;
  display: block;
  background: url(../img/logo.png) 0 0 no-repeat;
  width: 370px;
  padding: 150px auto auto 0;
  margin: 30px auto auto 150px;
  height: 76px;
  overflow: hidden;
  text-indent: -9000px;

}

.story#backbar, #backbar {
  position: fixed;
  top:50%
  padding: 50px 0 10px 170px;
  width: 100%;
  margin: 130px auto auto 0;
  height: 170px;
  top:170px;
  overflow: hidden;
  background: #FFF9F4;
  z-index:100;
  
}

/* ---------------------------------- 



*/

/* @Nav */


nav#main {
  position: fixed;
  left: 20px;
  top: 50%;
  z-index: 999999;
  width:100%;
      
}

  nav#main li {
    height: 20px;
    position: relative;
  }

  nav#main a {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/dotnav.png) 0 100% no-repeat;
    text-indent: -9000px;
    overflow: hidden;
  }


  nav#main a:hover,
  nav#main li.active a {
    background-position: 0 0;
  }
  
      nav#main h1 {
        display: none;
        opacity: 0;
        position: absolute;
        left: 25px;    
        top: 0px;
        white-space: nowrap;
        padding: 0 6px 0 0;
        background: url(../img/arrow_right.png) 100% 50% no-repeat;
      }
      nav#main span {
        display: block;
        background: #811114;
        color: #fff;
        padding: 4px 8px;
        white-space: nowrap;
      }
      
      nav#main li:hover h1 {
        xdisplay: block;
      }
      
      nav#main li:hover {
        background: 
      }


/* ---------------------------------- */

/* @Lines */

.line {
  position: absolute;
  width: 900px;
  left: 50%;
  margin-left: -450px;
  height: 0;
}

    
/* ---------------------------------- */

/* @GlobalStories */

.story {
  min-height: 900px;
  position: relative;
  width: 100% !important;
  min-width: 1000px;
  margin: 0;
  padding: 0;

}

  .story article {
    width: 900px;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
  }

  .story header {
   position: absolute;
   left: 0;
   top: 0;
   width: 900px;
   z-index: 99999;
  }
  
  .story .article-content {
    z-index: 1; 
  }
  
  
  .story header p {
    width: 900px;
    color: black;
    font-size: 15px;
  }
  
    .story header p a {
      color: #222;
      border-bottom: 1px dotted #222;
    }
    
    .story header a {
      font-size: 15px;
      color: #222 !important;
      border-bottom: 1px dotted #222;
    }
    
    .story header a:hover { 
      color: #000 !important;
      border-bottom: 0; 
    }
  
  .story h1 {
    font-size: 16px;
    font-family: "Helvetica Neue Light","Helvetica Neue","Helvetica";
    font-weight: bold;
    letter-spacing: 0px;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
    margin: 0 0 2px 0;
  }
  
  .story header h2 {
    font-size: 40px;
    font-family: "Helvetica Neue Light","Helvetica Neue","Helvetica";
   letter-spacing: -1px;
    line-height: 50px;
    margin: 0 0 50px 0;
    color: #811114;
  }
  

/* ---------------------------------- */

/* @Footer */

footer {
  width: 900px;
  margin: 0 auto 0 auto;
  padding: 250px 0 0 160px;
}

  footer a {
      color: #222;
      border-bottom: 1px dotted #222;
      padding: 0 !important;
      margin: 0 !important;
      text-indent: 1px !important;
  }
  
    footer a:hover {
      border-bottom: 0;
    }
  
  .ohare-legal {
    margin: 500px 0 20px 0;
    font-size: 11px;
  }
  
  .ohare-legal * {
    font-size: 11px;
  }

/* ---------------------------------- */



/* @Share */

#site-share {
  position: fixed;
  bottom: 25px;
  right: 25px;
}

  .icon-fb{
    display: block;
    margin: 0 4px 0 0 !important;
    line-height: 60px;
    width: 22px;
    height: 22px;
    overflow: hidden;
    text-indent: -9000px;
    background: url(../img/icon_share_fb.png) 0 0 no-repeat;
    float: left;
    border: 0 !important;
    text-decoration: none !important;
  }
  
  
    .icon-fb:hover {
      background-position: 0 -22px;
    }
  
  .icon-twitter{
    display: block;
    margin: 0 0 0 0 !important;
    line-height: 60px;
    width: 22px;
    height: 22px;
    overflow: hidden;
    text-indent: -9000px;
    background: url(../img/icon_share_t.png) 0 0 no-repeat;
    float: left;
    border: 0 !important;
    text-decoration: none !important;
  }
  
  .icon-twitter:hover{
    background-position: 0 -22px;
  }
  
  
  

/* ---------------------------------- */

/* @Clear */

.clear-self:after 
{ 
  content: " "; 
  display: block; 
  clear: both; 
  visibility: hidden; 
  line-height: 0; 
  height: 0;
  margin-bottom: 0; 
}

.clear-self 
{ 
  /*display: inline-block;*/
  display: block;
}

html[xmlns] .clear-self 
{ 
  display: block;
}

* html .clear-self 
{ 
  height: 1%; 
}

