@charset "UTF-8";

/*+++++++++ for blog page +++++++++*/

#blog-left{
float:left;
width:559px;
border-right:1px solid #cfd4d9;
}

#blog-right{
float:right;
width:190px;
font-size: 10px;
line-height: 1.2;
}

h3, h4, h5, h6 { font-weight: normal; }

h3.module-header{
margin:0;
padding:5px;
border-top:1px solid #cfd4d9;
border-bottom: 1px solid #cfd4d9;
background-color:#eeeeee;
font-size:12px;
font-weight:bold;
}

div.module-content{
margin:10px;
padding:5px;
background-color:f5f5f5;
border:1px solid #efefef;
}

ul.module-list{
margin:0px;
padding-left:10px;
padding-bottom:10px;
padding-right:10px;
list-style: disc;
list-style-position:inside;
line-height: 1.2;

}

ul.module-list li{
margin:0px;
padding:0px;
padding-top:7px;
}

.module-list{
margin: 0;
list-style: disc;
}

div#blog-right form{
margin:10px;
}

p.entry-footer{
border-top:1px solid #ddd;
padding-top:5px;
font-size:10px;
color:#999;
}

div.title{
border-left:5px solid #FF9000;
padding:3px;
padding-left:10px;
font-size:18px;
font-weight:bold;
color:#FFC77F;
}

div.blog-date{
font-size:12px;
font-weight:bold;
color:#999;
}

form, input { margin: 0; padding: 0; }

.content-nav{
margin:10px;
text-align: center;
}


.trackbacks,
.comments,
.archive{
margin-top:30px;
position: static;
overflow: hidden;
clear: both;
width: 100%;
margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed{
clear: both;
margin: 5px 10px;
}


.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header{
/* ie win (5, 5.5, 6) bugfix */
p\osition: relative;
width: 100%;
w\idth: auto;

margin: 0;
border-left: 5px solid #FF9000;
padding: 5px;
color: #666;
background: #FFE2BF;
font-size: 11px;
font-weight: bold;
line-height: 1;
text-transform: uppercase;
}



#trackbacks-info
{
margin: 10px 0;
border: 1px dashed #a3b8cc;
padding: 0 10px;
color: #292e33;
font-size: 11px;
text-align: center;
background: #fff5e8;
}

.comments-open label { display: block; }


