/*
Theme Name: Scalp Acupuncture
Theme URI: http://wordpress.org/themes/scalpacupuncture
Author: Acira Group LLC
Author URI: http://aciragroup.com/
Description: The Scalp Acupuncture theme is built specifically for the International Academy of Scalp Acupuncture. It is based on the 2012 theme for WordPress, scalpacupuncture.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bamboo, green, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-menu, editor-style, full-width-template, microformats, post-formats, theme-options, translation-ready
Text Domain: scalpacupuncture

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th {
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	font-size: 11px;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #444;
}
body.custom-font-enabled {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
p {
	line-height: 1.3;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	visibility: hidden;
}

/* Page structure */
#page {
	margin: 0 auto;
	width: 1000px;
}
	#main {
		float: left;
		display: inline-block;
		width: 94%;
		background-color: #fff;
		padding: 0 3% 40px;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
		border-bottom: 5px solid #78826A;
		position: relative;
		z-index: 1;
	}
	#primary {
		float: left;
		width: 65.104166667%;
		margin: 24px 0 0;
	}
		.page-template.full-width #primary {
			width: 100%;
		}

/* Header */
#page > header {
	position: relative;
	display: inline-block;
	width: 100%;
	float: left;
	z-index: 2;
	height: 161px;
}
	#page > header .logo,
	#page > header .logo img {
		float: left;
	}
	#page > header hgroup {
		float: left;
		margin: 24px 0 0 34px;
	}
	#page > header h1 {
		font-size: 29px;
		font-weight: bold;
		margin-bottom: 14px;
	}
	#page > header h2 {
		font-size: 22px;
		font-weight: normal;
		letter-spacing: 8px;
		color: #35396f;
		text-align: center;
	}
	#page > header img.horse {
		position: absolute;
		right: 0;
		margin-right: -55px;
		z-index: -5;
	}
	
	/* Navigation Menu */
	
	#page > header nav {
		height: 34px;
		position: absolute;
		left: 0;
		width: 1000px;
		bottom: 0;
		display: inline-block;
		border-top: 5px solid #78826A;
		border-bottom: 5px solid #78826A;
		background: #37462B;
	}
	#page > header nav ul.nav-menu {
		padding: 0 12px;
	}
	#page > header nav li {
		font-size: 12px;
		display: inline-block;
		float: left;
		position: relative;
	}
	#page > header nav .nav-menu > li > a {
		color: #fff;
		text-decoration: none;
		padding: 0 14px;
		display: inline-block;
		font-size: 15px;
		text-transform: lowercase;
		height: 34px;
		line-height: 34px;
	}
	#page > header nav .nav-menu > .current-menu-item > a,
	#page > header nav .nav-menu > .current-menu-ancestor > a,
	#page > header nav .nav-menu > .current_page_item > a,
	#page > header nav .nav-menu > .current_page_ancestor > a {
		border-bottom: 5px solid #FF290B;
		margin-bottom: -5px;
	}
	#page > header nav .nav-menu > li:hover > a {
		border-bottom: 5px solid #d51b00;
		margin-bottom: -5px;
	}
	
	#page > header nav li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 39px;
		left: 0;
		z-index: 2;
	}
	#page > header nav li ul ul {
		top: 0;
		left: 100%;
	}
	#page > header nav ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	#page > header nav li ul li {
		display: list-item;
	}
	#page > header nav li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 13px;
		line-height: 2.181818182;
		padding: 8px 10px;
		width: 180px;
		white-space: normal;
		text-decoration: none;
		color: #444;
	}
	#page > header nav li ul .current-menu-item > a,
	#page > header nav li ul .current-menu-ancestor > a,
	#page > header nav li ul .current_page_item > a,
	#page > header nav li ul .current_page_ancestor > a {
		font-weight: bold;
		color: #000;
	}
	#page > header nav li ul li a:hover {
		background: #e3e3e3;
		color: #000;
	}


/* Sidebar */

