@import url('comments.css');

body {
    text-align: center;
    margin: 0;
    /*font-family: Georgia,"Times New Roman",Times,serif;*/
    font-size: 0.85em;
    color: #555555;
    background-color: #BFC5DA;
    background-image: url(../img/bg.png);
    background-repeat: repeat-x;
    background-position: top left;
}

.inner-body {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.inner-body.main{
    background-color:#fff;
    border:1px solid #A0A5AB;
    border-bottom:none;
}


#content {
    float: left;
    width: 700px;
}

#sidebar {
    float: left;
    width: 250px;
}

.clear {
    clear: both;
}

a {
    color: #015272;
}

h1 a, h2 a, h3 a {
    text-decoration: none;
}

h1, h2, h3 {
    font-size:2em;
    margin: 0.2em 0 0.2em 0;
    /*font-family: Georgia,"Times New Roman",Times,serif;*/
}

h2 a:hover {
    color:#58bbeb;
}

/* Head */

#head .inner-body {
    padding-top: 1em;
    padding-bottom: 0.2em;
}

#head h1 {
    font-family:monospace;
    font-weight:bold;
    font-size: 3em;
}

h2 {
    font-size: 1.8em;
}

#head a:hover {
    color: #f08934;
}

#site-description {
    color: #c5c5c5;
}

/* Sidebar */
#sidebar .header {
    font-size: 1.6em;
    color: #888;
}

#sidebar .header img {
    margin: 0;
}

#sidebar li {
    list-style-type: none;
    border-bottom: 1px dotted #dddddd;
    margin: 0.3em 0;
    text-indent: -1em;
}

#sidebar ul {
    margin-left: 0.5em;
    position: relative;
    left: 1em;
}

#sidebar ul a {
    text-decoration: none;
}

#sidebar ul a:hover {
    text-decoration: underline;
}

#sidebar .last-comments .author {
    padding-right: 1em;
}

/* Blog posts */
.metadata {
    margin-bottom: 0.5em;
    font-size: 0.8em;
}

.metadata a {
    text-decoration: none;
}

.read-more {
    text-align: right;
}

.read-more a {
    text-decoration: none;
}

.post {
    margin-bottom: 2em;
}

.bookmarks {
    margin-top: 1em;
    padding: 1em;
    background-color: #fbfbfb;
}

.bookmarks img {
    margin: 0;
}

.bookmarks a:hover {
    border-bottom: 2px solid #ccc;
}

/* Navigation */
.navigation {
    margin-top: 1em;
}

.navigation li {
    list-style-type: none;
}

/* Common classes */
.left {
    float: left;
    width: 50%;
}

.right {
    float: right;
    width: 50%;
    text-align: right;
}

/* Page layout */
#content .inbox {
    margin: 0 1em 0.5em 1em;
}

/* Footer */

#footer {
}

#footer .inner-body {
    background-color:#E8E8D4;
    border:1px solid #A0A5AB;
    border-top:1px solid #D3D3C1;
    color:#666666;
}
#footer .copyrights{
    padding:2px 13px;
}

/* Tag cloud */

.tag-cloud a {
}

.tag-cloud .tag-1 {
    font-size: 0.9em;
}

.tag-cloud .tag-2 {
    font-size: 1.2em;
}

.tag-cloud .tag-3 {
    font-size: 1.4em;
}

.tag-cloud .tag-4 {
    font-size: 1.65em;
}

.tag-cloud .tag-5 {
    font-size: 1.8em;
}

/* Forms */
.errorlist {
    margin: 0;
    padding: 0;
}

.errorlist li {
    list-style-type: none;
    color: #c00;
    font-weight: bold;
}

#login-box {
    display: none;
}

#openid_url {
    background: #FFFFFF url('../../img/openid-icon.gif') no-repeat scroll 0pt 50%;
    padding-left: 18px;
}

form .wide label {
    display: block;
}

form .wide input, form .wide textarea, form .wide select {
    display: block;
}

form .wide input, form .wide textarea {
    width: 80%;
}

#head,#footer{
    color: #777;
}
#head a,#head h1 a,#footer a{
    color: #555;
}
div#content div.inbox p img{
    float:none;
}
div.software div.app p{
    margin-bottom:0;
}

div.corner {
    background-color:#F1F1D8;
    background-image:url(../img/button.gif);
    background-position:left top;
    border:0 none;
    float:left;
    height:8px;
    margin:-1px;
    width:8px;
}

ul.tabs, ul.tabs li {
    display:block;
    float:right;
    list-style-type:none;
    margin:0;
    padding:0;
}
ul#files, ul#files li {
    display:block;
    list-style-type:none;
    margin:0;
}
ul#files li {
    padding:0 4px;
}
ul#files {
    margin-bottom: 1em;
}
ul.tabs {
    margin-top:-26px;
}
ul.tabs li {
    background-image:url(../img/button0.gif);
    background-position:center center;
    display:inline;
    float:left;
    height:26px;
    margin-right:-1px;
    overflow:hidden;
    text-align:center;
    white-space:nowrap;
    width:160px;
}
ul.tabs li.active {
    background-image:url(../img/button.gif);
}
ul.tabs li.spacer {
    background-image:none;
    width:4px;
}
ul.tabs a, ul.tabs a:visited, ul.tabs b {
    color:#000000;
    display:block;
    font-family:sans-serif;
    font-size:16px;
    height:22px;
    margin-top:2px;
    overflow:hidden;
    text-align:center;
    text-decoration:none;
    white-space:nowrap;
    width:156px;
}
ul.tabs b {
    cursor:default;
}
ul.tabs a {
    color:#666666;
}
ul.tabs li.active a {
    font-weight:bold;
    color:#000000;
}
ul.tabs a:hover, ul.tabs a:active {
    color:#9C0000;
    text-decoration:underline;
}
code{
    white-space:pre;
    background-color:#E8E8D4;
    padding:2px;
    line-height:1.2;
    display:block;
    overflow:auto;
}

