/*  
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:85%;
}
/* */

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

/* MAIN MENU */

  ul#main_menu {
    float:left;
  }

    ul#main_menu li {
      float:left;
    }
    
      ul#main_menu  li a {
        padding:10px 15px 10px 0;
        white-space:nowrap;
        color:#4A668B;
        font-size:1.3em;
        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;
}

#wrap-1 {
  background:#702520;
}

#content_head {
  text-align:right;
  width:940px;
  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:940px;
  background:#D8E3E7;
  margin:0 auto;
  padding-bottom:30px;
  min-height:300px;
}

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

#content #home {
  padding:0;
}

#images,#copy {
  float:left;
}

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

#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;
  line-height:1.3em;
}

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

#content ol {
  margin:15px 15px 15px 65px;
  list-style-type: decimal;
  line-height:1.3em;
}

#content ol 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;
}

#blog {
  width:680px;
  float:left;
  border-right:1px dashed #CCC;
  padding-right:20px;
}

#nav {
  padding:20px 10px;
  width:200px;
  float:left;
  border-left:1px dashed #CCC;
}

/* 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;
}

.post p {
  line-height:1.8em;
  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:940px;
  margin:0 auto;
  background:transparent url(im/nationwide.gif) no-repeat right 10px;
  height:50px;
}

a#fblink {
	text-indent:-2000px;
	background: transparent url(im/fblink.gif) no-repeat;
	display:block;
	width:103px;
	height:31px;
	margin-top:5px;
}

/* UPGRADE ADDITIONS */

.container img {
	margin: 0;
}
.container .attachment img {
	max-width: 900px;
}
.container .alignleft,
.container img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.container .alignright,
.container img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.container .aligncenter,
.container img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.container img.alignleft, 
.container img.alignright, 
.container img.aligncenter {
	margin-bottom: 12px;
}
.container .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
.container .wp-caption img {
	margin: 5px 5px 0;
}
.container .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.container .wp-smiley {
	margin:0;
}
.container .gallery {
	margin: auto;
}
.container .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.container .gallery img {
	border: 2px solid #cfcfcf;
}
.container .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.container .gallery dl {
	margin: 0;
}
.container .gallery img {
	border: 10px solid #f1f1f1;
}
.container .gallery br+br {
	display: none;
}


