﻿/* 代码示例：当浏览器宽度小于540px时，隐藏页脚导航，不需要可删除。*/
@media only screen and (max-width: 540px) {
    #footer .links { display: none; }
}#header .connect { +width: 105px }.commentlist .bypostauthor > div > div > .fn:after {
	background-color: #c0392b;
}

.commentlist .bypostauthor {
    _border-top-color: #c0392b;
}

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: #e74c3c;
}


#nav a:hover,
#nav .current-menu-item a,
#nav .sub-menu,
#comment-settings {
    border-color: #e74c3c;
}

.entry-footer .copyright,
#submit,
#submit:hover,
#submit:active,
#submit:disabled:hover {
    border-color: #c0392b;
}

#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: #e74c3c;
}
#nprogress .peg{box-shadow:0 0 10px #e74c3c,0 0 5px #e74c3c}
.widget_tag_cloud a:hover,
.widget-simpletags a:hover,
#featured-content.fccaption-below a:hover h3 {
    color: #e74c3c!important;
}

.home .hentry.sticky {
    box-shadow: 0 2px 3px rgba(0,0,0,.1), 0 0 0 3px #e74c3c;
}

::-moz-selection {
    background: #e74c3c;
}

::selection {
    background: #e74c3c;
} 


.entry-summary a:hover,
.entry-content a:hover {
    border-bottom-color: #c0392b}
.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: #c0392b;
}

.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;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait),
only screen and (max-width: 800px) {
	#sidebar { display: none }
}
