/*
-----------------------------------------------
Stylesheet: ritterranchlife.com
Media: Screen
Controller: pages
Author: Chris Abad
----------------------------------------------- */

/* Base Styles
----------------------------------------------- */

  body {
    background-color: #907470;
    background-image: url("../images/background.gif");
    background-position: center;
    background-repeat: repeat-y;
    color: #000;
    font-family: "Times New Roman", Times, serif;
    font-size: small;
    margin: 0;
    padding: 0;
    text-align: center;
    }
  
  a { color: #000; }
  
  blockquote {
    font-style: italic;
    margin: 0 0 .8em 0;
    padding: 0;    
    }

  h1 {
    background-image: url("../images/header.jpg");
    background-repeat: no-repeat;
    height: 323px;
    margin: 0;
    padding: 0;
    text-indent: -5000px;
    width: 690px;
    }
  
  h2 {
    display: none;
    }
  
  h3 {
    background-image: url("../images/headline.gif");
    background-repeat: no-repeat;
    height: 130px;
    margin: 0;
    padding: 0;
    text-indent: -5000px;
    width: 690px;
    }
  
  h4 {
    background-image: no-repeat;
    background-repeat: no-repeat;
    height: 31px;
    margin: 0;
    padding: 0;
    text-indent: -5000px;
    width: 310px;
    }
  
  p {
    margin: 0 0 .8em 0;
    padding: 0;
    }
    

/* ClearFix Hack
----------------------------------------------- */
  .clearfix:after {
     content: "."; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
     }

   .clearfix {display: inline-block;}

   /* Hides from IE-mac \*/
   * html .clearfix {
     height: 1%;
     }

   .clearfix {
     display: block;
     }
   /* End hide from IE-mac */

/* music_from_home
----------------------------------------------- */

  #container {
    background-color: #FFF;
    background-image: url("../images/footer_bottom.gif");
    background-position: bottom;
    background-repeat: no-repeat;
    margin: 0 auto 150px auto;
    padding: 0 0 38px 0;
    text-align: left;
    width: 690px;
    }
  
  #content { margin: 0 35px; }
  
  #footer {
    background-image: url("../images/footer_top.gif");
    background-position: center top;
    background-repeat: no-repeat;
    color: #000;
    padding: 62px 32px 0 32px;
    position: relative;
    }
  
  #footer ul {
    list-style: none;
    margin: 2em 0 0 0;
    padding: 0;
    }
  
  #footer ul li {
    display: inline;
    margin: 0;
    padding: 0;
    }
  
  #footer ul li a {
    display: block;
    float: left;
    height: 75px;
    margin-right: 15px;
    text-indent: -5000px;
    }
  
  #footer ul li #marblehead {
    background-image: url("../images/logo_marblehead.gif");
    width: 167px;
    }
  
  #footer ul li #pacifica {
    background-image: url("../images/logo_pacifica.gif");
    width: 127px;
    }
  
  #footer ul li #suncal {
    background-image: url("../images/logo_suncal.gif");
    width: 116px;
    }
  
  h4#about {
    background-image: url("../images/title_about.gif");
    }
  
  h4#details {
    background-image: url("../images/title_details.gif");
    background-position: left bottom;
    padding-top: 50px;
    width: 300px;
    }
  
  #three_guitarists {
    float: right;
    margin: 0 0 20px 20px;
    }
  
  #video { text-align: center; }
  
  #video * {
    display: block;
    margin: 2em auto 4em auto;
    }