#sidebar {
	float: right;
	width: 26.041666667%;
	display: inline-block;
	margin: 24px 0 0;
	padding-top: 100px;
}
	#sidebar .widget {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
		margin-bottom: 48px;
		word-wrap: break-word;
	}
	#sidebar .widget h3 {
		margin-bottom: 24px;
	}
	#sidebar .widget p,
	#sidebar .widget li,
	#sidebar .widget .textwidget {
		font-size: 13px;
		line-height: 1.6;
	}
	#sidebar .widget p {
		margin-bottom: 24px;
	}
	#sidebar .textwidget ul {
		list-style: disc outside;
		margin: 0 0 24px;
	}
	#sidebar .textwidget li {
		margin-left: 36px;
	}
	#sidebar .widget a {
		color: #666;
	}
	#sidebar .widget a:hover {
		color: #222;
	}
	#sidebar #s {
		width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
	}

/* Footer */
#page > footer {
	font-size: 12px;
	line-height: 1.4;
	padding: 12px 0 24px;
	float: left;
	width: 100%;
	display: inline-block;
}
	#page > footer p {
		color: #666;
		float: left;
		line-height: 1.8;
	}
	#page > footer nav {
		float: right;
	}
	#page > footer nav li {
		display: inline-block;
		float: left;
		margin: 0 7px;
	}
	#page > footer a {
		color: #555;
		text-decoration: none;
	}
	#page > footer a:hover {
		color: #111;
	}
	
	/* Widgets */
	
	#page > footer .widgets {
		width: 100%;
		float: left;
		margin-top: 24px;
	}
	#page > footer .widget {
		float: right;
		margin-left: 48px;
		display: inline-block;
	}
	#page > footer .widgets .textwidget {
		font-size: 12px;
	}
	#page > footer .widgets h3 {
		font-size: 12px;
		color: #444;
		text-transform: uppercase;
	}
	#page > footer .widgets .tel {
		margin-top: 2px;
		display: inline-block;
		font-weight: bold;
		float: left;
	}
	#page > footer .widgets a {
		text-decoration: none;
		float: left;
		margin: 2px 0 0 25px;
		display: inline-block;
		font-weight: bold;
	}



/* =Main content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin: 12px 0 24px;
}
.entry-header.blowup {
	min-height: 60px;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
}
.entry-header .entry-title {
	color: #222;
	font-size: 18px;
	line-height: 1.3;
}
.entry-title.blowup {
	position: absolute;
	top: 20px;
	left: 0;
	width: 940px;
	padding: 20px 30px;
	background: #b5b5b5;
	line-height: 1.3;
	font-size: 25px;
	font-weight: normal;
	box-shadow: 0 0 12px 0 rgba(100, 100, 100, 0.6);
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-meta a {
	color: #757575;
}
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	line-height: 3.692307692;
	margin-bottom: 24px;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 24px 0;
	line-height: 1.714285714;
}
.entry-content h1 {
	font-size: 21px;
	line-height: 1.5;
}
.entry-content h2,
.mu_register h2 {
	font-size: 18px;
	line-height: 1.6;
}
.entry-content h3 {
	font-size: 16px;
	line-height: 1.846153846;
}
.entry-content h4 {
	font-size: 14px;
	line-height: 1.846153846;
}
.entry-content h5 {
	font-size: 13px;
	line-height: 1.846153846;
}
.entry-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}
.entry-content h1 a,
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a {
	text-decoration: none;
}
.entry-content p,
.entry-summary p,
.mu_register p {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content ol,
.entry-content ul,
.mu_register ul {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol {
	list-style: decimal outside;
}
.entry-content li,
.mu_register li {
	margin: 0 0 0 36px;
}
.entry-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
.entry-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 1.714285714;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code {
	display: block;
}
.entry-content abbr,
.entry-content dfn,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
}
.entry-content dl {
	margin: 0 24px;
}
.entry-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
}
.entry-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	padding-bottom: 24px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives and Search
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}

body.search .site-content article {
	margin-bottom: 36px;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
.widget_text .book {
	background: #F3E6D6;
	padding: 10px;
}
.widget_text .book > img {
	width: 50%;
	height: auto;
	float: left;
	margin: 0 12px 12px 0;
}
.widget_text .book .buy {
	background: #DFD4C5;
	padding: 8px;
}
.widget_text .book .buy img {
	width: 33px;
	height: auto;
	float: left;
	margin-right: 8px;
}
.widget_text .book .buy p {
	line-height: 1.3 !important;
	font-size: 12px !important;
	margin: 0 !important;
}
.widget_recent_entries div.content p {
	margin-bottom: 12px;
}
.widget_recent_entries a {
	margin-bottom: 12px;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
}


/* =Homepage and other custom pages
-------------------------------------------------------------- */

