/*
	Theme Name: Slow Chinese V3
	Description: WordPress Theme by Weng Xinyu
	Version: 3
	Author: Weng Xinyu
	Author URI: http://www.wengxinyu.com
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
*{
	margin:0;
	padding:0
}
/* global box-sizing */
*{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}
/* html element 63% font-size for REM use */
html {
	font-size: 63%;
}
html,
button,
input,
select,
textarea,
body {
	font-family: Helvetica, Tahoma, Arial, STXihei, “华文细黑”, Microsoft YaHei, “微软雅黑”, SimSun, “宋体”, Heiti, “黑体”, sans-serif;
	font-weight:normal;
	color:#444;
	margin:0;
	padding:0;
}
img {
	border:none;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#f54f66;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus,
textarea:focus {
	outline:0;
}
h1{
	font-size:3.2em;
	margin-bottom:60px;
	line-height:2em;
}
h2{
	font-size:2.4em;
	margin-bottom:50px;
	line-height:2em;
}
h3{
	font-size:1.8em;
	line-height:2.4em;
}
h4{
	font-size:1.4em;
	line-height:1.4em;
}
p{
	font-size:1.4em;
	line-height:1.8em;
	margin-bottom:1.4em;
}
button,
input,
select,
textarea {
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button,
input {
	line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 150px;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
#wrapper {
	min-width:960px;
	width:100%;
	height:100%;
	margin:0 auto;
	text-align:center;
}
#header {
	width:100%;
	height:175px;
	overflow:hidden;
	margin:0;
}
#spotlight_wrapper{
	text-align:center;
	width:100%;
	clear:both;
	min-height:8px;
	max-height:250px;
	margin-bottom:60px;
	overflow:hidden; 
	background-image:url(img/noisy-texture-100x100.png);
}
#spotlight{
	text-align:left;
	height:250px;
	width:960px !important;
	padding:0;
	margin:0 auto;
}
#content_wrapper {
	width:66%;
	min-width:960px;
	max-width:1280px;
	margin:0 auto;
	clear:both;
}
#content_main,#container{
	width:75%;
	min-width:640px;
	display:block;
	float:left;
	text-align:left;
	margin-left:10px;
	padding-right:80px;
}
#sidebar {
	width:220px;
	display:block;
	float:left;
	padding:0;
	margin:0;
}
#footer {
	height:120px;
	width:100%;
	clear:both;
	text-align:center;
}
/*------------------------------------*\
    HEADER & NAVIGATION
\*------------------------------------*/
#header{
	background-color:#202836;
	color:white;
}
/* navi */
#navi{
	width:960px;
	height:175px;
	vertical-align:middle;
	text-align:center;
	background-image:url(img/header_skyline.png);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0 auto;
	padding-left:40px;
	padding-right:40px;
}
#navi a{
	display:block;
	color:white;
}
#navi a:hover{
	color:#444;
}
/* navi_item */
.item_wrapper{
	width:52px;
	height:52px;
	float:left;
	margin:60px 33px;
	display:table;
	background-color:rgba(68, 68, 68, 0.3);
	overflow:hidden;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	border:3px solid #f2f2f2;
	-webkit-box-shadow:0px 3px 3px 2px rgba(0, 0, 0, 0.3);
    box-shadow:0px 3px 3px 2px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.item_wrapper:hover{
	background:#f54f66;
}
.item_text{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	line-height:1em;
	padding:0;
}
/* logo */
.logo {
	width:283px;
	height:122px;
	display:block;
	float:left;
	margin:18px 50px 28px 50px;
	text-align:center;
}

.logo p{
	font-size:1.4em;
	line-height:1.2em;
	margin:4px;
}
/*------------------------------------*\
    SPOTLIGHT
\*------------------------------------*/
#spotlight_wrapper{
	background-color:#f54f66;
	background-image: url(img/noisy-texture-100x100.png);
	-moz-box-shadow:    inset 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
	box-shadow:         inset 0 0 5px rgba(0,0,0,0.5);
}
#spotlight{
	color:white;
	display:none;
}
#spotlight ul li{
	width:960px !important;
	height:250px;
	margin:0;
	padding:20px;
	display:none;
}
#spotlight h2{
	font-size:36px;
	font-weight:bold;
	line-height:1.2em;
	margin:0;
}
#spotlight h3{
	font-size:24px;
	font-weight:100;
	line-height:1em;
	margin-bottom:24px;
}
#spotlight img{
	float:left;
	margin-right:36px;
}
#spotlight p{
	line-height:1.6em;
	margin-top:6px;
}
#spotlight a{
	font-weight:bold;
	padding:1px 5px;
	background-color:white;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color:#f54f66;
}
#spotlight a:hover{
	color:white;
	background-color:#444;
}
.slider_arrow{
	position:absolute;
	top:300px;
	z-index:99;
	display:none;
	cursor: pointer;
	opacity: 0.4;
}
.slider_arrow:hover{
	opacity:1;
}
.slider_prev{
	left:10%;
}
.slider_next{
	right:10%;
}
.spotlight_btn{
	position:absolute;
	margin-top:10px;
	right:20px;
	cursor:pointer;
}
.rotate180{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); /* IE 9 */
	-webkit-transform:rotate(180deg); /* Safari and Chrome */
}
.slider {
	position:relative;
}
.slider li {
	list-style: none;
}
.slider ul li {	
	float: left;
}
.slider .dots {
	display:none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	text-align: center;
}
.slider .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	text-indent: -999em;
	border: 2px solid white;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	cursor: pointer;
	opacity: 0.4;
	-webkit-transition: background 0.5s, opacity 0.5s;
	-moz-transition: background 0.5s, opacity 0.5s;
	transition: background 0.5s, opacity 0.5s;
}
.slider .dots li.active {
	background: white;
	opacity: 1;
}
#podcast_archive{
	text-align:center;
	min-width:640px;
	height:100px;
	background-color:#434343;
	background-image: url(img/noisy-texture-100x100.png);
	margin:20px auto;
}
/*------------------------------------*\
    CONTENT
\*------------------------------------*/
#content_wrapper a{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/* primary content */
#content_main{
	margin-top:0;
}
#content_main  h1{
	display:block;
	margin-top:0;
	margin-bottom:30px;
	line-height:1em;
}
#content_main h2{
	display:block;
	margin-top:0;
	margin-bottom:10px;
	line-height:1.4em;
}
article{
	display:block;
	clear:both;
	padding-top:0;
	margin-bottom:36px;
	min-height:64px;
}
article a:hover{
	color:#f54f66;
}
article h1 a,
article h2 a{
	color:#f54f66;
}
article li{
	margin-left:1.4em;
}
.entry_thumbnail{
	position:relative;
	width:240px;
	height:220px;
	float:left;
	margin-right:15px;
}
/* loop-simple */
.entry_thumbnail_simple{
	float:left;
	margin-right:15px;
}
.entry_thumbnail_simple img{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.entry_text p{
	min-height:100px;
	over-flow:hidden;
}
/* image for single page */
.feature_image_wrapper{
	display: table-row;
	margin-bottom:20px;
}

.feature_image{
	display: table-cell;
	vertical-align: bottom;
}
.image_caption{
	display: table-cell;
	vertical-align: bottom;
	padding-left:10px;
	color:grey;
	font-size:1.2em;
}
/* date tag */
.date_tag{
	position:absolute;
	width:50px;
	height:64px;
	left:10px;
	top:10px;
	background:white;
	font-family:Georgia,serif;
	color:#444;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow:0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow:0px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.date_tag_M{
	font-size:1.8em;
	font-weight:normal;
	text-align:center;
	color:grey;
	margin:3px auto;
	line-height:1em;
}
.date_tag_j{
	font-size:3.6em;
	font-weight:normal;
	text-align:center;
	margin:0 auto;
	line-height:1em;
}
/* meta */
.meta{
	font-size:1.3em;
	line-height:1em;
	margin-right:12px;
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:20px;
}
.meta a{
	color:#444;
}
.meta_top{
	margin-bottom:26px;
}
.meta_bottom{
	padding-left:5px;
	width:100%;
	clear:both;
	line-height:24px;
	background-color:#f2f2f2;
	margin-top:20px;
}
.meta_bottom,
.meta_simple{
	height:24px;
	border-bottom:1px dotted #444;
}
.meta_head span{
	line-height:1em;
	margin-left:12px;
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:18px;
}
.meta_author{
	background-image:url('img/icon_author.gif');
}
.meta_date{
	background-image:url('img/icon_date.gif');
}
.meta_comments{
	background-image:url('img/icon_comments.gif');
}
.meta_category{
	background-image:url('img/icon_category.gif');
}
.meta_tag{
	background-image:url('img/icon_tag.gif');
}
.read_more{
	line-height:1em;
	font-size:1.3em;
}
.read_more a,
.highlighted_link a{
	padding:4px;
	background-color:#444;
	color:white;
}
.read_more a:hover,
.highlighted_link a:hover{
	background-color:#f54f66;
	color:#444;
}
.meta_edit{
	font-style:italic;
	float:right;
	font-size:12px;
	color:#444;
}
.powerpress_player {
	margin-top:20px
}
.powerpress_links { 
	margin:8px auto;
	background-color: #fefefe;
	margin-bottom:20px;
}
.powerpress_embed_box{
	margin-bottom:20px;
}
.tabs-shortcode-list{
	font-size: 1.4em;
	margin-bottom:10px;
}

/* pagination */
.pagination{
	display:block;
	clear:both;
	width:100%;
	text-align:center;
	margin:80px auto;
}
.pagination .page-numbers {
    padding:4px;
    font-size:1.4em;
	border:1px solid #eee;
}
.pagination .page-numbers:hover{
	color:white;
}
.pagination .current {
    color:#f54f66;
}
/* post-navigation */
.post-navigation{
	clear:both;
	display:block;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.4em;
}
.post-navigation .prev-post{
	float:left;
}
.post-navigation .next-post{
	margin:auto;
	float:right;
}

/*------------------------------------*\
	PRESS MATERIALS
\*------------------------------------*/

#press_materials h2{
	display:block;
	clear:both;
	width:100%;
}
#press_materials p{
	line-height:18px;
}
#press_materials ul{
	margin-left:2em;
	margin:18px auto;
}
#press_materials ul li{
	font-size:1.4em;
	line-height:18px;
}
#press_materials label{
	display:inline-block;
	width:50px;
	margin-right:20px;
}
#press_materials a {
	color:#f54f66;
	text-decoration:none;
}
#press_materials a:hover{
	text-decoration:underline;
}
#press_materials img{
	border:1px solid #ddd;
	padding:4px;
}
#press_materials{
	text-align:left;
	width:100%;
	margin:0 auto;
	display:block;
}
#press_materials .item1{
	float:left;
	width:33%;
	padding-right:10px;
	margin:20px auto;
	min-height:150px;
	display:block;
}
#press_materials .item2{
	float:left;
	width:20%;
	padding-right:10px;
	margin:20px auto;
	display:block;
}
#press_materials .item1 img,
#press_materials .item2 img{
	margin-right:10px;
}
#press_materials .divider{
	height:30px;
	display:block;
	clear:both;
	width:100%;
	margin:30px auto;
	border:none;
	border-bottom:1px dashed grey;
}
#press_materials .text{
	width:50%;
	display:inline-block;
	float:left;
	padding:10px;
}
#press_materials .text:hover{
	background-color:#fefefe;
}

