/*
Theme Name: Minty
Theme URI: http://c7sky.com/wordpress-theme-minty.html
Author: 小影
Author URI: http://c7sky.com/
Description: Minty 是一款小清新风格的 WordPress 主题，使用 HTML5&CSS3 实现响应式设计完美适配移动端，支持 WordPress 3.1 新增的所有文章格式，支持 AJAX 评论与列表页无限加载，内置 8 种主题色彩。主题取名为 Minty，希望能带给你清爽的浏览体验！
Version: 2.1
Tags: 绿色、蓝色、红色、蓝色、紫色、黄色、灰色、橙色、浅色系、深色、一栏、两栏、边栏在右侧、响应式布局、自定义背景、自定义菜单、特色图像、灵活顶部、小清新、微格式、文章形式、文章置顶、主题选项
*/
/* 代码示例：当浏览器宽度小于540px时，隐藏页脚导航，不需要可删除。
@media only screen and (max-width: 828px) {
    #footer .links { display: none; }
}
*/
@media only screen and (max-width: 822px)!important
#header:after {
    content: '.'!important;
    color: #fff!important;
    -webkit-user-select: none!important;
}
/* 侧边栏 */
aside {
    padding: 5px 10px 5px 10px;
    margin: 15px;
    background: #e2e2e2;
    border: 2px dashed rgba(255,255,255,0.4);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 0 0 4px #e2e2e2, 2px 1px 4px 4px rgba(10,10,0,.5);
    -webkit-box-shadow: 0 0 0 4px #e2e2e2, 2px 1px 4px 4px rgba(10,10,0,.5);
    box-shadow: 0 0 0 4px #e2e2e2, 2px 1px 6px 4px rgba(10,10,0,.5);
}
#text-2{
    padding:0;
    margin:0;
    border:none;
    box-shadow:none;
    background:transparent;
}
/*表情框样式*/
.comment-form-footer {
   /* 
   min-height:32px;
   position:bottom;
  */
}
.wp-smiley-select {
    height:25px;
    width:25px;
}
img.wp-smiley, img.emoji{
    height:25px!important;
    width:25px!important;
    max-height: 2em!important;
}
/*USER-AGENT*/
.user-agent{
border:1px soild gray;
}
/* 评论区*/
.commentlist .comment{
    border: 1px dotted #999;
    background: rgba(218, 206, 213, 0.8);
    border-radius: 10px;
    padding: 10px;
}#header .connect { +width: 175px }.commentlist .bypostauthor > div > div > .fn:after {
	background-color: #2980b9;
}

.commentlist .bypostauthor {
    _border-top-color: #2980b9;
}

a:hover,
.entry-cover:hover + .entry-header .entry-title a,
.entry-title a:hover,
.entry-meta a:hover,
.more-link,
.entry-summary a,
.entry-content a,
.wumii-text-a:hover,
#error404 a,
.commentlist .comment-author .fn,
.commentlist .comment-author .url,
.commentlist .comment-footer a,
.must-log-in a {
    color: #3498db;
}


#nav a:hover,
#nav .current-menu-item a,
#nav .sub-menu,
#comment-settings {
    border-color: #3498db;
}

.entry-footer .copyright,
#submit,
#submit:hover,
#submit:active,
#submit:disabled:hover {
    border-color: #2980b9;
}

#searchsubmit,
#nav .sub-menu a:hover,
a.entry-cover:before,
.pagination a:hover,
.page-title,
#submit,
#submit:hover,
#submit:active,
#submit:disabled:hover,
#nprogress .bar,
#featured-content.fccaption-cover a:hover h3 {
    background-color: #3498db;
}
#nprogress .peg{box-shadow:0 0 10px #3498db,0 0 5px #3498db}
.widget_tag_cloud a:hover,
.widget-simpletags a:hover,
#featured-content.fccaption-below a:hover h3 {
    color: #3498db!important;
}

.home .hentry.sticky {
    box-shadow: 0 2px 3px rgba(0,0,0,.1), 0 0 0 3px #3498db;
}

::-moz-selection {
    background: #3498db;
}

::selection {
    background: #3498db;
} 


.entry-summary a:hover,
.entry-content a:hover {
    border-bottom-color: #2980b9}
.entry-summary a:hover,
.entry-content a:hover,
#error404 a:hover,
.commentlist .comment-author .url:hover,
.commentlist .comment-footer a:hover,
.must-log-in a:hover {
    color: #2980b9;
}

.tags-links a:hover{color: #fff;}
.commentlist .bypostauthor > div > div > .fn:after {
    content: "博主";
}
@media only screen and (max-width: 540px) {
	.entry-summary { display:block; }
}
.widget-title {
	padding-bottom: .5em;
}
.widget-title span {
	text-indent: 0;
	width: auto;
	background: none;
	display: block;
	height: auto;
}
.avatar,
.ds-avatar img {
    border-radius: 50%!important;
}
