/*  
Theme Name: Search For One 
Theme URI: http://www.searchforone.org
Description: A design/theme developed for Search For One, Inc.
Version: 1.0
Author: Jonathan Wold
Author URI: http://www.jonathanwold.com
*/

* { margin: 0; padding: 0; }

body {
  background: #d0c0a6;
  font-size: 62.5%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0 0 20px 0;
  }
  
div#container {
  width: 780px;  
  margin: 0 auto; 
  background: #fff url(images/content-bg.png) repeat-y;
  }  
  
p { font-size: 1.2em; }  
  
/* Header Styles Begin Below 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

div#header {
  background: url(images/header.png) no-repeat;
  width: 780px;
  height: 140px;
  }
  
a.home-link {
  display: block;
  width: 780px;
  height: 140px;
  }
    
a img { border: none; }

/* Content Styles Begin Below 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

div#contentWrap {
  float: right;
  width: 580px;
  }
  
div#content {
  margin: 20px;
  padding: 0 0 40px 0;
  }  
  
div#content h2 {
  font: bold 2.4em Tahoma, sans-serif;
  color: #00439c;
  margin: 15px 0 15px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #000;
  clear: both;
  }  

div#content p {
  line-height: 1.5em; 
  margin: 15px 0;
  }
  
span.address, span.contact { 
  float: left; 
  font-size: 1.2em;
  margin: 0 40px 0 0;
  }
  

div#content ul {
  font-size: 1.2em;
  margin: 0 0 0 25px;
  }

div#content ul li {
  font-size: 1.1em;
  margin: 10px 0;
  }

a.lb-images { float: left; margin: 0 10px 0 0; }

    
/* Sidebar Styles Begin Below 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

div#sidebarWrap {
  float: left;
  width: 200px;
  }
  
div#sidebar {
  margin: 20px;
  }
  
div#sidebar h3 {
  margin: 0 0 0 10px;
  font-size: 1.5em;
  border-bottom: 1px solid #000;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  }
  
div#sidebar form {
  margin: 10px 0;
  }

p.subscribe {
  border-bottom: 1px solid #000;
  padding: 0 0 10px 0;
  font-size: 1.1em;
  }
  	      
ul#menu {
  list-style: none;
  font: bold 1.6em Verdana;
  margin: 10px 0 0 5px;
  color: #000;
  }
  
ul#menu a { text-decoration: none; color: #000; }

ul#menu a.red { color: #ff0000; }  

ul#menu li { 
  padding: 0 0 0 20px;
  background: url(images/world-bullet.png) no-repeat 0 2px;
  margin: 8px 0;
  }  

input#email {
  width: 110px;
  padding: 2px;
  }
    
/* Footer Styles Begin Below 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

div#footer{
  clear: both;
  background: #5e86d5;
  color: #fff;
  }  
  
div#footer p {
  text-align: center;
  padding: 10px;
  }  
  
div#footer a { color: #fff; }  
  
/* Site Colors and Basic Styles Begin Below 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.red, a.red { color: #ff0000; }
.alignLeft { float: left; margin: 0 15px 10px 0; }
.bold { font-weight: bold; }
.justify { text-align: justify }
.center { text-align: center; }
.small { font-size: .8em; }
.larger { font-size: 1.4em; }