/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/
#sidebar {
	text-align:left;
	font-size:1.4em;
	line-height:1.4em;
	margin-bottom:80px;
}
#sidebar p{
	margin:0;
}
#sidebar a{
	color:#444;
}
#sidebar a:hover{
	color:#f54f66;
}
#sidebar-image{
	width:222px;
	height:222px;
	border:1px solid lightgrey;
	margin-bottom:10px;
}
#sidebar ul{
	padding-left:18px;
	line-height:1.6em;
}
.sidebar-widget > div{
	margin-bottom:36px;
}
#sidebar h3{
	font-size:1.2em;
	font-stretch: condensed;
	color:#f54f66;
	line-height:2.5em;
}
#wpcc_widget_inner a{
	margin-right:8px;
	border:1px solid #eee;
	padding:4px;
}
.newsletter .newsletter-email{
	width:220px;
}
.newsletter .newsletter-submit{
	float:right;
}

/*------------------------------------*\
	AUTHOR SPOTLIGHT
\*------------------------------------*/
#author-spotlight {
    border-top: 1px solid #444;
    clear: both;
    font-size: 1em;
    line-height: 1.4em;
    overflow: hidden;
    padding: 10px auto;
	margin-bottom:18px;
}
#author-spotlight #author-avatar {
}
#author-spotlight img {
	float:left;
	width:50px;
	height:50px;
    margin-right:15px;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
