/* shredzone (c) Richard "Shred" Koerber */ 

body {
    margin: 0px;
    padding: 0px;
}

a img {
    border: none;
}

.title {
    background-color: #eeeeee;
}

.titletag {
    position: absolute;
    right: 10px;
}

.titlealert {
    background-color: #ffff40;
    border-bottom: 1px solid #888820;
    font-size: 10px;
    padding: 8px;
}

.logo {
    background: transparent url("../img/title-bg.png") repeat-x bottom;
}

.menu {
    background-color: #80c8f0;
    padding: 2pt 0pt 0pt 12pt;
}

.menu img {
    vertical-align: top;
    padding-right: 3px;
}

.frame {
    clear: both;
    display: table;
    table-layout: fixed;
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
    margin: 0px;
}

.frame-content {
    display: table-row;
}

.szouter {
    border-left: 8px solid #80c8f0;
    border-right: 8px solid #80c8f0;
    background: url('../img/corner-tl.png') top left no-repeat;
}

.content {
    background: url('../img/corner-tr.png') top right no-repeat;
    display: table-cell;
    vertical-align: top;
    padding: 0px 8px;
}

.sidebar {
    display: table-cell;
    vertical-align: top;
    background-color: #80c8f0;
    width: 200px;
}

.footer {
    clear: both;
    background-color: #80c8f0;
    text-align: center;
    font-size: 80%;
    padding: 3px;
}

.cSideBox {
    margin-left: 8px;
    padding: 0px;
}

.cPageHeader {
    text-align: right;
}

.cPageFooter {
    clear: both;
    text-align: right;
}

.cPageFooter p {
    margin: 0px;
}

.cNoPage {
    border: 1px solid #eeeeee;
    background-color: #fcfcfc;
    text-align: center;
    margin-top: 10px;
    padding: 10px;
}

.cMore {
    text-align: right;
    padding-right: 10px;
}

.cMore img {
    vertical-align: middle;
    padding: 2px;
}

.cComment {
    clear: both;
}

.cCommentAvatar {
    float: left;
    margin: 5px;
    width: 40px;
    height: 40px;
}

.cCommentInfo {
    float: left;
}

.cCommentAction {
    text-align: right;
    font-size: 90%;
}

.cCommentHeader {
    text-align: right;
    font-size: 90%;
}

.cCommentBody {
    margin-left: 50px;
}

.aCalendar {
    width: 100%;
    border-spacing: 0px;
}

.aCalCaption {
    white-space: nowrap;
}

.aCalCaption img {
    border: none;
}

.aCalCaptionPrevious {
    display: table-cell;
}

.aCalCaptionMonth {
    display: table-cell;
    text-align: center;
    width: 100%;
}

.aCalCaptionNext {
    display: table-cell;
}

.aCalRowWeekday {
    background-color: #c0e4f8;
}

.aCalWeekday {
    font-size: 80%;
    font-weight: bold;
}

.aCalWday0 {
    color: #a00000;
}

.aCalRowOdd {
    background-color: #f8f8f8;
}

.aCalDay {
    text-align: right;
}

.aCalLinked {
    font-weight: bold;
}

.aCalToday {
    background-color: #e6a1a7;
}    

.aCalBrowsed {
    background-color: #c0e4f8;
}

.flattrbutton {
    float: left;
    padding-top: 2px;
}

.loginpage {
    margin: 20px;
}

/* --- */
