
/* standard elements */
html {min-height: 100%;}

* {
        margin: 0;
        padding: 0;
}

a, a:link, a:visited { color:#306392;text-decoration:underline; } 
a:hover, a:active { color:#4989C2;text-decoration:none; } 

a img {border: none;}

body {
        color: #000;
        background-color:#666;
                font-family:Trebuchet MS, Tahoma, Verdana; 
                font-size:12px;
        padding-top: 27px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font-size: 30px;}
h2 {font-size: 20px;}
h3 {font-size: 15px;}

form,input {margin: 0; padding: 0; display: inline;}

code {
        background: #FFF;
        border: 1px solid #EEE;
        border-left: 6px solid #CCC;
        color: #666;
        display: block;
                font-family:Trebuchet MS, Tahoma, Verdana; 
        font-size:1em;
        line-height: 1.6em;
        margin-bottom: 12px;
        padding: 8px 10px;
        white-space: pre;
}

blockquote {
        background: url(img/quote.gif) no-repeat;
        display: block;
        font-weight: bold;
        padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color:#333; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
        border: 1px solid #333;
        background: #FFF;
        padding-bottom:15px;
}

.outer-container {
        padding-bottom: 30px;
        margin: 0 auto;
        width: 900px;
}

/* headere & title */
.hf {text-align:right;color:#999999;padding:7px;font-size:14px;}
.hf a, .hf a:link, .hf a:visited {padding:10px;color:#ffff00;text-decoration:none;}
.hf a:active, .hf a:hover {color:#ffff99;text-decoration:underline;}
.hf .lb {color:#ccc;}
.hf #rss 
{
    background-image:url(img/feed.png);
    background-repeat:no-repeat;
    background-position:right;
    padding-right:22px;
}

.header 
{
                background-image:url(img/h_bg.jpg); 
                background-position:bottom;
                background-repeat:repeat-x;     
                background-color:#9e9e9e;
        text-align: left;
        height:98px;
}
.header .title {
        color: #000;
        vertical-align:middle;
        padding:22px;
}
.header img { vertical-align:middle;}
.header .title .sitename a {
        color: #000;
        font-size:30px;
        font-weight:bold;
        text-decoration:none;
}
.header .title a:hover {border-color: #333;}
.header .title .slogan {
        font: normal 1.1em Verdana,sans-serif;
        padding-top: 6px;
}

.path {
        background: #949490;
        color: #FFF;
        font: normal 1.1em Verdana,sans-serif;
        padding: 8px 12px;
}
.path li,.path ul {display: inline;}
.path a {
        color: #FAFAFA;
        text-decoration: none;
        margin-right: 16px;
}
.path a:hover {
        color: #FFE;
        text-decoration: underline;
}

/* main */
.main {
        padding: 20px 20px 0 0;
}

/* content */
.content {
        float: left;
        width: 67%;
        padding:0px 25px 10px 20px;
}
.content .descr {
        font-size: 0.9em;
        margin-bottom: 6px;
}
.content li {
        list-style: url(img/li.gif);
        margin-left: 18px;
}
.content p {font-family: Trebuchet MS, Tahoma, Verdana;}

/* navigation */
.navigation {
        float: right;
        width: 27%;
        background-color:#DEEBDE;
        border-color:#CBDECB;
}
.navigation h2 {
        font-family: Trebuchet MS, Tahoma, Verdana;    
        font-size: 1.3em;
        line-height: 30px;
        margin: 0;
        padding-left: 12px;
}
.navigation ul {
        padding: 0;
        text-transform: capitalize;
}
.navigation li 
{
        display: block;
        font-size: 1.1em;
        /*display: block;*/
        padding: 8px 0 8px 5%;
        text-decoration: none;
        width: 95%;
}
.navigation li a {
        text-decoration: none;
}
.navigation li img
{
        padding-right: 5px;
}
.navigation li a:hover {
        text-decoration: underline;
}
.navigation .rss 
{
    background-image:url(img/feed.png);
    background-position:left;
    background-repeat:no-repeat;
    padding-left:20px;
}

#blogroll
{
        font-size: .9em;

}
#searchfield
{
        /*max-width: 125px;*/
        width: 125px;
}
#searchcomments {margin-right:5px;}

/* posts */
.post .bookmarks img {border:none;vertical-align:middle;}
.post .bookmarks {border-bottom:solid 1px #cccccc;margin-bottom:5px;}
.digg iframe {display:inline;float:left;clear:none;padding:0 10px 5px 0;}

.post h1 {font-size: 20px;}
.post h2 {font-size: 15px;}

.post .descr {padding-left:5px;color:#997733;}
.post .entry {padding-left:5px;}
.post .info{
        background: #F7F7F7;
        border: 1px solid #E3E4E4;
        color: #666;
        margin: 2px 0 4px;
        padding: 5px 10px;
        margin-bottom:30px;
}

.post a.postheader { text-decoration:underline; }
.post a:hover.postheader { text-decoration:none; }

.post .info .rss 
{
    background-image:url(img/feed.png);
    background-position:right;
    background-repeat:no-repeat;
    padding-right:20px;
}

.post .info .comments
{
    background-image:url(img/comments.png);
    background-position:right;
    background-repeat:no-repeat;
    padding-right:20px;
}

.post .info .permalink
{
    background-image:url(img/permalink.png);
    background-position:right;
    background-repeat:no-repeat;
    padding-right:20px;
}

.post .info .email
{
    background-image:url(img/email.png);
    background-position:right;
    background-repeat:no-repeat;
    padding-right:20px;
}

.post img {
        border: 4px solid #DDD;
        margin: 4px 0;
}
.post a img {border: 4px solid #DDD;}
.post a:hover img {border-color: #CCC;}

.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}

/* related posts */
#relatedPosts a {
        display: block;
        margin-top: 5px;
        margin-left: 15px;
        margin-bottom: 5px;
        font-size: 1.2em;
}

/* comments */
#comment {font-size:20px;}
.comment
{
    border: 1px solid #dddd99;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #ffffe9;
}

.comment .posted
{
    text-align: left;
    margin: 0;
    padding: 3px 0px;
    color: #555;
}

.comment .author 
{
    font-weight:bold;
    color:#333;
    font-size:1.2em;
    background-image:url(img/comment.png);
    background-position:left;
    background-repeat:no-repeat;
    padding-left:20px;
}

.comment .actions {
        margin: 0;
        text-align: left;
        padding: 3px 0px 0px 0px;
        clear: both;
}

.self {
        background-color:#F5F5F5;
}

.comment .gravatar {
        float: right;
        /*clear: both;*/
        width: 80px;
        margin: 5px 5px 5px 5px;
        display:none;
}

.comment .gravatar img {
        height: 80px;
        width: 80px;
}

.comment .content 
{
        float:left;
        min-height: 24px;
        width: 440px;
        margin: 5px 0 0 0px;
}
.commentForm
{
    margin-top:20px;
    padding: 5px 15px 15px 15px;
    background-color: #cccc99;
    border:solid 1px #999966;
}

.commentForm h1 {font-size:20px;padding:0px;}

.commentForm label {
        float: left;
        display: block;
        width: 80px;
}

.commentForm input {
        width: 130px;
        padding:2px;
        margin:2px 0px 2px;
}

.commentForm select {margin:2px 0px 0px;}
.commentForm textarea {
        width: 100%;
        height: 150px;
        padding:2px;
}

/* Archive */
#archive p
{
        font-size: 1.2em;
}
#archive img
{
        border: none;
        padding-right: 5px;
}
#archive h2 {
        font-size: 1.2em;
        margin-bottom: 4px;
}
#archive span 
{
        display: block;
        margin-bottom: 3px;
        font-size: 1.1em;
}

#archive span a 
{
        margin-left: 4px;
}