#author-spotlight #author-profile{
	text-align:left;
}
#author-spotlight #author-description{
}
#author-spotlight #author-link{
    margin-top:15px; 
    float:right;
	font-weight:bold;
}
#author-spotlight h2 {
    font-size: 1.4em;
    font-weight: bold;
    margin:10px auto;
}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/
#footer {
	display:table;
	border-top:1px solid lightgrey;
}
#footer p{
	vertical-align:middle;
	display:table-cell;
	font-size:1.2em;
}


/*------------------------------------*\
    AUTHOR
\*------------------------------------*/
.author_info_wrapper{
	padding-bottom:36px;
	margin-bottom:36px;
	border-bottom:1px solid #eee;
}
.author_avatar{
	line-height:2em;
	width:100%;
	clear:both;
	text-align:center;
}
.author_avatar img{
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	text-align:center;
	margin-bottom:10px;
}
.author_meta{
}

.author_meta_title{
	font-weight:bold;
	margin-right:12px;
}

.author_profile{
}
.author_profile a{
}
.author_profile p{
	font-size:1.4em;
	line-height:1.6em;
}
.members{
	display:block;
	clear:both;
	width:100%;
	margin-bottom:30px;
}
.member{
	display:inline-block;
	width:24%;
	margin-bottom:20px;
	text-align:center;
}
.member img{
	width:80px;
	height:80px;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.member_description h4{
	margin:8px auto;
}	
.member p{
	font-size:1.4em;
	margin:auto;
}
.divider{
	margin-top:18px;
	padding-top:18px;
	border-top:1px dotted #444;
}
.requirements{
	font-size:1.4em;
	line-height:1.8em;
}
.follow_icon{
	text-align:center;
} 
.follow_icon a{
	margin:auto 12px;
}

/*------------------------------------*\
    ARCHIVE
\*------------------------------------*/
#filter_wrapper{
	margin-bottom:30px;
	font-size:1.3em;
}
.filter_tags{
	display:block;
	clear:both;
	width:100%;
	margin-bottom:50px;
}
.filter_tags a{
	line-height:1.6em;
	background:#444;
	color:white;
	padding:3px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.filter_tags a:hover{
	color:white !important;
	font-weight:bold;
}
.live_filter{
	display:inline-block;
}
input #filter{
	width:240px;
	font-size:1.3em;
}


