@import url('/template/blog.css');


/* Attention, do not edit this file directly, please use the stylesheet editor in admin.
Any changes made here will be overwritten*/

#blog_main {
width:800px;
}
#blog_sidebar .top {
width:auto;
background:#F26522;
border-radius:8px 8px 0 0;
}
#blog_sidebar .middle {
background:#F26522;
width:auto;
}
#blog_sidebar .bottom {
background:#F26522;
border-radius:0 0 8px 8px;
width:auto;
}
.blog_title a {
color:#666;
}
.blog_title a:hover {
text-decoration:none;
color:#333;
}
div.blog_social {
display:inline-block;
max-width:120px;
}

@media (min-width: 1200px) {

}

@media (min-width: 980px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (max-width: 767px) {

}

@media (max-width: 480px) {

}
