/* CSS Reset */
* {
    margin: 0;
    padding: 0;
}
body {
    font: 1em/1.4 Verdana, Arial, Helvetica, sans-serif;
    background: url(images/bg.jpg) top center no-repeat #545454;
}
body * {
    display: inline;
}
ol.calendar {
    width: 52em;
    margin: 0 auto;
    display: block;
    min-height: 200px;
    background: url(images/tl.png) top left no-repeat;
    padding: 12px 0 0 20px;
}
li {
    list-style: none;
}
p.link {
    text-align: center;
    display: block;
}
h1 {
    display: block;
    width: 200px;
    height: 76px;
    background: url(images/july.png);
    text-indent: -9999px;
    margin: 15px auto;
}
/* 天的样式 */
li li {
    width: 6em;
    height: 6em;
    float: left;
    margin: .2em;
    padding: .2em;
    overflow: auto;
    background: url(images/day-bg.png) bottom right no-repeat;
}
/* 日历内容样式 */
li li p {
    font-size: .7em;
    display: block;
}
li li ol {
    width: auto;
}
li li ul li, li li ol li {
    font-size: .7em;
    display: block;
    height: auto;
    width: auto;
    background: none;
    margin: 0;
    padding: .2em 0;
    float: none;
}
/* 假期样式 */
li li.holiday {
}
/* 月的样式 */
li#lastmonth li, li#nextmonth li {
    background: url(images/day-bg-inactive.png);
}
