/* =Reset
-------------------------------------------------------------- */
*{-moz-user-select:none;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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 */
table {	border-collapse: collapse;border:solid #ccc 1px;}
.entry-content th,
.entry-content td {font-weight: normal;	border:solid #ccc 1px; padding:3px 5px;font:12px/20px "";}
.entry-content th,.entry-content th p{ text-align:center; background:#C0CFDC; font:bold 14px/30px ""; }
.entry-content tr.even{ background:#f2f2f2;}
.entry-content table p{ margin:0;}


h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	overflow-x:hidden;
	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;
	margin-bottom: 1.714285714rem;
}
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,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	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;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
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],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	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: none;
}
li.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,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, 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;
}
.comment-content img,
.widget img,
img.header-image,
.author-avatar img {
	/* 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;
	font-size: 0.857142857rem;
	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;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}

.previous-image {
	float: left;
	width: 50%;
}
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {}
body { font: 12px/20px Arial, Helvetica, sans-serif;	color: #333; background:#e7e7e7;}
body.home { background:#e7e7e7 url(images/bg.jpg) repeat-x center 171px;}

.clear{ font:0/0 ""; clear:both;}

a { color: #333; }
a:hover {	color:#005BB7;}
header a,
aside a,
nav a{ text-decoration:none;}

a:hover img{ filter:alpha(opacity=90);opacity:0.9;}


/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}


/* Page structure */
.site,.inbox {	width:1160px;	margin:0 auto;}
.site-content,
.site-content2 { float:right; width:860px; min-height:300px;}
.widget-area { float:left; width:200px;}
.widget-area2 { float:right; width:200px;}
#main{ zoom:1; overflow:hidden; clear:both;margin:0 40px 20px 20px; }
.home .site-content { float:none; width:100%;}
.home #main{ margin:0;}

/* =Header
-------------------------------------------------------------- */

.site-header { position:relative; height:171px;}
.site-header .top{ height:76px; }
.site-header hgroup{ position:absolute; top:-200px; white-space:nowrap; }
.site-header #logo{ position:absolute; left:43px; top:18px;}
.site-header #name{ float:left; margin:28px 0 0 16px;}
.site-header h2{ position:absolute; font-weight:normal;}
.site-header h1{ position:absolute; top:-200px;}
.site-header .toptel{ position:absolute; top:33px; right:64px;}
#lang{ position:absolute; right:64px; top:10px; width:126px; height:24px; text-align:center; background:url(adorn.png) no-repeat -149px -99px;}
#lang a{ float:left; display:block; width:60px; height:22px; text-indent:-100px; overflow:hidden;}
#lang .en{ float:right;}


/* Navigation Menu */
.main-navigation { position:relative; height:85px;background:url(./adorn.png) no-repeat 0 0; clear:both; }
.main-navigation ul{ float:left; margin:31px 0 0 115px; border-right:solid #E0E0E0 1px; zoom:1; }
.main-navigation li { float:left; border-left:solid #e7e7e7 1px; position:relative; z-index:3;}
.main-navigation li:hover{ z-index:1;}
.main-navigation .current-menu-item{ z-index:1;}
.main-navigation span{ background: #e7e7e7; width:25px; height:25px; border-radius:20px; position:absolute; bottom:-20px; right:-12px; }
.main-navigation span.first{ left:103px; top:68px; z-index:3;}
.main-navigation a { display:block; font:bold 14px/42px "Microsoft Yahei"; text-align:center; text-decoration:none; color:#fff; background:url(adorn.png) no-repeat 0 100px; padding:0 25px; _float:left; }
.main-navigation a:hover,
.main-navigation .current-menu-item a { background:url(nav.jpg) no-repeat center 0;}
.main-navigation .menu-item-home{ padding:0;}
.main-navigation .menu-item-home a{ padding:0 26px;}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}


/* searchform */
.site-header #searchform{ position:absolute; width:330px; top:70px; right:3px; font-size:12px; zoom:1; overflow:hidden; }
.site-header #searchform #s{ float:left; width:240px; _width:230px; height:22px; line-height:22px; border:none; padding:0; color:#999; }
.site-header #searchform #searchsubmit{ float:right; width:80px; height:22px; border:none; padding:0; background:none; text-indent:-120px; overflow:hidden; display:block;}
.site-header #searchform label{ display:none;}

.key{ position:absolute; width:364px; top:100px; right:0; font-size:12px; zoom:1; overflow:hidden; color:#999; white-space:nowrap; }
.key a{ color:#005BB7; margin-left:4px;}
.key a:hover{ color:#f90;}

.prodnav{ height:260px; width:190px; float:left; position:relative; z-index:2;}
.prodnav h3{ width:190px; background:#036; font:bold 14px/34px ""; color:#fff; text-align:center; position:absolute; top:-34px; left:0;}
.prodnav ul{ margin:0; padding:10px; background:#0051A2; height:240px;}
.prodnav li{ position:relative; zoom:1;}
.prodnav li a{ display:block; font:bold 14px/40px ""; color:#fff; border-bottom:dotted #3488CD 1px; text-decoration:none; padding-left:10px; background:url(adorn.png) no-repeat right -178px; zoom:1;}
.prodnav li a:hover{ background:#f90 url(adorn.png) no-repeat right -178px;}
.prodnav ul ul{ width:600px; height:auto; position:absolute; left:100%; top:0; display:none; margin:0; background:#eee;}
.prodnav li li a{ float:left; font:12px/24px ""; background:none; border-bottom:none; color:#333; display:inline-block; padding:0 10px; white-space:nowrap;}
.prodnav li li a.deth-2{ background:#9BADC6; color:#fff; width:100px;}
.prodnav li li a:hover{ background:#f90; color:#fff;}
.prodnav ul ul ul{ float:left; display:block; position:static; left:0; width:472px; margin:0; padding:0;}
.prodnav li li{ border-bottom:solid #ddd 1px; padding:5px 0;}
.prodnav li li li,
.prodnav ul ul.subend li{ float:left; border-bottom:none; margin:0 2px; padding:0;}
.prodnav li li li a{ float:none;}


/*Focus*/
.banner{ height:360px; position:relative; margin-bottom:12px;}
.banner img{ display:block; }
#slide_text {position:absolute; z-index:2; bottom:15px; right:10px;}
#slide_text ul {list-style-type:none;}
#slide_text ul li { float:left; display:block; width:12px; height:12px; margin:0 2px; cursor:pointer; text-align:center; background:#999; text-indent:-50px; overflow:hidden; }
#slide_text ul li.cur{ background:#f60;}
#slide_list a{ display:none; position:absolute; width:1160px; height:360px; overflow:hidden;  }


/* =Sidebar
-------------------------------------------------------------- */

.aside-nav{ background:url(aside-nav.jpg) no-repeat; min-height:260px; padding:72px 15px 0 15px;}
.aside-nav a{ display:block; font:12px/26px ""; color:#333; padding-left:20px; zoom:1; background:#DFDDDA url(adorn.png) no-repeat -1080px -130px;}
.aside-nav a:hover,
.aside-nav .current-cat a,
.aside-nav .current_page_item a{ background:#F0E7C1 url(adorn.png) no-repeat -1080px -130px; color:#c00; }
.aside-nav span{ display:block; height:20px;}
.aside-nav li{ zoom:1; margin-bottom:6px;}
.aside-nav li ul{ display:none; background:#f2f2f2; padding:5px;}
.aside-nav .current-cat ul,
.aside-nav .current-cat-parent ul{ display:block;}
.aside-nav .current-cat li,
.aside-nav .current-cat-parent li{ margin:0;}
.aside-nav .current-cat li a,
.aside-nav .current-cat-parent li a{ background:url(adorn.png) no-repeat -1080px -130px; color:#333; border-bottom:dashed #ccc 1px;  }
.aside-nav .current-cat li a:hover,
.aside-nav .current-cat-parent li a:hover,
.aside-nav .current-cat-parent li.current-cat a{background:#fff url(adorn.png) no-repeat -1080px -130px; color:#c00;}


/* =Footer
-------------------------------------------------------------- */

#colophon{ clear:both; overflow:hidden; margin-top:12px;}
#logo2{ float:left;}

#colophon #footnav{ float:left; }
#colophon #footnav ul{ margin:25px 0 0 10px; }
#colophon #footnav li{ font:12px/20px ""; padding:0 10px; border-left:solid #999 1px; display:inline;} 
#colophon #footnav li:first-child{ border:none;}
#colophon #footnav li a{ color:#333;}
#colophon #footnav li a:hover{ color:#c00; }

.site-info{ float:right; width:730px; color:#666; font-size:12px; text-align:right;}
.site-info li.foottel{ float:left; font:bold 16px/30px "Microsoft Yahei"; color:#c00; margin-top:20px;}
.site-info li.copy{ float:right; width:365px;}

.xml{ font:0/0 ""; text-indent:-100px; overflow:hidden;}

.author{ clear:both; padding:2px 10px; text-align:center; width:200px; float:right;}
.author,.author a{ color:#999;}
.author span{ display:none;}
.author:hover{ background:#f90; color:#fff;}
.author:hover a{ color:#fff;}

.tags{ position:relative; zoom:1; overflow:auto; margin-bottom:20px; background:#fff; padding:10px;
-webkit-box-shadow: #ccc 2px 2px 3px;
-moz-box-shadow: #ccc 2px 2px 3px;
box-shadow: #ccc 2px 2px 3px;
}
.tags h2{background:url(adorn.png) no-repeat 0 -100px; float:left; width:75px; height:24px; text-indent:-100px; overflow:hidden; margin-right:20px;}
.tags a{ color:#333; line-height:26px; white-space:nowrap; text-decoration:none; }
.tags a:hover{color:#c00; }

.float-ad{ position:fixed; width:120px; top:365px; left:0; _position:absolute; _top:expression(documentElement.scrollTop+365);}
.float-ad .close{ display:block; width:14px; height:14px; background:url(close.gif) no-repeat; position:absolute; right:10px; top:10px; }

.wx_kefu{ position:fixed; width:120px; background:#CAD7E1; top:265px; right:0; _position:absolute; _top:expression(documentElement.scrollTop+265);}
.wx_kefu_tt{ display:block; background:#FF8200; font:bold 14px/32px ""; color:#fff; padding-left:12px; }
.wx_close{ display:block; width:14px; height:14px; background:url(close.gif) no-repeat; position:absolute; right:10px; top:10px; }
.wx_kefu ul{ margin:5px; padding:5px; background:#fff; zoom:1; overflow:hidden;}
.wx_kefu li{ border-bottom:dashed #ddd 1px; padding:5px 0;}

.links{ display:none;}

/* =Home
-------------------------------------------------------------- */

.home .right{ float:right; width:320px; margin-right:10px;} 
.home a.more{ display:block; width:46px; height:16px; position:absolute; top:8px; right:8px;background:url(adorn.png) no-repeat 0 -180px; text-indent:-100px; overflow:hidden;}
.home a.more:hover{background:url(adorn.png) no-repeat -60px -180px; }
.home .products a.more{ right:30px; top:16px;}

.products a,
.news a,
.know a,
.honor a{ text-decoration:none; }

.news{ float:left; width:400px; margin-left:25px; position:relative;}
.news ul{ margin:12px 0;}
.news li{ background:url(adorn.png) no-repeat -970px -298px; line-height:30px;}
.news li time{ color:#666; margin-right:20px;}

.home article h2,
.home article h2 a{ font:bold 16px/40px "Microsoft Yahei"; color:#fff; text-decoration:none;}
.home article h2{ width:150px; height:44px;  background:url(adorn.png) no-repeat -300px -100px; text-align:center;}
.home article h2 a:hover{ color:#ff0;}
.home article h2 span{ display:inline-block; width:30px; height:20px;background:url(adorn.png) no-repeat -340px -70px; margin-left:10px; cursor:pointer;}
.home article h2 a:hover span{ background-position: -390px -70px;}


.video{ float:left; background:#ccc; padding:5px; height:250px; width:340px; margin-bottom:12px; position:relative;}
.video a{ cursor:pointer;}
.video img{ display:block; height:250px; width:340px;}
.video .play{ display:block; width:40px; height:38px; background:url(ico_play.png) no-repeat; position:absolute; left:50%; top:50%; margin:-19px 0 0 -20px;}
.video .vt{ display:block; width:28px; height:15px; background:url(zi_v.png) no-repeat; position:absolute; right:12px; top:10px;}

.products{ height:270px; background:#D1D5DA url(adorn.png) no-repeat 0 -200px; border-radius:6px; margin-bottom:12px; position:relative; zoom:1; overflow:hidden;}
.products h2{ margin:16px 0 0 48px;}
.products li{ float:left; width:208px; text-align:center; }
.products li img{ display:block; width:150px; height:150px; padding:5px; background:#fff; border:solid #ccc 1px; margin:0 auto 5px auto;}
.products .tjnav{ position:absolute; top:26px; left:210px;}
.products .tjnav a{ display:block; float:left; padding:0 20px; background:#0976CE; font:14px/24px ""; color:#fff; margin-right:5px;}
.products .tjnav a:hover{ background:#f90;}
.products .tjnav br{ display:none;}

.auto { position: relative; margin-top:12px;}
.auto .inbox {
  width: 1040px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height:200px;
  margin: 0 60px;
  position: absolute;
  top: 0;
}
.auto .inbox ul {  width: 9999px;  position: absolute;  top: 0;}

.auto .arrow {
  display: block;
  height: 40px;
  width: 40px;
  background: url(adorn.png) no-repeat;
  text-indent: -999px;
  position: absolute;
  top: 57px;
  cursor: pointer;
	overflow:hidden;
}

.auto .forward {  background-position: -540px -100px;  right:20px;}
.auto .forward:hover { background-position: -670px -100px;}
.auto .back {  background-position: -470px -100px;  left:20px;}
.auto .back:hover {  background-position: -600px -100px;}


.about{ float:left; width:620px; height:220px; padding:10px 15px;background:url(adorn.png) no-repeat 0 -610px; ;}
.about img{ float:left; border:solid #ccc 1px; padding:1px; margin-right:12px; }
.about p{ margin:0;}
a.more-link{ color:#06c;}
a.more-link:hover{ color:#f90;}


.know{ float:right; position:relative; width:340px;}
.know ul{ margin:12px 0;}
.know li{ background:url(adorn.png) no-repeat -1080px -90px; padding-left:25px; line-height:26px;}

.honor{ clear:both; height:100px; position:relative; zoom:1; overflow:auto; margin-bottom:12px; background:#fff; 
-webkit-box-shadow: #ccc 2px 2px 3px;
-moz-box-shadow: #ccc 2px 2px 3px;
box-shadow: #ccc 2px 2px 3px;
}
.home .honor h2{ float:left; width:100px; height:100px; background:url(adorn.png) no-repeat -940px -98px; text-indent:-200px; overflow:hidden; padding:0; }
.honor li{ float:left; width:116px; text-align:center;}
.honor li img{ display:block; width:102px; height:48px; padding:2px; border:solid #ccc 1px; margin:0 auto;}
.auto2 { float:left; width:1050px; position: relative; }
.auto2 .inbox {
  width: 970px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow:hidden;
  height:100px;
  margin: 0 40px;
  position: absolute;
  top: 0;
}
.auto2 .inbox ul {  width: 9999px;  position: absolute;  top: 0; margin-top:12px;}

.auto2 .arrow {
  display: block;
  height: 40px;
  width: 40px;
  background: url(adorn.png) no-repeat;
  text-indent: -999px;
  position: absolute;
  top: 20px;
  cursor: pointer;
	overflow:hidden;
}
.auto2 .forward { background-position: -769px -89px;  right:0;}
.auto2 .forward:hover { background-position: -849px -89px;}
.auto2 .back { background-position: -729px -89px;  left:0;}
.auto2 .back:hover {  background-position: -809px -89px;}


/* =Content
-------------------------------------------------------------- */

.list{ }
.list li{ line-height:40px; border-bottom:dotted #ccc 1px; zoom:1; overflow:hidden; position:relative;  }
.list li time{ color:#666; margin:0 20px 0 0;}
.list li a{ text-decoration:none; }
.list li img{ float:left; width:100px; height:auto; margin:5px 12px;}
.list li p{ line-height:20px;}
.list li span{ position:absolute; display:block; background:#ccc; color:#fff; padding:3px 8px; line-height:14px; right:0; top:50%; margin-top:-10px;}
.category-know .list li{background:url(adorn.png) no-repeat -1080px -82px; padding-left:25px;}

.tag .list li{ padding-right:100px;}
.tag .list li .tt{ font:bold 14px/24px "";}
.tag .list li p{ margin:12px 0;}

/*applist*/
.videolist{ zoom:1; overflow:hidden; }
.videolist li{ float:left; width:33%; text-align:center; margin-bottom:10px;}
.videolist li a.thumb{ display:block; width:260px; height:180px; padding:3px; background:#A7BBCD; margin-bottom:5px; position:relative; cursor:pointer;}
.videolist li img{ display:block; width:260px; height:180px;}
.videolist li .tt{ text-decoration:none; line-height:24px;}
.videolist .play{ display:block; width:40px; height:38px; background:url(ico_play.png) no-repeat; position:absolute; left:50%; top:50%; margin:-19px 0 0 -20px;}
.videolist .vt{ display:block; width:28px; height:15px; background:url(zi_v.png) no-repeat; position:absolute; right:12px; top:10px;}

#video{ padding:10px; background:#27629B; width:680px; height:420px; margin:0 auto;}

/*products*/
.prodlist{ zoom:1; overflow:hidden;}
.prodlist li{ float:left; width:25%;  *width:24.9%; text-align:center; line-height:24px; overflow:hidden;}
.prodlist li img{ display:block; margin:0 auto 5px auto; width:200px; height:auto; border:solid #BCBCBC 1px;}
.prodlist li a{ text-decoration:none;}


/*pagenav*/
.wp-pagenavi{clear:both; margin:20px 0; line-height:30px; overflow:auto; zoom:1;}
.wp-pagenavi a,.wp-pagenavi span{ display:inline-black;padding: 3px 8px; margin: 1px; background:#fff; border:solid #ccc 1px; text-decoration: none;}
.wp-pagenavi a{ text-decoration: none; }
.wp-pagenavi span{ }
.wp-pagenavi a:hover,
.wp-pagenavi span.current{ border:solid #c00 1px; color:#c00; font-weight:bold; }
.wp-pagenavi span.pages { padding: 3px 8px;}

/*contact*/
#post-8 ul{ float:left; padding:12px 0; list-style:none; margin:0 20px 0 0; color:#555;}
#post-8 li{ line-height:24px; border-bottom:dashed #ddd 1px;  padding-left:10px;}
#post-8 h2{ margin:0; background:#319B5B; color:#fff; line-height:30px; padding-left:12px;}
#post-8 p{ margin:0;}
#post-8 iframe{ float:right;}

/*nav-single*/
#nav-single{ color:#666; margin:10px 0; line-height:24px;}
#nav-single .nav-previous,
#nav-single .nav-next{ display:block;}
#nav-single .arr-l,
#nav-single .arr-r{ display:none; width:25px; height:23px; }
#nav-single .arr-l{ float:left; background:url(adorn.png) no-repeat -530px -50px;}
#nav-single .arr-r{ float:right; background:url(adorn.png) no-repeat -530px -90px; }

/*breadcrumb-navxt*/
.breadcrumb-navxt{ margin-bottom:12px; color:#999;}
.breadcrumb-navxt,
.breadcrumb-navxt a{ color:#999;}
.breadcrumb-navxt a:hover{ color:#06c;}

/*prouct desc*/
.maximg { float:left; width:420px;}
.maximg img{ float:left; display:block; border:solid #ccc 1px; padding:5px; width:420px; background:#fff; }
.maximg a.btn_zx{ background:#c00;}
.maximg a:hover{ background:#f90;}

.desc{ float:right; width:400px;}
.category-products .desc h1{ color:#000; margin:0; padding:0; line-height:50px;}
.category-products .desc ul{ padding:0; margin:0; list-style:none;}
.desc li{ line-height:30px; zoom:1; overflow:hidden;}
.category-products .desc li p{ display:inline-block; color:#06c; margin-bottom:10px; }
.desc li span{ float:left; color:#888; margin-right:12px;}
.desc li strong{ color:#F60; font:bold 14px/30px "";}
.desc .xuipen{ display:inline-block; width:89px; height:23px; background:url(adorn.png) no-repeat -410px -255px; color:#f30; font:bold 12px/23px ""; text-decoration:none; text-align:center; }
.desc .xuipen:hover{ color:#c00;}

#content .category-products h2{ border-bottom:solid #ccc 1px; color:#333; padding-left:10px; margin:20px 0 20px 0;}
#content .category-products h3{ font:bold 14px/20px ""; color:#333; padding-left:15px; border-left:solid #C0CFDC 3px;}

.related{ border:solid #ccc 1px; margin-top:12px; zoom:1; overflow:hidden;}
.related h2{ background:#ddd; color:#333; line-height:24px; padding-left:20px;}
.related ul{ margin:10px 20px; overflow:hidden;}
.prod-rela li{ float:left; width:20%; *width:19.9%; text-align:center;}
.prod-rela li img{ display:block; margin-bottom:5px; width:150px; height:auto; border:solid #ccc 1px; padding:1px; background:#fff;}
.prod-rela li a{ text-decoration:none;}
.related.left{ float:left; width:49%;}
.related.right{ float:right; width:49%;}

.single article{ zoom:1; overflow:hidden; }


/*留言*/
.cform{ }
.cform .cf-ol{ list-style-type:none; font:12px/26px "";}
.cform .cf-ol li{ margin:5px 0;}
.cform .cf-ol li label span{ width:70px; float:left; display:block;}
.cform .cf-ol li input,
.cform .cf-ol li textarea{ width:70%; border:#ccc 1px solid; padding:3px 2px; color:#333;}
.cform .cf-sb{ margin-left:94px;}
.cform .cf-sb #reset,
.cform .cf-sb .sendbutton{ display:block;  background: #666; color:#ccc; width:120px; height:40px; padding:0; text-align:center; font:bold 16px/32px "";}
.cform .cf_li_text_err{ color:#F00;}
.linklove{ display:none;}
.cform .cf-ol li#li--1 b{ border:none; background:none; font-size:16px; color:#C00; font-weight:bold;}
.cform .cf-ol li#li--1 input{ display:none;}
.reqtxt,.emailreqtxt{ margin-left:10px; color:#f00;}
.cf_hidden{ display:none;}
.failure{ width:70%; background:#fc0; color:#000; font:bold 16px ""; padding:10px 20px;  margin:10px 0 0 70px;}
.cf_info{ color:#c00; font:bold 16px/24px "";}
.success{ margin-bottom:20px; text-align:center; border:solid #ddd 1px; background:#FF9; padding:20px;}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {	clear: both;}
.entry-header { margin:20px 0; border-bottom:solid #ccc 1px;}
.entry-header .entry-title { font:bold 18px/40px "Microsoft Yahei"; color:#333; }
.entry-header .entry-title a {
	text-decoration: none;
}

.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.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;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 24px;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {	color: #757575;	background:#f2f2f2; padding:5px;}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
----------------------------------------------- */

#comments{ clear:both; margin:20px 0; zoom:1; overflow:hidden; }
#comments ol{ margin:0; list-style:none;}
.comments-title {
	text-transform: uppercase;
	font:bold 14px/40px "";
	background:#eee;
	padding-left:12px;
}

.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist { list-style: none;}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	margin-bottom:2px;
	padding: 6px 6px 6px 80px;
	background:#f5f5f5;
}
.commentlist .comment {position: relative; zoom:1;}
.commentlist li.odd { background:#eee;}

.commentlist .reply{ position:absolute; right:0; top:0; display:none;}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #ffd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	position: relative;
	padding:6px 6px 6px 80px;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {	font-style: normal; font-weight:bold; color:#c00;}
.comment-meta .fn span{ display:none;}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-author{ font-size:16px; }
.comment-meta a {	font-weight: bold; }
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -60px;
	padding: 0;
	position: absolute;
	top: 0;
}

.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: -60px;
	padding: 0;
	top: 0;
}
a.comment-reply-link {
	background: #165F44;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	padding: 0 12px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #c00;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {

}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {

}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background:#ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1.625em;
	position: relative;
	overflow:hidden;
}
#reply-title{ font: bold 24px/30px ""; color:#000;}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.95);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.95);
	position:relative;
}

/*ie6*/
#respond input,
#respond textarea {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.95);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.95);
	position:relative;
}

#respond p { clear:both; position: relative; margin: 10px 0;  }
#respond p label {
	color: #333;
	display: inline-block;
	font-size: 13px;
	min-width: 50px;
	_width: 50px;
	padding: 0px 10px;
	float:left;

}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 2;
}
#respond textarea {
	resize: vertical;
	width: 80%;
	height:60px;
	overflow:auto;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #c00;
	font: bold 22px/24px "";
	position: absolute;
	right: 12%;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
	color:#f00;
}

#respond .form-submit {
	margin:0;
}
#respond input#submit {
	background:#666;
	border: none;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #ccc;
	cursor: pointer;
	font-size: 15px;
	margin: 0 0 0 70px;
	padding: 6px 20px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #a00;
	color: #ccc;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}

.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}

#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 20px;
	line-height:20px;
	width: 60%;
	padding:2px;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}



/* =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,
	.comment-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;
		margin-bottom: 5.142857143rem;
		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,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.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,
	.singular .comments-title {
		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;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}