/*
Theme Name: Holm 
Theme URI: http://wholsomeholmstead.com
Description: Custom Theme
Version: 1.0.1
Author: Jordan
Autor URI: http://hqwpthemes.com/
Tags: white, two-columns, fixed-width, left-sidebar, light

	The CSS, XHTML and design of this theme are released under GPL:
	http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

*/
/* ******************************************************************** */ 
/*                  Generated by: http://csscreator.com                 */
/* ******************************************************************** */
html, body{ 
 margin:0; 
 padding:0;
 background-color: #FFF;
} 
 
#pagewidth{ 
 width:100%; 
 text-align:center; 
 margin:0;
 background-image: url(http://www.wholesomeholmstead.com/wp-content/themes/holm/images/wood_textures_start.jpg)
} 

#center_page{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid black;
  
}
 
#header{
 position:relative;  
 width:100%;
 display:block;
 overflow:auto;
 background-color: #FFF;
 text-align: center;
 padding-top:20px
} 

#banner{
  height: 200px;
  background-color: #FFF;
}

#nav{
  padding: 5px 5px 5px 5px;
}


#maincol{
 background-color: #FFFFFF;  
 position: relative;
 padding: 10px 50px 30px 50px; 
 }
 
#footer{
 background-color:#FFFFFF; 
 clear:both;
 display:block;
 overflow:auto;
} 
 
#nav_table {
  width: 100%;
  border: none;
}

 
/* ******************************************************************** */ 
/* Clearfix: http://csscreator.com/attributes/containedfloat.php        */
/* ******************************************************************** */
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  



div.title {
  text-align: left;
}

#fb {
  position: relative;
  top: -50px;
  float: right;
  margin-left: 10px;
}