/*-----------------------------------------------------------------------------
  The Maas Clinic
  Author: Mario Parris <mario@brightsquareinc.com>
  Updated: May. 11. 2009
  ------------------------------------------------------------------------------*/
  /* COLOURS 
      Name : #hex  (Applied, To, This) 

      Site Background: #FFF
      Content Background: #FFF

      Text: #797676 [Likely #666]
      Green Text: #919339
      Pink Text: #EA2C52
      Blue Text: #4A7397 
      Bright Blue Text (Qoutes/Review): #15C6EE
      Red: #BF3314
      
      Links (Normal): #4A7397 
      Links (Hover): #EA2C52

      Side Links (Normal): #EA2C52
  
      Buttons (Hover): 
      Buttons (Off):
  
      Dark Grey: #222222; (Body)
      Dark Content Background: #3D3D3D; (Content)

  */

  /* CSS Property Order/Organization (Organized by Box Model)
     1. Display & Flow
     2. Positioning
     3. Dimensions
     4. Margins, Padding, Borders, Outline
     5. Typographic Styles
     6. Backgrounds
     7. Opacity, Cursors, Generated Content

     http://aloestudios.com/2009/02/order-of-the-day-css-properties/
     http://www.slideshare.net/stephenhay/maintainable-css-presentation

  */
  
  
/* UTILITY
------------------------------------------------------------------------------*/  

.hilite-blue {
 color: #15C6EE;
}

.hilite-pink {
  color: #EA2C52;
}

.hilite-green {
  color: #919339;
}


/* BASICS
------------------------------------------------------------------------------*/  

  body {
    font: normal 13px/18px Helvetica, Arial, sans-serif;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    color: #666;
  }

  /* LINKS */
  a { 
    text-decoration: none;
    color: #4A7397;
  }
  
  a:hover {
    color: #EA2C52;
  }
  
  /* HEADINGS */
  h1, h2, h3, h4 {
    font-weight: bold;
  }
  
  h1 {
    margin: 0 0 16px 0;    
    font-size: 36px;
    font-weight: normal;
    line-height: 50px;
    text-transform: lowercase;
    color: #4A7397;  
  }
  
  h2 {
    margin: 20px 0 14px 0;   
    font-size: 23px;
    font-weight: normal;
    text-transform: lowercase; 
    color: #9C2512;
  }
  
  h3 {
    margin: 5px 0 14px 0;
    font-size: 14px;
    line-height: 14px;
  }
  
  h4 {
    font-size: 14px;
  }
  
  /* BLOCKS */
  
  p {
    margin: 0 0 16px 0;
  }

  
  /* LISTS: ORDERED, UNORDERED & DEFINITION */
  blockquote, ul, ol, dl {
    /*giving blockquotes and lists room to breath*/
    margin:1em;
    line-height: 18px;
  }
  
  ol, ul, dl {
    margin: 0em 1em 1.4em 3em;
  }
  
  ol li {
    /*giving OL's LIs generated numbers*/
    list-style: decimal outside;	
  }
  
  ul li {
    /*giving UL's LIs generated disc markers*/
    list-style: disc outside;
  }

  
  /* TEXT: STRONG|BOLD, EMPHASIS|ITALIC */
  strong, b {
    font-weight: bold;
  }
  
  em, i {
    font-style: italic;
  }
  
  strong em,
  em strong {
    font-style: oblique;
  }
  
  /* TABLES */
  table, td, th {
    border:1px solid #4A7397;
    border-collapse:collapse;
    margin:0;
    padding:0;
  }

  table {
    margin: 0 0 1.4em 0;
  }

  td, th {
    padding:.2em .5em;
    vertical-align:top;
    font-weight:normal;
  }

  th,
  tbody th,
  thead th {
    text-transform:uppercase;
    background: #4A7397;
    color:#fff;
  }
 
  tbody td {
    background:#fff;
  }


  tbody tr.odd td {
    background:#eee;
  }

  tbody tr.odd th {
    background:#999;
  }
  
  
  /* IMAGES */
  
.main img[align=right],
.main img.alignright, 
.main div.alignright,
.main .alignright  {
  float: right;
  margin:0 0 2px 15px;
}

.main img[align=left],
.main img.alignleft,
.main div.alignleft,
.main .alignleft {
  float:left;
  margin:0 15px 2px 0px;
}

