/*

home page needs to be recoded
the job category pages need to be recoded to (make a list, add links to top cities etc).
breadcrumbs


Theme Name: jobsinchina3
Theme URI: http://jobsinchina.com/
Author: Stephen Cronin
Author URI: http://scratch99.com/
Description: Theme for the Jobs in China site.
Version: 1.0
Based on _s theme by Automattic
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 60%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 2px 1px #fff;
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	padding: 1.12em 1.5em .88em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 60%, #dcdcdc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#f5f5f5), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* IE10+ */
	background: linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
	border-color: #bbb #bbb #aaa #bbb;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
textarea:focus {
	color: #111;
}
input[type=text] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 12px 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

#content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
#content .nav-previous {
	float: left;
	width: 50%;
}
#content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Search widget */
#searchsubmit {
	display: none;
}





#page {
	margin:0 10px 24px;
	margin:0 1rem 2.4rem;
}
.site-content {
	float: left;
	margin: 0 -30% 0 0;
	width: 100%;
}
#content {
	margin: 24px 33% 24px 0;
	margin: 2.4rem 33% 2.4rem 0;

}
.post, .type-page {
	padding: 24px 2%;
	padding: 2.4rem;
}
#comments {
	padding: 24px 2%;
	padding: 2.4rem;
}
#secondary { /* Sidebar 1 */
	float: right;
	overflow: hidden;
	width: 30%;
	margin: 24px 0 24px 0;
	margin: 2.4rem 0 2.4rem 0;
}
.widget, .page-header, p.welcome, .home-section, .category-content {
	padding: 24px ;	
	padding: 2.4rem ;
}
.page-header {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
}
.site-footer {
	clear: both;
	width: 100%;
	border-radius:6px;
}

/* 
=============================
START SJC
=============================
*/

.entry-content p a, .category-page-main p a, footer.entry-meta a {
    border-bottom:1px dotted #C00;    
	border-top:1px dotted #C00;
    padding: .1rem .2rem;
    background:#FFEEEE;
	text-decoration:none;
	color:#C00;
	font-weight:bold;
}
.category-page-main a {
	text-decoration:none;
	color:#C00;
	font-weight:bold;
}
.category-page-main li a {
	font-weight:normal;
}
.entry-content p a:hover, .category-page-main a:hover, footer.entry-meta a:hover {
	background: #C00;
	color:#fff;
}
.nav-previous a, .nav-next a {
	font-weight:normal;
}
li a:hover {
	color:#c00;
	text-decoration:underline;
}

