/* general *//*{{{*/ 
body {
    font-size: 12px; /* website font size */
    background-color: rgb(229, 229, 229);
}
/*}}}*/

/* shapka *//*{{{*/
#logo a {
    text-decoration: none;
}

#logo h1 {
    font-size: 2.5em;
    margin-bottom: 0.5em;
    padding: 0em;
}
#logo h1 a {
    color: #555 !important;
}

#logo p.h-note {
    font-style: normal; padding-left: 0.2em;
    position: relative;
    top: -1.5em;
}
#logo p.h-note, #logo p.h-note a {
    color: #777;
}
/*}}}*/

/* CONTENT */

/* articles list */ /*{{{*/
#fullwidth-ad {
    clear: both;
    width: 100%;
    text-align: center;
}

#articles-list dl { display: block; clear: both; }
#articles-list dl dt {
    font-size: 1.3em; line-height: 1.155;
    display: block;
    clear: both;
    font-weight: bold;
}
#articles-list dl dt em { 
    margin-left: 2em;
    float: right;
    color: #999; font-weight: normal;
}
#articles-list dl dd { margin: 0em; text-align: justify; margin-bottom: 1.5em}
#articles-list dl dd p { margin: 0em; }
#articles-list dl dd p.links { font-size: .85em; line-height: 1.77; }
#articles-list dl dd p.tags {
    float: left;
    text-align: left;
    width: 60%;
    color: #111;
}
#articles-list dl dd p.author {
    text-align: right;
}
#articles-list dl dd p.author a {
    color: #222;
}
#articles-list-mini dl dt {
    width: 4em;
    float: left;
}
#articles-list-mini dl dd {
    margin-left: 4em;
    text-align: justify;
}
#articles-list-mini dl dd a.article {
    color: #333;
}
/*}}}*/

/* pagination */ /*{{{*/
div.pagination { text-align: center; margin-bottom: 2em;}
div.pagination strong.current {
    padding: 0.1em 0.3em 0.1em 0.3em;
    color: black;
    text-decoration: none;
    font-weight: 600;
    background-color: #ddd;
}
/*}}}*/

/* tag cloud */ /*{{{*/
#tag-cloud p { vertical-align: middle; text-align: center; }
#tag-cloud a { margin-left: 5px; margin-right: 5px; }
/*}}}*/

/* comments */ /*{{{*/
#comments h2 {
    margin-top: 1em;
}

#comments dt {
    clear: both;
    border-bottom: 2px solid #ddd;
    font-style: oblique;
    padding-left: 0.3em;
    padding-top: 1em;
    margin-bottom: 0.3em;
}
#comments dt a {
    color: #444;
    text-decoration: none;
}
#comments dt a.close {
    font-size: 90%;
    float: right;
    display: block;
    padding: 0em 0.3em 0em 0.3em;
    color: white;
    font-style: normal;
    background-color: #aaa;
}

#comments dt span.realname {
    font-weight: normal;
}
#comments dt span.anon {
    color: #999;
}
#comments dd {
    margin: 0;
    padding: 0;
}

/* form */
#post-comment { clear: both; padding-top: 1em; }
#post-comment.auth p#field_id_name,
#post-comment.auth p#field_id_email,
#post-comment.auth p#field_id_url,
#post-comment.auth p#field_id_comment label {
    display: none;
}
/*}}}*/

/* ui */ /*{{{*/
/*}}}*/

/* search-results */ /*{{{*/
.summary {
    background-color: #f0f0f0;
    padding: 0.5em;
}
#search-results dd {
    margin-bottom: 1em;
}
/*}}}*/

/* ASIDE */

/* aside headers colors */ /*{{{*/
#aside h2 { color: #222; }
#aside h2.super-puper { color: #999; }
/*}}}*/

/* little article lists in aside */ /*{{{*/
#aside dl {
}

#aside dl dt {
    display: block; clear: both;
    font-weight: normal;
    font-size: .9em;
    line-height: 1.6666666;
    margin-top: 1.6666666em;
}
#aside dl dd {
    margin-left: 0em;
    font-size: .9em;
    line-height: 1.6666666;
}
/*}}}*/

/* author, more from author */ /*{{{*/
#author-info p { text-align: justify; font-size: 0.95em; line-height: 1.58; }
#author-info p.h-note { text-align: left; font-size: 1em; line-height: 1.5; }
#author-info div.photo { text-align: center; }
#author-info div.photo p {
    display: inline-block;
    border-top: 1px solid #ddd;
    padding: 1em;
}
#more-from-author p.more { text-align: center; }
/*}}}*/

/* authors list *//*{{{*/
#authors p {
    margin: 0px;
    padding: 0px;
    font-size: 180%;
    color: #ddd;
    height: 0.3em;
}

#authors ul {
    margin: 0px;
    margin-left: 3em;
    padding: 0px;
    margin-bottom: 1em;
}

#authors ul li {
    list-style-type: none;
}

/*}}}*/

/* share */ /*{{{*/
#share ul, #share ul * {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

#share ul li {
    display: inline-block;
    width: 3em;
    position: relative;
}

#share p {
    text-align: center;
    padding: 0em;
    margin: 0.3em;
    color: #777;
}

/*}}}*/
