/*
 * Style for "weechat" dotclear theme
 * (c) 2008-2009 by FlashCode <flashcode@flashtux.org>
 */

@import url(layout.css);

body {
    background-color: #FFFFFF;
    background-image: url(img/bg_blue.png);
    background-position: top left;
    background-repeat:  repeat-x;
    font-size: 15px;
    font-family: sans-serif, Verdana, Tahoma, Arial, Helvetica;
}

img {
    border: none;
}

a {
    color: #0000AA;
    text-decoration: none;
}

#top {
    margin: .5em;
    padding: 2px 5px 0 5px;
}

#top h1 {
    margin: 4px 0 0 4px;
}

#top img {
    vertical-align: middle;
    margin-right: 70px;
}

#top a {
    color: #777777;
}

#sidebar h2 {
    color: #666666;
    font-size: 1.2em;
}
#sidebar h3 {
    color: #666666;
    font-size: 1em;
}
fieldset {
    border: none;
}
.post h3, .post h4 {
    clear: both;
}

body { }

h1 { }
h2 { }
h3 { }
h4 { }
h5 { }
h6 { }

p { }
img { }
sup { }
abbr, acronym { }

blockquote, q { }
blockquote { }
cite { }

ul { }
ol { }
dl { }

form { }
fieldset { }
input { }
label { }

a { }
a:link { }
a:visited { }
a:hover { }
a:focus { }
a[hreflang]:after { }
a img { }

code, pre { }
pre { }

hr { }

#page { }
.page-info {
    font-style: italic;
    margin-top: 20px;
}

#top { }
#top h1 { }
#top h1 a { }
#prelude { }
#prelude a { }

#wrapper {
    margin: .5em;
}
#main {
}
#content {
    border-right: solid 1px #AAAAAA;
}

#content-info { }
#content-info h2 { }
#content-info p { }

.content-inner { }

.pagination { }
#navlinks {
    margin-top: 20px;
}

/* ==================== posts ==================== */

.post {
    margin-bottom: 30px;
}
.post.first { }
.post.odd { }

.day-date {
    font-size: 1.2em;
    font-weight: bold;
    text-align: right;
    margin-top: 10px;
}
.post-title {
    font-size: 1.8em;
    font-weight: bold;
    margin: 10px 0 4px 0;
    padding: 0 2px 6px 0;
    border-bottom: solid 1px #AAAAAA;
}
.post-info {
    font-style: italic;
    margin-top: 2px;
    padding: 0;
}
.post-info p {
    margin: 0;
    padding: 0;
}
.post-tags {
    float: right;
    margin: 0 0 0 0;
    padding: 0 0 5px 5px;
}
.post-tags li {
    display: inline;
}
.post-tags li a:link, .post-tags li a:visited {
    display: block;
    float: left;
    margin-left: 10px;
    padding: 2px 0 2px 18px;
    background-color: transparent;
    background-image: url(img/tag.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    white-space: nowrap;
    color: #005D99;
    text-decoration: none;
}
.post-excerpt { }
.post-content { }
.post-content h3 {
    font-size: 1.3em;
    margin: 30px 0 30px 0;
}
.post-content h4 {
/*    margin-left: 20px;*/
}

.read-it { }

.footnotes { }
.footnotes h4 { }

.post-info-co {
    font-size: 0.9em;
}
.post-info-co a:link, .post-info-co a:visited {
    padding: 2px 10px 2px 18px;
}
.comment_count {
    background-color: transparent;
    background-image: url(img/comment.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
}
.ping_count {
    background-color: transparent;
    background-image: url(img/trackback.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
}
.attach_count {
    background-color: transparent;
    background-image: url(img/attach.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
}

#attachments { }
#attachments h3 { }
#attachments ul { }
#attachments ul li { }
#attachments li.audio { }
#attachments li.package { }
#attachments li.text { }

/* ==================== comments, pings ==================== */

#comments { }
#pings { }
#pr { }
#comment-form {
    padding-top: 10px;
}

#comments h3 { }

#comments h3, #pings h3, #comments-feed, #pr h3 {
    background-color: #EEEEEE;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    padding: 2px 0 2px 2px;
}
#pings h3 { }
#pr h3 { }
#comment-form h3 {
    background-color: #EEEEEE;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    padding: 2px 0 2px 2px;
}

#comments dl { }
#comments dt { }
#comments dt, #pings dt {
/*    position: relative;
    top: 1px;
    display: block;*/
    padding: 10px 0 10px 0;
/*
    background-color: transparent;
    background-image: url(img/comment_bubble.png);
    background-position: 10% 100%;
    background-repeat: no-repeat; */
}
#comments dd { }
#comments dd, #pings dd, dd.comment-preview {
    margin: 0 0 8px;
    padding: 0 5px 0 5px;
    border: dotted 1px #CCCCCC;
    background-color: #FAFAFA;
}
#comments dd.me {
    background-color: #EEFAFA;
}
#comments p {
    margin: 0;
    padding: 4px 0 4px 0;
}
#comments .first { }
#comments .odd { }
#comments .me { }

