/*  
Theme Name: ShannonSmith
Theme URI: http://wordpress.org/
Description: A custom WordPress theme for Shannon Smith.
Version: 1.0
Author: MBotsko
Author URI: http://www.botsko.net
*/

/* */
/* shannon smith wordpress theme */
/* mbotsko, $Id: style.css,v 1.8 2006/08/04 02:37:20 michael Exp $ */ 
  
/* define the global css here */
  body {
    margin: 0;
    padding: 0;
    background-image: url('http://www.shansmith.com/wp-content/themes/shansmith/images/background.gif');
    font-family: Palatino, "Palatino Linotype", Georgia, serif;
  }
  
  .clearme {
    clear: both;
  }
  
  #pageWrapper {
    width: 100%;
    text-align: center;
  }
  
  #contentWrapper, #header, #header-main, #footer {
    width: 805px;
    margin: auto;
    text-align: left;
  }
  
  #contentWrapper{
    background-image: url('http://www.shansmith.com/wp-content/themes/shansmith/images/navbar.gif');
  }
  
  /* define the headers */
  
    #header {
      background: url('http://www.shansmith.com/wp-content/themes/shansmith/images/header.gif') no-repeat;
      height: 120px;
    }
    
      #header-main {
        background: url('http://www.shansmith.com/wp-content/themes/shansmith/images/header-main.gif') no-repeat;
        height: 151px;
      }
  
  /* define the navbar */
  #navbar {
    margin-left: 10px;
    width: 135px;
    float: left;
  }
  
  #navbar a {
    display: block;
  }
  
  /* define the navbar buttons */
    
    #home a {
      height: 18px;
      background-image: url('http://www.shansmith.com/wp-content/themes/shansmith/images/welcome.gif');
    }
    
    #home a:hover, #home a.selected {
      background-image: url('http://www.shansmith.com/wp-content/themes/shansmith/images/welcome_hover.gif');
    }
    
    #articles a {
      height: 17px;
      background-image: url('http://www.shansmith.com/wp-content/themes/shansmith/images/articles.gif');
    }
    
    #articles a:hover, #articles a.selected {
      background-image: url('http://www.shansmith.com/wp-content/themes/shansmith/images/articles_hover.gif');
    }
    
    #faq a {
      height: 20px;
      background-image: url('http://www.shansmith.com/wp-content/themes/shansmith/images/faqs.gif');
    }
    
    #faq a:hover, #faq a.selected {
      background-image: url('http://www.shansmith.com/wp-content/themes/shansmith/images/faqs_hover.gif');
    }
    
    #services a {
      height: 20px;
      background-image: url('http://www.shansmith.com/wp-content/themes/shansmith/images/services.gif');
    }
    
    #services a:hover, #services a.selected {
      background-image: url('http://www.shansmith.com/wp-content/themes/shansmith/images/services_hover.gif');
    }

    #shannon a {
      height: 20px;
      background-image: url('http://www.shansmith.com/wp-content/themes/shansmith/images/shannon.gif');
    }
    
    #shannon a:hover, #shannon a.selected {
      background-image: url('http://www.shansmith.com/wp-content/themes/shansmith/images/shannon_hover.gif');
    }
        
    #grouptherapy a {
      height: 17px;
      background-image: url('http://www.shansmith.com/wp-content/themes/shansmith/images/groups.gif');
    }
    
    #grouptherapy a:hover, #grouptherapy a.selected {
      background-image: url('http://www.shansmith.com/wp-content/themes/shansmith/images/groups_hover.gif');
    }
    
    #contact a {
      height: 19px;
      background-image: url('http://www.shansmith.com/wp-content/themes/shansmith/images/contact.gif');
    }
    
    #contact a:hover, #contact a.selected {
      background-image: url('http://www.shansmith.com/wp-content/themes/shansmith/images/contact_hover.gif');
    }
    
    #links a {
      height: 17px;
      background-image: url('http://www.shansmith.com/wp-content/themes/shansmith/images/links.gif');
    }
    
    #links a:hover, #links a.selected {
      background-image: url('http://www.shansmith.com/wp-content/themes/shansmith/images/links_hover.gif');
    }
    
  /* define the main content/posts */
  #mainContent {
    background: #fff url('http://www.shansmith.com/wp-content/themes/shansmith/images/right-edge.gif') repeat-y right;
    width: 640px;
    float: right;
    display: block;
    position: relative;
    z-index: 0;
  }
  
  h1 {
    font-size: 14pt;
    text-align: center;
  }

  /* define the actual posts */
  .post {
    background: #F8F6BE url('http://www.shansmith.com/wp-content/themes/shansmith/images/background-post.gif') repeat-x bottom;
    width: 530px;
    padding: 5px 10px 60px 10px;
    margin: 10px 30px 0 35px;
    display: block;
    position: relative;
    text-align: justify;
    font-size: 16px;
    color: #3D3E3E;
  }
  
  .post h2 {
    font-size: 19px;
    text-align: center;
    margin-top: 6px;
    color: #424449;
  }
  
  .post h2 a {
    font-size: 19px;
    text-align: center;
    text-decoration: none;
    color: #424449;
  }
  
  .post img {
    position: relative;
    display: block;
    float: left;
    border: 5px solid #fff;
    margin: 0 18px 0 -40px;
  }
  
  .entry, .entrytext {
    color: #424449;
    font-size: .9em;
    padding: 0 25px;
    line-height: 1.4em;
  }
  
  .postmetadata {
    color: #424449;
    font-size: .7em;
    line-height: 1.4em;
    padding: 0 30px;
  }
  
  .postmetadata a {
  	text-decoration: none;
  }
  
  .firstPost h2 a {
    font-size: 20px;
  }
  
/*  .firstPost img {
    position: relative;
    display: block;
    float: left;
    border: 5px solid #fff;
    margin: 0 18px 0 -40px;
  } */
  
  /* define the footer */
  #footer {
    background: url('http://www.shansmith.com/wp-content/themes/shansmith/images/footer.gif') no-repeat;
    height: 151px;
  }
  
    #footer ul {
      position: relative;
      top: 90px;
      left: 220px;
      margin: 0;
      padding: 0;
    }
    
    #footer ul, #footer ul li {
      padding: 0;
      margin: 0;
      text-align: left;
		line-height: 15px;
    }
    
    #footer ul li {
      list-style: none;
      display: inline;
    }
    
    #footer a {
      color: #3d4a12;
      text-decoration: none;
      font-size: 11px;
      font-family: Georgia, serif;
    }
  


