/*___ color.css: Color/Backgrounds Styles ___*/

/*___ Section 1: Global Color/Backgrounds Styles ___*/

html 
{
    background      : #FFFFFF url(images/bodyBG.jpg) repeat-x bottom left;
}

body 
{
    background      : transparent url(images/contentBG.png) no-repeat bottom left;
    color           : #9F3800;
}

h1 
{
}

h2 
{
    color           : #DF3F00;
}

h3 
{
    color           : #DF3F00;
}

h4 
{
    color           : #9F3800;
}

h5 
{
    color           : #DF3F00;
}

h6 
{
    color           : #9F3800;
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
    color       : #DF6237;
}

a:visited 
{
    color       : #DF6237;
}

a:hover 
{
    color       : #DF6237;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

blockquote
{
    color       : #A12E01;
}

cite
{
    color       : #A12E01;
}

/*___ Section 2: Site-Specific Global Color/Backgrounds Modules ___*/

/*___ Section 3: Unique Element-Specific Global Color/Backgrounds Styles ___*/

/*___ HEADER _________________________________________________________________*/

/*___ FOOTER _________________________________________________________________*/
footer
{
    /*background      : #FFFFFF url(images/contentBG.jpg) no-repeat bottom left;*/
    color           : #FFFFFF;
}

/*___ SECTION _________________________________________________________________*/
section.content
{
}

.twitter
{
    background      : #FFFFFF url(images/twitterBG.jpg) no-repeat bottom right;
    border          : solid 2px #DF6237;
    color           : #A02D00;
}

/*___ ARTICLE _________________________________________________________________*/
.welcome
{
    border-bottom   : solid 2px #BF3A0B;
    color           : #BF3A0B;
}

/*___ DIV _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/
footer h2
{
    color           : #A02D00;
}

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/
.gallery
{
    color           : #A02D00;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/
.footerNav li:hover
{
    background      : transparent url(images/footerNavHover.png) no-repeat bottom;
}

.portfolio li
{
    border-bottom   : solid 2px #DF6237;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
.twitter a,
.twitter a:hover,
.twitter a:visited
{
    color           : #DF6237;
}

footer a,
footer a:visited,
footer a:hover
{
    color           : #E8BCA7;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/
.flickr img
{
    border          : solid 2px #DF6237;
}

.featured img,
.portfolio img
{
    border          : solid 1px #9E6334;
}

ul.gallery img
{
    border          : solid 2px #DF6237;
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/