/*
Theme Name:wpboxchrome
Theme URI:https://www.wpbox.cn/wpboxchrome
Description:This theme supports widget, threaded-comments, theme-options,and translation is ready. Also including page-navigation and multi level dropdown menu.You can see live demo including more information here http://www.mono-lab.net/demo/monochrome/
Author:mono-lab
Author URI:http://www.wpbox.cn/
Version:5.2.7
*/



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

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



/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
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; outline:0; font-size:100%; vertical-align:baseline; font-weight:normal; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
audio, canvas, video { display:inline-block; max-width:100%; }
html { overflow-y: scroll; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
ul, ol { list-style:none; }
blockquote , q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content: none; }
a:focus { outline:none; }
ins { text-decoration:none; }
mark { font-style:italic; font-weight:bold; }
del { text-decoration:line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; width:100%; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
button, input, select, textarea { outline:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:100%; }
input, textarea { background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); -webkit-appearance: none; border-radius:0; /* Removing the inner shadow, rounded corners on iOS inputs */ }
input[type="checkbox"]{ -webkit-appearance: checkbox; }
input[type="radio"]{ -webkit-appearance: radio; }
button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0; }
img { -ms-interpolation-mode:bicubic; }

/* clearfix */
.clearfix:after { content: "."; display:block; clear:both; height:0; font-size:0.1em; line-height:0; visibility:hidden; overflow:hidden; }
.clearfix { display:inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height:1% }
.clearfix { display:block;}
/* end MacIE5 */