#pings dl { }
#pings dt { }
#pings dd { }
#pings .first { }
#pings .odd { }
#pings .me { }

#pr dl { }
#pr dd { }

#comment-form fieldset { }

#comment-form fieldset p.field {
    clear: left;
    width: auto;
    margin: 0;
    padding: 5px 0;
}

#comment-form p label {
    width: auto;
}

#comment-form p.field label {
    display: block;
    float: left;
    width: 29%;
    padding: 0 8px 4px 0;
    text-align: right;
}

#comment-form p.form-help {
    width: 60%;
    font-size: 0.9em;
    margin: 0 0 0 30%;
    font-style: italic;
}

#comment-form input {
    width: 30%;
    font-size: 1em;
    font-family: Arial;
    color: #005D99;
    padding: 1px 2px;
    border: 1px solid #CDCDCD;
    background-color: #FAFAFF;
}

#comment-form textarea {
    width: 60%;
    font-size: 1em;
    font-family: Arial;
    color: #005D99;
    padding: 1px 2px;
    border: 1px solid #CDCDCD;
    background-color: #FAFAFF;
}

#comment-form input#c_remember {
    width: auto;
    margin: 0 5px 0 30%;
    border: 0;
}

#comment-form input.preview {
    margin-left: 30%;
}

#comment-form input.preview, #comment-form input.submit {
    width: auto;
    font-size: 0.9em;
    font-weight: bold;
    color: #005D99;
    background-color: #FAFAFA;
    border: solid 1px #CCCCCC;
    padding: 0 4px 0 4px;
}

#comment-form input.preview:hover, #comment-form input.submit:hover {
    background-color: #DDDDFF;
}

.message {
    font-size: 1.1em;
    font-weight: bold;
}


.field { }
.field label { }
.field input { }
.field textarea { }

#comment-form input[type=submit] { }
#comment-form input[type=reset] { }

.form-help { }

#ping-url { }
#comments-feed { }

/* ==================== sidebar ==================== */

#sidebar {
    margin: 10px 0 10px 0;
}

#blognav { }
#blogextra { }

#sidebar h2 { }
#sidebar h3 { }
#sidebar ul { }
#sidebar li { }

#search { }
#search form { }

#search fieldset {
    margin: 0 0 6px 0;
    padding: 0 0 0 12px;
}

#search fieldset p {
    margin: 0;
    padding: 0;
}

#search h2 {
    margin: 0 0 6px 0;
}

#search #q {
    width: 130px;
    color: #0000AA;
    font-size: 0.9em;
    border: solid 1px #CCCCCC;
}

#search .submit {
    color: #005D99;
    font-size: 0.9em;
    text-transform: uppercase;
    background-color: #FAFAFA;
    font-weight: bold;
    border: solid 1px #CCCCCC;
    padding: 0.1em;
    margin: 0;
}

