#cnums {
    color: #444444;
    padding-right:20px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.title {
    font-size:18px;
    padding:8px 0px 8px 8px;
}
.time {
    text-align:right;
    font-size:13px;
    color:336644
}
.index {
    font-size:15px;
    margin:0px 0px 8px 0px;
}
.content {
    margin:2px 5px 10px 30px;
    padding:20px;
    font-size:13px;
    line-height:20px;
    background-color:#fff;
    -moz-border-radius: 6px !important;
    -moz-box-shadow: 0 0 8px #ddd;
    -webkit-box-shadow: 0 0 8px #ddd;
    -o-box-shadow: 0 0 8px #ddd;
    box-shadow: 0 0 8px #ddd;
}

.content * {
    font-size:13px;
}
.content br,p {
    margin-bottom: 14px;
}
.content normalbr br {
    margin-bottom: 0px;
}
.content img {
    padding: 3px;
    border: 1px solid #D0D0D0;
    background-color: white;
    -moz-box-shadow:0 1px 1px #f2f2f2;
    -webkit-box-shadow:0 1px 1px #f2f2f2;
    -o-box-shadow:0 1px 1px #f2f2f2;
    box-shadow:0 1px 1px #f2f2f2;
}
.paginator {
    margin:10px 0px 10px 0px;
    font-size:13px
}
.IndexType {
    color:gray;
    font-weight:bold;
    margin:5px 0 5px 10px;
    padding:4px 0 4px 4px;
    border-top: 2px solid #5757aa;
    background-color: #f2f2f2;
    -moz-border-radius-bottomright: 6px !important;
}
.tags {
    color: gray;
    font-weight: normal;
    margin-right: 10px;
    padding-left: 4px;
    float: right;
    border-left: 2px solid #ddd;
}

.calendar {
    background:url("/static/images/icons/Blue.png") no-repeat bottom center;
    height:50px;
    width:50px;
    text-align:center;
    float:left;
    margin:4px 10px 4px 4px;
}
.calendar-month {
    text-align:center;
    color: white;
    position:relative;
}

.calendar-day {
    font-size:20px;
    position:relative;
    top:2px;
}
.titlename {
    margin:6px 0 2px 0px;
}

.titlename a {
    font-size:16px;
    color: black;
}
.QueryTitle {
    margin:12px auto 20px auto;
    background-color: red;
    padding: 8px 0 8px 0;
    width: 200px;
    color: white;
    -moz-border-radius: 4px !important;
    -moz-box-shadow:0 0px 4px #f00;
    -webkit-box-shadow:0 0px 4px #f00;
    -o-box-shadow:0 0px 4px #f00;
    box-shadow:0 0px 4px #f00;
}
.QueryTitle * {
    font-size: 14px;
}