/* ----------------------------------------------------------------------
 basic setting
---------------------------------------------------------------------- */
body { font-family:"Microsoft Yahei",Arial,sans-serif; color:#333; background:#d3d6d8; line-height:1; }
a { color:#333; }
a, a:before, a:after, input { -webkit-transition-property:background color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease; -moz-transition-property:background color; -moz-transition-duration:0.2s; -moz-transition-timing-function:ease; -o-transition-property:background color; -o-transition-duration:0.2s; -o-transition-timing-function:ease; }
.clear { clear:both; }
.hide { display:none; }



/* ----------------------------------------------------------------------
 WordPress preset css and post style
---------------------------------------------------------------------- */
/* alignment */
.post_content .alignright { float:right; }
.post_content .alignleft { float:left; }
.post_content .aligncenter { display:block; margin-left:auto; margin-right:auto; }
.post_content blockquote.alignleft, .post_content img.alignleft { margin:7px 24px 7px 0; }
.post_content .wp-caption.alignleft { margin:7px 14px 7px 0; }
.post_content blockquote.alignright, .post_content img.alignright { margin:7px 0 7px 24px; }
.post_content .wp-caption.alignright { margin:7px 0 7px 14px; }
.post_content blockquote.aligncenter, .post_content img.aligncenter, .post_content .wp-caption.aligncenter { margin-top:7px; margin-bottom:7px; }


/* text and headline */
.post_content p { line-height:2; margin:0 0 2em 0; }
.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 { clear:both; line-height:1.2; font-weight:600; margin:0 0 15px 0; }
.post_content h1 { font-size:150%; }
.post_content h2 { font-size:140%; }
.post_content h3 { font-size:130%; }
.post_content h4 { font-size:120%; }
.post_content h5 { font-size:110%; }
.post_content h6 { font-size:100%; }
.post_content img{display: block;margin: 0 auto;max-width: 100%;height: auto;}


/* image */
.post_content img[class*="align"], .post_content img[class*="wp-image-"], .post_content img[class*="attachment-"], .post_content img.size-full, .post_content img.size-large, .post_content .wp-post-image
 { height:auto; width:auto; max-width:100%; }


/* list */
.post_content li, .post_content dt, .post_content dd { line-height:2; }
.post_content ul, .post_content ol, .post_content dl { margin-bottom:24px; }
.post_content ol { list-style:decimal outside none; margin-left:1.5em; }
.post_content ul { list-style:circle outside none; margin-left:1.3em; } 
.post_content li > ul, .post_content li > ol { margin-bottom:0; }
.post_content dt { font-weight:bold; }
.post_content dd { margin-bottom:1em; }


/* table */
.post_content table { margin:0 0 24px 0; }
.post_content td, .post_content th { border:1px solid #ccc; padding:10px 15px 7px; line-height:2; }
.post_content th { background:#f2f2f2; font-weight:normal; }


/* block quote */
.post_content blockquote { margin:0 0 24px 0; padding:27px 30px 1px; background:#f2f2f2; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; position:relative; }
.post_content blockquote:before { content: '"'; font-style:italic; font-size:30px; font-weight:normal; line-height:40px; width:30px; height:30px; position:absolute; top:5px; left:10px; color:#999; }
.post_content blockquote:after { content: '"'; font-style:italic; font-size:30px; font-weight:normal; text-align:left; line-height:60px; width:30px; height:30px; position:absolute; bottom:7px; right:-2px; color:#999; }


/* captions */
.post_content .wp-caption { margin-bottom:24px; background:#fff; border:1px solid #ccc; padding:5px; max-width:100%; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
.post_content .wp-caption-text { text-align:center; font-size:12px; font-style:italic; line-height:2; margin:9px auto; }
.post_content .wp-caption img[class*="wp-image-"] { display:block; margin:0 auto; }


/* gallery */
.gallery { margin-bottom:20px; }
.gallery-item { float:left; margin:0 4px 4px 0; overflow:hidden; position:relative; }
.gallery-columns-1 .gallery-item { max-width:100%; }
.gallery-columns-2 .gallery-item { max-width:48%; max-width:-webkit-calc(50% - 4px); max-width:calc(50% - 4px); }
.gallery-columns-3 .gallery-item { max-width:32%; max-width:-webkit-calc(33.3% - 4px); max-width:calc(33.3% - 4px); }
.gallery-columns-4 .gallery-item { max-width:23%; max-width:-webkit-calc(25% - 4px); max-width:calc(25% - 4px); }
.gallery-columns-5 .gallery-item { max-width:19%; max-width:-webkit-calc(20% - 4px); max-width:calc(20% - 4px); }
.gallery-columns-6 .gallery-item { max-width:15%; max-width:-webkit-calc(16.7% - 4px); max-width:calc(16.7% - 4px); }
.gallery-columns-7 .gallery-item { max-width:13%; max-width:-webkit-calc(14.28% - 4px);	max-width:calc(14.28% - 4px); }
.gallery-columns-8 .gallery-item { max-width:11%; max-width:-webkit-calc(12.5% - 4px); max-width:calc(12.5% - 4px); }
.gallery-columns-9 .gallery-item { max-width: 9%; max-width:-webkit-calc(11.1% - 4px); max-width:calc(11.1% - 4px); }
.gallery-columns-10 .gallery-item { max-width: 7%; max-width:-webkit-calc(9.4% - 0px); max-width:calc(9.4% - 0px); }
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n), .gallery-columns-10 .gallery-item:nth-of-type(10n) { margin-right:0; }
.gallery-caption { background-color:rgba(0, 0, 0, 0.7);	-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; color:#fff; font-size:12px; line-height:1.5; margin:0; max-height:50%; opacity:0; padding:6px 8px; position:absolute; bottom:0; left:0; text-align:left; width:100%; }
.gallery-caption:before { content: ""; height:100%; min-height:49px; position:absolute; top:0; left:0; width:100%; }
.gallery-item:hover .gallery-caption { opacity: 1; }
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption, .gallery-columns-10 .gallery-caption { display: none; }


/* etc */
.post_content .wp-smiley { border:0; margin-bottom:0; margin-top:0; padding:0; }
.post_content address { margin:0 0 24px 0; line-height:2; }
.post_content pre { border-left:5px solid #819ca7; font-size:12px; margin:0 0 27px 0; line-height:25px; background:url(../images/pre.gif) repeat left top; padding:0 17px; overflow:auto; }
.post_content .sticky { }
.post_content .mejs-container { margin: 12px 0 25px; }



/* ----------------------------------------------------------------------
 layout
---------------------------------------------------------------------- */
#header { width:1180px; height:150px; margin:0 auto; position:relative; z-index:10; }
#main_content { width:1180px; margin:0 auto; }
#main_col { background:#3b464a; width:890px; height:100%; float:left; margin:30px -990px 0 0; padding-bottom:30px; position:relative; -moz-border-radius:7px; -khtml-border-radius:7px; -webkit-border-radius:7px; border-radius:7px; }
#side_col { background:#3b464a; width:990px; height:100%; float:right; -moz-border-radius:7px; -khtml-border-radius:7px; -webkit-border-radius:7p; border-radius:7px; }
#content { background:#fff; width:700px; height:100%; float:right; -moz-border-radius:0 7px 0 7px; -khtml-border-radius:0 7px 0 7px; -webkit-border-radius:0 7px 0 7px; border-radius:0 7px 0 7px; position:relative; }
#side_content { width:250px; float:right; margin:88px 20px 50px 0; }

/* page layout for no sidebar */
.page-template-page-noside-php #main_col { width:995px; }
.page-template-page-noside-php #content { width:825px;}
.page-template-page-noside-php #side_col { width:1010px; }



/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */
/* logo */
#logo_text { position:absolute; top:52px; left:0px; }
#logo { font-size:45px; margin:0; padding:0; line-height:100%; font-weight:normal; -webkit-text-stroke:0.5px; }
#logo a { color:#3b464a; text-decoration:none; display:block; -webkit-transition:color 0.2s ease-in-out; -moz-transition:color 0.2s ease-in-out; -o-transition:color 0.2s ease-in-out; -ms-transition:color 0.2s ease-in-out; transition:color 0.2s ease-in-out; }
#tagline { margin:0; padding:0; font-weight:normal; line-height:100%; color:#8a8e8f; font-size:10px; display:block; }


/* global menu */
#global_menu { height:50px; position:absolute; right:0px; top:50px; z-index:999; }

#global_menu ul ul { display:none; position:absolute; top:50px; left:0px; margin:0; padding:0; }
#global_menu ul ul ul { left:100%; top:0; margin:0 0 0 -1px; }
#global_menu ul li { float:left; font-size:1%; position:relative; }
#global_menu ul ul li { float:none; height:auto; padding:0; margin:0; text-align:left; }

#global_menu ul li a { font-size:12px; padding:0 30px; background:#3b464a; border-left:1px solid #232a2c; text-align:center; text-decoration:none; color:#9da2a5; display:block; height:50px; line-height:50px; }
#global_menu > ul > li:first-child a { border:none; -moz-border-radius:7px 0 0 7px; -khtml-border-radius:7px 0 0 7px; -webkit-border-radius:7px 0 0 7px; border-radius:7px 0 0 7px; }
#global_menu > ul > li:last-child a { -moz-border-radius:0 7px 7px 0; -khtml-border-radius:0 7px 7px 0; -webkit-border-radius:0 7px 7px 0; border-radius:0 7px 7px 0; }
#global_menu ul ul li a { font-size:11px; background:#2a3134; border:1px solid #3b464a; position:relative;padding:10px 20px 8px; height:auto; line-height:180%; margin:0 0 -1px 0; text-align:left; }

#global_menu ul li a:hover { background:#2a3134; color:#dbe1e5; }
#global_menu ul ul li a:hover { background:#171b1d; color:#dbe1e5; }

#global_menu ul li.active_menu > a { background:#2a3134; }

#global_menu ul li.current-menu-item > a, #global_menu ul li.current-menu-item > a:hover { background:#2a3134 url(../images/stripe1.gif) left top; position:relative; }

#global_menu > ul > li.current-menu-item > a:after { margin:0 auto; content:''; height:0px; width:0px; border:5px solid #2a3134; border-color:transparent; border-top-color:#2a3134; display:block; }

.pc #global_menu ul ul li.menu-item-has-children > a { background:#2a3134 url(../images/arrow1.gif) no-repeat 205px 14px; }
.pc #global_menu ul ul li.menu-item-has-children > a:hover { background:#171b1d url(../images/arrow1.gif) no-repeat 205px 14px; }


/* hide menu button for tablet and smartphone */
#menu_button, #search_area_mobile { display:none; }


/* breadcrumb */
#bread_crumb { position:relative; left:190px; bottom:-26px; overflow:hidden; height:20px; width:700px; margin-top:-20px; }
#bread_crumb ol { margin:0; position:relative; padding:0 20px; }
#bread_crumb ol li { display:inline; margin:0; font-size:10px; color:#9da2a5; line-height:0; }
#bread_crumb ol li a, #bread_crumb ol li span.last { position:relative; margin:0 10px 0 0; height:20px; line-height:20px; padding:1px 30px 0 5px; color:#9da2a5; text-decoration:none; }
#bread_crumb ol li a { background:url(../images/bread_arrow.png) no-repeat right 2px; }
#bread_crumb ol li a:hover { color:#dbe1e5; }

.page-template-page-noside-php #bread_crumb { left:170px; width:825px; }




/* ----------------------------------------------------------------------
 post list
---------------------------------------------------------------------- */
#post_list { margin:0; padding:0; list-style-type:none; }
#post_list .article { padding:0; margin:0 0 0 -190px; }
#post_list .post_right { width:660px; float:right; padding:40px 20px 20px; border-bottom:1px solid #ccc; }
#post_list .post_left { width:190px; float:right; text-align:right; padding:40px 0 20px; }
#post_list .even .post_left { background:#374145; }


/* post tilte */
#post_list .title { margin:0 0 25px 0; padding:0; line-height:170%; font-size:21px; border-bottom:1px dashed #eeeeee;}
#post_list .title a { text-decoration:none; display:block; }


/* post date */
.post_date { margin:0 20px 30px; padding:0; line-height:1; height:72px; font-family:'matchbook'; text-transform:uppercase; display:block; }
.post_date .date { font-size:72px; margin:0 0 0 5px; }
.post_date .month { text-transform:uppercase; font-size:30px; color:#b9b9b9; }


/* featured image */
.post_image { text-align:center; margin:0 0 24px 0; }


/* post meta */
.post_meta { font-size:11px; margin:0 20px; padding:0; }
.post_meta li { margin:0 0 15px 0; padding:1px 22px 1px 0; color:#818487; position:relative; line-height:1.5; }
.post_meta li a { color:#818487; text-decoration:none; display:block; }
.post_meta li:after { font-family:'icomoon-ml'; color:#676a6c; font-size:14px; width:14px; margin:0 0 0 6px; display:inline-block; top:-1px; right:0px; position:absolute; }
.post_meta li.post_views:after { content:"\e621"; top:-2px; }
.post_meta li.post_category:after { content:"\e608"; top:-2px; }
.post_meta li.post_tag:after { content:"\e607"; top:1px; }
.post_meta li.post_comment:after { content:"\e606"; }
.post_meta li.post_author:after { content:"\e609"; }
.post_meta li.post_edit:after { content:"\e605"; }
.post_meta li.post_format_gallery:after { content:"\e623"; }
.post_meta li.post_format_aside:after { content:"\e61e"; top:-1px; }
.post_meta li.post_format_chat:after { content:"\e622"; }
.post_meta li.post_format_link:after { content:"\e600"; }
.post_meta li.post_format_image:after { content:"\e614"; top:-1px; }
.post_meta li.post_format_quote:after { content:"\e60e"; }
.post_meta li.post_format_status:after { content:"\e624"; }
.post_meta li.post_format_video:after { content:"\e615"; }
.post_meta li.post_format_audio:after { content:"\e61b"; }
.no-date .post_meta { margin-top:8px; }


/* read more link */
.more-link { font-size:12px; background:#f2f2f2; text-decoration:none; display:inline-block; height:35px; line-height:35px; padding:0 36px; color:#666; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; position:relative; }
.post_content .more-link:hover { color:#fff; }


/* thumbnail */
#post_list .post_list_thumbnail { float:left; margin:0 25px 10px 0; line-height:0; }
#post_list .post_list_thumbnail img { max-width:300px; height:auto; display:block; }
#post_list .post_list_thumbnail a { position:relative; display:inline-block; }
#post_list .post_list_thumbnail a:after {
   content:"";  box-shadow:inset 0 0 0 0 rgba(255,255,255, 0); position:absolute; top:0; left:0; bottom:0; right:0;
   -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}
#post_list .post_list_thumbnail a:hover:after { box-shadow:inset 0 0 0 12px rgba(255,255,255, 0.3); }


/* archive page headline */
#archive_headline { font-size:16px; padding:15px 20px 13px; margin:0; line-height:160%; font-weight:normal; background:#eef0f2; -moz-border-radius:0 7px 0 0; -khtml-border-radius:0 7px 0 0; -webkit-border-radius:0 7px 0 0; border-radius:0 7px 0 0; position:relative; }
#archive_headline:after { content:''; height:0px; width:0px; border:10px solid #eef0f2; border-color:transparent; border-top-color:#eef0f2; display:block; position:absolute; bottom:-17px; left:80px; }


/* page navi */
.page_navi { margin:0; padding:20px 20px 40px; }
.page_navi h4 { font-size:10px; font-weight:normal; margin:0 0 10px 0; color:#888; }
.page_navi ul { margin:0; }
.page_navi li { float:left; }
.page_navi a, .page_navi a:hover, .page_navi span
 { text-decoration:none; color:#fff; font-size:11px; padding:13px 15px; line-height:100%; margin:0 4px 4px 0; background:#bbb; display:block; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.page_navi a:hover { color:#fff; text-decoration:none; }
.page_navi span.dots { background:none; color:#333; }
.page_navi span.current { color:#fff; background:#3b464a; }

/* back home link */
.page_navi p.back { text-align:center; }
.page_navi p.back a { display:inline-block; padding:10px 15px 10px 30px; margin:0 auto; position:relative; background:none; color:#777; }
.page_navi p.back a:after { font-family:'icomoon-ml'; content:"\e60a"; color:#aaa; font-size:14px; display:inline-block; top:10px; left:8px; position:absolute; }
.page_navi p.back a:hover, .page_navi p.back a:hover:after { }



/* ----------------------------------------------------------------------
 article
---------------------------------------------------------------------- */
#article { position:relative; margin:40px 0 0 0; }
#article .post_left { width:190px; text-align:right; padding:0; position:absolute; left:-190px; top:0px; }

#article #post_title { margin:0 20px 25px 20px; padding:3px 0 0 0; line-height:160%; font-size:21px; border-bottom:1px dashed #eee;}

#article .post_content { padding:0 20px; margin-bottom:40px; }
.page #article .post_content { margin-bottom:50px; }


/* post pager */
.post_pagination { margin:0 0 20px 0; }
.post_pagination h5 { margin:0 10px 0 0; float:left; line-height:30px; font-size:12px; }
.post_pagination a, .post_pagination p { float:left; display:inline-block; background:#eee; margin:0 5px 0 0; width:30px; height:30px; line-height:30px; text-align:center; text-decoration:none; color:#333; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; font-size:12px; }
.post_pagination p { background:#999; color:#fff; }
.post_pagination a:hover { color:#fff; }


/* share button */
#share_button { margin:0; min-height:90px; float:right; text-indent:0; list-style:none; line-height:1; }
#share_button li { padding:0; float:left; margin:0 0 0 10px; min-height:75px; }


/* author profile */
#author_profile { clear:both; background:#f6f6f6; margin:0; padding:20px; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
#author_avatar { float:left; margin:0 20px 0 0; }
#author_avatar img { -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
#author_info { float:left; width:530px; font-size:12px; }
#author_info p { margin:0; }
#author_name { margin:0 0 10px 0; font-size:16px; }


/* free space */
.single_free_space { clear:both; }


/* related post*/
#related_post { margin:0 0 15px 0; clear:both; }
#related_post .headline { border-bottom:1px solid #ccc; margin:0 0 15px 0; padding:0 20px 8px 20px; line-height:100%; }
#related_post ol { margin:0 0 0 20px; }
#related_post li { background:none; padding:5px 0 10px 0; margin:0; width:47%; display:inline-block; vertical-align:top; }
*:first-child+html #related_post li { display:inline; zoom: 1; }
#related_post li.odd { margin-right:20px; }
#related_post .info a{ text-decoration:none;}
#related_post .info .date { margin:2px 0 5px 0; line-height:100%; font-size:11px; }
#related_post .info .title { font-size:12px; margin:0; padding:0 0 5px 0; display:block; line-height:180%; }
#related_post .info .des{ font-size:10px; color:#999; line-height:140%;}
.ie #related_post .info .title { word-wrap:break-word; }
#related_post .image { float:left; display:block; position:relative; overflow:hidden; width:70px; height:70px; margin:0 15px 10px 0; text-decoration:none; color:#666; }
#related_post .image img, #related_post .image span { width:70px; height:70px; -webkit-border-radius:3px; -khtml-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
#related_post .image span { background:#f2f2f2; display:block; text-align:center; line-height:70px; font-size:10px; }
#related_post .image { position:relative; }
.modern #related_post .image:after {
  font-family:'icomoon-ml'; content:"\e612"; background:rgba(0,0,0,0); color:rgba(255,255,255,0); font-size:20px; width:70px; height:70px; display:inline-block; text-align:center; line-height:70px; top:0px; right:0px; position:absolute;
  -webkit-border-radius:3px; -khtml-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
  -webkit-transition-property:background color; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:background color; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:background color; -o-transition-duration:0.4s; -o-transition-timing-function:ease; transition-property:background color; transition-duration:0.4s; transition-timing-function:ease;
}
.modern #related_post .image:hover:after { background:rgba(0,0,0,0.6); color:#fff; }

/* next prev post link */
#next_prev_post { margin:0 20px; padding:0; clear:both; }
#next_prev_post a { display:table-cell; line-height:160%; font-size:11px; background:#f2f2f2; text-decoration:none; width:254px; padding:10px 20px; position:relative; }
#next_prev_post a:after { font-family:'icomoon-ml'; color:#aaa; font-size:12px; display:inline-block; top:10px; position:absolute; }
#next_prev_post a.prev_post { float:left; -moz-border-radius:4px 0 0 4px; -khtml-border-radius:4px 0 0 4px; -webkit-border-radius:4px 0 0 4px; border-radius:4px 0 0 4px; padding-left:35px; }
#next_prev_post a.next_post { float:right; text-align:right; -moz-border-radius:0 4px 4px 0; -khtml-border-radius:0 4px 4px 0; -webkit-border-radius:0 4px 4px 0; border-radius:0 4px 4px 0; padding-right:35px; }
#next_prev_post a.prev_post:after { content:"\e613"; left:11px; }
#next_prev_post a.next_post:after { content:"\e612"; right:11px; }
#next_prev_post a:hover { color:#fff; }
#next_prev_post a:hover:after { color:#fff; }



/* ----------------------------------------------------------------------
 side content
---------------------------------------------------------------------- */
#side_content { color:#9fa3a4; }
.side_widget { margin:0 0 50px 0; font-size:11px; }
.side_widget li ul { margin:10px 0 0 1em; }
.side_widget li { line-height:170%; margin:0 0 10px 0; padding:0;}
.side_widget a { color:#9fa3a4; text-decoration:none; }
.side_widget img { height:auto; max-width:100%; width:auto; }
.side_headline { color:#b9b9b9; margin:0 0 10px; padding:0; line-height:160%; font-weight:normal; border-bottom: 1px dashed #555;}
.side_widget p { line-height:2; margin:0; }

/* introduction */
.introduction_widget { position:relative; }
.introduction_widget .side_headline { margin:0 0 5px; }

/* social link */
.iw_social_link { position:absolute; top:7px; right:0px; line-height:0; margin:0; padding:0; }
.iw_social_link li { float:left; margin:0; padding:0; line-height:100%; }
.iw_social_link li a { text-decoration:none; display:block; width:25px; height:30px; }
.iw_social_link li a span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
.iw_social_link li a:after { font-family:'icomoon-ml'; color:#898c8d; font-size:17px; margin:0; display:inline-block; }
.iw_social_link li.rss_button a:after { content:"\e603"; }
.iw_social_link li.twitter_button a:after { content:"\e604"; }
.iw_social_link li.facebook_button a:after { content:"\e601"; }
.iw_social_link li.google_plus_button a:after { content:"\e602"; margin-top:1px; font-size:19px;}
.iw_social_link li.tumblr_button a:after { content:"\e61c"; }
.iw_social_link li.flickr_button a:after { content:"\e61f"; }
.iw_social_link li.picassa_button a:after { content:"\e61d"; }
.iw_social_link li.pinterest_button a:after { content:"\e60f"; margin-top:1px; font-size:18px; }
.iw_social_link li.mail_button a:after { content:"\e60d"; font-size:19px; margin-top:1px; }
.iw_social_link li.rss_button a:hover:after { color:#ffcc00; }
.iw_social_link li.twitter_button a:hover:after { color:#16b9dc; }
.iw_social_link li.facebook_button a:hover:after { color:#2088f3; }
.iw_social_link li.google_plus_button a:hover:after { color:#d33e3e; }
.iw_social_link li.tumblr_button a:hover:after { color:#4c6f92; }
.iw_social_link li.flickr_button a:hover:after { color:#0279d3; }
.iw_social_link li.picassa_button a:hover:after { color:#ff7900; }
.iw_social_link li.pinterest_button a:hover:after { color:#ff3a3a; }
.iw_social_link li a:hover:after { color:#fff; }

/* search form */
.iw_search_area { margin-top:20px; background:#2a3134; box-shadow:2px 2px 3px 0 #222 inset; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; width:100%; height:33px; position:relative; }
.iw_search_area .search_input input { font-size:12px; color:#6d7478; width:69%; height:33px; float:left; margin:0 0 0 3%; padding:0; border:none; background:none; }
.iw_search_area .search_input input:focus { color:#c6d0d5; }
.iw_search_area .search_button input { border:none; position:absolute; top:1px; right:1px; background:#3b464a url(../images/search.png) no-repeat center; -moz-background-size:15px; -webkit-background-size:15px; -o-background-size:15px; -ms-background-size:15px; background-size:15px; height:31px; line-height:31px; width:25%; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; text-indent:150%; white-space:nowrap; overflow:hidden; display:block; }
.iw_search_area .search_button input:hover { cursor:pointer; background-color:#4b595e; }
.ie .iw_search_area .search_button input { background:#3b464a url(../images/search_ie.png) no-repeat center; }
.ie .iw_search_area .search_input input { height:23px; margin:10px 0 0 3%; }


/* recent and recommend post widget */
.widget_post_list { list-style-type:none; margin:0; padding:0px; }
.widget_post_list li { background:none; padding:0 0 12px 0; border-bottom:1px dotted #666; margin:0 0 12px 0; }
.widget_post_list li:last-child { border:none; margin:0; padding:0; }
.widget_post_list .info { }
.widget_post_list .info .date { margin:2px 0 5px 0; line-height:100%; }
.widget_post_list .info .title { font-size:12px; margin:0; padding:0 0 5px 0; display:block; }
.widget_post_list .image { float:left; display:block; position:relative; overflow:hidden; width:58px; height:58px; margin:0 15px 0 0; text-decoration:none; color:#aaa; }
.widget_post_list .image img, .widget_post_list .image span { width:58px; height:58px; -webkit-border-radius:3px; -khtml-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
.widget_post_list .image span { background:#31393c; display:block; text-align:center; line-height:58px; font-size:10px; }
.widget_post_list .image:hover { color:#aaa; }
.modern .widget_post_list .image:after {
  font-family:'icomoon-ml'; content:"\e612"; background:rgba(0,0,0,0); color:rgba(255,255,255,0); font-size:20px; width:58px; height:58px; display:inline-block; text-align:center; line-height:58px; top:0px; right:0px; position:absolute;
  -webkit-border-radius:3px; -khtml-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
  -webkit-transition-property:background color; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:background color; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:background color; -o-transition-duration:0.4s; -o-transition-timing-function:ease; transition-property:background color; transition-duration:0.4s; transition-timing-function:ease;
}
.modern .widget_post_list .image:hover:after { background:rgba(0,0,0,0.6); color:#fff; }


/* calendar widget */
#wp-calendar { margin:0 auto; width:100%; font-size:11px; border-collapse:separate; table-layout:fixed; }
#wp-calendar th, #wp-calendar td { color:#9fa3a4; padding:3px; line-height:250%; text-align:center; }
#wp-calendar td a { display:block; margin:0; padding:0; text-decoration:none; -webkit-border-radius:50%; -khtml-border-radius:50%; -moz-border-radius:50%; border-radius:50%; border:1px solid #888; }
#wp-calendar td a:hover { text-decoration:none; }
#wp-calendar caption { padding:7px 0; }
#wp-calendar thead th, #wp-calendar tfoot td { border:none; padding:0; line-height:300%; }
#wp-calendar #prev, #wp-calendar #next { line-height:200%; padding-top:12px; }
#wp-calendar #prev a, #wp-calendar #next a { border:none; text-decoration:none; background:none; color:#9fa3a4; }
#wp-calendar #prev a:hover, #wp-calendar #next a:hover { color:#fff; background:#31393c; -webkit-border-radius:5px; -khtml-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
#wp-calendar td#today { color:#fff; -webkit-border-radius:50%; -khtml-border-radius:50%; -moz-border-radius:50%; border-radius:50%; }


/* search widget */
.widget_search label { display:none; }
.widget_search #search-box, .widget_search #s { color:#dbe1e5; width:65%; height:33px; margin:0; background:#2a3134; padding:0 3%; box-shadow:2px 2px 3px 0 #222 inset; float:left; border:none; -moz-border-radius:5px 0 0 5px; -khtml-border-radius:5px 0 0 5px; -webkit-border-radius:5px 0 0 5px; border-radius:5px 0 0 5px; }
.widget_search #search-btn input, .widget_search #searchsubmit { border:none; float:right; background:#171b1d; color:#dbe1e5; height:33px; line-height:33px; width:35%; -moz-border-radius:0 5px 5px 0; -khtml-border-radius:0 5px 5px 0; -webkit-border-radius:0 5px 5px 0; border-radius:0 5px 5px 0; }
.widget_search #search-btn input:hover, .widget_search #searchsubmit:hover { cursor:pointer; background-color:#4b595e; }


/* archive category dropdown widget */
.widget_archive select, .widget_categories select {
  font-size:12px; color:#9fa3a4; border:1px solid #333; background:#2a3134;
  box-shadow:2px 2px 3px rgba(0,0,0,0.2) inset; padding:10px 10px; width:100%; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; margin:0 0 20px 0;
  -webkit-appearance: none; -moz-appearance: none; text-indent:0.01px; text-overflow:''; appearance: none;
}
.widget_archive select:hover, .widget_categories select:hover, .widget_archive select:focus, .widget_categories select:focus
  { cursor:pointer; background-color:#4b595e; color:#fff; }


/* AdSense */
.ml_ad_widget { text-align:center; }
.ml_ad_widget img { max-width:100%; height:auto; }



/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
#footer { width:1180px; margin:0 auto; padding:30px 0; font-size:11px; text-align:center; color:#8a8e8f; }
#footer a { color:#8a8e8f; }
#footer a:hover { color:#000; }


/* copyright */
#copyright { line-height:100%; padding:0; margin:0; }
.theme_author a { margin:0 0 0 12px; padding:0 0 0 10px; border-left:1px solid #aaa; }


/* return top */
#return_top { 
  position:fixed; bottom:10px; right:10px; display:block; text-indent:100%; overflow:hidden; white-space:nowrap; width:45px; height:45px; margin:0; padding:0; background:#222 url(../images/return_top2.gif) no-repeat center center;
  -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; opacity:0.5;
  -webkit-transition-property:none; -moz-transition-property:none; -o-transition-property:none; transition-property:none;
}
#return_top:hover { opacity:1; }



/* ----------------------------------------------------------------------
 comment
---------------------------------------------------------------------- */
#comments { padding:0 20px; clear:both; }


/* tab switch */
#comment_header { border-bottom:1px solid #ccc; margin:0 -20px 30px; position:relative; height:50px; }
#comment_header .headline { position:absolute; left:0px; bottom:8px; margin:0 0 0 20px; padding:0; line-height:100%;}
#comment_header #comment_tab { margin:0; padding:0; line-height:0; position:absolute; right:20px; bottom:-2px; }
#comment_header #comment_tab li { float:left; font-size:12px; margin:0; line-height:1; }
#comment_header #comment_tab li a { font-weight:bold; display:block; text-decoration:none; padding:10px 40px 12px; border-bottom:2px solid #ccc; color:#aaa; }
#comment_header #comment_tab li a:hover { color:#333; border-color:#333; }
#comment_header #comment_tab li.active a { border-color:#333; color:#333; }


/* comment area */
.tab_contents { margin:0 0 20px 0; }
.commentlist, .pinglist { margin:0; padding:0; list-style-type:none;  }
.commentlist li, .pinglist li { margin:0 0 25px 0; padding:0; clear:both; border-bottom:1px dotted #ccc; }
.commentlist li:last-child, .pinglist li:last-child { margin:0; border:none; }
.commentlist li li { border:none; margin:0; }
.commentlist .children { clear:both; margin:0 0 0 50px; }
.pinglist li { padding-bottom:20px; }
.ping-link { font-weight:bold; margin:0 0 10px 0; line-height:180%; }
.ping-meta { font-size:12px; margin:0 0 5px 0; color:#aaa; }
.ping-content { line-height:180%; font-size:11px; }


/* avatar */
.commentlist .avatar { float:left; margin:0; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }


/* comment content */
.bypostauthor { }
.commentlist .main_comment { margin:0 0 10px 0; position:relative; }
#has_avatar .main_comment { margin:0 0 10px 65px; position:relative; }
.comment_name_date { font-weight:bold; margin:0 0 15px 0; }
.comment_name_date span.comment-date { color:#aaa; font-size:11px; margin:0 0 0 10px; font-weight:normal; }
#article .comment-content { font-size:12px; margin:0; padding:0; }
#article .comment-content p { padding:0; margin:0 0 15px 0; line-height:2; }
#article .comment-content img, #article .comment-content iframe { height:auto; width:auto; max-width:100%; }


/* comment reply and edit area */
.comment_meta { font-size:10px; position:absolute; right:0px; top:0px; }
.comment_meta a { display:inline-block; text-decoration:none; background:#f2f2f2; color:#666; padding:3px 30px; }
.comment_meta a:hover { color:#fff; }
.comment_reply { float:left; margin:0 2px 0 0; }
.comment_edit { float:left; }


/* comment pager */
#comment_pager { padding:20px 0; border-top:1px dotted #ccc; font-size:12px; }
#comment_pager .page-numbers { padding:0 10px 0 0; }
#comment_pager .page-numbers.current { font-weight:bold; }


/* etc */
.comment_message { margin:0 0 30px 0; }
.waiting-moderation { display:block; margin:0 0 10px 0; background:#56afd0; padding:10px; color:#fff; }
#html_tag_not_allowed { padding:7px 0px 6px; margin:5px 0 0 0; text-align:center; font-size:11px; border-top:1px dotted #ccc; border-bottom:1px dotted #ccc; }



/* ---------- form area ------------------------------------------------------------------------------------------------------------------------- */
.comment_form_wrapper { border:1px solid #ccc; margin:0 0 25px; padding:15px; background:#fff; font-size:12px; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; }


/* reply cancel button */
#cancel_comment_reply { margin:0; padding:0; }
#cancel_comment_reply a { display:block; text-decoration:none; background:#eee; color:#333; padding:10px 0; text-align:center; margin:0 auto 15px auto; }
#cancel_comment_reply a:hover { color:#fff; }


/* login user name and logout button */
#comment_user_login p { padding:0; margin:0; line-height:100%; }
#comment_user_login span { margin:0; float:right; }
#comment_user_login span a { text-decoration:none; position:relative; padding:0; }


/* login form */
#comment_login { margin:0; padding:3px 30px 10px 30px; }
#comment_login p { margin:0; padding:12px 0 11px 36px; line-height:100%; }
#comment_login a { margin:0 0 0 20px; padding:0; }
#guest_info { padding:0; width:100%; }
#guest_info div { margin:0 0 12px 0; text-align:left; }
#guest_info input { margin:0; padding:5px 0; border:1px solid #ccc; width:100%; background:#fff; color:#777; }
#guest_info input:focus { }
#guest_info label { display:block; margin:0 0 5px 0; padding:0 0 0 0; font-size:11px; color:#888;}
#guest_info span { color:#666; margin:0 10px 0 0; }


/* comment input area */
#comment_textarea textarea { margin:15px 0 0; width:100%; height:150px; border:1px solid #ccc; background:#fff; color:#777; font-size:11px; overflow:auto; }
#comment_textarea textarea:focus {  }


/* submit button */
#submit_comment_wrapper { text-align:center; }
#submit_comment { background:#777; border:none; cursor:pointer; color:#fff; font-size:13px; width:200px; height:37px; margin:15px auto 0; display:block; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
#submit_comment:hover { }

#input_hidden_field { display:none; }


.flink{float:left; width:125px; text-align:center;}

.front_login_box{background:#474546;}
.from_box, .is_login{width:80%; padding:10%;}
.from_box p{height:40px;margin-bottom:15px; display:block;}
.front_login_box p.p1 span{width:16%; float:left; background:#2C3033; color:#CCC; height:40px; text-align:center; line-height:40px;}
.front_login_box p.p1 span i{display:block;margin-top:9px; font-size:24px;}
.front_login_box p.p1 input{height:40px; width:73%; background:#4D545C; border:none; line-height:40px;  float:left; color:#fff; padding:0 5%;font-family: Verdana,Microsoft YaHei;}
.front_login_box p.p2 input , .logout a{font-size:18px; text-shadow:1px 1px 1px #333; cursor:pointer;font-family: Verdana,Microsoft YaHei;}
.front_login_box p.p2 input:hover , .front_login_box .logout a:hover{background:#258DEB}
.front_login_box p.p3{height:40px; color:#fff; margin-bottom:0; height:20px;}
.front_login_box p.p3 a , .is_login p a{color:#fff;}
.front_login_box p.p3 a:hover{text-decoration:underline;}
.front_login_box p.p3 i{font-size:14px;}
.front_login_box .user_name{}
.front_login_box .submit_button , .front_login_box .logout a{background:#4EA4EF; color:#fff; border:none;height:40px; width:99%;line-height:40px;font-family: Verdana,Microsoft YaHei;}
.front_login_box .keep_me{cursor:pointer;}
.front_login_box .is_login p{color:#fff; font-size:14px; line-height:20px;}
.front_login_box .user_info{padding-bottom:10px; border-bottom:1px dotted #999; margin-bottom:10px;}
.front_login_box .user_info .avatar{float:left; margin-right:5%;}
.front_login_box .user_info .avatar img{height:60px; width:60px;}
.front_login_box .logout a{display:block; text-align:center;}
.front_login_box .link_tools{margin-bottom:15px;padding-bottom: 10px;border-bottom: 1px dotted #999;}
.front_login_box .link_tools a{color:#fff; float:left; width:49%;font-size: 14px;padding: 2px 0px;}
.front_login_box .last_read{margin-bottom:15px;}
.front_login_box .last_read .viewed_posts a{color:#fff;width:100%; overflow:hidden; height:26px; display:block;}
.front_login_box a:hover{color:#00BCF2 !important;}
.front_login_box .last_read .viewed_posts li{padding-left:0; background:none; color:#fff;}

.cls {
clear: both;
}
