body { 
    min-height: 420px;
    margin: 0 10px;
    padding: 0;
    background: #c5ccd3 url(images/body_bg.png) left top repeat;
    font-family: Helvetica;
    font-size: 14px;
    -webkit-user-none: select;
    -webkit-text-size-adjust: none;
    word-wrap: break-word;
}

/* header */
#header { 
    min-height: 45px;
    margin: 1px -10px 0;
    border-top: 1px solid #cdd5df;
    border-bottom: 1px solid #2e3744;
    background: #6d85a3 url(images/header_bg.png) top repeat-x;
    -webkit-box-sizing: border-box;
}

#header h1, 
#header p { 
    width: 70%;
    margin: 7px auto 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    color: white;
    text-align: center;
    font-size: 20px;
    text-shadow: #2d3642 0 -1px 0;
    text-overflow: ellipsis;
    font-weight: bold;
}

/* navigation */
.navigation { 
    position: absolute;
    top: 8px;
    right: 5px;
    width: auto;
    height: 30px;
    max-width: 50px;
    margin: 0;
    padding: 0 3px;
    border-width: 0 5px;
    overflow: hidden;
    background: none;
    color: white;
    font: bold 12px/30px Helvetica;
    text-decoration: none;
    text-overflow: ellipsis;
    text-shadow: #2e3744 0 -1px 0;
    white-space: nowrap;
    -webkit-border-image: url(images/tool_btn.png) 0 5 0 5;
}

.navigation[rel=home] { 
    right: auto;
    left: 5px;
    max-width: 100px;
    padding-left: 0;
    border-width: 0 5px 0 13px;
    -webkit-border-image: url(images/back_btn.png) 0 5 0 13;
}

.navigation[rel=prev] { 
    right: 47px;
    -webkit-border-image: url(images/prev_btn.png) 0 5 0 5;
}

.navigation[rel=next] { 
    -webkit-border-image: url(images/next_btn.png) 0 5 0 5;
}

.navigation.disable[rel=prev] { 
    -webkit-border-image: url(images/prev_btn_disable.png) 0 5 0 5;
}

.navigation.disable[rel=next] { 
    -webkit-border-image: url(images/next_btn_disable.png) 0 5 0 5;
}

/* entry */
.entry { 
    margin: 0 -10px;
    padding: 10px 10px 20px;
    border-bottom: 1px solid #b4b4b4;
    background-color: white;
}

.entry img { 
    display: block;
    float: none ! important;
    max-width: 95% ! important;
    margin: 0 auto 15px ! important;
}

.entry > p, 
.entry > div { 
    margin: 0 0 1em;
    line-height: 1.4;
    color: black;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 { 
    margin: 0.5em 0 0.8em;
    color: #4c566c;
    font-size: 18px;
    font-weight: bold;
    text-shadow: #fff 0 1px 0;
}

h2, h3, h4, h5, h6 { 
    font-size: 16px;
}
.entry > .entry-date { color: #b4b4b4; }
/* list */
#content ul { 
    margin: 1em 0;
    padding: 0;
    border: 1px solid #b4b4b4;
    background: #fff;
    color: black;
    font-size: 17px;
    font-weight:bold;
    -webkit-border-radius: 8px;
}

#content li { 
    position: relative;
    margin: 0;
    padding: 10px;
    line-height: 1.2;
    list-style-type: none;
    color: #324f85;
    border-top: 1px solid #b4b4b4;
}

#content li:first-child { 
    border-top: 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

#content li:last-child { 
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

#content li:hover { 
    background-color: #36c;
}

#content li abbr.published { 
    position: absolute;
    top: 25px;
    left: 10px;
    display: block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: normal;
    color: #b4b4b4;
}

#content ul.index { 
    margin: 0 -10px;
    border-width: 0 0 1px;
    -webkit-border-radius: 0;
}

#content ul.index li, 
#content ul.index li a {
    -webkit-border-radius: 0;
}

#content ul.index li a { 
    height: 35px;
}

.comments-header { position: relative; padding: 6px 0 6px 14px; background: #abda4e; margin: 10px 0 0; border-color: #999999; -webkit-border-radius: 10px; }
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
#comment-greeting,
.comments-open-moderated,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header { margin-bottom: 6px; }

.comment-content {}

.comment { position: relative; padding: 14px 14px 6px; background: #e0dacf; margin-top: 10px; border-color: #999999; -webkit-border-radius: 10px; }

#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-reply,
#comments-open-text { margin-bottom: 16px; }

#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}

#comment-author, #comment-email, #comment-url { position: absolute; left: 100px; width: auto; height: 20px; margin-bottom: 30px; }
#comment-text { width: 80%; }

.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header { color: #256200; padding-top: 15px; border-top: 5px dashed #d5d5d5; }

.trackback { padding-top: 8px; border-top-color: #d5d5d5; border-top-width: 1px; border-right-color: #e0f2fe; border-bottom-color: #e0f; border-left-color: #e0f2fe;2fe;border-bottom-width: 1px; }

ul li a { 
    display: block;
    margin: -10px;
    padding: 10px 25px 10px 10px;
    color: black;
    text-decoration: none;
    background: transparent url(images/arrow.png) right center no-repeat;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

ul li a:hover { 
    color: white;
}

p { 
    text-shadow: white 0 1px 0;
}

pre { 
    margin: 1.5em auto;
    padding: 0.8em;
    border: 1px solid #b4b4b4;
}

.ip-comment-size {
	font-size: 24px;
}

/* footer */
#footer { 
    margin: 10px auto;
}

#footer p { 
    font-size: 13px;
}

