.green16  {
	color : #00b050;
	font : 16pt tahoma, verdana, helvetica, arial;
	text-decoration : none;
}

.black8  {
	color : #000000;
	font : 8pt tahoma, verdana, helvetica, arial;
	text-decoration : none;
}

.black10  {
	color : #000000;
	font : 10pt tahoma, verdana, helvetica, arial;
	text-decoration : none;
}

.black10xl  {
	color : #000000;
	font : 10pt tahoma, verdana, helvetica, arial;
	text-decoration : none; line-height: 150%
}

.black10xxl  {
	color : #000000;
	font : 10pt tahoma, verdana, helvetica, arial;
	text-decoration : none; line-height: 200%
}


.blackbold10  {
	color : #000000;
	font : bold 10pt tahoma, verdana, helvetica, arial;
	text-decoration : none;
}


.black12  {
	color : #000000;
	font : 12pt tahoma, verdana, helvetica, arial;
	text-decoration : none;
}

.blackbold12  {
	color : #000000;
	font : bold 12pt tahoma, verdana, helvetica, arial;
	text-decoration : none;
}


body {
    font-family: Tahoma;
}

header {
    text-align: center;
}

#calendar {
    width: 100%;  
}

#calendar a {
    color: #8e352e;
    text-decoration: none;
}

#calendar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#calendar li {
    display: block;
    float: left;
    width:14.342%;
    padding: 5px;
    box-sizing:border-box;
    border: 1px solid #ccc;
    margin-right: -1px;
    margin-bottom: -1px;
}

#calendar ul.weekdaysjanuary {
    height: 40px;
    background: #936d45;
}


#calendar ul.weekdaysjanuary li {
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    border: none !important;
    padding: 10px 6px;
    color: #fff;
    font-size: 13px;
}

#calendar ul.weekdaysfebruary {
    height: 40px;
    background: #bf0001;
}


#calendar ul.weekdaysfebruary li {
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    border: none !important;
    padding: 10px 6px;
    color: #fff;
    font-size: 13px;
}

#calendar ul.weekdaysmarch {
    height: 40px;
    background: #628b61;
}


#calendar ul.weekdaysmarch li {
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    border: none !important;
    padding: 10px 6px;
    color: #fff;
    font-size: 13px;
}

#calendar ul.weekdaysapril {
    height: 40px;
    background: #d878ce;
}


#calendar ul.weekdaysapril li {
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    border: none !important;
    padding: 10px 6px;
    color: #fff;
    font-size: 13px;
}

#calendar ul.weekdaysmay {
    height: 40px;
    background: #3196b0;
}


#calendar ul.weekdaysmay li {
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    border: none !important;
    padding: 10px 6px;
    color: #fff;
    font-size: 13px;
}

#calendar ul.weekdaysjune {
    height: 40px;
    background: #508e4d;
}


#calendar ul.weekdaysjune li {
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    border: none !important;
    padding: 10px 6px;
    color: #fff;
    font-size: 13px;
}

#calendar ul.weekdaysjuly {
    height: 40px;
    background: #102051;
}


#calendar ul.weekdaysjuly li {
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    border: none !important;
    padding: 10px 6px;
    color: #fff;
    font-size: 13px;
}

#calendar ul.weekdaysaugust {
    height: 40px;
    background: #2d507b;
}


#calendar ul.weekdaysaugust li {
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    border: none !important;
    padding: 10px 6px;
    color: #fff;
    font-size: 13px;
}

#calendar ul.weekdaysseptember {
    height: 40px;
    background: #a1774d;
}

#calendar ul.weekdaysseptember li {
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    border: none !important;
    padding: 10px 6px;
    color: #fff;
    font-size: 13px;
}

#calendar ul.weekdaysoctober {
    height: 40px;
    background: #d85212;
}

#calendar ul.weekdaysoctober li {
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    border: none !important;
    padding: 10px 6px;
    color: #fff;
    font-size: 13px;
}

#calendar ul.weekdaysnovember {
    height: 40px;
    background: #4c2a13;
}

#calendar ul.weekdaysnovember li {
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    border: none !important;
    padding: 10px 6px;
    color: #fff;
    font-size: 13px;
}

#calendar ul.weekdaysdecember {
    height: 40px;
    background: #e01f32;
}

#calendar ul.weekdaysdecember li {
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    border: none !important;
    padding: 10px 6px;
    color: #fff;
    font-size: 13px;
}

#calendar .days li {
    height: 160px;
}

#calendar .days li:hover {
    background: #e4e4e4;
}

#calendar .date {
    text-align: center;
    margin-bottom: 5px;
    padding: 4px;
    background: #333;
    color: #fff;
    width: 20px;
    border-radius: 50%;
    float: right;
}

#calendar .date-other-month {
    text-align: center;
    margin-bottom: 5px;
    padding: 4px;
    background: #adadae;
    color: #fff;
    width: 20px;
    border-radius: 50%;
    float: right;
}

#calendar .event {
    clear: both;
    display: block;
    font-size: 13px;
    border-radius: 4px;
    padding: 5px;
    margin-top: 40px;
    margin-bottom: 5px;
    line-height: 14px;
    background: #ffffff;
    border: 1px solid #999999;
    color: #8e352e;
    text-decoration: none;
}

#calendar .event-desc {
    color: #000000;
    margin: 3px 0 7px 0;
    text-decoration: none;  
}

#calendar .other-month {
    background: #ffffff;
    color: #e3e3e3;
}

#calendar .graphic {
    clear: both;
    background: #ffffff;
    border: 1px solid #999999;
    text-decoration: none;
}

/* ============================
                Mobile Responsiveness
   ============================*/


@media(max-width: 768px) {

    #calendar .weekdays, #calendar .other-month {
        display: none;
    }

    #calendar li {
        height: auto !important;
        border: 1px solid #ededed;
        width: 100%;
        padding: 10px;
        margin-bottom: -1px;
    }

    #calendar .date {
        float: none;
    }
}