.clear {
clear:both;
}
.calendar {
display:none;
}
.calendar th {
width:9%;
}
.calendar td {
padding: 2px 3px;
}
.calendar-today {
background:#CCCCCC;
}
.calendar:first-child {
display:block;
}

article.upcomping div.date {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
    text-align: center;
}
article.upcomping div.date span.day {
    background: none repeat scroll 0 0 #F0F0ED;
    color: #CCCCCC;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 8px;
    border: 1px solid #CCCCCC;
    
}
article.upcomping div.date span.month {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    color: #FFFFFF;
    font-size: 0.9em;
    padding: 0 10px 2px;
min-width: 42px;
}
article.upcomping div.date span.day, article.upcomping div.post-date span.day {
    color: #0088CC;
}
article.upcomping div.date span.month, article.upcomping div.post-date span.month {
    background-color: #0088CC;
}

.upc-content p:first-child {
font-size: 21px;
    font-weight: 200;
    line-height: 30px;
    margin-bottom: 20px;
}

.contactform input,
.contactform textarea {
width:100%;
}

.contactform .cms_submit {
background-color: #006DCC;
    background-image: linear-gradient(to bottom, #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-radius: 6px;
    font-size: 17.5px;
    padding: 11px 19px;
}
/* Stylesheet: 2013_custom Modified On 2014-01-13 11:31:10 */
