﻿/****************************************************************************************\

    Global Styles

\****************************************************************************************/

html 
{
}

body 
{
    color       : #6F5D3B;
    background  : white url(images/bodyBackground.jpg) repeat-x bottom;
}

h1 
{
}

h2 
{
}

h3 
{
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
    color : #1C4173;
}

a:visited 
{
    color : #1C4173;
}

a:hover 
{
    color : #1C4173;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/****************************************************************************************\
    
    Global Constructs
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

div#branding
{
    background : transparent url(images/brandingBackground.jpg) repeat-x top left;
}

div.contentFoot
{
    background : transparent url(images/shavings.png) no-repeat right bottom;
}

div#site_info
{
    background  : transparent url(images/footerBackground.jpg) repeat-x top;
    color       : White;   
}

div#content_sub_wrapper
{
    background  : transparent url(images/recentBlogPosts.jpg) repeat-y left top;
}

div.comment
{
    border-bottom : solid 1px #BDB59D;
}

/*___ SPAN _________________________________________________________________*/

span#content_sub_footer
{
    background : transparent url(images/recentBlogPostsFooter.jpg) no-repeat left bottom;   
}

span#phoneNumber
{
    color : White;   
}

span#toolOverlay
{
    background : transparent url(images/tool-trans.png) no-repeat left top;
}

span#spanLogo
{
    background : transparent url("images/h1Branding-trans.png") no-repeat left top;   
}

span#spanSubHeader
{
    color : White;
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

h2#h2Branding
{
    color : White;   
}

/*___ H3 _________________________________________________________________*/

h3#h3RecentBlogPosts
{
    background : transparent url(images/h3RecentBlogPosts.jpg) no-repeat top left;   
}

/*___ H4 _________________________________________________________________*/

h4.h4ContentMain,
div#content_main h4
{
    color : #A07D3B;   
}

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

span#brandingMenu a,
span#brandingMenu a:hover,
span#brandingMenu a:visited
{
    color : #1C4173;   
}

a.aH4_LIWoodsWeUse,
li.liWoodsWeUse h4 a,
li.liWoodsWeUse h4 a:visited,
li.liWoodsWeUse h4 a:hover
{
    color : #112C50;
}

a.aWoodsWeUse,
a.aWoodsWeUse:hover,
a.aWoodsWeUse:visited
{
    color       : #112C50;
    background  : transparent url(images/aWoodsWeUse.jpg) no-repeat left top;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

img.post,
	div.post img
{
	border		: solid 1px #A07D3B;
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/

.noBorder
{
	border			: none;
}