#search .submit:hover {
    background-color: #DDDDFF;
}

#topnav { }
.topnav-arch { }
.topnav-home { }

#topnav ul {
    list-style-type: none;
    padding-left: 12px;
    margin: 0;
}

.selected { }
.lang { }
.categories { }
.categories ul {
    list-style-type: square;
    padding-left: 25px;
    margin: 0;
}
.pages { }
.pages ul {
    list-style-type: square;
    padding-left: 25px;
    margin: 0;
}
.syndicate { }
.syndicate ul {
    list-style-type: none;
    padding-left: 12px;
    margin: 0;
}
/*
.syndicate li {
    font-size: 1em;
    margin: 4px 0 0 0;
    padding: 2px 20px 2px 20px;
    background-color: transparent;
    background-image: url(img/feed.png);
    background-position: center left;
    background-repeat: no-repeat;
}
*/
.lastposts { }
.lastcomments { }
.text { }
.links { }
.links ul {
    list-style-type: square;
    padding-left: 25px;
    margin: 0;
}

.tags { }
.tags ul { }
.tags li { }

#sidebar .tags ul {
    margin: 5px 5px 10px 10px;
    padding: 0;
}

#sidebar .tags ul li {
    display: inline;
    margin: 0;
    padding: 0;
/*    background-color: none;*/
    font-size: 0.9em;
}

/* ==================== footer ==================== */

#footer {
}
#footer a {
    color: #6666AA;
}
#footer p {
    color: #999999;
    background-color: #FAFAFA;
    border-top: solid 1px #DDDDDD;
    margin: 0;
    padding: 4px 0 4px 0;
}
#footer img {
    vertical-align: middle;
}

/* ==================== common classes ==================== */

.feed {
    line-height: 2em;
    margin: 4px 0 0 0;
    padding: 2px 0 2px 20px;
    background-color: transparent;
    background-image: url(img/feed.png);
    background-position: center left;
    background-repeat: no-repeat;
}


.dc-tags #content ul li, .dc-tags #content ul li a,
.tags ul li, .tags ul li a {
    display: inline;
    width: auto;
    padding-left: 0;
    padding-right: 4px;
    background-color: transparent;
    line-height: 1.5em;
}
.tags ul li a:hover {
    background-image: none;
}
.dc-tags .tag0, .tags .tag0 { font-size: 85%; }
.dc-tags .tag10, .tags .tag10 { font-size: 90%; }
.dc-tags .tag20, .tags .tag20 { font-size: 95%; }
.dc-tags .tag30, .tags .tag30 { font-size: 100%; }
.dc-tags .tag40, .tags .tag40 { font-size: 105%; }
.dc-tags .tag50, .tags .tag50 { font-size: 110%; }
.dc-tags .tag60, .tags .tag60 { font-size: 115%; }
.dc-tags .tag70, .tags .tag70 { font-size: 120%; }
.dc-tags .tag80, .tags .tag80 { font-size: 125%; }
.dc-tags .tag90, .tags .tag90 { font-size: 130%; }
.dc-tags .tag100, .tags .tag100 { font-size: 135%; }

.error {
    border: solid 1px #CC4444;
    background-color: #DDFF00;
    padding: 0.5em;
}
.error ul {
    padding-left: 20px;
}
.error li {
    list-style: square;
}

.left { float: left; margin-right: 1em; }
.right { float: right; margin-left: 1em; }
.center { margin-left: auto; margin-right: auto; }
.left-text { text-align: left; }
.right-text { text-align: right; }
.center-text { text-align: center; }
.little-text { font-size: 0.8em;}
.little-upper-text { font-size: 0.8em; text-transform: uppercase; }

.dc-home { }
.dc-post { }
.dc-categories { }
.dc-category { }
.dc-archive { }
.dc-archive-month { }
.dc-tags { }
.dc-tag { }
.dc-404 { }
.dc-search { }

.post, .post-content, .footnotes, .attachments,
.post-info-co, #comments, #footer {
    clear:both;
}