@charset "utf-8";
/* CSS Document */

/*********************************/
/*       BROWSER RESET
/*********************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea {    
    margin:0;   
    padding:0;   
} 

/*keep enabled if used for layout
table {  
    border-collapse:collapse;   
    border-spacing:0;   
} */

address,caption,cite,code,dfn,/*em,strong,*/th,var {  
    font-style:normal;   
     font-weight:normal;   
 } 

 caption,th {  
     text-align:left;   
 } 

q:before,q:after {  
    content:'';   
} 

abbr,acronym { border:0;   
}  

a img { border: none; }

/*accessibility links*/
.hidden, .nostyles {
display:none;
margin:0 -10000px 0 0;
}

/*********************************/
/*            BODY
/*********************************/

body {
background:url(../images/bodyBkgd.jpg) no-repeat top center #401e01;
font-family:"Lucida Bright", Verdana, Arial, Helvetica, sans-serif;
font-size:85%; 
color:#000000;
}

H1 {font-size:2em}  /* displayed at 24px */
H2 {font-size:1.5em}  /* displayed at 18px */
H3 {font-size:1.25em}  /* displayed at 15px */
H4 {font-size:1em}  /* displayed at 12px */

/*********************************/
/*           CONTAINER
/*********************************/

#container {
height:auto;
margin:0 auto;
position:relative;
font-size:1em;  /* displayed at 12px */
width:965px;
margin-top:14px;
}

#hdr {
background: url(../images/hdrShadow.png) no-repeat;
width:965px;
height:211px;
position:relative;
}

#hdr h1 {
background:url(../images/hdr.jpg) no-repeat center;
width:939px;
height:202px;
position:relative;
left:13px;
top:9px;
}

#hdr h1 a {
width:200px;
height:160px;
position:relative;
float:left;
outline:none;
left:370px;
}

#hdr h1 span {
display:none;
}

/*********************************/
/*            SEARCH
/*********************************/

#hdr .search {
position:relative;
float:right;
top:5px;
right:15px;
}

.searchinput {
width:120px;
margin:0 5px 0 0;
padding:.1em 0;
border:1px solid #543214;
line-height:1em;
}

/*********************************/
/*      NEWS/RANDOM PHOTO AREA
/*********************************/

#news_photo {
background:url(../images/newsBkgd.gif) repeat-x top;
height:331px;
width:936px;
position:relative;
left:15px;
}

#news {
position:relative;
float:left;
width:440px;
height:310px;
top:20px;
left:15px;
background:url(../images/newsBkgd_logo.jpg) no-repeat bottom;

}

#news h3 {
background:url(../images/newsHdr.jpg) no-repeat;
width:437px;
height:47px;
margin:0 0 15px 0;
}

#news h3 span {
display:none;
}

#randomPhotoBkgd {
position:relative;
float:right;
background:url(../images/randomPhotoBkgd.jpg) no-repeat;
width:464px;
height:309px;
right:11px;
top:8px;
}


#randomPhotoBkgd #thephoto {
position:relative;
top:23px;
left:21px;
}

/*********************************/
/*         CONTENT AREA
/*********************************/

#textarea {
width:880px;
position:relative;
left:45px;
z-index:7;
min-height:200px;
padding:20px 0 170px 0;
margin:0;
background:url(../images/coffeeRing.jpg) no-repeat bottom left;
}

#contentarea {
min-height:400px;
background:url(../images/containerBkgd.png) repeat-y;
width:965px;
clear:both;
}

#contentarea ul, #contentarea ol {
margin:0 2em;
}

#contentarea a, #textarea a  {
color:#560114;
text-decoration:underline;
}

#contentarea a:hover {
color:  ;
text-decoration:none;
}

#contentarea .txthdr {
font-size:1.6em;
color:#560114;
margin:0 0 20px 0;
}


/*********************************/
/*            FOOTER
/*********************************/

#footer {
background: url(../images/footerBkgd.png) repeat-x top;
width:900px;
height:74px;
clear:both;
position:relative;
left:25px;
clear:both;
}

#coffeeCup {
background:url(../images/footer_coffeeCup.png) no-repeat top;
width:260px;
height:252px;
position:relative;
float:right;
margin:-245px -13px 0 0;
}

#footer #beans {
background:url(../images/footer_coffeeBeans.png) no-repeat left;
width:137px;
height:90px;
position:absolute;
margin:-17px 0 0 -25px;
z-index:97;
}

#footer p {
padding:0px 0 0 120px;
width:480px;
position:relative;
top:13px;
margin:0;
text-align:left;
}

#footer a {
color:black;
}

#footer a:hover {
text-decoration:none;
}
              