/*  
Theme Name: Linnel Choate & Webber
Theme URI: 
Description: 
Author: Encompass Marketing
Author URI: http://www.encompassmarketing.com

	Linnel Choate & Webber

*/

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none;  list-style-position: outside; }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0; font-weight:normal; }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

/*/*/a{}
html, body {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #DFD8BB;
  color:#000000;
  text-align:center;
  font-size:xx-small;
  voice-family:"\"}\"";
  voice-family:inherit;
  font-size:x-small;
    
}
html>body {
  font-size:x-small;
}
/* */

#header {
  text-align:left;
  width:616px;
  margin:0 auto;
}

/* MAIN MENU */

  ul#main_menu {
    float:left;
  }

    ul#main_menu li {
      float:left;
    }
    
      ul#main_menu  li a {
        padding:10px;
        white-space:nowrap;
        color:#4A668B;
        font-size:.9em;
        font-weight:bold;
        display:block;
        text-decoration: none;
      }

      ul#main_menu  li a:hover {
        color:#702520;
      }
      
        ul#main_menu  li.current_page_item a {
          color:#702520;
          cursor:default;
        }
        
        ul#main_menu  li.current_page_item a:hover {
          color:#702520;
          cursor:default;
        }  


/* MAIN CONTENT */

#main_content {
  background:#702520;
  text-align:center;
  border-top:1px solid #702520;
}

#content_head {
  text-align:right;
  width:616px;
  margin:0 auto;
  height:115px;
  background:#702520 url(im/title.gif) no-repeat -3px 30px;
}

#content {
  border-top:1px solid #4E2B29;
  background:transparent url(im/main_bkg.gif);
}

#content .post {
  text-align:left;
  width:616px;
  background:#D8E3E7;
  margin:0 auto;
  padding-bottom:30px;
  min-height:300px;
}

*html #content .post {
  height:300px;
}

#content .home {
  padding-bottom:0;
}

#images,#copy {
  float:left;
}

#copy {
  border-top:1px solid #D9E4E8;
  width:470px;
}

#copy_wide {
  border-top:1px solid #D9E4E8;
  width:100%;
}

#content .bread_crumb {
  margin:12px 25px 0 25px;
}

#content ul {
  margin:15px 15px 15px 65px;
  list-style:disc;
}

#content ul li{
  padding:3px 0;
}

/* CONTACT FORM */

#contact {
  margin:0 25px 25px 25px;
}

#contact label {
  display:block;
  font-weight:bold;
  margin:8px 0 3px 0;
}

#contact label.check {
  display:inline;
  font-weight:normal;
}

#contact label em{
  font-style:normal;
  font-weight:normal;
  color:#990000;
  font-size:.85em;
}

#contact p {
  margin-top:12px;
}
      
#contact textarea {
  width:60%;
  height:110px
}

#contact textarea#address {
  width:50%;
  height:50px
}

#contact input {
  width:50%;
}

#contact #submit {
  display:block;
  margin-top:12px;
  padding:3px;
  width:100px;
}

.error {
  border:1px dashed #990000;
  padding:20px;
  margin:30px 0;
}

.error h2{
  margin:0 0 15px 0;
  color:#990000;
}

.error ul {
  list-style:disc;
  margin-left:30px;
  margin-bottom:5px;
}

.error textarea {
  width:100%;
  height:300px;
  font-size:1em;
}

/* MISC */   
           

div.clearer {
  clear: both; 
  line-height: 0px; 
  height: 0px;
  overflow:hidden;
}

a:link,a:visited {
  color:#blue;
  text-decoration:underline;
}

a:hover {
  text-decoration: none;
}

a.smaller {
  font-size:.85em;
}

p {
  line-height:1.5em;
  margin:10px 25px;
}

.required {
  color:#990000;
}

h1,h2,h3,h4,h5,h6 {
  margin:10px 25px 3px 25px;
  color:#702520;
}

h1 {
  font-family:"Times New Roman", serif;
  font-size:1.9em;
  margin:27px 25px 10px 25px;
  font-weight:normal;
}

h2 {
  font-family:"Times New Roman", serif;
  font-size:1.5em;
  font-weight:bold;
}

h3 {
  font-size:1.3em;
  font-weight:bold;
}

h4 {
  font-size:1.1em;
  font-weight:bold;
}

h5,h6 {
  font-size:1em;
  font-weight:bold;
}

blockquote {
  font-weight:bold;
  padding:0 20px;
  color:#007E9F;
  margin:10px 25px;
  border-left:8px solid #007E9F;
}

blockquote p {
  font-style:italic;
}

code {
  display:block;
  margin:10px 25px;
  padding:4px 8px;
  font-family:monospace;
  border:1px dashed #999999;
  background:#FFFFFF;
}

/* FOOTER */

#footer {
  padding:5px 0;
  width:616px;
  margin:0 auto;
}

#footer p {
  margin:0;
  color:#C8B769;
  font-size:.9em;
}

#footer p a {
  color:#C8B769;
}

#extra {
  width:616px;
  margin:0 auto;
  background:transparent url(im/nationwide.gif)no-repeat 98% 10px;
  height:50px;
}