body {
    background: #FFF url(../images/openid-icon-500x500.png) no-repeat center center;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 80%;
}
div#wrapper{float:left;width:100%;padding:0;margin:0;}
div#content{margin-right:47%;padding-left: 20px;}
div#sidebar{float:left;width:44%;margin-left:-45%;margin-top:0px;padding-top:0;}

#footer {
    margin-top: 2em;
    border-top: 1px solid #CCC;
}
.signature { 
    text-align: right; 
    font-size: 90%;
}

h2 {
    border-bottom: 1px solid #F16322;
}
#header img {
    border: 0;
}
#content p img {
    border: 1px solid #CCC;
}
fieldset {
    background-color: #FFE;
}

#header h1 {
    margin: 0 auto;
}
h2 {
    letter-spacing: 3px;
    font-weight: normal;
}

#body a { color: #F16322; }
#body a:hover { background-color: #F16322; color: #FFF;}
.clear { clear: both; }
.comment {font-style: italic; color: #999; font-size: 80%;}
.warning, .error, .errors, .errorlist { font-size: 80%; font-weight: bold; color: #C00; }
.center { text-align: center; }

pre {
    border: 1px solid #CCC;
    background-color: #F0F0F0;
    color: #00A;
    padding: 10px;
}

input, select, textarea {
    font-size: 15px;
    padding: 3px;
    border: 1px solid #CCC;
}
/*input:focus, select:focus, textarea:focus { background: #FFFDAA; }*/

input.boton {
    background-color: #D0D0D0;
    color: #333;
    border: 1px outset #CCC;
}
input.boton:hover {color: #00C;}

#openid_form .boton {
    background: #EEE url(../images/openid_small_logo.png) no-repeat 3px center;
    padding-left: 22px;
}
#id_openid_url {
    background: url(../images/openid_small_logo.png) no-repeat 3px center;
    padding-left: 22px;
}

.avatar {
    float: left;
    margin-right: 15px;
    border: 1px solid #BBB;
    padding: 2px;
}
dt code {
    font-size: 120%;
}

.post_list h3.title {
    font-size: 150%;
    margin-left: -10px;
}
.post_list p.date {
    color: #AAA;
    font-style: italic;
    margin: 0; padding: 0;
}
