/*
Opirina Blog
 */

@charset "utf-8";

/*
 * overwrite
 */
div#content {
    padding-bottom: 20px;
}

/*
 *
 * MTBLOG #content .entry
 *
 */

#entry-head img {
    display: block;
}

.entry-more-link {
    text-align: right;
}

#content .entry {
    background: url(../img/entry_bg.gif) left top repeat-y;
    overflow: hidden; /* for gecko */
    height: 1%;	/* for ie */
    border: 1px solid #DBC8D6;
    border-top: none;
    border-bottom: none;
}

#content #entry-side {
    width: 141px;
    float: left;
    padding: 18px 32px 30px 27px;
}

#content #entry-side #profile {
    font-size: 92%;
    line-height: 1.5;
    border: 1px solid #DBC8D6;
    margin-bottom: 30px;
    padding: 18px 14px;
}

#content #entry-side ul {
    line-height: 1;
    font-size: 92%;
    border-left: 1px solid #DBC8D6;
    border-top: 1px solid #DBC8D6;
    margin-bottom: 30px;
    padding: 5px 0 5px 9px;
}

#content #entry-side ul.sideEntry li {
    line-height: 1.5;
    border-left: 3px solid #DBC8D6;
    margin-bottom: 4px;
    padding: 2px 0 0 5px;
}

#content #entry-side ul li {
    line-height: 1.5;
    padding: 2px 0 2px 3px;
}

#content .entryArea {
    margin-left: 200px;
}

#content .entry-content {
    margin-left: 195px;
    padding: 0 20px 30px 20px;
}

#content .entry-meta {
    font-size: 92%;
    text-align: right;
    margin-bottom: 20px;
}

#content .entry-content h2 {
    font-size: 140%;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 20px;
}

#content .entry-body,
#content .entry-more {
    line-height: 1.8;
    font-size: 108%;
    margin-bottom: 10px;
}

#content .entry-more {
    margin-bottom: 10px;
}

/*
 *
 * MTBLOG #content .comments
 *
 */

#comments-wrapper {
    clear: both;
    background: #F6EFF5;
    border: 1px solid #DBC8D6;
    border-top: none;
    padding: 28px;
}

#comments {
    width: 510px;
    background: #fff;
    border: 1px solid #AB7B9E;
    border-top: none;
    padding: 0px;
}

.comment {
    padding: 28px 28px 0px 28px;
}

#comment-form {
    margin-bottom: 0px;
    padding: 28px;
}

.comment-preview h4,
.comment h4 {
    background: #BF9DB3;
    padding: 6px 17px 5px 17px;
    overflow: hidden;
    height: 1%;
}

.comment-preview h4 span.comment-author,
.comment h4 span.comment-author {
    float: left;
    color: #fff;
    font-weight: bold;
}

.comment-preview h4 span.comment-meta,
.comment h4 span.comment-meta {
    color: #fff;
    float: right;
}

.comment .comment-body {
    clear: both;
    padding: 10px 17px;
}

#comment-form-external-auth,
#comment-form-data,
#comment-form-text {
    margin-left: 12px;
}

#comment-form-data,
#comment-form-external-auth,
#comment-text {
    margin-bottom: 10px;
}

#comments #comment-form-body {
    padding-top: 10px;
    background: url(../img/comment_form_body.gif) top left repeat-y;
}

#comments #comment-form-footer {
    text-align: center;
    padding: 5px 0 15px 0;
    background: url(../img/comment_form_footer.gif) bottom left no-repeat;
}

#comments #comment-form-name {
    margin-right: 10px;
}

#comments #comment-author,
#comments #comment-email {
    width: 200px;
}

#comments #comment-text {
    width: 420px;
}

#content .comment-pending,
#content .comment-error,
#content .comment-confirm,
#content .comment-preview {
    padding: 28px;
    background: #fff;
}

#content .comment-pending,
#content .comment-error,
#content .comment-confirm {
    border: 1px solid #DBC8D6;
}

#content .comment-pending h3,
#content .comment-error h3,
#content .comment-confirm h3,
#content .comment-preview h3 {
    font-size: 120%;
    font-weight: bold;
    color: #FF0000;
    text-align: center;
    margin-bottom: 15px;
}

#content .comment-preview h2 {
    font-size: 140%;
    line-height: 1.8;
    font-weight: bold;
}

.entry-navi {
    margin-left: 200px;
    margin-bottom: 5px;
    overflow: hidden;
    width: 344px;
    height: 1%;
    padding: 4px 12px;
}

*html .entry-navi {
    width: 341px;
}

.entry-navi span.prev-entry {
    float: left;
}

.entry-navi span.next-entry {
    float: right;
}

.feed-link a:hover {
    text-decoration: none;
}

.feed-link a img {
    vertical-align: middle;
    margin-right: 3px;
}

/* page-navi */
div.page-navi {
	background: #F6EFF5 none repeat scroll 0 0;
	border:1px solid #DBC8D6;
	text-align: center;
	padding:3px;
}

div.page-navi span.before {
	margin-right: 5px;
}

div.page-navi span {
	margin-left: 5px;
}

div.page-navi a {
	margin: 0 2px;
}

/*
 * blog index
 */

#content .summary {
    background: #fff;
    border:none;
}

/* safari only \*/
body:first-of-type #content .summary {
    width: 368px;
}

#content .summary .entry-header {
    color: #000000;
    margin-right: 5px;
    padding: 15px 10px;
    overflow: hidden;
    height: 1%;
    min-height: 21px;
    border-bottom: 1px solid #DBC8D6;
}

#content .summary .entry-header a {
    color: #000000;
}

#content .summary .entry-header a:hover {
    color: #000000;
}

#content .summary .entry-header h2 {
    font-size: 107%;
    float: left;
}

#content .summary .entry-header h2 a {
    padding-left: 22px;
    background: url(../img/marker_entry_title_02.gif) left center no-repeat;
    font-size: 108%;
    float: left;
}

#content .summary .entry-header .entry-meta {
    clear: left;
    padding-top: 4px;
    margin-bottom: 0;
    color: #999999;
}

#content .summary .entry-header .entry-meta a {
    color: #999999;
}

#content .summary .entry-content {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 10px;
    padding: 0 20px 15px;
    overflow: hidden;
    height: 1%;
}

.index #entry-head {

}

.archives #entry-head {

}

#entry-head a.profile {
    position: relative;
    height:13px;
    width:91;
    display:block;
    margin-top:-25px;
    margin-left: 465px;
}

#more {
    margin-top: 2em;
}

.content-nav {
    margin: 10px auto;
    text-align: center;
}

.content-nav .nav-prev {
    margin-right: 10px;
}

.content-nav .nav-next {
    margin-left: 10px;
}

/*
* social-btn
*/
.social-btn { padding: 20px 0 0; }
* html .social-btn a img { behavior: expression(IEPNGFIX.fix(this)); }
.social-btn div {
	float: left;
	margin-right: 10px;
	height: 21px;
	vertical-align: top;
}

