/*
Theme Name:neutral
Theme URI:https://hybrid-theme.com/theme/neutral/
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/neutral/
Author:mono-lab
Author URI:http://www.mono-lab.net/
Version:3.3.3
*/



/* ----------------------------------------------------------------------
 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-nt-ml';
    src: url('font/icomoon-nt-ml.eot');
    src: url('font/icomoon-nt-ml.eot?#iefix') format('embedded-opentype'),
         url('font/icomoon-nt-ml.woff') format('woff'),
         url('font/icomoon-nt-ml.ttf') format('truetype'),
         url('font/icomoon-nt-ml.svg#icomoon-nt-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; }

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
---------------------------------------------------------------------- */
html { background:#e3e3e3; }
body { font-family:Arial,sans-serif; color:#333; line-height:1; min-width:1100px; background:url(img/back_light.png) no-repeat top; padding:50px 0; }
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:1.4em; margin:0 0 2em 0; }
.post_content div { line-height:1.4em; 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%; }


/* 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(img/pre.gif) repeat left top; padding:0 17px; overflow:auto; }
.post_content .sticky { }
.post_content .mejs-container { margin: 12px 0 25px; }



/* ----------------------------------------------------------------------
 layout
---------------------------------------------------------------------- */
#container { width:1100px; background:rgba(183,193,197, 0.8); border:1px solid #cce5ed; margin:0px auto; -webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px; box-shadow:0 0 5px 0px rgba(0,0,0, 0.3), 0 0 5px 0px rgba(0,0,0, 0.2) inset; }
#header { width:1048px; height:124px; margin:25px auto 0; border-bottom:1px solid #ccc; position:relative; z-index:9; background:#fff; -webkit-border-radius:10px 10px 0 0; -moz-border-radius:10px 10px 0 0; border-radius:10px 10px 0 0; }
#main_content { background:#fff; width:1048px; margin:0 auto; overflow:hidden; }
#main_col { width:687px; float:left; margin:0 -1px 0 0; padding:40px 0 0 0; border-right:1px solid #ccc; position:relative; }
#side_col { width:300px; float:right; margin:0 30px 0 0; padding:40px 0 0 30px; border-left:1px solid #ccc; }

.page-template-page-noside-php #main_content { padding-bottom:30px; }
.page-template-page-noside-php #main_col { float:none; width:1048px; margin:0 auto; border:none; }



/* ----------------------------------------------------------------------
 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 { 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:#bbb; font-size:10px; display:block; }


/* global menu */
#global_menu { background:#fff; border-bottom:1px solid #ccc; width:1048px; height:50px; position:relative; margin:0 auto; z-index:10; }

#global_menu ul { }
#global_menu ul ul { display:none; position:absolute; top:50px; left:-20px; 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; margin:0 30px; }
#global_menu ul ul li { float:none; height:auto; padding:0; margin:0; text-align:left; }

#global_menu ul li a
 { font-size:11px; padding:0; text-align:center; text-decoration:none; color:#888; display:block; height:50px; line-height:51px; position:relative; overflow:hidden; }

#global_menu > ul > li > a:after {
  content:''; position:absolute; bottom:0px; left:-100%; height:1px; width:100%; display:block;
  -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-duration:0.4s; -o-transition-timing-function:ease; -ms-transition-duration:0.4s; -ms-transition-timing-function:ease;
}
#global_menu > ul > li > a:hover:after, #global_menu > ul > li.current-menu-item > a:after { left:0px; }

#global_menu ul ul li a
 { font-size:11px; background:#fff; border:1px solid #ccc; position:relative; padding:10px 20px 8px; width:180px; height:auto; line-height:180%; margin:0 0 -1px 0; text-align:left; }
#global_menu ul li a:hover { }
#global_menu ul ul li a:hover { color:#fff; border-bottom:1px solid #ccc; }
#global_menu ul li.active_menu > a:after { left:0; }

.pc #global_menu ul ul li.menu-item-has-children > a { background-image:url(img/arrow2.gif); background-repeat:no-repeat; background-position:207px 15px; }


/* hide menu button and search form for mobile device */
#menu_button, #search_area_mobile { display:none; }


/* breadcrumb */
#bread_crumb { position:relative; background:#f5f5f5; padding:5px 0; margin:0; }
#bread_crumb ol { margin:0; position:relative; padding:0; margin:0 30px; }
#bread_crumb ol li { display:inline; margin:0; font-size:10px; line-height:0; }
#bread_crumb ol li a, #bread_crumb ol li span.last { position:relative; margin:0 15px 0 0; height:20px; line-height:20px; padding:1px 25px 0 0; color:#aaa; text-decoration:none; }
#bread_crumb ol li a { background:url(img/arrow2.gif) no-repeat right 2px; color:#aaa; }
#bread_crumb ol li a:hover { }


/* social link button */
#search_link_area { position:absolute; right:30px; top:45px; }
#search_link_area ul { line-height:0; margin:0 0 0 20px; padding:0; float:right; }
#search_link_area li { float:left; margin:0 0 0 10px; padding:0; line-height:100%; }
#search_link_area li a { text-decoration:none; display:block; width:40px; height:40px; line-height:100%; border:1px solid #bbb; -webkit-border-radius:50%; -khtml-border-radius:50%; -moz-border-radius:50%; border-radius:50%; box-shadow:0 0 0 3px #eee; text-align:center; position:relative; }
#search_link_area li a span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
#search_link_area li a:after { font-family:'icomoon-nt-ml'; color:#9a9d9e; font-size:12px; margin:0; display:inline-block; top:13px; left:15px; position:absolute; }
#search_link_area li a:hover:after { color:#fff; }
#search_link_area li.rss_button a:after { content:"\e603"; }
#search_link_area li.twitter_button a:after { content:"\e604"; }
#search_link_area li.facebook_button a:after { content:"\e601"; }
#search_link_area li.google_plus_button a:after { content:"\e602"; }
#search_link_area li.tumblr_button a:after { content:"\e61c"; }
#search_link_area li.flickr_button a:after { content:"\e61f"; }
#search_link_area li.picassa_button a:after { content:"\e61d"; }
#search_link_area li.pinterest_button a:after { content:"\e60f"; }
#search_link_area li.mail_button a:after { content:"\e60d"; }
#search_link_area li.rss_button a:hover { border-color:#ffcc00; background-color:#ffcc00; }
#search_link_area li.twitter_button a:hover { border-color:#16b9dc; background-color:#16b9dc; }
#search_link_area li.facebook_button a:hover { border-color:#3B5998; background-color:#3B5998; }
#search_link_area li.google_plus_button a:hover { border-color:#d33e3e; background-color:#d33e3e; }
#search_link_area li.tumblr_button a:hover { border-color:#4c6f92; background-color:#4c6f92; }
#search_link_area li.flickr_button a:hover { border-color:#0279d3; background-color:#0279d3; }
#search_link_area li.picassa_button a:hover { border-color:#ff7900; background-color:#ff7900; }
#search_link_area li.pinterest_button a:hover { border-color:#ff3a3a; background-color:#ff3a3a; }
.ie #search_link_area li a:after { top:14px; left:15px; }


/* search form */
#search_area_top
  { background:#eee; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; width:200px; height:26px; position:relative; float:right; margin:9px 0 0 0;  }
#search_area_top .search_input input
  { font-size:12px; color:#9a9d9e; width:145px; height:26px; float:left; margin:0 0 0 10px; padding:0; border:none; background:none; }
#search_area_top .search_input input:focus, .widget_search #search-box:focus, .widget_search #s:focus
  { color:#333; }
#search_area_top .search_button input
  {
    position:absolute; top:-9px; right:-5px; height:42px; width:42px; line-height:42px; text-indent:300%; white-space:nowrap; overflow:hidden; display:block;
    box-shadow:0 0 0 3px #eee; border:1px solid #bbb; -webkit-border-radius:50%; -khtml-border-radius:50%; -moz-border-radius:50%; border-radius:50%;
    background:#fff url(img/search.png) no-repeat center; -moz-background-size:13px; -webkit-background-size:13px; -o-background-size:13px; -ms-background-size:13px; background-size:13px;
  }
#search_area_top .search_button input:hover
  { cursor:pointer; background-image:url(img/search_on.png); }
.ie #search_area_top .search_button input
  { background:#111 url(img/search_ie.png) no-repeat center; }
.ie #search_area_top .search_input input
  { position:relative; top:6px; }
.widget_search label { display:none; }



/* ----------------------------------------------------------------------
 post list
---------------------------------------------------------------------- */
#post_list { margin:0; padding:0; list-style-type:none; }
#post_list .article { padding:0; margin:0 0 35px; }

/* post tilte */
#post_list .title { margin:0 30px 5px; padding:0; line-height:170%; font-size:21px; }
#post_list .title.no_date_author { margin-bottom:12px; }
#post_list .title a { text-decoration:none; display:block; }


/* post meta top */
.post_meta_top { font-size:11px; margin:0 30px 20px; padding:0; }
.post_meta_top li { float:left; margin:0 20px 5px 0; padding:1px 0 1px 15px; color:#888; position:relative; line-height:1.5; }
.post_meta_top li.post_date { padding-left:0; }
.post_meta_top li a { color:#888; text-decoration:none; }
.post_meta_top li a:after { content:','; margin:0 5px 0 0; color:#aaa; }
.post_meta_top li a:last-child:after { display:none; }
.post_meta_top li:before { font-family:'icomoon-nt-ml'; color:#bcbebf; font-size:11px; width:11px; margin:0; display:inline-block; top:0px; left:0px; position:absolute; }
.post_meta_top li.post_author:before { content:"\e609"; }
.post_meta_top li.post_category:before { content:"\e608"; }
.post_meta_top li.post_tag:before { content:"\e607"; top:1px; }
.post_meta_top li.post_edit:before { content:"\e605"; }
.post_meta_top li.post_comment:before { content:"\e606"; }
.post_meta_top li.post_format_gallery:before { content:"\e623"; }
.post_meta_top li.post_format_aside:before { content:"\e61e"; }
.post_meta_top li.post_format_chat:before { content:"\e622"; }
.post_meta_top li.post_format_link:before { content:"\e600"; }
.post_meta_top li.post_format_image:before { content:"\e614"; }
.post_meta_top li.post_format_quote:before { content:"\e60e"; }
.post_meta_top li.post_format_status:before { content:"\e624"; }
.post_meta_top li.post_format_video:before { content:"\e615"; }
.post_meta_top li.post_format_audio:before { content:"\e61b"; }


/* featured image */
.post_image { text-align:center; margin:0 0 24px 0; }


/* post content */
#post_list .post_content { margin:0 30px 35px; }


/* post meta bottom */
.post_meta_bottom { font-size:11px; margin:0 30px 35px -1px; padding:0; border:1px solid #bbb; box-shadow:0 0 0 3px #eee; background:#fff; -moz-border-radius:0 20px 20px 0; -khtml-border-radius:0 20px 20px 0; -webkit-border-radius:0 20px 20px 0; border-radius:0 20px 20px 0; min-height:30px; }
.post_meta_bottom ul { margin:0; padding:10px 0 5px 30px; }
.post_meta_bottom li { float:left; margin:0 25px 5px 0; padding:1px 0px 1px 20px; color:#888; position:relative; line-height:1.5; }
.post_meta_bottom li a { color:#888; text-decoration:none; }
.post_meta_bottom li a:after { content:','; margin:0 5px 0 0; color:#aaa; }
.post_meta_bottom li a:last-child:after { display:none; }
.post_meta_bottom li:before { font-family:'icomoon-nt-ml'; color:#bcbebf; font-size:14px; width:14px; margin:0; display:inline-block; top:0px; left:0px; position:absolute; }
.post_meta_bottom li.post_category:before { content:"\e608"; top:-2px; }
.post_meta_bottom li.post_tag:before { content:"\e607"; top:0px; }
.post_meta_bottom li.post_edit:before { content:"\e605"; }
.post_meta_bottom li.post_comment:before { content:"\e606"; top:-2px; }
.post_meta_bottom li.post_format_gallery:before { content:"\e623"; }
.post_meta_bottom li.post_format_aside:before { content:"\e61e"; top:-1px; }
.post_meta_bottom li.post_format_chat:before { content:"\e622"; }
.post_meta_bottom li.post_format_link:before { content:"\e600"; }
.post_meta_bottom li.post_format_image:before { content:"\e614"; top:-1px; }
.post_meta_bottom li.post_format_quote:before { content:"\e60e"; }
.post_meta_bottom li.post_format_status:before { content:"\e624"; }
.post_meta_bottom li.post_format_video:before { content:"\e615"; }
.post_meta_bottom li.post_format_audio:before { content:"\e61b"; }


/* 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; }
.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:12px; color:#666; padding:8px 30px; margin:0; line-height:160%; font-weight:normal; position:relative; background:#f6f6f6; }
#archive_headline:after { content:''; height:0px; width:0px; border:10px solid #f6f6f6; border-color:transparent; border-top-color:#f6f6f6; display:block; position:absolute; bottom:-17px; left:80px; }



/* page navi */
.page_navi { margin:0; padding:0 30px 60px; }
.page_navi h4 { font-size:10px; font-weight:normal; margin:-20px 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:#666; font-size:11px; padding:13px 15px; line-height:100%; margin:0 4px 4px 0; background:#eee; 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:#aaaeaf; }

/* 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-nt-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:0; }

#article #post_title {  margin:0 30px 5px; padding:0; line-height:170%; font-size:21px; }
#article #post_title.no_date_author { margin-bottom:12px; }
#article #page_title {  margin:0 30px 12px; padding:0; line-height:170%; font-size:21px; }
.error404 #article #page_title { margin-bottom:40px; text-align:center; }

#article .post_content { margin:0 30px; }
#article.page > .post_content { margin:0 30px 30px; }


/* 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; border:1px solid #ccc; margin:0 0 40px 0; padding:20px 20px 14px; -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:490px; 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 30px 8px; line-height:100%; }
#related_post ol { margin:0 30px; }
#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:30px; }
#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%; }
.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:#eee; color:#666; display:block; text-align:center; line-height:70px; font-size:10px; }
#related_post .image { position:relative; }
.modern #related_post .image:after {
  font-family:'icomoon-nt-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 30px 60px; padding:0; clear:both; }
#next_prev_post a { display:table-cell; line-height:160%; font-size:11px; background:#eee; text-decoration:none; width:258px; padding:10px 20px; position:relative; }
#next_prev_post a:after { font-family:'icomoon-nt-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_widget { margin:0 0 50px 0; font-size:11px; color:#888; }
.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:#888; }
.side_widget img { height:auto; max-width:100%; width:auto; }
.side_headline { color:#333; margin:0 0 10px; padding:0; line-height:160%; font-weight:normal; }
.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-nt-ml'; color:#aaa; 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:#3B5998; }
.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 { }


/* search form */
.iw_search_area { margin-top:20px; }
.iw_search_area, .widget_search div
  { background:#eee; -moz-border-radius:20px; -khtml-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; width:100%; height:33px; position:relative; }
.iw_search_area .search_input input, .widget_search #search-box, .widget_search #s
  { font-size:12px; color:#6d7478; width:225px; height:33px; float:left; margin:0 0 0 5%; padding:0; border:none; background:none; }
.iw_search_area .search_input input:focus, .widget_search #search-box:focus, .widget_search #s:focus
  { color:#333; }
.iw_search_area .search_button input, .widget_search #search-btn input, .widget_search #searchsubmit
  { border:none; position:absolute; top:1px; right:1px; background:url(img/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:45px; -moz-border-radius:20px; -khtml-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; text-indent:250%; white-space:nowrap; overflow:hidden; display:block; }
.iw_search_area .search_button input:hover, .widget_search #search-btn input:hover, .widget_search #searchsubmit:hover
  { cursor:pointer; background:#fff url(img/search_on.png) no-repeat center; -moz-background-size:15px; -webkit-background-size:15px; -o-background-size:15px; -ms-background-size:15px; background-size:15px; }
.ie .iw_search_area .search_button input
  { background:#bbb url(img/search_ie.png) no-repeat center; }
.ie .iw_search_area .search_input input
  { height:23px; margin:10px 0 0 3%; }
.widget_search label { display:none; }
.widget_search div { min-height:60px; background:none; }
.widget_search #search-box, .widget_search #s { background:#eee; float:none; position:absolute; top:0px; left:0px; width:100%; margin:0; -moz-border-radius:20px; -khtml-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; padding:0 30% 0 5%; }



/* 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 #aaa; 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:#eee; color:#666; 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-nt-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 { 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 { padding:3px; line-height:320%; 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 #bbb; }
#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; -webkit-transition-property:none; -moz-transition-property:none; -o-transition-property:none; transition-property:none; }
#wp-calendar #prev a:hover, #wp-calendar #next a:hover { color:#fff; background:#aaa; -webkit-border-radius:3px; -khtml-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
#wp-calendar td#today { color:#333; -webkit-border-radius:50%; -khtml-border-radius:50%; -moz-border-radius:50%; border-radius:50%; }


/* archive category dropdown widget */
.widget_archive select, .widget_categories select {
  font-size:12px; color:#666; border:none ; background:#eee;
  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:#e5e5e5; }


/* AdSense */
.ml_ad_widget { text-align:center; }
.ml_ad_widget img { max-width:100%; height:auto; }



/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
#footer { width:1048px; height:60px; border-top:1px solid #ccc; background:#fff; margin:0 auto 25px; padding:0; font-size:11px; color:#888; position:relative; -moz-border-radius:0 0 10px 10px; -khtml-border-radius:0 0 10px 10px; -webkit-border-radius:0 0 10px 10px; border-radius:0 0 10px 10px; }
#footer a { color:#888; }

/* copyright */
#copyright { line-height:100%; padding:6px 0 6px 27px; margin:19px 0 0 30px; position:relative; }
#copyright:before { font-family:'icomoon-nt-ml'; color:#a4a8a9; font-size:22px; width:22px; height:22px; margin:0; display:inline-block; top:5px; left:0px; position:absolute; }
#copyright:before { content:"\e62c"; }

.theme_author a { margin:0 0 0 12px; padding:0 0 0 10px; border-left:1px solid #ccc; }


/* 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:#555 url(img/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 30px; clear:both; }


/* tab switch */
#comment_header { border-bottom:1px solid #ccc; margin:0 -30px 30px; position:relative; height:50px; }
#comment_header .headline { position:absolute; left:0px; bottom:8px; margin:0 0 0 35px; padding:0; line-height:100%;}
#comment_header #comment_tab { margin:0; padding:0; line-height:0; position:absolute; right:30px; bottom:-2px; }
#comment_header #comment_tab li { float:left; font-size:11px; 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:#ccc; }
#comment_header #comment_tab li a:hover { border-color:#666; color:#666; }
#comment_header #comment_tab li.active a { color:#666; }


/* 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 #888; }
.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:#aaa; color:#fff; 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 #888; font-size:12px; }
#comment_pager .page-numbers { padding:0 10px 0 0; }
#comment_pager .page-numbers.current { }


/* etc */
.comment_message { margin:0 0 30px 0; }
.waiting-moderation { display:block; margin:0 0 10px 0; background:#113b4b; border:1px solid #08659a; padding:10px; }
#html_tag_not_allowed { padding:7px 0px 6px; margin:5px 0 0 0; text-align:center; font-size:11px; border-top:1px dotted #666; border-bottom:1px dotted #666; }



/* ---------- 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:#aaa; color:#fff; 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:#333; }
#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:#333; font-size:11px; overflow:auto; }
#comment_textarea textarea:focus {  }


/* submit button */
#submit_comment_wrapper { text-align:center; }
#submit_comment { background:#aaa; 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 { color:#fff; }

#input_hidden_field { display:none; }


