div#content {
    padding: 0px;
}
div.post {
    padding-top: 5px; 
}
h1.post_title {
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.3em;
    background-color: #ECEAD9;
}

span.post_title a:link, span.post_title a:visited, span.post_title a:hover {
    text-decoration: none;
}

div.post_tags {
    padding-left: 2px;
    background-color: #EEEEEE;
    overflow: hidden;
}
div.post_content {
    padding-left: 10px; 
    padding-right: 10px;
}

div.comment {
    border: 1px solid #444444;
    margin-top: 5px;
    float: left;
    width: 100%;
}

div#comment_form {
    margin-top: 5px;
}

div#content a:link, div#content a:visited, div#content a:hover { 
    color: #796C4A;
}

div#content {
    padding-top: 0px;
}

div.onelinebox {
    /* "witty" name isn't it. */
    background-color: #ECEAD9;
    color: #796C4A;
    padding: 2px;
    font-weight: bold;
    margin-top: 5px;
}

div.login_box {
    float: right;
}

/* da neat stuff. */
label { 
    display: block; 
    font-weight: bold;
    cursor: pointer; 
    position: relative; 
    z-index: 1; 
}
				
input[id^=id], input.password, textarea { 
    display: block; 
    background: transparent;
    padding: 3px 4px; 
    border: 1px solid #bbb; 
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
    color: #999; 
    position: relative;
    z-index: 2; 
    line-height: 18px; 
    width: 200px;
}
		
form input[id^=id]:focus, form textarea:focus { 
    outline: none; 
    border-color: #999; 
    color: #333; 
    padding: 2px 3px; 
    border: 2px solid #796C4A; 
}

form input[id=id_open]:focus { 
    padding-left: 16px;
}

label[for^=id] { 
    padding: 3px 0 3px 6px; 
    font-weight: normal; 
    color: #aaa; 
    -webkit-transition: color 0.15s linear; 
    background: #fff; width: 146px; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    position: relative; 
    z-index: 1; 
    width: 203px;
}

label.focus { 
    color: #ccc; 
}
label.has-text { 
    color: #fff; 
    -webkit-transition-duration: 0s; 
}
label[for^=id] + input[id^=id] { 
    margin-top: -23px; 
    margin-bottom: 10px;
}
label[for^=id] + textarea[id^=id] { 
    margin-top: -160px; 
}
textarea {
    width: 737px;
    height: 150px;
}

label[for=id_content] {
    margin-top: 15px;
    width: 740px;
    height: 150px;
}

label[for=id_open] {
    padding-left: 20px;
    width: 203px;
}
input.openid {
    background: url(/m/img/openid_logo.png) no-repeat; 
    background-position: 0 50%;
    padding-left: 16px;
}