/*------------------------------------*\
    COMMENTS
\*------------------------------------*/
#comments{
	padding-top:48px;
	display:block;
	clear:both;
}
#leave_comment_link{
	display:inline;
	float:right;
}
#comment_number{
	display:inline;
}
ul.commentlist{
	list-style: none; 
	margin-bottom:50px;
	padding:0;
}
ul.commentlist li {
	border-top:1px dotted grey;
	clear:both;
	padding:10px 0;
}
ul.commentlist li.comment div.comment-author {
	float:left;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:1em;
}
ul.commentlist li.comment div.vcard {
	width:50px;
}
ul.commentlist li.comment div.vcard img {
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
ul.commentlist li.comment div.vcard div.commenter {
	line-height:1em;
	font-size:1.2em;
	text-align:center;
	margin:0 auto;
	
 }
ul.commentlist li.comment div.comment-meta {
	float:right;
	font-style:italic;
	font-size:1.2em; 
}
ul.commentlist li.comment div.comment_reply{
	font-style:italic;
	font-size:1em; 
}
ul.commentlist li.comment p {
	line-height:1.4em;
	margin-left:80px;
	margin-right:80px;
}
ul.commentlist li.comment ul.children {list-style:none;}
ul.commentlist li.comment ul.children li {padding-left:0;}
ul.commentlist li.comment ul.children li.comment {padding-left:0;}
ul.commentlist li.comment ul.children li.depth-2 {padding-left:50px;}
ul.commentlist li.comment ul.children li.depth-3 {padding-left:50px;}
ul.commentlist li.comment ul.children li.depth-4 {padding-left:50px;}
ul.commentlist li.comment ul.children li.depth-5 {padding-left:50px;}

/* Comment form */
#respond {
	margin-top:50px;
	clear:both;
}
#respond h3#reply-title {
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 1em;
}
#respond form {
	margin:auto;
	font-size:1em;
	line-height: 1em;
}
#respond form p {
	margin:8px auto;
}
#respond form p.logged-in-as {
}
#respond form label {
}
#respond form input[type="text"],
#respond form textarea {
	padding: 2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#respond form textarea {
	width:85%;
	height:120px;
}
#respond form p.form-allowed-tags {
	font-size: 1em;
	color: #444;
}
.required {
	color: red;
}
/*------------------------------------*\
	FORM
\*------------------------------------*/
button,
input,
textarea {
	border: 1px solid grey;
	padding: 4px;
}
input[type="image"]{
	border:none;
}
input:focus,
textarea:focus {
	border: 1px solid #f54f66;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	border: none;
	border: 1px solid grey;
	border-radius: 4px;
	display: inline-block;
	text-decoration: none;
	background-color:#eee;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	outline: none;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	max-width:98.5%;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	body {
		background: #fff none !important;
		color: #000;
		font-size:1.5em;
		width:80%;
		margin:100px auto;
	}
	#footer,
	#content_main{
		width:100% !important;	
	}
	
	#header,
	#spotlight_wrapper,
	#sidebar,
	#comments,
	#respond,
	.item_wrapper,
	.post-navigation,
	.meta_edit,
	.meta_comments{
		display:none !important;
	}
	
	.entry_thumbnail,
	.thumbnail,
	.date_tag,
	.meta_read_more,
	.ad{
		display:none !important;
	}
	
	.powerpress_player,
	.powerpress_links,
	.powerpress_embed_box,
	.sharedaddy,
	.jp-relatedposts,
	.tabs-shortcode-list{
		display:none !important;
	}
}

/*------------------------------------*\
    Woocommerce
\*------------------------------------*/

.product-type-grouped .images{
	display:block !important;
	clear:both !important;
}

.product-type-grouped .summary{
	width:100% !important;
}
.woocommerce {
	margin-top:20px;
}


/*------------------------------------*\
    AD
\*------------------------------------*/

.ad{
	display:block;
	clear:both;
	text-align:center;
	padding:30px 0;
	margin:auto;
}