﻿/****************************************************************************************\

    Global Styles

\****************************************************************************************/

html 
{
}

body 
{
    background      : white url("images/bodyBg.jpg") repeat left top;
    color           : #424442;
}

h1 
{
}

h2 
{
}

h3 
{
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
    color           : #A3965E;
}

a:visited 
{
    color           : #A3965E;
}

a:hover 
{
    color           : #A3965E;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/****************************************************************************************\
    
    Global Constructs
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

div#site_info
{
    background      : transparent url(images/siteInfo.png) repeat-x left top;    
}

div.contentBody
{
    background      : #FCFAEC url(images/articleList.png) no-repeat left top;   
}

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

div#branding h1
{
    background      : transparent url(images/logo.png) no-repeat left top;    
}

div#relatedPosts h1,
div.commentForm h1
{
	color			: #3A305B;	
}

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

div.widget h4
{
	color			: #3A305B;
}

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

div#branding ul.ulMainMenu 
{
	background:transparent url(images/liMainMenu.jpg) no-repeat scroll right top;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

div#site_info ul.ulMainMenu li
{
    border-left     : solid 1px #A3965E;    
}

div#site_info ul.ulMainMenu li:first-child
{
    border-left     : none;   
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

a.aBrandingMainMenu,
div#branding ul.ulMainMenu a,
div#branding ul.ulMainMenu a:visited,
div#branding ul.ulMainMenu a:hover
{
    color           : #3A305B;
    background      : transparent url(images/liMainMenu.jpg) no-repeat left top;
}

div#branding ul.ulMainMenu a:hover
{
    background-color: #FCFAEC;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/