/* Calendar V1.2b */

.calendar_all{
    margin:0;    
}
.calendar div {
    margin:0;
    padding:0 !important;
}

.calendar {
    margin: 0;
    clear: left;
    padding:1em !important;
    border: 0.1em solid #888;
    border-radius:1em;
    background-color:#ffc; 
    display:inline-block;    
    margin-bottom:2em;
    box-shadow:0.1em 0.2em 0.2em #888;
}

.calendar div.left {
    float:left; 
    position: relativ;
    text-align: left;
    line-height: 100%;
    width: 150px;
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 1.0em;
}
.calendar label{
    display:block;
    width:  75px;
}

.calendar div.left .date {
    position: relativ;
    background-color: lightgrey;
    text-align: left;
    line-height: 100%;
    width: 150px;
    height: 60px;
    margin: 0;
    padding: 5px 0 10px 0;
    font-size: 1.0em;
}
.calendar div.left .today{
    background-color: #D0C2EF;
}
 
.calendar div.detail {
    position: relativ;
    background-color: transparent;
    width: auto;
    line-height: 100%;
    font-size: 0.9em;
}


.calendar div.detail .image {
    float: right;
    margin: 0;
    padding:0;
    position: relativ;
}

.calendar div.detail .teaser {
    line-height: 140%;
    padding: 0;
}



.calendar div.date p {    
    text-align: left;    
}


.calendar div.date .dateEntry {
    letter-spacing: .06em;
	font-weight:bold;
}

.calendar div.date .dateEntry .time{
    font-size:1.3em;
}


.calendar div.date div.day,
.calendar div.date div.day-short_month {
    float: none;
    padding: 0 0 10px 0;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 108%;
    font-size: 30px;
    color: #888;
}
.calendar div.date div.day-short_month {
    letter-spacing: .01em;
}
 
.calendar div.date div.day-word {
    float: none;
    padding: 0 0 4px 0;
    margin: 0;
    font-weight: bold;
    letter-spacing: .15em;
    line-height: 108%;
}
.calendar div.date div.day-month-year {
    float: none;
    padding: 0;
    font-weight: normal;
    letter-spacing: .05em;
    line-height: 100%;
}
.calendar div.date div.year {
    float: none;
    width: auto;
    padding: 0;
    font-weight: normal;
    letter-spacing: .1em;
    line-height: 108%;
}
 
.calendar div.detail h2 {

    margin: 0;
    padding: 0 0 10px 0;
    font-size: 1.5em;    
    font-weight: bold;
    line-height: 100%;
    color: #666;
}
.calendar div.detail p {
    padding: 0 0 0 0;
    margin: 0;
    font-size: 1.0em;
}
.calendar div.detail p.place {
    font-weight: normal;
    color: #666;
    padding-bottom: 3px;
}

.calendar div.detail .textshort {
    font-weight: normal;
    color: #666;
    padding-bottom: 3px;
    font-size: 1.0em;
}
.calendar div.detail .other {
    font-weight: normal;
    color: #666;
    padding-bottom: 3px;
    font-size: 0.9em;
}
.calendar div.detail .textlong {
    font-weight: normal;
    color: #666;
    padding-bottom: 3px;
    font-size: 1.0em;
}
 
.calendar div.detail a {
    text-decoration: none;
}
.calendar div.detail h2 a {
    color: #7C8084;
}
.calendar div.detail a:hover {
    color: #000000;
    text-decoration: underline;
}