/*  
Theme Name: WahlcoMetroflex
Theme URI: 
Description: 
Author: T.H. Creations, Inc.
Author URI: http://www.thcreations.com

	WahlcoMetroflex

*/

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

/* 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 */
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... */

html, body {
  width:100%;
  font-size:100%;
  font-family: "Times New Roman", Georgia, serif;
  padding:0;
  margin:0 0 10px 0;
  background:transparent url(im/main-bkg.gif);
  text-align:center;
}

#main {
  background:transparent url(im/body-bkg.gif) repeat-x;
}

#wrapper {
  width:844px;
  margin:0 auto;
  text-align:left;
  background:transparent url(im/copy-bkg.jpg) repeat-y;
}

#inner_wrapper {
  background:transparent url(im/content-bkg.jpg) no-repeat;  
}

/* HEADER */

#header {
  background:transparent url(im/header.jpg) no-repeat;
  height:246px;
  width:844px;
  margin:0;
  position:relative;
}

#header a#title {
  display:block;
  position:absolute;
  width:360px;
  height:75px;
  top:77px;
  left:410px;
}

#header a#title span {
  position:absolute;
  left:-2000px;
}

#header #searchform {
  position:absolute;
  top:187px;
  left:600px;
}

#header #searchform #s {
  width:90px;
  border:1px solid #536741;
  height:18px;
}

#header #tagline {
  position:absolute;
  top:210px;
  left:270px;
  width:250px;
  color:#384E0B;
  font-weight:bold;
  font-size:.9em;
}

/* SIDEBAR */

#sidebar {
  width:146px;
  float:left;
  margin:30px 0 0 151px;
}

*html #sidebar {
  margin-left:76px;
}

ul#nav {
  list-style-type:none;
  padding:0;
  margin:0;
  border-bottom:none;
}

ul#nav li {
  position:relative;
  z-index:10;
}

*html ul#nav li {
  height:1%;
}

ul#nav li a:link, ul#nav li a:visited {
  display:block;
  color:#47613A;
  padding:7px 5px 5px 5px;
  margin:0 10px;
  font-size:1.1em;
  text-decoration:none;
  border-bottom:1px solid #47613A;
}

ul#nav li a:hover {
  background-color:#47613A;
  color:#EBDDCC;
}

ul#nav li.current_page_item a:link, ul#nav li.current_page_item a:visited {
}

ul#nav li ul {
  display:none;
  width:150px;
  position:absolute;
  list-style-type:none;
  padding:0;
  margin:0;
  top:-1px;
  left:136px;
  background-color:#EBDDCC;
  border:1px solid #47613A;
  border-bottom:none;
}

ul#nav li.over ul, ul#nav li:hover ul {
  display:block;
}

ul#nav li ul li {
  margin: 0;
  padding:0;
}

ul#nav li ul li a:link, ul#nav li ul li a:visited {
  color:#47613A;
  margin:0;
  font-size:.9em;
  font-weight:bold;
}

ul#nav li.current_page_item ul li a:link, ul#nav li.current_page_item ul li a:visited {
}

ul#nav li ul li a:hover, ul#nav li.current_page_item ul li a:hover {
  background-color:#47613A;
  color:#EBDDCC;
}

#wrapper #sidebar ul#nav li ul li ul{
  display:none;
}

#copy {
  width:452px;
  margin-left:25px;
  padding:10px 0;
  float:left;
  color:#443309 ;
  line-height:1.4em;
}

#copy ul {
 margin:5px 10px 5px 10px;
 padding:0;
 list-style-type:none;
}

#copy ul li {
  margin:0;
  padding:0 0 0 30px;
  background:transparent url(im/bullet.gif) no-repeat 18px 8px;
}

/* MISC */   

#breadcrumbs {
  padding:5px 0 10px 0;
  color:#456049;
  font-size:.8em;
}

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

a:link {
  color:#29401D;
}

a:visited {
  color:#4B400E;
}

a:hover {
  text-decoration:none;
}

p {
  margin:10px 10px 15px 0;
  font-size:.9em;
}

hr {
  clear:both;
}

h1 {
  margin:5px 0 20px 0;
  padding:3px 5px;
  background-color:#47613A;
  font-weight:bold;
  color:#DACBB2;
  font-size:1.25em;
  text-transform:uppercase;
}

h2 {
  margin:30px 0 20px 0;
  padding:0 3px;
  font-size:1.2em;
  text-transform:uppercase;
  letter-spacing:1px;
}

h3 {
  margin:30px 0 20px 0;
  font-weight:bold;
  font-size:1.15em;
  color:#47613A;
}

h4 {
  margin:5px 0 20px 0;
  font-weight:bold;
  font-size:1.1em;
  color:#47613A;
}

h5 {
  margin:5px 0 20px 0;
  font-weight:bold;
  font-size:1em;
  color:#47613A;
}

h6 {
  margin:5px 0 20px 0;
  font-weight:bold;
  font-size:.9em;
}

img.left {
  float:left;
  margin:10px 20px 10px 0;
  border:1px solid #415642;
}

img.right {
  float:right;
  margin:10px 0 10px 20px;
  border:1px solid #415642;
}

img.center {
  display:block;
  margin:10px auto;
  text-align:center;
}

#copy img {
  border:1px solid #415642;
  margin:10px;
}

ul.post_list {
  margin:0;
  padding:0 0 0 15px;
  list-style-type:none;
}

#slideshow {
  width:363px;
  height:251px;
  background:transparent url(im/slideshow-bkg.gif) no-repeat;
  margin:20px auto 0 auto;
  padding:1px;
}

#img_box {
  background-color:#FFF;
  overflow:hidden;
  position:relative;
  margin-top:14px;
  margin-left:14px;
  width:332px;
  height:220px;
  display:none;
  z-index:0;
}

.image {
  position:absolute;
  top:-10px;
  left:-10px;
  padding:0;
  margin:0;
}

img#noscript {
  margin-top:14px;
  margin-left:14px;
}

/* FOOTER */

#footer {
  background:transparent url(im/footer-bkg.jpg) no-repeat;
  height:128px;
  margin-top:0;
}

#footer p {
  text-align:center;
  color:#FFF;
  font-size:11px;
  margin:0;
  padding-top:74px;
}