/*___ color.css: Color/Backgrounds Styles ___*/

/*___ Section 1: Global Color/Backgrounds Styles ___*/

html 
{
}

body 
{
    background      : transparent url(images/bodyBG.jpg) repeat top left;
    border-left     : solid 2px #C0B492;
    border-right    : solid 2px #C0B492;
    color           : #484849;
}

h1 
{
}

h2 
{
}

h3 
{
    color           : #564F20;
    border-bottom   : solid 1px #564F20;
}

h4 
{
    color           : #564F20;
    border-bottom   : solid 1px #564F20;
}

h5 
{
    color           : #7E372A;
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
    color           : #3D6783;
}

a:visited 
{
    color           : #3D6783;
}

a:hover 
{
    color           : #3D6783;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
    border          : solid 1px #564F20;
}

/*___ Section 2: Site-Specific Global Color/Backgrounds Modules ___*/

/*___ Section 3: Unique Element-Specific Global Color/Backgrounds Styles ___*/
.home .tertiary h3,
.home .tertiary h4
{
    color           : #7E372A;
    border-bottom   : none;
}

/*___ DIV _________________________________________________________________*/
.header
{
    background      : transparent url(images/headerBG.jpg) no-repeat top left;
}

#content
{
    background      : transparent url(images/contentBG.jpg) repeat top left;
}

.footer
{
    background      : transparent url(images/footerBG.jpg) no-repeat top left;
}

.footerText
{
    background-color: #FEF9EA;
}

.tertiary
{
    background      : transparent url(images/tertiaryBG.png) repeat-x top left;
    color           : #6F6F6F;
}

#googleMap
{
    border          : solid 1px #AF5141;
}

.didYouKnow
{
    background      : #FFFFFF url(images/didYouKnowBG.png) no-repeat top left;
    border          : solid 1px #DFD9B5;
}

.specials
{
    background      : #FFFFFF url(images/specialsBG.png) no-repeat bottom left;
    border          : solid 1px #DFD9B5;
}

.homeSlideshow
{
	border			: solid 1px #564F20;	
}

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/
.home .tertiary h3
{
    border-bottom   : solid 1px #AF5141;
}

/*___ H4 _________________________________________________________________*/
.footerText h4
{
    border-bottom   : none;
}

.home .tertiary h4
{
    border-bottom   : dotted 1px #AF5141;
}

.hours
{
    background      : transparent url(images/clockBG.png) no-repeat top right;
}

.happyHour
{
    background      : transparent url(images/drinkBG.png) no-repeat top right;
}

#contact h4
{
    background      : transparent url(images/contactBG.png) no-repeat top right;
}

.didYouKnow h4,
.specials h4
{
    border-bottom   : none;
}

h4.alt
{
    border          : none;
}

/*___ H5 _________________________________________________________________*/
.home .tertiary h5
{
    border-bottom   : none;
}

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/
.image
{
    border-bottom   : solid 1px #564F20;
}

.home .image
{
    border-bottom   : none;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
.main a:hover,
.active
{
    background      : #DBDCA8 url(images/mainHover.jpg) no-repeat 5px 48%;
}

.main .folder,
.main .folder:hover,
.main .folder:visited
{
    color           : #564F20;
    border-bottom   : solid 1px #564F20;
    background      : none;
}

.flickr_badge_image a,
.flickr_badge_image a:hover,
.flickr_badge_image a:visited
{
    border          : solid 2px #834030;
}

.download a,
.download a:hover,
.download a:visited
{
    background      : transparent url(images/download.gif) no-repeat right top;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/
.flickr_badge_image img
{
    border          : none;
}

.homeSlideshow img
{
	border			: none;	
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___ CITE _________________________________________________________________*/
cite
{
    color           : #564F20;
}

.footer cite
{
    color           : #7E372A;
}

/*___Group/Section/Class_________________________________________________________________*/