/*
Theme Name: Graves Lumber
Theme URI: http://graveslumber.com/
Author: Jonathan Penn

*/

body {
   color: white;
   background-color: #241607;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 12px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 1.8em;
}
a {
   color: white;
}
a:hover {
   
}
a:visited {
   
}

h1 {
   font-size: 1.5em;
}
h1 {
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #f2e4d5;
}

h2 {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #f2e4d5;
}

h3 {
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.2em;
  color: #f2e4d5;
}

h4 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #f2e4d5;
}

img.image_right { padding-left: 20px; padding-bottom: 20px; padding-top: 5px;}
img.image_left { padding-right: 20px; padding-bottom: 20px; padding-top: 5px;}

#page_container {
   width: 800px;
   border: solid 1px #f2e4d5;
   border-top: none;
   text-align: left;
   margin-left: auto;
   margin-right: auto;
}

#header {
   background: url('header_image.jpg') no-repeat top center;
   height: 163px;
   width: 800px;
   position: relative;
   border-bottom: solid 1px #f2e4d5;
}
#header h1 {
   display: none;
}
#header .logo {
   width: 223px;
   height: 81px;
   background: url('biglogo.png');
   position: absolute;
   top: 30px;
   left: 30px;
}
#header .menu {
   list-style: none;
   margin: 0px;
   padding: 0px;
   position: absolute;
   bottom: 0px;
   left: 0px;
   border-top: solid 1px #f2e4d5;
   border-right: solid 1px #f2e4d5;
}
#header .menu li {
   display: block;
   float: left;
   background-image: url(menu_bg.png);
   background-repeat: repeat;
}
#header .menu li a {
   font-weight: bold;
   text-transform: uppercase;
   font-size: .9em;
   display: block;
   float: left;
   padding: .6em 1.3em .6em 1.3em;
   text-decoration: none;
   color: white;
}
#header .menu li a:hover {
   background-color: #4D2F0F;
}
#header .menu li a.active {
   background-color: #663F15;
}
#header .menu ul, #footer .menu ul {
   display: none;
}

#content_container {
   width: 500px;
   padding: 0;
   margin: 0;
   position: relative;
   float: left;
}
#content {
   padding: 40px;
   padding-top: 20px;
   padding-right: 0px;
}



#sidebar {
   float: right;
   width: 250px;
   padding: 0px;
   margin: 0px;
   padding-top: 40px;
}
#sidebar p {
   padding: 0;
   margin: 0;
}

/* This is the code for the footer logos */
#footerlogos a {
    display: block;
    height: 52px;
    width: 100px;
    float: left;
/*    border: solid 1px black;*/
}
#footerlogos a span {
    display: none;
}
#footerlogos {
   background: url('logos.png') no-repeat scroll top left;
   width: 746px;
   height: 52px;
   margin-left: auto;
   margin-right: auto;
}

/* Footer Information */
#footer {
   border-top: solid 1px #8B8B8B;
   clear: both;
   text-align: center;
   padding-bottom: 30px;
   padding-top: 20px;
}
#footer .menu img {
   position: relative;
   top: 13px;
}
#footer .menu {
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
   margin-bottom: 30px;
}
#footer .menu li {
   display: inline;
}
#footer .menu li a {
   padding-left: 1em;
   padding-right: 1em;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



a img {
	border: none;
	}