body {
	background:#343434 url("images/background.jpg") center top no-repeat;
	max-width:1320px;
	margin:0 auto;
	font-family: Arial, Helvetica, Sans-Serif;
/*	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
}

.post, .type-page, #comments, .page-header, .widget, .home-section, p.welcome, .category-content {
	background:#fff;
	background:rgba(255,255,255,.95);
	border-radius:6px;
	behavior: url(http://www.jobsinchina.com/wp-content/themes/jobsinchina3/js/PIE.php);
}


#masthead {
	min-height:106px;
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 64px, rgba(237,237,237,1) 64px, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 64px, rgba(237,237,237,1) 64px, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 64px, rgba(237,237,237,1) 64px, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 64px, rgba(237,237,237,1) 64px, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 64px, rgba(237,237,237,1) 64px, rgba(255,255,255,1) 83%, rgba(255,255,255,1) 100%); /* W3C */
	-pie-background: linear-gradient(top, #ffffff 0%,#ffffff 64px,#ededed 64px,#ffffff 83%,#ffffff 100%);
	behavior: url(http://www.jobsinchina.com/wp-content/themes/jobsinchina3/js/PIE.php);
	border-radius:0 0 6px 6px;
	border-top:1 	px solid #fff;
	padding-bottom:2px;
}

#title-and-description {
	height:82px;
	background:url("images/logo.png") no-repeat;
	margin:12px 2%;
	float:left;
	font-family: Arial, Helvetica, Sans-Serif;
}

h1.site-title {
	font-size:36px;
	font-size:3.6rem;
	float:left;
	margin:0 0 -8px 0;
	text-shadow: 0.1rem 0.1rem 0.2rem #555;	
}

h1.site-title a, h1.site-title a:visited  {
	display:block;
	text-decoration:none;
	color:#C00 !important; /* important for IE6 which has purple 'visited' links otherwise */
	font-weight:bold;
	padding:5px 12px 0 100px;
}

h2.site-description {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight:normal;	
	margin:0;
	padding:0;
	text-shadow: 0.1rem 0.1rem 0.2rem #aaa;
}

h2.site-description a {
	margin:0;
	padding:0 14px 10px 105px;
	text-decoration:none;
	color:#404040 !important; /* important for IE6 which has purple 'visited' links otherwise */
}


.top-menu {
/*	position:absolute;
	right:2%;
	top:38px;*/
	float:right;
	margin:0 2% 0 0;
	padding:0;
}

#top-menu {
	font-size:14px;
	font-size:1.4rem;
	padding:0 14px 0 13px;
	padding:0 1.4rem 0 1.3rem;
	overflow: hidden;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: #666 2px 2px 3px;
	-moz-box-shadow: #666 2px 2px 3px;
	box-shadow: #666 2px 2px 3px;
	background: rgb(88,88,88); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(7,7,7,1) 0%, rgba(44,44,44,1) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, rgba(7,7,7,1) 0%, rgba(44,44,44,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(7,7,7,1) 0%, rgba(44,44,44,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(7,7,7,1) 0%, rgba(44,44,44,1) 100%); /* IE10+ */
	-pie-background: linear-gradient(#111111, #333333);
	behavior: url(http://www.jobsinchina.com/wp-content/themes/jobsinchina3/js/PIE.php);
	position: relative;
	float:right;
	display:none;
}

#top-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#top-menu li {
	float: left;
	padding:0;
	border-right: 1px solid #555;
}
#top-menu a {
	color:#fff;
	padding: 0 23px 2px;
	padding: 0 2.3rem 0.2rem;
	display: block;
	text-decoration: none;
}
#top-menu li:last-child {
	border-right:none;
}
#top-menu a:hover {
	background: rgb(0,147,22); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,147,22,1) 0%, rgba(4,178,1,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,147,22,1)), color-stop(100%,rgba(4,178,1,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,147,22,1) 0%,rgba(4,178,1,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,147,22,1) 0%,rgba(4,178,1,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,147,22,1) 0%,rgba(4,178,1,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(0,147,22,1) 0%,rgba(4,178,1,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009316', endColorstr='#04b201',GradientType=0 ); /* IE6-9 */
}




form#searchform {
	clear:both;
	width: 290px;
	_width:340px;
	margin:32px 0 10px;
	margin:3.2rem 0 1rem;
	*margin:32px 0 10px 0;
	padding:14px 24px 10px;
	padding:1.4rem 2.4rem 1rem;
	overflow: hidden;
	border-radius: 6px;
	-webkit-box-shadow: #666 2px 2px 3px;
	-moz-box-shadow: #666 2px 2px 3px;
	box-shadow: #666 2px 2px 3px;
	background: rgb(88,88,88); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(7,7,7,1) 0%, rgba(44,44,44,1) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, rgba(7,7,7,1) 0%, rgba(44,44,44,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(7,7,7,1) 0%, rgba(44,44,44,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(7,7,7,1) 0%, rgba(44,44,44,1) 100%); /* IE10+ */
	-pie-background: linear-gradient(#111111, #333333);
	behavior: url(http://www.jobsinchina.com/wp-content/themes/jobsinchina3/js/PIE.php);
	position: relative;
}

form#searchform input{
	width:62%;
	font-size:20px;
	font-size:2rem;
	padding:2px 10px;
	padding:.2rem 1rem;
	*padding:2px .5px;
	border: 1px solid #ccc;
	border-right:none;
	box-shadow: none;
	text-shadow:none;
	border-radius: 3px 0 0 3px;
}

form#searchform button{
	font-size:20px;
	font-size:2rem;
	padding:2px 12px;
	padding:.2rem 1.2rem;
	*padding:2px 6px;
	border-radius: 0 3px 3px 0;
	background: rgb(0,147,22); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,147,22,1) 0%, rgba(4,178,1,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,147,22,1)), color-stop(100%,rgba(4,178,1,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,147,22,1) 0%,rgba(4,178,1,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,147,22,1) 0%,rgba(4,178,1,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,147,22,1) 0%,rgba(4,178,1,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(0,147,22,1) 0%,rgba(4,178,1,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009316', endColorstr='#04b201',GradientType=0 ); /* IE6-9 */
	box-shadow: none;
	text-shadow:none;
	color:#fff;
	
}

#menu-primarynav li {
	font-size: 19px;
	font-size: 1.9rem;
	line-height:32px;
	line-height:3.2rem;
	color: #fff;
	border-right:1px solid #ccc;
	background: rgb(88,88,88); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(72,72,72,1) 0%, rgba(100,100,100,1) 50%, rgba(75,75,75,1) 50%, rgba(30,30,30,1) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, rgba(72,72,72,1) 0%, rgba(100,100,100,1) 50%, rgba(75,75,75,1) 50%, rgba(30,30,30,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(72,72,72,1) 0%, rgba(100,100,100,1) 50%, rgba(75,75,75,1) 50%, rgba(30,30,30,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(72,72,72,1) 0%, rgba(100,100,100,1) 50%, rgba(75,75,75,1) 50%, rgba(30,30,30,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(72,72,72,1) 0%, rgba(100,100,100,1) 50%, rgba(75,75,75,1) 50%, rgba(30,30,30,1) 100%); /* W3C */
	-pie-background: linear-gradient(top, rgba(72,72,72,1) 0%, rgba(100,100,100,1) 50%, rgba(75,75,75,1) 50%, rgba(30,30,30,1) 100%);
	behavior: url(http://www.jobsinchina.com/wp-content/themes/jobsinchina3/js/PIE.php);
	position:relative;		
}
#menu-primarynav li:last-child {
	border-right:none;
}

#menu-primarynav a {
	color: #fff;
	padding:0 18px;
	padding:0 1.8rem;
	display:block;
	text-shadow: 0.1rem 0.1rem 0.1rem #666;
}
#menu-primarynav li:first-child a {
	padding:0 18px 0 24px;
	padding:0 1.8rem 0 2.4rem;
}

.main-navigation {
/*	
background: -moz-linear-gradient(top, rgba(107,8,0,1) 0%,rgba(145,61,59,1) 50%,rgba(119,26,8,1) 50%, rgba(99,13,0,1) 100%); 
background: -moz-linear-gradient(top,  rgba(88,88,88,1) 0%, rgba(116,116,116,1) 48%, rgba(91,91,91,1) 52%, rgba(46,46,46,1) 100%); 
background: -moz-linear-gradient(top,  rgba(107,8,0,1) 0%, rgba(130,39,36,1) 40%, rgba(132,49,46,1) 50%, rgba(99,13,0,1) 50%, rgba(102,27,0,1) 55%, rgba(119,26,14,1) 100%); 
*/	
	background: rgb(88,88,88); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(72,72,72,1) 0%, rgba(100,100,100,1) 50%, rgba(75,75,75,1) 50%, rgba(30,30,30,1) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, rgba(72,72,72,1) 0%, rgba(100,100,100,1) 50%, rgba(75,75,75,1) 50%, rgba(30,30,30,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(72,72,72,1) 0%, rgba(100,100,100,1) 50%, rgba(75,75,75,1) 50%, rgba(30,30,30,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(72,72,72,1) 0%, rgba(100,100,100,1) 50%, rgba(75,75,75,1) 50%, rgba(30,30,30,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(72,72,72,1) 0%, rgba(100,100,100,1) 50%, rgba(75,75,75,1) 50%, rgba(30,30,30,1) 100%); /* W3C */
	-pie-background: linear-gradient(top, rgba(72,72,72,1) 0%, rgba(100,100,100,1) 50%, rgba(75,75,75,1) 50%, rgba(30,30,30,1) 100%);
	behavior: url(http://www.jobsinchina.com/wp-content/themes/jobsinchina3/js/PIE.php);
	position:relative;

}

#menu-primarynav a:hover {
	background: #04b201; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,147,22,1) 0%, rgba(4,178,1,1) 50%, rgba(0,150,25,1) 0%, rgba(0,80,12,1) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, rgba(0,147,22,1) 0%, rgba(4,178,1,1) 50%, rgba(0,150,25,1) 0%, rgba(0,80,12,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,147,22,1) 0%, rgba(4,178,1,1) 50%, rgba(0,150,25,1) 0%, rgba(0,80,12,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,147,22,1) 0%, rgba(4,178,1,1) 50%, rgba(0,150,25,1) 0%, rgba(0,80,12,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(0,147,22,1) 0%, rgba(4,178,1,1) 50%, rgba(0,150,25,1) 0%, rgba(0,80,12,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009316', endColorstr='#04b201',GradientType=0 ); /* IE6-9 */ /* PIE DOESN"T WORK ON HOVER */
}

p.welcome {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom:24px;
	margin-bottom:2.4rem;
}

.widget ul {
	margin: 6px 20px 0 30px;
	margin: .6rem 2rem 0 3rem;
}

h2.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	color:#fff;
	font-weight:bold;
	border-radius:6px;
	text-shadow: 0.1rem 0.1rem 0.1rem #444;	
	padding:5px 20px;
	padding:.5rem 2rem;
	margin: 0 0 6px 0;
	margin: 0 0 .6rem 0;
	background:#900;
	background: -moz-linear-gradient(top, #600 0%, #900 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #600 0%, #900 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #600 0%, #900 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #600 0%, #900 100%); /* IE10+ */
	background: linear-gradient(top, #600 0%, #900 100%); /* W3C */
	-pie-background: linear-gradient(top, #600 0%, #900 100%); 
	behavior: url(http://www.jobsinchina.com/wp-content/themes/jobsinchina3/js/PIE.php);
	position:relative;
	-webkit-box-shadow: #666 2px 2px 3px;
	-moz-box-shadow: #666 2px 2px 3px;
	box-shadow: #666 2px 2px 3px;
}


h1.entry-title, h1.page-title {
	font-size: 24px;
	font-size: 2.4rem;
/*	color:#C00;
	font-weight:bold;
	text-shadow: 0.1rem 0.1rem 0.1rem #555;	
*/
	color:#fff;
	font-weight:bold;
	border-radius:6px;	
	text-shadow: 0.1rem 0.1rem 0.1rem #555;
	padding:0;
	background:#900;
	background: -moz-linear-gradient(top, #600 0%, #900 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #600 0%, #900 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #600 0%, #900 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #600 0%, #900 100%); /* IE10+ */
	background: linear-gradient(top, #600 0%, #900 100%); /* W3C */
	-pie-background: linear-gradient(top, #600 0%, #900 100%); 
	behavior: url(http://www.jobsinchina.com/wp-content/themes/jobsinchina3/js/PIE.php);
	position:relative;
	-webkit-box-shadow: #666 2px 2px 3px;
	-moz-box-shadow: #666 2px 2px 3px;
	box-shadow: #666 2px 2px 3px;


}

h1.page-title {
	padding:5px 20px;
	padding:.5rem 2rem;
}
 
h1.entry-title a, h1.entry-title a:visited {
	display:block;
	text-decoration:none;
	color:#fff;
	padding:5px 20px;
	padding:.5rem 2rem;
}
h1.entry-title a:hover {
	display:block;
	border-radius:6px;	
	padding:5px 20px;
	padding:.5rem 2rem;
	background:#900;
	background: -moz-linear-gradient(top, #900 0%, #C00 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #900 0%, #C00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #900 0%, #C00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #900 0%, #C00 100%); /* IE10+ */
	background: linear-gradient(top, #900 0%, #C00 100%); /* W3C */
	-pie-background: linear-gradient(top, #900 0%, #C00 100%); 
	behavior: url(http://www.jobsinchina.com/wp-content/themes/jobsinchina3/js/PIE.php);
/*	text-shadow: 0 0 3px #fff, 0 0 7px #fff, 0 0 11px #fff, 0 0 17px #2dff2d, 0 0 27px #2dff2d, 0 0 37px #2dff2d, 0 0 47px #2dff2d, 0 0 77px #2dff2d; */
/*	text-shadow: 1px 1px 7px #fff, -1px -1px 11px #fff, 0 0 17px #fff; */
}

h2#articles-heading {
	font-size:20px;
	font-size:2rem;	
	font-weight:bold;
}

.entry-meta {
	font-size:14px;
	font-size:1.4rem;
	padding:5px 20px;
	padding:.5rem 2rem;
}


.entry-content, .comments-content {
	padding:5px 20px;
	padding:.5rem 2rem;
}
.entry-content h2 {
	font-size: 140%;
	font-weight:bold;
	margin-bottom:12px;
	margin-bottom:1.2rem;
}
.category-page-main, .entry-content, .comments-content {
/*	font-family: Georgia, Serif; */
}
.category-page-main {
	padding:20px;
	padding:2rem;
}

.comments-content {
	margin: 15px 0 0;
}


footer.entry-meta {
	font-size:16px;
	font-size:1.6rem;
	border-radius:6px;	
	margin:0 20px 12px;
	margin:0 2rem 1.2rem;
	padding:12px 20px;
	padding:1.2rem 2rem;
	border-radius:6px;	
	-webkit-box-shadow: #777 2px 2px 3px;
	-moz-box-shadow: #777 2px 2px 3px;
	box-shadow: #777 2px 2px 3px;	border: 1px solid #ccc;	
	background:#900;
	background: -moz-linear-gradient(top, #CCC 0%, #EEE 10px, #FFF 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #CCC 0%, #EEE 10px, #FFF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #CCC 0%, #EEE 10px, #FFF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #CCC 0%, #EEE 10px, #FFF 100%); /* IE10+ */
	background: linear-gradient(top, #CCC 0%, #EEE 10px, #FFF 100%); /* W3C */
	-pie-background: linear-gradient(top, #CCC 0%, #EEE 10px, #FFF 100%); 
	behavior: url(http://www.jobsinchina.com/wp-content/themes/jobsinchina3/js/PIE.php);
}



blockquote {
	border-left: 6px solid #DDDDDD;	
	border-left: .6rem solid #DDDDDD;
    margin: 15px 30px 0 20px;
    margin: 1.5rem 3rem 0 2rem ;
    padding-left: 12px;
    padding-left: 1.2rem;
	color:#777;
	quotes:"\201C""\201D""\2018""\2019";
	line-height: .9;
}
blockquote p:before {
	content:open-quote;
	font-size:28px;
	font-size:2.8rem;
	font-weight:bold;
}
blockquote p:after {
	content:close-quote;
	font-size:28px;
	font-size:2.8rem;
	font-weight:bold;
}





#comments {

}

h2.comments-title {
	font-size:20px;
	font-size:2rem;
	padding:8px 20px;
	padding:.8rem 2rem;

	color:#fff;
	font-weight:bold;
	border-radius:6px;	
	text-shadow: 0.1rem 0.1rem 0.1rem #555;
	background:#900;
	background: -moz-linear-gradient(top, #600 0%, #900 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #600 0%, #900 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #600 0%, #900 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #600 0%, #900 100%); /* IE10+ */
	background: linear-gradient(top, #600 0%, #900 100%); /* W3C */
	-pie-background: linear-gradient(top, #600 0%, #900 100%); 
	behavior: url(http://www.jobsinchina.com/wp-content/themes/jobsinchina3/js/PIE.php);
	position:relative;
	-webkit-box-shadow: #666 2px 2px 3px;
	-moz-box-shadow: #666 2px 2px 3px;
	box-shadow: #666 2px 2px 3px;

}


ol.commentlist {
	font-size:14px;
	font-size:1.4rem;
	margin:0;
	padding:12px 20px 5px;
	padding:1.2rem 2rem .5rem;
}

ol.commentlist, ol.commentlist ul {
	list-style:none;	
}

.commentlist li {
	border-radius:6px;	
	-webkit-box-shadow: #777 2px 2px 3px;
	-moz-box-shadow: #777 2px 2px 3px;
	box-shadow: #777 2px 2px 3px;	border: 1px solid #ccc;
	padding:12px;
	padding:1.2rem;
	margin: 12px 0;
	margin: 1.2rem 0;
	behavior: url(http://www.jobsinchina.com/wp-content/themes/jobsinchina3/js/PIE.php);
}

.commentlist li ul li {
}

.comment-content {
	margin: 0 0 0 18px;
	margin: 0 0 0 1.8rem;
}

.comment-content p {
	margin:1.2px 0 0;
	margin: 1.2rem 0 0;
}

.comment-author {
	float:left;
	font-style:normal;
}
.comment-author a {
	font-style:normal;
	color:#C00;
	text-decoration:none;
}
.comment-meta {
}
.reply {
	float:right;
}
.reply a {
	text-decoration:none;
}
.bypostauthor {
	background: #CCC;
	background: -moz-linear-gradient(top, #DDD 0%, #EEE 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #DDD 0%, #EEE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #DDD 0%, #EEE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #DDD 0%, #EEE 100%); /* IE10+ */
	background: linear-gradient(top, #DDD 0%, #EEE 100%); /* W3C */
	-pie-background: linear-gradient(top, #DDD 0%, #EEE 100%); 
	behavior: url(http://www.jobsinchina.com/wp-content/themes/jobsinchina3/js/PIE.php);		
	position:relative;
}
	
div#respond {
	padding:12px 20px 5px;
	padding:1.2rem 2rem .5rem;

}
	
	
	
footer.entry-meta {
	font-size:16px;
	font-size:1.6rem;
	margin:0 20px 12px;
	margin:0 2rem 1.2rem;
}
h3#reply-title {
	font-size:20px;
	font-size:2rem;
	font-weight:bold;
}
footer.entry-meta, h3#reply-title  {
	padding:12px 20px;
	padding:1.2rem 2rem;
	border-radius:6px;	
	-webkit-box-shadow: #777 2px 2px 3px;
	-moz-box-shadow: #777 2px 2px 3px;
	box-shadow: #777 2px 2px 3px;	border: 1px solid #ccc;	
	background:#900;
	background: -moz-linear-gradient(top, #CCC 0%, #EEE 10px, #FFF 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #CCC 0%, #EEE 10px, #FFF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #CCC 0%, #EEE 10px, #FFF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #CCC 0%, #EEE 10px, #FFF 100%); /* IE10+ */
	background: linear-gradient(top, #CCC 0%, #EEE 10px, #FFF 100%); /* W3C */
	-pie-background: linear-gradient(top, #CCC 0%, #EEE 10px, #FFF 100%); 
	behavior: url(http://www.jobsinchina.com/wp-content/themes/jobsinchina3/js/PIE.php);	
}

form#commentform {
	padding:12px 20px 5px;
	padding:1.2rem 2rem .5rem;	
}

.site-footer {
	font-size: 14px;
	font-size: 1.4rem;	
	text-align:center;
	padding:10px 0;
	padding:1rem 0;
	background:#eee;
	background: -moz-linear-gradient(top, #ccc 0%, #eee 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #ccc 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ccc 0%, #eee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ccc 0%, #eee 100%); /* IE10+ */
	background: linear-gradient(top, #ccc 0%, #eee 100%); /* W3C */
	-pie-background: linear-gradient(top, #ccc 0%, #eee 100%); 
	behavior: url(http://www.jobsinchina.com/wp-content/themes/jobsinchina3/js/PIE.php);
}

form#commentform input {
	display:block;
}

form#commentform p {
	margin-bottom:9px;
	margin-bottom:.9rem;
}

.ad {
	margin: 0 8px 8px 34px;
}

span.required {
	color:#f00;
}

a, a:visited {
	color:#C00;
}
a {
	text-decoration:none;
}

::selection {
	background: rgba(4,196,1,1);
	color: #fff;
	}
::-moz-selection {
	background: rgba(4,196,1,1);
	color: #fff;
	}


.editorial-note {
	margin:.8em 0 0;
	background: #ddd;
	padding: .8em 1em .2em;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	behavior: url(http://www.jobsinchina.com/wp-content/themes/jobsinchina3/js/PIE.php);
}

p#breadcrumbs a {
	text-decoration:underline;
	color: #b00;
}
p#breadcrumbs {
	clear:both;
	margin:0 24px;
	font-size: 13px;
	color: #555;
}
#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer h3 {
 color: #fff;
}

p.error {
	background:#ff9;
	padding:8px 16px;
	padding:.8rem 1.6rem;
	border:2px solid #c00;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	behavior: url(http://www.jobsinchina.com/wp-content/themes/jobsinchina3/js/PIE.php);
}

.job-metadata-label {
	width:120px;
	width:12rem;
	display: inline-block;
}
.job-metadata {
	margin-bottom:20px;
	margin-bottom:2rem;
}


.home-section {
	margin:0 0 24px;
	margin:0 0 2.4rem;
	clear:both;
}
.home-section {
	padding: 16px 24px 0;
}
/*
NOTES
	- IE6: 2.5%
	- IE7: 2.5%
	- IE8: 13%
*/


.home-section h2 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom:6px;	
	margin-bottom:.6rem;	
}

.home-section h2 a:hover {
	color:#c00;
	text-decoration:underline;
}

.subcategory {
	width: 45%;
	float:left;
	margin:0 3% 24px 1%;
	border-radius:6px;
	-webkit-box-shadow: #777 2px 2px 3px;
	-moz-box-shadow: #777 2px 2px 3px;
	box-shadow: #777 2px 2px 3px;	
	border: 1px solid #ccc;	
	background:#fff;
	background: -moz-linear-gradient(top, #CCC 0%, #EEE 10px, #FFF 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #CCC 0%, #EEE 10px, #FFF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #CCC 0%, #EEE 10px, #FFF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #CCC 0%, #EEE 10px, #FFF 100%); /* IE10+ */
	background: linear-gradient(top, #CCC 0%, #EEE 10px, #FFF 100%); /* W3C */
	-pie-background: linear-gradient(top, #CCC 0%, #EEE 10px, #FFF 100%); 
	behavior: url(http://www.jobsinchina.com/wp-content/themes/jobsinchina3/js/PIE.php);	
}
.subcategory h2 {
	margin-bottom:0;	
}
.subcategory h2 a {
	border:none;
	background: none;
	display:block;
	padding: 12px 6% 8px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;	
}
.subcategory h2 a:hover {
	color:#fff;
	background:#C00;
	background: -moz-linear-gradient(top, #B00 0%, #D00 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #B00 0%, #D00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #B00 0%, #D00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #B00 0%, #D00 100%); /* IE10+ */
	background: linear-gradient(top, #B00 0%, #D00 100%); /* W3C */
	-pie-background: linear-gradient(top, #B00 0%, #D00 100%); 
	border-radius:6px;
	behavior: url(http://www.jobsinchina.com/wp-content/themes/jobsinchina3/js/PIE.php);
	text-decoration:none;
}

.clear{
		clear:both;
}


.sticky h3 {
	margin: 0;
}
.sticky {
	background: #ddd url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAEoAAABKCAMAAAArDjJDAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAsSAAALEgHS3X78AAAAH3RFWHRTb2Z0d2FyZQBNYWNyb21lZGlhIEZpcmV3b3JrcyA4tWjSeAAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMi8xMSIPOQIAAABdUExURbRYWLhiYrliYr1sbL1tbcJ2dsJ3d8SLi8eBgceCgsuMjMyMjM6srNCWltCXl9Whodmrq9qsrN3d3d62tuPAwOPBwefLy+jLy+zV1ezW1vHg4Pbq6vbr6/r19f///49zcQgAAAJDSURBVHjardXbzpswEATghVA3h0ISQ/IT0533f8xyqGTREZ2qsm9894nZXbP2w/56vsd/PhaLWRaLWRYPrTqQJagjq05OlqI2iyWALU3NFkv+ZktTs8VSsIEsRbE1S0i1LVZDlqCyldOt1kAzoahs5XSzRfMlKLKCz9KS7mFkCYqtrdjt0dxrivv4AsZAlqTYahw+wmuyFMXWCDztgjtlFBRbAT6gazAaWYIi64x+mQjcjSxBkVX5VM+WV0aWoNhq4R76YNZ/XrvaS4qta8Kw3oAHshTFfQxffWPBE2VkSliNA/60EWeyiBLWFal5+AScbhf/3LKlKLZO+JjdgbYBkCrLlqa4jynNkgUHTruMTMnvuv+WJgxGlqDo/9UvUqquVaD5IkpYVZ1maUETWUSJPj4wrdIKZospbZ3hgaTFYkr3caqaTQojZSRKzf17k5z6SJS0RlypXLPFlLauSOG2Sh31kShljY5VgrdkEaUybhIAb3YWUdIK4yoN3wa0VC+iVB87LEp1ovkiSlm1o13F5F+7jEzpjKs0UL2IElZ+knhZ2M/qAaUsx4jO/tjbB5SwkGzAC2/bnfg/1ra3cbbLRVH6DU0pDI8wAVMw68Ihpa3WkSw4fJzvDt4ISvVxQqrtgmX8TVDCOmOq5wuLJCi9t3szey6SovTe/lnbPUuCUrXP6QSlrCp/k6T03s6SoHS9TFPa4hPLWbGcFctZsZwVy1mxnBXLWbGcFctZsZwVy1mxnBXLWbGcFctZsZwVy1mxmPULYxkkkzKEIP0AAAAASUVORK5CYII=) no-repeat top right;
	margin: 12px 1% 6px;
	padding: 22px 20px 20px;
	border-radius: 6px;
}
.sticky p {
	margin: 8px;
}
.sticky > .entry-content, .sticky > .entry-meta  {
	margin:0;
	padding:0;
	line-height:22px;
}
.other-posts {
	margin: 12px 1% 6px;
	padding:2px 32px;
}
.other-posts li {
	margin: 6px 0;
}




/* ======================== START SJC'S CUSTOM SECTION ====================== */
/* For normal Text Boxes */
.textbox {padding:2px 6px 4px 6px; color: #555555; background-color: #eeeeee; border: #dddddd 2px solid}

/* for a simple thin margin around a code box */
.codebox {margin-left:10px; text-align:left; font:0.9em 'Courier New', Courier, Fixed; border: #dddddd 1px solid; width:460px; padding:10px}




@media only screen and (max-width: 680px) {
	body {
		background:#777;
	}
	#page {
		margin:0;
	}
	#title-and-description {
		float:none !important;
		display:block;
		margin: 12px 2% 0;
		margin: 1.2rem 2% 0;
	}
	h1.site-title a {
		font-size:26px;
		font-size:2.6rem;		
	}
	h2.site-description a {
		display:none;
	}
	.top-menu {
		float:none !important;
		margin: 0;
	}
	#top-menu {
		display:none !important;
	}
	#searchform {
		margin: 0 1% 8px !important;
		margin: 0 1% .8rem !important;
		width:94% !important;
		padding-right: 2% !important;
		padding-left: 2% !important;
	}
	#primary {
		float:none !important;
		width: 100%;
		margin-top:24px;
		margin-top:2.4rem;
	}
	#secondary {
		float:none !important;
		width: 100%;
	}
	.site-content {
		margin: 0;
	}
	#content {
		margin: 0;		
	}
	.category-page-main, .entry-content, .comments-content,	.post, .page, .category-content {
		padding: 8px;
		padding: .8rem;
	}
	.subcategory {
		float:none;
		margin-bottom:8px;
		margin-bottom:.8rem;
		width: 98%;
	}
	.home-section {
		padding-bottom:8px;
		padding-bottom:.8rem;		
	}
}

/*
#wpadminbar {
	display:none;
}
*/


/* for a simple thin margin around a code box */
.codebox {margin-left:20px; text-align:left; font-size:.9em; border: #dddddd 1px solid; width:420px; padding:10px}
a#learn_chinese_convert {padding: 8px; background:#555; color:#fff; text-decoration:underline; margin-left:10px;}

.wpcf7-quiz-label {
	display:none;
}

