*{
    margin:0;padding:0;
}

*::selection {
    background: #066;
}

*::-moz-selection {
    background: #066 none repeat scroll 0 0;
}

body {
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
    background: #0b0a15 url(/static/img/background.png);
}

a {
    color: #fff;
}

a:hover {
    color: #ccc;
}

img {
    vertical-align: bottom;
    border: 0px;
}

p {
    text-indent: 1em;
}

input, textarea {
    color: #fff;
    background: #2b2a35;
    border: 1px solid #999;
}

#wrap {
    margin-left: auto; 
    margin-right: auto;
    min-width: 900px;
    max-width: 1100px;
    padding: 0px 15px;
}

#block_head {
    background: #2b2a35 url(/static/img/logo_back.png);
    color: #ccc;
    border: 1px solid #999;
    border-top: 0px;
}

#block_content {
    background: #1b1a25;
    color: #ccc;
    border: 1px solid #999;
    min-height: 600px;
    padding: 10px;
    margin: 15px 0px;
}

#block_footer {
    background: #2b2a35;
    color: #ccc;
    border: 1px solid #999;
    padding: 10px;
    margin-bottom: 15px;    
}

#logo {
    background-image: url(/static/img/logo_cat.png);
    background-repeat: no-repeat;
    height: 226px;
    text-align: right;
    margin-left: 10px;
    padding: 0px 10px 10px 400px;
}

#head_column {
    height: 205px;
}

#head_nav ul {
    list-style-type: none;
}

#head_nav li {
    display: inline;
    padding: 0px 3px 0px 3px;
}

#footer_links {
    float: left;
    padding-bottom: 5px;
    width: auto;
}

#footer_links ul {
    list-style-type: none;
}

#footer_links li {
    padding-left: 5px;
}

#footer_more {
    float: right;
    width: 730px;
    padding-left: 20px;
    padding-bottom: 5px;
}

#copyright {
    text-align: center;
    font-size: small;
}

#content_left {
    float: left;
    width: 75%;
}

#content_right {
    float: left;
    width: 25%;
}

#content {
    padding-right: 10px;
}

#calendar {
    background: #2b2a35;
    border: 1px solid #333;
    padding: 5px;
    margin-bottom: 10px;
}

#calendar table {
    padding: 10px;
    width: 100%;
    text-align: center;
}

#tags {
    background: #2b2a35;
    border: 1px solid #333;
    padding: 5px;
}

#tags a {
    border: 0px;
}
    
#tags ul{
    padding: 10px;
    text-align: center;
    list-style-type: none;
}

#tags li{
    display: inline;
}

.tw0 {
    font-size: 0.75em;
}

.tw1 {
    font-size: 1em;
}

.tw2 {
    font-size: 1.25em;
}

.tw3 {
    font-size: 1.5em;
}

.tw4 {
    font-size: 1.75em;
}

.tw5 {
    font-size: 2em;
}

.tw6 {
    font-size: 2.25em;
}

.tw7 {
    font-size: 2.5em;
}

#login {
    background: #2b2a35;
    border: 1px solid #333;
    width: 400px;
    margin: 150px auto;
    padding: 15px;
}

#login table {
    margin: 50px auto;
    width: 275px;
}

.error {
    background: #2b2a35;
    border: 1px solid #333;
    width: 600px;
    margin: 200px auto;
    padding: 15px;    
}

.red {
    color: #e00;
    background: #1b1a25;
    font-style: italic;
}

.controls {
    color: #0e0;
    background: #2b2a35;
    font-style: italic;
    font-family: georgia, serif;
    font-size: large;
    padding: 10px;
}

.clear_both {
    clear: both;
}

.important {
    color: #eee;
    background: #2b2a35;
    border: 1px solid #333;
    padding: 10px;
    font-style: italic;
}

#blog_form {
    padding: 10px;
}

#blog_form textarea{
    width: 100%;
    height: 400px;
}

#form_tags, #form_title {
    width: 100%;
}

#blog_comment_form {
    padding: 10px;
    border: 1px solid #666;    
}

#blog_comment_form textarea{
    width: 100%;
    height: 300px;   
}

.blog_record {
    padding: 15px 10px;
}

.blog_comments {
    padding: 15px 10px;
}

.blog_comment {
    padding: 10px;
    margin: 15px 0px;
    border: 1px solid #666;
}

.blog_title {
    color: #eee;
    font-size: x-large;
    font-style: italic;
    font-family: georgia, serif;
}

.blog_info {
    font-size: small;
    padding: 3px 0px;
    border-bottom: 1px dashed #666;
}

.blog_text {
    margin: 5px 0px;
}

.blog_tags {
    background-image: url(/static/img/icons/flag.gif);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: small;
    padding: 3px 0px 3px 14px;
    border-bottom: 1px dashed #666;
}

.blog_comm {
    font-size: small;
    text-align: right;
}

.shadowed {
    background: #09090D;
}

.highlight {
    color: #fff;
    background: #666;
}
