/*___ color.css: Color/Backgrounds Styles ___*/

/*___ Section 1: Global Color/Backgrounds Styles ___*/

html 
{
}

body 
{
    background-color: #FFD65A;
    color           : #572600;
}

h1 
{
}

h2 
{
    color           : #572600;
}

h3 
{
    color           : #F74F0D;
}

h4 
{
}

h5 
{
    color           : #F74F0D;
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
    color           : #572600;
}

a:visited 
{
    color           : #572600;
}

a:hover 
{
    color           : #572600;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Global Color/Backgrounds Modules ___*/
.profile
{
    border-bottom   : solid 1px #F74F0D;
}

.schedule.profile
{
    border-bottom   : none;
}

.fresh,
.happenings,
.newsletter
{
    color           : #4D4B4A;
}

/*___ Section 3: Unique Element-Specific Global Color/Backgrounds Styles ___*/

/*___ HEADER _________________________________________________________________*/
.header
{
    background      : transparent url(images/headerBG.jpg) no-repeat top left;
}

/*___ FOOTER _________________________________________________________________*/
.footer
{
    background-color: #F74F0D;
    color           : #000000;
}

/*___ ASIDE _________________________________________________________________*/

/*___ DIV _________________________________________________________________*/
#flickr
{
    background      : transparent url("images/flickrBG.png") no-repeat bottom left;
}

#content
{
    background      : transparent url(images/baseBG.jpg) repeat-y top left;
}

#content.adPage
{
    background      : transparent url(images/adBG.jpg) repeat-y top left;
}

#content.home
{
    background      : transparent url(images/homeBG.jpg) repeat-y top left;
}

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/
.home h2
{
    color           : #F74F0D;
}

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/
.sidebar h4
{
    color           : #F74F0D;
    border-bottom   : solid 1px #F74F0D;
}

.sidebar .alternate
{
    background      : transparent url(images/alternateBG.jpg) no-repeat top left;
    border-bottom   : none;
    color           : #FFFFFF;
}

/*___ H5 _________________________________________________________________*/
/*.vcard h5
{
    border-right    : solid 1px #572600;
}*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/
.footerNav
{
    border-bottom   : solid 1px #000000;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/
.download li
{
    border-bottom   : solid 1px #572600;
}

.vendors li
{
    border-top      : solid 1px #F74F0D;
    border-bottom   : solid 1px #F74F0D;
    background-color: #D6CDAE;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
.subHead
{
    color           : #572600;
}

.download a,
.download a:visited,
.download a:hover
{
    color           : #8B7360;
}

.footerNav a,
.footerNav a:visited,
.footerNav a:hover
{
    color           : #FFFFFF;
}

.vendorNav a,
.vendorNav a:visited,
.vendorNav a:hover
{
    color           : #F74F0D;
    border-left     : solid 1px #572600;
}

.vendorNav li:first-child a,
.vendorNav li:first-child a:visited,
.vendorNav li:first-child a:hover
{
    border-left     : none;
}

a.profile,
a.profile:visited,
a.profile:hover
{
    border-bottom   : none;
}

.fresh a,
.fresh a:visited,
.fresh a:hover,
.happenings a,
.happenings a:visited,
.happenings a:hover,
.newsletter a,
.newsletter a:hover,
.newsletter a:visited
{
    color           : #25199B;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/
input[type="text"]
{
    border          : solid 1px #FFFFFF;
}

/*___ LABEL _________________________________________________________________*/
.newsletter label
{
    border-top          : solid 1px #63B9E1;
}

.newsletter h4 + label
{
    border-top          : none;
}

/*___ CITE _________________________________________________________________*/
cite
{
    border-bottom   : solid 1px #F74F0D;
}

/*___Group/Section/Class_________________________________________________________________*/
