body {
    margin-top: 40px;
    background-image:url('images/symphony.png'); 
    text-align: center;
    height: auto;
}

#mainTitle {
    color: #620385;
    font-size: 3em;
    text-shadow: 1px 1px 1px #000;
}

.calendarWrapper {
    background-image:url('background.jpg'); 
    width: 1024px; 
    height: 680px;
    margin-top: auto;
    margin-left: auto; 
    margin-right: auto;
    -moz-box-shadow:    3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow:         3px 3px 5px 6px #ccc;
}

.days {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}


.dayItem {
    cursor: default;
    margin-left: 1.5em;
    margin-right: 1.5em;
    margin-top: 1.0em;
    width: 70px;
    list-style: none;
    float: left;
    background: rgba(219,216,241, .5);
    -moz-border-radius: 35px;
    border-radius: 35px;
    color: #620385;
    font-size: 2.5em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

.dayItem:hover {
    background: rgba(219,216,241, 1);    
}

#dialog {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image:url('images/gift.png');
    color: #ECBD1D;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}

#openedDay {    
    font-size: 6em;
    
}

#openedText {
    font-size: 4em;
}

#dialog img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    -moz-box-shadow:    3px 3px 5px 6px #042803;
    -webkit-box-shadow: 3px 3px 5px 6px #042803;
    box-shadow:         3px 3px 5px 6px #042803;
}
