/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/

#leaf-18 { vertical-align:top; }

h1 { color:#98572d; font-size:20px }

div#wrapper { border-width:0px; }

div#navigation { background-image: url(http://www.montanawoodproducts.com/dev/wp-content/uploads/nav-background.gif); background-repeat:repeat-x; height:35px; }

p#home-content { padding-right: 20px; line-height:1.3;} 

ul.navigation.current_page_item a { background-color:#391208; }
#children { background-color:#391208; }

ul.navigation li a, ul.navigation li ul, ul.navigation li.current_page_parent ul, ul.navigation li ul li a  { padding-right:17px; }

body.custom ul.navigation {margin-left: 25%;} 

div.sidebar li.widget a { text-align:center; color:#336699; text-decoration:none; }

ul.navigation li.page_item a { background-image: url(http://www.montanawoodproducts.com/dev/wp-content/uploads/nav-background.gif); background-repeat:repeat-x; border:none; }

ul.navigation li.page_item ul.children li.page_item { background-image: url(http://www.montanawoodproducts.com/dev/wp-content/uploads/brown.gif); background-repeat: repeat; border:none; } /*  children */
ul.navigation li.page_item ul.children li.page_item a { background-image: url(http://www.montanawoodproducts.com/dev/wp-content/uploads/brown.gif); background-repeat: repeat; border:none; } /*  children */
ul.navigation li.current_page_item ul.children li.page-item { background-image: url(http://www.montanawoodproducts.com/dev/wp-content/uploads/brown.gif); background-repeat: repeat; border:none; } /* current pages's children */
ul.navigation li.current_page_item ul.children li.page-item a { background-image: url(http://www.montanawoodproducts.com/dev/wp-content/uploads/brown.gif); background-repeat: repeat; border:none; } /* current pages's children */

label { display: inline;} /* go fix display of checkboxes in online inquiry form  */

div.entry-content h2 { color:#5e301d; font-size:18px; font-weight: 100; }
div.entry-content h3 { color:#5e301d; font-size:16px; font-weight: 100; }