.main .align { /*DEFAULT none*/
  float:right;
  margin:0 0 2px 15px;
}
/* LAYOUT
------------------------------------------------------------------------------*/  

/* 
Used the following link so we can get the content always
taking the full height, since we have a dropshadow over
a gradient which would look horrible when content 
stops short.

http://www.xs4all.nl/~peterned/examples/csslayout1.html 

*/
html, body {
  height:100%; 
  text-align: center;
  background: #fff url(../img/body-bg.png) repeat-x  top;
}

/* WRAP */
#wrapper {
  position: relative;
  width: 1000px;
  /* These height settings are needed for the container to take up the full window height.*/
  height: auto !important;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0 0 0 20px;
  text-align: left;
  background: transparent url(../img/page-shadow.png) repeat-y;
}

.wrap {
  width: 959px;
}

/* HEAD */
#head { background-color: #FAFAFA; }

#logo {
  /* margin-bottom: 20px; */
  background-color: #FAFAFA;
}

#logo a {
  display: block;
 /* width: 280px; /* 280 + 160 = 440px total width. Leaves 520 - 540px for the video. */
  /* height: 115px; */
  /* padding: 45px 0 0 160px; */
  color: #7B7B7B;
  /* background: url('../img/logo.png') no-repeat; */
  width: 550px;
  height: 180px;
  background: url('../img/maas-logo.png') no-repeat;
  text-indent: -5000px; 
}

#logo.maas-cafe a {
  display: block;
  color: #7B7B7B;
  width: 550px; /*360px;*/
  height: 180px; /*190px;*/
  background: url('../img/maas-cafe-logo2.png') no-repeat;
  text-indent: -5000px; 
}

#logo.hidden-cure a {
  width: 360px;
  height: 190px;
  background: url('../img/maas-logo-new.png') no-repeat;
  text-indent: -5000px; 
}

#logo a h1 {
  margin: 0;
  font: 36px Helvetica, Arial, sans-serif;
  text-transform: none;
  color:#7B7B7B;
}

#logo a p {
  margin: -6px 0 0 7px;
  font: 16px Helvetica, Arial, sans-serif;
}

/* Blood Cell Animation */
#animation {
  float: right;
  height: 180px;
  width: 320px;
  margin-right: 0px;
}


/* PAGE */
#page {
  clear: both;
  margin: 20px 0 20px 0;
  padding: 0 0 10px 0;
  overflow: hidden;
  background: transparent;
}

#page .side, #page .main {
  float: left;
}
 
#page .side {
  margin: 0 10px 0 0;
  width: 200px;
}

#page .main {
  margin: 0 10px 20px 0px;
  width: 700px;
} 
  
/* FOOTER */ 
#foot {
  position: absolute;
  /* left: 20px; */
  bottom: 0;  /* stick to bottom */ 
  margin: 0;
  padding: 10px 0 0 0;
  width: 960px;
  text-align: center;
}

#foot ul {
  display: block;
  width: 960px;
  height: 28px;
  padding: 0;
  margin: 0;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  background: #DDD url(../img/nav-bg.png) repeat-x top left;
}

#foot li {
  display: block;
  float: right;
  height: 22px;
  margin: 0 15px 0 0;
  padding: 3px 0;
  list-style: none;
  text-align: left;
}

#foot ul li a { 
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #FFF;
}

#foot li a.active {
  
}

#foot li a:hover {
  color: #BF3314;
}

#foot li.copyright {
  font-weight: bold;
}



/* ELEMENTS
------------------------------------------------------------------------------*/  

/* MAIN TESTIMONIAL */

#main-testimonial {
  height: 180px;
}

#main-testimonial blockquote {
  margin: 0 0 0 180px;
  padding: 5px 0 0 0;
  font-size: 18px;
  line-height: 26px;
}

#main-testimonial .open-quote {
  margin-right: 10px;
}


#main-testimonial .close-quote {
  margin: 0 0 -22px 0;
}

#main-testimonial div.quoted {
  margin-left: 180px;
  color: #10597C;
}

/* HIGHLIGHTS =hi */

ul.highlights {
  margin: 0;
  padding: 0;
  list-style-position: outside;
}

/* To Do: Add bottom + right padding to position text off the lower corner image */
.highlights li {
  width: 180px;
  margin: 0px;
  padding: 5px 5px 0px 5px;
  list-style-type: none;
  /* background: #DDD url(../img/highlight-bg-transparent.png) no-repeat bottom; */
  background: url(../img/highlight-bg.png) no-repeat bottom;
  overflow: auto;
}


