@charset "utf-8";
/* Tellers Calendar */


/* HTML */
body { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; background:#ea7124; }
h1 { color:#FFF; }


/* Structure */
#holder { background:none; }
#header { background:none; border-bottom:solid 1px #5e2701; }
#footer { background:none; color:#FFF; }


/* Calendar */

.monthLong { }
.current { background-color:#d88754; border-color:#5e2701; }

.prevMo a, .nextMo a { color:#FFF; }


/* Day Boxes */
li li { background-color:#f3c6aa; border-color:#ea7124; }
li#thismonth li:hover { background-color:#d88754; border-color:#5e2701; }

li#days li { background-color:#5e2701; border-color:#5e2701; }


/* Inactive Months */
li#lastmonth li, li#nextmonth li { border-color:#ea7124; }


/* Restaurant Specific */



/* Mobile */
@media all and (max-device-width: 480px) {

}