.home #main {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
.home #primary {
	margin-top: 0;
	position: relative;
	width: 100%;
}
.home #content #home_slider {
	position: relative;
	display: inline-block;
	float: left;
	width: 550px;
	height: 400px;
}
.home #content .image {
	float: left;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 550px;
	height: 400px;
	display: inline-block;
}
	.home #content .image .caption {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 94%;
		z-index: 2;
		background: #000;
		background: rgba(0,0,0,0.75);
		padding: 10px 3%;
		color: #ddd;
	}
	.home #content .image .caption h2 {
		text-transform: uppercase;
		margin-bottom: 5px;
		line-height: 1.3;
	}
	.home #content .image img {
		border-radius: 0;
	}
.home #text-5 {
	width: 410px;
	display: inline-block;
	float: right;
	background: #E3E5DC;
	padding: 40px 20px 0;
	height: 360px;
	overflow: hidden;
}
	.home #text-5 h3 {
		text-transform: uppercase;
		margin-bottom: 12px;
		font-size: 18px;
	}
	.home #text-5 p {
		font-size: 13px;
		line-height: 1.4;
		margin-bottom: 12px;
	}
	.home #text-5 a.video {
		margin-top: 12px;
		text-decoration: none;
		background: #ADAEA7;
		display: inline-block;
		width: 100%;
		color: #333;
		font-size: 12px;
	}
	.home #text-5 a.video:hover {
		background: #a9aaa4;
	}
	.home #text-5 a.video img {
		float: left;
		margin-right: 8px;
	}
	.home #text-5 a.video strong {
		margin-top: 14px;
		display: block;
		font-size: 11px;
		margin-bottom: 2px;
	}
	.home #text-6 {
		float: left;
		display: inline-block;
		width: 476px;
		background: #F3E6D6;
		padding: 12px;
		margin: 24px 24px 0 0;
	}
		.home #text-6 h3 {
			color: #999;
			font-weight: normal;
			margin: 0 0 12px;
		}
		.home #text-6 .book {
			padding: 0;
		}
		.home #text-6 .book > img {
			width: 222px;
			margin-right: 16px;
		}
		.home #text-6 .buy {
			float: left;
			display: inline-block;
			width: 206px;
		}
			.home #text-6 .buy h4 {
				color: #666;
				font-size: 12px;
				margin-bottom: 6px;
			}
		.home #text-6 .images {
			margin-top: 16px;
			float: right;
			display: inline-block;
		}
		.home #text-6 .images img {
			float: left;
			margin-right: 16px;
			border-radius: 0;
		}
		.home #text-6 .images img:last-child {
			margin-right: 0;
		}
	.home #recent-news-2 {
		float: left;
		display: inline-block;
		margin: 24px 0 0 12px;
	}
	.home #recent-news-2 h3 {
		margin-top: 12px;
		color: #999;
		font-size: 14px;
		font-weight: normal;
	}
	.home #recent-news-2 article {
		width: 200px;
		display: inline-block;
		float: left;
		margin-right: 24px;
	}
		.home #recent-news-2 article:last-child {
			margin-right: 0;
		}
	.home #recent-news-2 h2 {
		margin: 20px 0 12px;
	}
	.home #recent-news-2 h2 a {
		color: #333;
		font-size: 14px;
		font-weight: normal;
		text-decoration: none;
		text-transform: uppercase;
	}
	.home #recent-news-2 h2 a:hover {
		color: #000;
	}
	.home #recent-news-2 a.continue {
		margin-top: 16px;
		font-size: 12px;
		text-decoration: none;
		display: inline-block;
	}
	.home #recent-news-2 a.continue:hover {
		text-decoration: underline;
	}

.chinese_articles article {
	display: inline-block;
	width: 30%;
	margin: 0 3% 24px 0;
}


/* =Customizations
-------------------------------------------------------------- */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

}