/*  
Theme Name: Pineland Lumber
Theme URI: 
Description: 
Author: T.H. Creations, Inc.
Author URI: http://www.thcreations.com

	Pineland Lumber

*/

/* 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/bkg-top.jpg);
  color:#456049;
  text-align:center;
}

#wrapper {
  width:758px;
  margin:17px auto 0 auto;
  text-align:left;
  background:#F6E3AF url(im/wrap-bkg.gif) repeat-y;
}

/* HEADER */

#header {
  background:transparent url(im/header.jpg) no-repeat;
  height:206px;
  width:758px;
  margin:0;
}

#header a#title {
  display:block;
  position:relative;
  width:346px;
  height:75px;
  top:30px;
  left:195px;
}

#header a#title span {
  position:absolute;
  left:-2000px;
}

/* CONTENT */

#content {

}

/* SIDEBAR */

#sidebar {
  width:135px;
  float:left;
  margin:20px 0 10px 10px;
  background:#FBF3CC url(im/side-bkg.gif) repeat-x;
  height:100%;
  min-height:450px;
}

*html #sidebar {
  height:450px;
}

ul#nav {
  list-style-type:none;
  padding:0;
  margin:0;
  border-bottom:none;

}

ul#nav li {
  position:relative;
}

*html ul#nav li {
  height:1%;
}

ul#nav li a:link, ul#nav li a:visited {
  display:block;
  color:#456049;
  padding:5px 2px;
  margin:0 10px;
  font-size:.9em;
  font-weight:bold;
  text-decoration:none;
  border-bottom:1px solid #456049;
}

ul#nav li a:hover {
  background-color:#FAEFD0;
}

ul#nav li.current_page_item a:link, ul#nav li.current_page_item a:visited {
  color:#233225;
}

ul#nav li ul {
  display:none;
}

ul#nav li.over ul, ul#nav li:hover ul {
  display:block;
  position:absolute;
  list-style-type:none;
  padding:0;
  margin:0;
  top:0;
  left:125px;
  background-color:#456049;
  white-space:nowrap;
  border:1px solid #F0E568;
  border-bottom:none;
  z-index:100;
}

ul#nav li ul li {
  margin: 0;
  padding:0;
}

ul#nav li ul li a:link, ul#nav li ul li a:visited {
  font-weight:bold;
  font-size:.8em;
  text-transform:none;
  color:#F0E568;
  padding:3px;
  margin:0;
  border-bottom:1px solid #F0E568;
}

ul#nav li.current_page_item ul li a:link, ul#nav li.current_page_item ul li a:visited {
  color:#F0E568;
}

ul#nav li ul li a:hover, ul#nav li.current_page_item ul li a:hover {
  background-color:#F0E568;
  color:#456049;
}

ul#nav li ul li.current_page_item a:link, ul#nav li ul li.current_page_item a:visited {
  color:#FFF;
}

#wrapper #sidebar ul#nav li ul li ul{
  display:none;
}

#copy {
  width:565px;
  margin-left:25px;
  padding-bottom:20px;
  float:left;
}

#copy ul {
 margin:0 0 0 20px;
 padding:0;
}

#copy ul li {
  margin:0;
  padding:0;
}

/* MISC */   
           
#searchform {
  float:right;
  padding:5px 0;
}

#searchform #s {
  width:8em;
}

#breadcrumbs {
  float:left;
  padding:5px 0;
  color:#456049;
  font-size:.8em;
}

#hours {
  float:right;
  background-color:#456049;
  padding:7px;
  margin:5px;
  text-align:center;
  font-size:.9em;

}

#hours h2 {
  margin:0 0 5px 0;  
  color:#F0E568;
  border-top:1px dashed;
  border-bottom:1px dashed;
  font-size:1.1em;
  text-transform:none;
  font-weight:bold;
}

#hours p {
  color:#FFF;
  margin:3px 0;
}

div.clearer {
  clear: both; 
  line-height: 0px; 
  height: 0px;
  overflow:hidden;
}

*html div.clearer {
  margin-top:-24px;
}

a:link {
 color:#2A3C2D;
}

a:visited {
  color:#605B45;
}

a:hover {
  text-decoration:none;
}

p {
  clear:left;
  margin:10px 10px 15px 0;
  line-height:1.4em;
  color:#456049;
  font-size:.9em;
}

h1 {
  clear:both;
  margin:10px 0;
  padding:0;
  font-weight:bold;
  color:#456049;
  font-size:1.4em;
  text-transform:uppercase;
}

h2 {
  clear:left;
  float:left;
  margin:5px 0;
  padding:0 3px;
  color:#F0E568;
  background-color:#456049;
  font-size:1.2em;
  text-transform:uppercase;
}

h2 a:link, h2 a:visited {
  color:#F0E568;
}

h3 {
  clear:both;
  font-weight:bold;
  font-size:1.2em;
  color:#2A3C2D;
  border-bottom:1px dashed;
  border-top:1px dashed;
  margin:5px 0;
}

h4 {
  clear:left;
  font-weight:bold;
  font-size:1.1em;
  color:#2A3C2D;
}

h5 {
  clear:left;
  font-weight:bold;
  font-size:1em;
  color:#2A3C2D;
}

h6 {
  clear:left;
  font-weight:bold;
  font-size:.9em;
  color:#2A3C2D;
}

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;
}

/* FOOTER */

#footer {
  background-color:#456049;
}

#footer p {
  background:transparent url(im/footer-right.gif) no-repeat right top;
  text-align:center;
  font-size:1.1em;
  color:#F0E568;
  padding:1px 0 0 0;
  margin:0;
}

#hat_tip {
  text-align:center;
  font-size:.7em;
  font-family:Verdana, sans-serif;
}

#hat_tip a:link, #hat_tip  a:visited{
}