/*   
Theme Name: freerangeschool
Theme URI: http://www.behumanmarketing.com/
Description: Original Website Design and development for freerangeschool.org.  
Author: Be Human Marketing, Inc.
Author URI: http://www.behumanmarketing.com
Template: freerangeschool
Version: 1
.
Copyright 2009-2011 by The Free Range School.  All rights reserved. 
.
*/
* {
        margin: 0;
        padding: 0;
}
body {
        background: url("http://freerangeschool.org/images/texture.jpg") repeat;
        color:#4e4e4e;
        font-family: Garamond, Verdana, Arial, Helvetica, sans-serif; 
        font-size: .9em; 
        line-height: 1.4em;                        
        margin: 0px;
}
img { 
       border-style: none;
} 
a img {
       border: none;
}
a:link, a:visited {
	text-decoration:none;
        color: #4695CA;
        border: none;
	}
a:hover {
	text-decoration: underline;
        border: none;
}
br.clear {
        clear: both;
}
li {
    padding-bottom: 1em;
    padding-left: 3px;
}


/*General Structure*/
#topwrap {  /*logo and links header w/forest bg */
        width: 800px;
        height: 250px;
        margin: 0px auto;
        background: url('http://freerangeschool.org/images/opt-forest.jpg') no-repeat top left;        
}
#main {      /*mainwhite*/       
        width: 798px; 
        text-align: left;  
        margin: 0px auto;  
        background: none repeat scroll 0 0 #FFFFFF;
        padding: 0;
}
#topwrap h1 {       
        display: none;
} 
#nav, #navfoot {
    font-size: 105%;
    font-weight: normal;
    margin-top: 10px;
    padding: 10px 0 7px;
    text-align: center;
}
#nav li, #navfoot li {
    display: inline;
}
#nav a, #navfoot a {
    color: #8e8e8e;
    padding: 0 15px;
    text-decoration: none;
}
#nav a:hover, #navfoot a:hover {
    text-decoration: underline;
}


/*Footer Area*/
#copyright {       
     margin: 0px auto;
     margin-top: -50px;
     background-color: #ffffff;
     width: 100%;
     color: #469A51;
     padding: 0px 0px 15px 0px;   
}
#copyright p {
     font-size: 90%;
     padding-right: 8px;
     margin: 0px auto;
     text-align: center;
}
#copyright a {     
      font-size: 100%;
      padding-top: 8px;
}
#birds {
      background: #ffffff url('http://freerangeschool.org/images/birds.jpg') no-repeat top;
      height: 365px;
      width: 100%;
      margin: 0px auto;
      border-top: 1px dotted #cccccc; 
}
#birds span {
      display: none;
}
.about-links  {
      margin-bottom: 20px;
}
.about-links a {
      padding-right: 5px;
}



/* Wordpress Stylings */      
.content {     /*everything but not incl. sidebar */
	background-color: #ffffff;
        float: left;
        width: 533px;  
        padding: 0px 20px 0px 10px;        
        text-align: left;   
        display: inline;
}
.content h2 {  /* the title that says each page name */
        margin: 40px 0px 22px 0px;      
        font-size: 160%;
        line-height: 110%;
        font-weight: normal;
}
.content_results {  /*search page, etc.*/
        float: left;
        width: 530px;  
        padding: 30px 20px 0px 10px;        
        text-align: left;   
        display: inline;
}
.tit {  /*each posting title*/   
        font-weight: bold;       
}
.tit a {          
        font-size: 120%;  
        text-decoration: none;
}
.time, .author {
         font-size: 82%;
}
.entry {  /*entry */
       padding-top: 0px;

}
.entry a {  
        text-decoration: underline;
} 
img { 
       border-style: none;
}           
.post { /*starts with top of post title, goes to end of postmeta*/
       margin-bottom: 20px;
}
.post p { /*helps with p spacing in blog post*/ 
        margin-bottom: 20px;
}
.post img {       
        border-style: none;
        max-width: 350px;    
        max-height: 450px;
}  
img.alignleft {
         float: left;
         margin: 0px 20px 10px 0px; 
}       
img.alignright {
         float: right;
         margin: 0px 0px 10px 20px;
}
img.alignnone {
         float: left;
         margin: 0px 20px 10px 20px;
}   
#results { /* from search bar */
        float: left;
        width: 380px;  
        margin: 20px 30px 100px 40px;        
        text-align: left;   
}


/*Sidebar*/

#sidebar {
    background-color: #EAFAFC;
    float: right;
    width: 190px;
    display: inline;
    font-size: 88%;
    margin: 20px 0 0px;
    padding: 0px 10px 30px 15px;
}
#sidebar p {
    margin: 12px 0 8px 7px;
}
#sidebar img {
    border: medium none;
    clear: both;
    float: left;
    margin: 0 5px 15px 0;
    padding: 4px 1px 0 0;
}
.textwidget {
    margin-bottom: 20px;
}
h2.widgettitle {
    clear: left;
    color: #000000;
    font-size: 93%;
    margin-bottom: 5px;
    margin-top: 20px;
    padding: 0;
}
#categories ul li {
    list-style-type: disc;
    margin: 0;
    padding-left: 0;
}
#sidebar li {
    background-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#sidebar p.small {
    font-size: 90%;
    line-height: 96%;
    margin: 0;
    padding: 0;
}
#sidebar a {
    font-weight: bold;
    text-decoration: none;
}
#sidebar a:hover {
    text-decoration: underline;
}
