/********************************************
Events Page specific Style
********************************************/

/* Used by the pic reader function */

body#reader {
    /* Same as mainsite div.main*/
    background-color: #EDE8E8; 
    }


body {
    background-color: #e5e0e6;
    color: #820010;
}



/***************************************
* Divisions, in order of appearance
***************************************/

table#pricelist {
  border: 2px solid #820010;
}

table#pricelist  td {
  border: 1px #CCCCCC solid;
}


#header {
    background-color: #F8A300;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
}    

  

#footer {
     background-color: #EDE8E8;
     color: #820010;
}

#map {
        color: #FFF; 
        background-color: #820010;
        }


#content {
    background-color: #EDE8E8;
    } 


/* Used on the client photo album page */
div#f0 {
    color: #820010;
}

/***************************************
* Links
***************************************/ 


#menu a:link{color: #820010; text-decoration: none; border-color: #e5e0e6;}
#menu a:visited {color: #666; text-decoration: none; border-color: #e5e0e6;}
#menu a:hover, #menu a:active {
         /*background-color: #AAA; */
         /*color: #FFF;*/ 
         text-decoration: underline; 
         /*font-style:italic; */
         /*border-right: 8px solid #F8A300;
         border-bottom: 0px solid #F8A300;
         border-top: 0px solid #F8A300;*/
         border-left: 2px solid #F8A300;
         }



div#navbottom a {border-width: 0px;}
div#navbottom a:link { color: #820010; text-decoration: none }
div#navbottom a:visited { color: #666; text-decoration: none }
div#navbottom a:hover, div#navbottom a:active { color: #fff; text-decoration: #fff; background: #cccccc}


/***************************************
* Other random css
***************************************/ 
     
.signup {
    color: #FAC359;
    }
    
div.sidebar form {
    border: 1px solid #FAC359;
    border-width: 1px 0px;
    margin: 0px;
    padding: 5px;
    background-color: #e5e0e6;
    font-size: .7em;
    }

