/**
 * Базовые определения
 */
* {
    vertical-align:top;
}
html, body {
    background-color:black;
    font-family:tahoma;
    font-size:10pt;
    color:white;
    margin:0;
    padding:0;
    width:100%;
    height:100%;
}
table {
    width:100%;
}
a {
    color:white;
}
a, img {
    border:0;
}

/**
 * Стилизация статуса статьи
 */
.postStatusDraft {
    color:yellow;
}
.postStatusPublished {
    color:#00cc00;
}
.postStatusArchived {
    color:red;
}

/**
 * Комментарии
 */
.commentItem {
    padding:20px;
    background-color:#0b0b0b;
    margin-bottom:1px;
}
.commentControls {
    float:left;
}
.commentAuthor {
    font-weight: bold;
    display:inline;
    margin-right:5px;
    float:left;
}
.commentContent {
    clear:both;
}

/**
 * Виджеты
 */
.widgetTitle {
    padding: 7px;
    font-size: 11pt;
    background-color: #333333;
}
.widgetContent {
    background-color: #131313;
    border:2px solid #333333;
    padding: 5px;
    margin-bottom: 3px;
}

/**
 * Основная таблица
 */
#mainTable {
    width:100%;
}
#leftColumn {
    background-image: url('/themes/default/images/l.png');
    background-position: right top;
    background-repeat: no-repeat;
}
#centerColumn {
    background-image: url('/themes/default/images/rt.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 90px;
    vertical-align: middle;
}
#rightColumn {

}

/**
 * Оформление постов
 */
.postListItem {
    margin-bottom: 20px;
}
.postTitle {
    font-size: 18pt;
    padding-bottom: 3px;
    border-bottom:1px solid gray;
    color: #da0000;
}
.postTitle a {
    text-decoration: none;
    color: #c70909;
}
.postTitle .postControls a {
    text-decoration: none;
    color: yellow;
}
.postInfo {
    color: gray;
    margin-top: 2px;
}
.postContent {
    padding: 5px 5px 0 5px;
}
.postComments {
    padding:10px 10px 0px 5px;
}
.postTags {
    padding: 20px;
    background-color: #0b0b0b;
}
h1, h2 {
    margin: 5px 0 10px 0;
    font-weight: normal;
}
#contentColumn {
    background-image: url('/themes/default/images/rb.png');
    background-position: left top;
    background-repeat: no-repeat;
    padding: 3px;
    width: 600px;
}
#menuColumn {
    padding: 3px;
    width: 200px;
}
.tag1 {
    font-size: 9pt;
}
.tag2 {
    font-size: 12pt;
}
.tag3 {
    font-size: 14pt;
}
.tag1, .tag2, .tag3 {
    vertical-align: bottom;
    margin: 1px;
}