.highlights h4 {
  color: #9C2512;
}

.highlights p {
  padding: 0; 
}

.highlights .go {
  display: block;
  float: right;
  position: relative;
  height: 17px;
  width: 38px;
  margin: -30px 10px 0 0;
  text-indent: -5000px;
  background-image: url(../img/go-sprite.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.highlights .go:hover {
  background-position: 0px -17px;
}

.highlights .five-laws-diet p {
  background: url(../img/highlight-5-laws-diet.png) no-repeat bottom right;
}

.highlights .hidden-cure p {
  background: url(../img/highlight-hidden-cure.png) no-repeat bottom right;
}

.highlights .grocery-list p {
  background: url(../img/highlight-grocery-list.png) no-repeat bottom right;
}

.highlights .maas-cafe p {
  background: url(../img/highlight-maas-cafe.png) no-repeat bottom right;
}


/* TESTIMONIAL */
.testimonial {
  padding: 10px;
  background-image: url();
}

.testimonial blockquote {
  font-size: 16px;
  font-weight: bold;
}

.testimonial .person {
  font-weight: bold;
  color: #15C6EE;
}

/* MAAS CAFE */

.masked {
  float: right;
  height: 470px;
  width: 300px;
  margin: -50px 0 0 0;
  background-repeat: no-repeat;
  background-position: 0px 0px; /* pull image across to the left */
}

.mask {
  height: 470px;
  width: 300px;
  padding: 0;
  margin: 0;
  background: transparent;
}


/* MAP */
#map { margin-bottom: 10px; }

/* HIDDEN CURE
------------------------------------------------------------------------------*/  

#r-the-hidden-cure {
  background: transparent url(../img/body-bg.png) repeat-x  top; 
}


#r-the-hidden-cure .wrap {
  background-color: #DAD5B7;
  color: #202020;
  width: 959px;
}

#r-the-hidden-cure #wrapper {
  position: relative;
  width: 980px;
  background: url(../img/page-shadow-hiddencure.png) repeat-y;
}

#r-the-hidden-cure #wrapper .wrap {
  background-color: #DAD5B7;
}


/* Headings --- Should be the same as Maas Clinic */
#r-the-hidden-cure h1 {
  margin: 0 0 16px 0;    
  font-size: 36px;
  font-weight: normal;
  line-height: 50px;
  text-transform: lowercase;
  color: #4A7397;  
}

#r-the-hidden-cure h2 {
  font-size: 22px;
  margin: 0 0 10px 0;    
  color: #9C2512;
}

/* Links */


/* Main Page */

#r-the-hidden-cure #page .main {
  width: 580px;
}

#r-the-hidden-cure #page .side {
  width: 340px;
}

.s-the-hidden-cure h1 {
  margin: 0 0 -16px 0;
  padding: 0;
 /* color: #D51245; */
  font-size: 24px;
  font-weight: bold;
  text-transform: none;
}

.s-the-hidden-cure h3 {
  margin: 0 0 16px 0;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  text-transform: none;
}

.s-the-hidden-cure h4 {
  font-size: 12px;
}


/* Testimonials */

.testimonials_info h1 {
  font-size: 15px;
  font-weight: bold;
  text-transform: capitalize;
  color: #C82728;
}

#testimonial-header { float: right; margin: 15px 15px 0 0; }


/* Side Images */

/* Hide the book on the author page */
#r-the-hidden-cure .book {
  text-align: center;
}

#r-the-hidden-cure .book a {
  font-size: 16px;
  font-weight: bold;
  color: #9C2512;
}

#r-the-hidden-cure .book a:hover {
  color: #BF3314;
}

/* BLOG
------------------------------------------------------------------------------*/
.post .title {
  margin-top: 5px;
}

.post h2 { line-height: 1; margin: 0; padding: 0; }
.post h2 + .date { display: block; margin: 5px 0 10px 0; }

.side .archive-list,
.side .category-list {
  margin-left: 10px;
}

.more a { color: #EA2C52; }
.more a:hover { color: #4A7397;}

/* GENERAL OSTEOPATHIC SOCIETY LINKS */
#gos-links { padding: 10px 0 20px 10px; }
