/*   
Theme Name: Kanzenshuu
Description: Main theme for Kanzenshuu.
Author: Heath "Hujio" Cutler
Version: 2.0
*/


/* OVERALL SITE STYLES */
body { background: #EEE; margin: 0; padding: 0; font: 9pt Arial, Tahoma, Sans-serif; color: #111; text-align: justify; line-height: 14pt; }
a:link, a:visited { color: #069; text-decoration: none; }
a:hover { color: #444; text-decoration: none; }
img { border: none; }

/* SCROLLING HEADER NAVIGATION */
#head-nav { display: none; }
#head-nav.active { display: block; height: 34px; }
#head-nav.fixed { position: fixed; width: 100%; margin: 0 auto; padding: 5px 0; border-bottom: 1px #E3E3E3 solid; background-color: #F5F5F5; z-index: 300; box-shadow: 0 5px 6px -6px #000; }
#head-nav.fixed #head-nav_in { width: 1000px; margin: 0 auto; }
#head-nav.fixed #head-nav_max { margin: 0 20px; }
#head-nav p { float: left; margin-right: 20px; line-height: 10px; }
#head-nav p.logo { padding-right: 70px; }
#head-nav p.logo img { position: absolute; top: 2px; }
#head-nav p.logo a:hover { filter: alpha(opacity=70); opacity: 0.7; -moz-opacity: 0.7; }
#head-nav p.link a { font-weight: bold; color: #c00; border: 1px #E3E3E3 solid; -moz-border-radius: 3px; border-radius: 3px; background-color: #FFF; padding: 5px 10px; }
#head-nav p.link a:hover { border-color: #BBB; }
#head-nav p.dead a { color: #666; }
#head-nav p.dead a:hover { color: #666; border-color: #E3E3E3; box-shadow: none; cursor: default; }
#head-nav p.admin a { color: #000; }
#head-nav div.social { float: right; position: relative; top: 5px; }
#head-nav div.social a:hover { filter: alpha(opacity=70); opacity: 0.7; -moz-opacity: 0.7; }
#head-nav div.social form:hover { filter: alpha(opacity=70); opacity: 0.7; -moz-opacity: 0.7; }

/* PAGE TOP */
@media screen and (max-width: 1200px) { #page-top { display: none !important; } }
#page-top { position: fixed; bottom: 20px; right: 20px; z-index: 300; }
#page-top a { display: block; width: 40px; height: 40px; text-indent: -9999px; background: url('/wp-content/themes/kanzenshuu/images/page-top.png') no-repeat left top; }
#page-top a:hover { filter: alpha(opacity=70); /*For IE*/ opacity: 0.7; /*Opera!|Safari*/ -moz-opacity: 0.7; /*For FireFox*/ }

/* PAGE BACK */
@media screen and (max-width: 1200px) { #page-back { display: none !important; }}
#page-back { position: fixed; bottom: 20px; right: 40px; z-index: 300; }
#page-back a { display: block; width: 40px; height: 40px; text-indent: -9999px; background: url('/wp-content/themes/kanzenshuu/images/page-back.png') no-repeat left top; }
#page-back a:hover { filter: alpha(opacity=70); /*For IE*/ opacity: 0.7; /*Opera!|Safari*/ -moz-opacity: 0.7; /*For FireFox*/ }

/* PAGE HOME */
@media screen and (max-width: 1200px) { #page-home { display: none !important; } }
#page-home { position: fixed; bottom: 40px; right: 20px; z-index: 301; }
#page-home a { display: block; width: 30px; height: 30px; text-indent: -9999px; background: url('/wp-content/themes/kanzenshuu/images/page-home.png') no-repeat left top; }
#page-home a:hover { background: url('/wp-content/themes/kanzenshuu/images/page-home-hover.png') no-repeat left top; }

/* PAGE BOTTOM */
@media screen and (max-width: 1200px) { #page-bottom { display: none !important; } }
#page-bottom { position: fixed; bottom: 20px; right: 20px; z-index: 300; }
#page-bottom a { display: block; width: 40px; height: 40px; text-indent: -9999px; background: url('/wp-content/themes/kanzenshuu/images/page-bottom.png') no-repeat left top; }
#page-bottom a:hover { filter: alpha(opacity=70); /*For IE*/ opacity: 0.7; /*Opera!|Safari*/ -moz-opacity: 0.7; /*For FireFox*/ }

/* SITE HEADER STYLES */
#site-header { background: transparent url('/wp-content/themes/kanzenshuu/images/header_bg.gif') repeat; min-width: 1000px; min-height: 146px; background-color: #E5E5E5; }
#banner { background: transparent url('/wp-content/themes/kanzenshuu/images/logo_rt.png') no-repeat top right; width: 1000px; height: 146px; margin: 0 auto; overflow: hidden; }
#logo_lt { float: left; width: 460px; height: 146px; }
#logo_lt .banner_links { padding: 3px; background: transparent url('/wp-content/themes/kanzenshuu/images/banner_links_bg.png') repeat; border-radius: 6px; margin: 12px 0 0; width: 384px; }
#logo_lt .banner_links span { display: inline-block; color: #666; font-family: 'Roboto', Arial; font-size: 14pt; font-weight: 900; text-align: left; text-transform: uppercase; letter-spacing: 0; padding: 7px 4px 9px 32px; margin: 0; width: 90px; filter: alpha(opacity=70); opacity: 0.7; -moz-opacity: 0.7; }
#logo_lt .banner_links span:hover { color: #333; filter: alpha(opacity=100); opacity: 1; -moz-opacity: 1; }
#logo_lt .banner_links span.forum { background: #CCC url('/wp-content/themes/kanzenshuu/images/banner_links_forum_bg.png') no-repeat top left; border-radius: 4px 0 0 4px; letter-spacing: 2px; }
#logo_lt .banner_links span.wiki { letter-spacing: 2px; background: #CCC url('/wp-content/themes/kanzenshuu/images/banner_links_wiki_bg.png') no-repeat top left; margin: 0 3px 0; cursor: default; }
#logo_lt .banner_links span.podcast { background: #CCC url('/wp-content/themes/kanzenshuu/images/banner_links_podcast_bg.png') no-repeat top left; border-radius: 0 4px 4px 0; }
#logo_lt .banner_links span strong { display: block; color: #666; font-size: 8pt; font-weight: 700; line-height: 8pt; letter-spacing: 1px; padding-left: 8px; }
#logo_lt .banner_links span:hover  strong{ color: #069; }
#logo_rt { float: left; width: 540px; height: 146px; margin-top: 111px; }
#logo_rt a:hover { filter: alpha(opacity=80); opacity: 0.8; -moz-opacity: 0.8; }
#logo_rt form:hover { filter: alpha(opacity=80); opacity: 0.8; -moz-opacity: 0.8; }

/* NAVIGATION MENU STYLES */
#navigation { min-width: 1000px; height: 80px; background: url('/wp-content/themes/kanzenshuu/images/menu_bg.png') repeat-x; border-top: 5px solid #666; border-bottom: 2px solid #C00; }
div.main-menu { width: 1000px; margin: 0 auto; }
div.nav-menu { float: left; margin: 0; }
ul.menu { list-style-type: none; margin: 0; padding: 10px 0; }
ul.menu li a:link, ul.menu li a:visited { font-family: 'Roboto', Arial; color: #EEE; text-transform: uppercase; font-weight: 900; font-size: 11pt; letter-spacing: 2px; }
ul.menu li a:hover { color: #C00; }
ul.menu li { display: block; float: left; height: 60px; border-right: 1px solid #444; margin: 0 10px 0 0; padding: 0 10px 0 0; line-height: normal; }
ul.menu li:hover a:link, ul.menu li:hover a:visited { color: #C00; }
ul.menu li.off { background: transparent url('/wp-content/themes/kanzenshuu/images/arrow_down.png') no-repeat bottom center; }
ul.menu li.off a { cursor: default; }
ul.menu li.off:hover { background: transparent url('/wp-content/themes/kanzenshuu/images/arrow_down-select.png') no-repeat bottom center; }
ul.menu li.on { background: transparent url('/wp-content/themes/kanzenshuu/images/arrow_down-select.png') no-repeat bottom center; }
ul.menu li.on a:link, ul.menu li.on a:visited, ul.menu li.on a:hover  { color: #C00; }
ul.menu li p { margin: 0; padding: 8px 0; min-height: 44px; }
ul.menu li span { color: #666; text-transform: uppercase; font-size: 7pt; cursor: default; }
ul.menu li:hover span { color: #999; }
div.highlight-menu { float: right; height: 52px; margin: 10px 0; padding: 8px 0 0; text-align: right; line-height: normal; }
div.highlight-menu:hover a:link, div.highlight-menu:hover a:visited { color: #EEE; }
div.highlight-menu a:link, div.highlight-menu a:visited { font-family: 'Roboto', Arial; color: #C00; text-transform: uppercase; font-weight: 900; font-size: 11pt; letter-spacing: 2px; }
div.highlight-menu a:hover { color: #EEE; }
div.highlight-menu span { color: #666; text-transform: uppercase; font-size: 7pt; cursor: default; }
div.highlight-menu:hover span { color: #999; }

/* HIDDEN MENU STYLES */
.hidden-menu { min-width: 1000px; background-color: #333; border-bottom: 2px solid #C00; padding: 20px 0 20px; box-shadow: inset 0 10px 6px -6px #111, inset 0 -8px 6px -6px #111; }
.hidden-menu .menu { width: 1000px; margin: 0 auto; overflow: hidden; }
.hidden-menu .description { float: left; width: 480px; color: #EEE; }
.hidden-menu .quick { background-color: #EEE; border-radius: 4px; margin: 20px 0 3px; padding: 3px 3px 7px; }
.hidden-menu .quick span.title { display: block; position: relative; top: -10px; left: -3px; background-color: #DDD; border-radius: 4px; color: #666; font-weight: bold; font-size: 8pt; text-transform: uppercase; letter-spacing: 2px; line-height: normal; padding: 2px 6px; }
.hidden-menu .quick img { margin: 0 11px; }
.hidden-menu .links { float: left; width: 440px; margin-left: 60px; }
.hidden-menu .close { float: left; width: 20px; }
.hidden-menu .close a { filter: alpha(opacity=70); opacity: 0.7; -moz-opacity: 0.7; }
.hidden-menu .close a:hover { filter: alpha(opacity=100); opacity: 1; -moz-opacity: 1; }
ul#navlist { float: left; border-left: 1px solid #444; padding: 0; margin: 0; font-size: 8pt; line-height: 11pt; width: 145px; }
ul#navlist li { list-style: none; margin: 0; }
ul#navlist li a { display: block; padding: 1px 5px; border-left: 3px solid transparent; text-decoration: none; text-align: left; }
ul#navlist li.coming { color: #999; text-decoration: line-through; cursor: default; display: block; padding: 1px 5px; border-left: 3px solid transparent; text-align: left; }
ul#navlist li a:link, ul#navlist li a:visited { color: #999; }
ul#navlist li a:hover { border-color: #C00; color: #EEE; }

/* CONTACT STYLES */
div#contact-form { float: left; width: 980px; padding: 0; overflow: hidden; }
div#contact-form p { color: #EEE; width: 950px; margin: 0 0 10px; text-align: justify; }
div#contact-form p a:link, div#contact-form p a:visited { color: #999; border-bottom: 1px dotted #999; }
div#contact-form p a:hover { color: #C00; }
div#contact-form form#gcf { margin: 0; padding: 0; }
div#contact-form form#gcf span#gcf_alertmessage { color: #c00; font-size: 11pt; font-weight: bold; }
div#contact-form div.gcf_title { color: #CCC; font-size: 9pt; text-shadow: 1px 1px 1px #444; text-transform: uppercase; letter-spacing: 2px; }
div#contact-form form#gcf input.gcftextbox { margin: 0 0 5px; }
div#contact-form form#gcf input#gcf_name { color: #111; font-size: 9pt; font-weight: normal; width: 950px; }
div#contact-form form#gcf input#gcf_email { color: #111; font-size: 9pt; font-weight: normal; width: 950px; }
div#contact-form form#gcf input#gcf_captcha { color: #069; font-size: 13pt; font-weight: bold; text-align: center; width: 92px; }
div#contact-form form#gcf input { color: #444; font: 9pt Arial, Tahoma, Sans-serif; font-weight: bold; padding: 5px; background: #EEE; border: 1px solid #444; }
div#contact-form form#gcf input:focus { box-shadow: inset 0 0 0 2px #069; }
div#contact-form form#gcf textarea { color: #111; font: 9pt Arial, Tahoma, Sans-serif; font-weight: normal; max-width: 950px; min-width: 950px; width: 950px; max-height: 250px; min-height: 50px; height: 80px; margin: 0 0 5px; padding: 5px; background: #DDD; border: 1px solid #444; }
div#contact-form form#gcf textarea:focus { box-shadow: inset 0 0 0 2px #069; }
div#contact-form form#gcf div.gcf_title { font-weight: bold; }
div#contact-form form#gcf div.gcf_title img { margin: 0 0 15px; background: #DDD; border: 2px solid #069; }

/* SITE BODY STYLES */
#site-body { width: 1000px; height: 100%; margin: 0 auto; background: #E3E3E3 url('/wp-content/themes/kanzenshuu/images/sidebar_bg.gif') repeat; padding: 0; box-shadow: inset -6px 0 6px -6px #000, -6px 0 6px -6px #000; overflow: hidden; }

div.kai-promo { color: #444; padding: 5px 7px 7px; margin: 0 20px 30px; -moz-border-radius: 3px; border-radius: 3px; background: #EEE url('/wp-content/themes/kanzenshuu/images/path_bg.gif'); border: 1px solid #999; box-shadow: 0 0 3px #888 inset, 0 0 5px 1px #EEE; clear: both; height: 84px; }
div.kai-promo .countdown { float: right; }
div.kai-promo .countdown #cd { font-family: 'Roboto', Arial; font-size: 8pt; font-weight: 700; letter-spacing: 1px; background-color: #CCC; border-radius: 3px; padding: 0 5px; margin: 2px 0 0; }
div.kai-promo .countdown #cd:before { content: 'Countdown: '; color: #C00; }
div.kai-promo .image { float: left; width: 150px; }
div.kai-promo .image img { border: 1px solid #666; width: 150px; height: 84px; }
div.kai-promo .nep { position: absolute; top: 18px; left: 15px; }
div.kai-promo .nep .logo { float: left; display: inline-block; width: 77px; height: 30px; margin-right: 72px; }
div.kai-promo .nep .logo img { width: 77px; height: 30px; }
div.kai-promo .nep .nep-left { float: left; position: relative; top: 18px; display: inline-block; width: 0; height: 0; border-bottom: 20px solid #C00; border-left: 12px solid transparent; }
div.kai-promo .nep .nep-right { float: left; position: relative; top: 18px; display: inline-block; width: 0; height: 0; border-top: 20px solid #C00; border-right: 12px solid transparent; }
div.kai-promo .nep .nep-title { float: left; position: relative; top: 18px; padding: 10px 4px; text-decoration: none; color: #FFF; font-family: 'Roboto', Arial; text-transform: uppercase; letter-spacing: 3px; font-weight: 900; display: inline-block; height: 0; background-color: #C00; line-height: 0; }
div.kai-promo .eps-date { margin-left: 150px; padding-left: 10px; padding-top: 24px; text-transform: uppercase; letter-spacing: 2px; }
div.kai-promo .eps-title { margin-left: 150px; margin-top: 3px; padding-left: 10px; padding-top: 5px; border-top: 1px dotted #C00; font-weight: bold; font-size: 10pt; line-height: 12pt; }

/* SIDEBAR STYLES */
#sidebar { float: right; width: 300px; padding: 30px 30px 20px 30px; margin-bottom: 0; box-shadow: inset 6px 0 6px -6px #000; }
#sidebar .title { font-family: 'Roboto', Arial; font-size: 10pt; text-transform: uppercase; letter-spacing: 2px; font-weight: bold; border-top-left-radius: 4px; border-top-right-radius: 4px; padding: 10px 20px 9px; }
#sidebar .gray { color: #F9F9F9; background: #666 url('/wp-content/themes/kanzenshuu/images/kanji_bg1.png') no-repeat center left; }
#sidebar .blue { color: #F9F9F9; background: #069 url('/wp-content/themes/kanzenshuu/images/kanji_bg2.png') no-repeat center left; }
#sidebar .red { color: #F9F9F9; background: #C33 url('/wp-content/themes/kanzenshuu/images/kanji_bg3.png') no-repeat center left; }
#sidebar .green { color: #F9F9F9; background: #5A5 url('/wp-content/themes/kanzenshuu/images/kanji_bg1.png') no-repeat center left; }
#sidebar .container { width: 300px; margin: 0 0 15px; border-radius: 5px; }
#sidebar .sub { background-color: #F9F9F9; border: 1px solid #BBB; border-top: 0; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; text-align: left; margin: 0; padding: 0; }
#sidebar .sub_feature { background: #F9F9F9 url('/wp-content/themes/kanzenshuu/images/30th_feature_cover.png') no-repeat top left; border-top: 1px solid #666; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; text-align: left; margin: 0; padding: 0; width: 300px; height: 98px; }
#sidebar .sub_feature a { display: block; width: 300px; height: 98px; }
#sidebar .sub_feature a:hover { background-color:rgba(0, 0, 0, 0.2); border-radius: 5px; }
#sidebar .sub_feature a span { display: none; font-family: 'Roboto', Arial; font-size: 10pt; font-weight: bold; text-align: center; color: #333; width: 100px; background: #DDD; position: relative; top: 35px; left: 0; padding: 8px; margin: 0 92px; border-radius: 5px; box-shadow: 0px 0px 6px #333; }
#sidebar .sub_feature a:hover span { display: block; }
#sidebar .last { margin: 0 0 30px; }
#sidebar .sub p { font-size: 8pt; line-height: 12pt; border-top: 1px solid #BBB; margin: 0; padding: 5px 20px; }
#sidebar .sub p:hover { background: #EEE; border-left: 3px solid #BBB; border-right: 3px solid #BBB; padding: 5px 17px; }
#sidebar .sub p.no-hover:hover { background: transparent; border-left: 0; border-right: 0; padding: 5px 20px; }
#sidebar .sub p.header { background-color: #DDD; border-left: 0; border-right: 0; color: #666; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; padding: 5px 20px; }
#sidebar .sub p.search { font-size: 8pt; line-height: 12pt; border-top: 1px solid #BBB; margin: 0; padding: 10px 20px; }
#sidebar .sub p.search:hover { font-size: 8pt; line-height: 12pt; border-top: 1px solid #BBB; margin: 0; padding: 10px 20px; }
#sidebar .sub p.podcast,p.tags { color: #111; font-weight: normal; text-transform: none; letter-spacing: 0; line-height: 12pt; border-top: 0; }
#sidebar .sub p.tags:after { content: '...'; }
#sidebar .sub p.link { text-align: center; background-color: #DDD; border-left: 3px solid #BBB; border-right: 3px solid #BBB; padding: 5px 17px; }
#sidebar .sub span { font-size: 8pt; font-weight: bold; line-height: normal; color: #999; margin-right: 7px; }
#sidebar .wp-phpbb p.wpu-widget-lu-username { font-size: 10pt; background-color: #DDD; border-left: 0; border-right: 0; color: #069; font-weight: bold; letter-spacing: 1px; padding: 5px 20px; }
#sidebar .wp-phpbb p.wpu-widget-lu-avatar { text-align: center; box-shadow: inset 100px 0 50px -50px #DDD, inset -100px 0 50px -50px #DDD; }
#sidebar .wp-phpbb p.wpu-widget-lu-avatar img { border: 2px solid #069; max-width: 100px; max-height: 100px; }
#sidebar .wp-phpbb p.logout { font-weight: bold; }
#sidebar .wp-phpbb p.logout a:link, #sidebar .wp-phpbb .logout a:visited { color: #C00; }
#sidebar ul.wpulogininfo { margin: 0; padding: 0;}
input#phpbb_username { color: #444; font-family: Arial, Tahoma, Sans-serif; background-color: #999; border: 1px solid #666; padding: 2px; margin: 0 0 5px; width: 252px; height: 16px; }
input#phpbb_password { color: #444; font-family: Arial, Tahoma, Sans-serif; background-color: #999; border: 1px solid #666; padding: 2px; margin: 0 0 7px; width: 252px; height: 16px; }
input.wpuloginsubmit { color: #444; font: 9pt Arial, Tahoma, Sans-serif; font-weight: bold; background-color: #999; border: 1px solid #666; padding: 2px; margin: 5px 0 10px; }
.stickem-container { position: relative; }
.stickit { position: fixed; top: 75px; margin: 0; padding: 0; }
.stickit-end { position: fixed; top: 75px; }

/* SEARCH STYLES */
#searchform { display: inline; margin: 0; padding: 0; }
.searchbox { color: #444; font-family: Arial, Tahoma, Sans-serif; background-color: #999; border: 1px solid #666; border-right: 0; padding: 2px; margin: 0; width: 230px; height: 16px; }
input[type='radio'] { visibility: hidden; width: 18px; height:18px; cursor: pointer; }
input[type='radio'] + label { margin: 0; margin-left:-22px; clear: none; padding: 5px 0 4px 20px; cursor: pointer; background: url('/wp-content/themes/kanzenshuu/images/off.png') left center no-repeat;  
 }
input[type='radio']:checked + label { background-image: url('/wp-content/themes/kanzenshuu/images/radio.png'); }

/* CONTENT STYLES */
#main-content { float: right; background-color: #FFF; width: 640px; margin: 0; padding: 30px 0 20px; }
.content { font: 9pt Arial, Tahoma, Sans-serif; color: #111; text-align: justify; line-height: 15pt; }
.content p { margin: 0 20px 20px; }
blockquote  { color: #444; padding: 3px 7px 3px; margin: 20px 30px 20px; -moz-border-radius: 3px; border-radius: 3px; background-color: #EEE; box-shadow: 1px 1px 1px #CCC; }
blockquote:before { display: block; font-family: Georgia, serif; content: "\201C"; font-size: 64pt; font-style: italic; position: relative; left: -18px; top: 24px; color: #666; }
blockquote:hover:before { color: #333; }
blockquote hr { display: block; height: 0; border: 1px solid #EEE; border-bottom: 1px dotted #999; padding: 0; margin: 3px 0; }
div.content blockquote p { margin: 10px 5px; padding: 0; }
div.content ul li blockquote p { margin: 5px 5px; padding: 0; }
div.center { text-align: center; margin: 0 0 20px; width: auto; }
div.hide { display: none; padding: 0; margin: 0; }
div.margins { margin: 0 20px 0; }
div.caption { color: #444; font: 8pt Arial, Tahoma, Sans-serif; font-weight: bold; text-align: center; margin-top: 2px; }
.credit{ font-size: 8pt; color: #111111; text-align: center; margin: 25px 0 15px 0; padding: 2px; border-top: 1px solid #DDD; width: 60%; }

/* FOOTER STYLES */
#site-footer { background: #333; border-top: 5px solid #CCC; }
#main-footer { background: transparent url('/wp-content/themes/kanzenshuu/images/footer_top_shadow.png') no-repeat top center; width: 1000px; color: #EEE; margin: 0 auto; padding: 30px 0; overflow: hidden; }
#main-footer .site-logo { float: left; width: 209px; height: 160px; margin-right: 30px; padding: 0; border-right: 1px dotted #444; }
#main-footer .site-logo .wp { color: #999; font-size: 7pt; font-style: italic; margin-left: 15px; }
#main-footer .site-logo .wp img { vertical-align: text-top; }
#main-footer .footer-lt { float: left; width: 340px; margin: 5px 30px 0 0; padding: 0; }
#main-footer .footer-md { float: left; width: 170px; margin: 5px 0 0; padding: 0 30px 0 0; }
#main-footer .footer-rt { float: left; width: 350px; margin: 5px 0 0 40px; }
#main-footer .title { font-family: 'Roboto', Arial; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; }
#main-footer .title span { font-family: Arial; font-size: 7pt; text-transform: none; letter-spacing: 1px; }
#main-footer .title span a:link, #main-footer .title span a:visited { color: #999; border-bottom: 0; }
#main-footer .title span a:hover { color: #C00; }
#main-footer .description { color: #CCC; font-size: 8pt; line-height: 12pt; }
#main-footer .description a:link, #main-footer .description a:visited { color: #999; border-bottom: 1px dotted #999; }
#main-footer .description a:hover { color: #C00; }
#main-footer .description p { display: list-item; list-style: square; text-align: left; margin: 0 0 0 14px; padding: 0; }
#main-footer .description p a:link, #main-footer .description p a:visited { color: #999; border-bottom: 0; }
#main-footer .description p a:hover { color: #C00; }
#main-footer .support { margin-top: 15px; text-align: left; }
#main-footer .support a:link img, #main-footer .support input.paypal { background-color: #999; filter: alpha(opacity=50); opacity: 0.5; -moz-opacity: 0.5; -moz-border-radius: 2px; border-radius: 2px; margin: 0 14px 0 0; padding: 3px 5px; }
#main-footer .support a:hover img, #main-footer .support input.paypal:hover { background-color: #FFF; filter: alpha(opacity=100); opacity: 1; -moz-opacity: 1; }
#sub-footer { background-color: #222; border-top: 1px solid #444; }
.sub-footer { width: 1000px; color: #999; font-size: 8pt; line-height: 12pt; margin: 0 auto; padding: 15px 0 15px; overflow: hidden; }
.sub-footer .left { float: left; }
.sub-footer .right { float: right; margin-right: 30px; }
.sub-footer .right span.best { font-weight: bold; text-transform: uppercase; margin: 0 5px; padding: 0 0 3px; border-bottom: 2px solid #999; }
.sub-footer .right span.version { position: relative; left: -7px; top: 2px; font-size: 7pt; background-color: #999; border-radius: 2px; padding: 2px; }
.sub-footer .right a:link, .sub-footer .right a:visited { color: #FFF; filter: alpha(opacity=70); opacity: 0.7; -moz-opacity: 0.7; }
.sub-footer .right a:hover { color: #FFF; filter: alpha(opacity=100); opacity: 1; -moz-opacity: 1; }
.sub-footer .right img { vertical-align: text-top; margin: 0 3px 0 5px; }

/* News Styles */

/* NEWS POST STYLES */
div.news-title { width: 640px; overflow: hidden; color: #444; font: 9pt 'Roboto', Arial; }
div.news-title .date { float: left; position: relative; right: 10px; width: 80px; height: 80px; font-family: 'Roboto', Arial; text-align: center; margin: 5px 0; background: #666 url('/wp-content/themes/kanzenshuu/images/news_bg.gif') repeat; border: #069 solid 5px; border-radius: 60px; box-shadow: 0 0 3px 1px #666, 0 0 3px 1px #333 inset; }
div.news-title .date .day { font-size: 20pt; line-height: 28px; font-weight: bold; color: #FFF; text-shadow: 0px 0px 3px #222; text-align: center; padding-top: 4px; }
div.news-title .date .month { font-size: 14pt; font-weight: bold; color: #999; text-shadow: 0px 0px 2px #222; text-align: center; line-height: 18px; text-transform: uppercase; border-bottom: #333 dotted 2px; padding: 0 0 4px; margin: 0 auto 2px; width: 65%; }
div.news-title .date .year { font-size: 10pt; font-weight: bold; color: #777; text-shadow: 0px 0px 2px #222; text-align: center; line-height: 16px; }
div.news-title .title { font-size: 13pt; font-weight: 900; font-family: 'Roboto', Arial; border-bottom: #666 solid 5px; margin: 10px 0 0; padding: 0 0 4px; }
div.category-content .color  { border-top: #090 solid 2px; }
div.category-content .date  { border-color: #5A5; }
div.category-content .news-title:hover .date  { border-color: #090; }
div.category-content .news-title:hover .date { box-shadow: 0 0 3px 1px #090, 0 0 4px 1px #333 inset; }
div.category-news .color  { border-top: #C00 solid 2px; }
div.category-news .date  { border-color: #C33; }
div.category-news .news-title:hover .date { border-color: #C00; }
div.category-news .news-title:hover .date { box-shadow: 0 0 3px 1px #C00, 0 0 4px 1px #333 inset; }
div.category-podcast .color  { border-top: #069 solid 2px; }
div.category-podcast .date  { border-color: #37A; }
div.category-podcast .news-title:hover .date { border-color: #069; }
div.category-podcast .news-title:hover .date { box-shadow: 0 0 3px 1px #069, 0 0 4px 1px #333 inset; }
div.category-site-meta .color,div.category-uncategorized .color  { border-top: #000 solid 2px; }
div.category-site-meta .date,div.category-uncategorized .date  { border-color: #222; }
div.category-site-meta .news-title:hover .date,div.category-uncategorized .news-title:hover .date { border-color: #000; }
div.category-site-meta .news-title:hover .date,div.category-uncategorized .news-title:hover .date { box-shadow: 0 0 3px 1px #000, 0 0 4px 1px #333 inset; }
div.news-title .sub-title { padding-top: 5px; border-top: #BBB solid 3px; }
div.news-title .comment { float: left; position: relative; right: 24px; width: 36px; height: 36px; margin-right: -10px; font-size: 12pt; font-weight: bold; font-family: 'Roboto', Arial; text-align: right; background: #666 url('/wp-content/themes/kanzenshuu/images/path_bg.gif') repeat; border: #333 solid 2px; border-radius: 20px; box-shadow: 0 0 2px 1px #999; }
div.news-title .comment div { margin: 4px 7px 0 7px; padding: 8px 0 0 0; background: url('/wp-content/themes/kanzenshuu/images/news_comment.png') no-repeat left top; }
div.news-title .data { margin-top: 2px; filter: alpha(opacity=75); opacity: 0.75; -moz-opacity: 0.75; }
div.news-title:hover .data { filter: alpha(opacity=100); opacity: 1; -moz-opacity: 1; }
div.news-title span.author { display:inline-block; font-weight: bold; background: url('/wp-content/themes/kanzenshuu/images/news_author.png') no-repeat left center; padding-left: 19px; margin-right: 10px; margin-top: 3px; }
div.news-title span.time { display:inline-block; background: url('/wp-content/themes/kanzenshuu/images/news_time.png') no-repeat left center; padding-left: 17px; margin-right: 10px; margin-top: 3px; }
div.news-title span.category { display:inline-block; background: url('/wp-content/themes/kanzenshuu/images/news_category.png') no-repeat left center; padding-left: 20px; margin-right: 10px; margin-top: 3px; }
div.news-title span.tag { display:inline-block; background: url('/wp-content/themes/kanzenshuu/images/news_tag.png') no-repeat left center; padding-left: 16px; margin-right: 10px; margin-top: 3px; }
div.news-title span.edit { display:inline-block; background: url('/wp-content/themes/kanzenshuu/images/news_edit.png') no-repeat left center; padding-left: 17px; margin-top: 3px; }
div.news-post blockquote p { margin: 10px 5px; padding: 0; }
div.news-post { width: 600px; margin: 10px 20px; font: 9pt Arial, Tahoma, Sans-serif; color: #111; text-align: justify; line-height: 15pt; }
div.news-post blockquote p { margin: 10px 5px; padding: 0; }
div.news-post hr { display: block; height: 0; border: none; border-bottom: 1px solid #999; padding: 0; margin: 3px 0; }

/* NEWS POST IMAGE & LIST STYLES */
div.news-post ul { list-style-type: square; padding: 0 0 0 30px; }
div.news-post ol { padding: 0 0 0 30px; }
div.news-post img.alignleft { display: block; margin: 20px auto 20px 6px; border: 2px solid #069; background: #444; -moz-box-shadow: 0 0 5px 1px #444; -webkit-box-shadow: 0 0 5px 1px #444; box-shadow: 0 0 5px 1px #444; }
div.news-post img.aligncenter { display: block; margin: 20px auto; border: 2px solid #069; background: #444; -moz-box-shadow: 0 0 5px 1px #444; -webkit-box-shadow: 0 0 5px 1px #444; box-shadow: 0 0 5px 1px #444; }
div.news-post img.alignright { display: block; margin: 20px 6px 20px auto; border: 2px solid #069; background: #444; -moz-box-shadow: 0 0 5px 1px #444; -webkit-box-shadow: 0 0 5px 1px #444; box-shadow: 0 0 5px 1px #444; }
div.news-post img.alignnone { display: block; margin: 20px 6px; border: 2px solid #069; background: #444; -moz-box-shadow: 0 0 5px 1px #444; -webkit-box-shadow: 0 0 5px 1px #444; box-shadow: 0 0 5px 1px #444; }

/* GALLERY STYLES */
div.gallery { display: block; clear: both; overflow: hidden; margin: 0 20px 10px; padding: 0; }
div.news-post div.gallery { display: block; clear: both; overflow: hidden; margin: 0 0 10px; padding: 0; }
div.gallery div.gallery-row { display: block; clear: both; overflow: hidden; margin: 0 0 10px; }
div.gallery div.manga-pages div { font-size: 10pt; font-weight: bold; margin: 0 25px 1px; padding: 0 0 1px; border-bottom: 1px solid #DDD; }
div.gallery .gallery-item { overflow: hidden; float: left; margin: 0; text-align: center; list-style: none; padding: 0; }
div.gallery .gallery-item dt.gallery-icon { margin: 0; padding: 0; }
div.gallery img { width: auto; max-width: 89%; margin: 6px; border: 2px solid #069; background: #444; -moz-box-shadow: 0 0 5px 1px #444; -webkit-box-shadow: 0 0 5px 1px #444; box-shadow: 0 0 5px 1px #444; }
div.gallery .col-0 { width: 100%; }
div.gallery .col-1 { width: 100%; }
div.gallery .col-1-2 { width: 66.67%; }
div.gallery .col-2 { width: 50%; }
div.gallery .col-3 { width: 33.33%; }
div.gallery .col-4 { width: 25%; }
div.gallery .col-5 { width: 20%; }
div.gallery .col-6 { width: 16.66%; }
div.gallery .col-7 { width: 14.28%; }
div.gallery .col-8 { width: 12.5%; }
div.gallery .col-9 { width: 11.11%; }
div.gallery .col-10 { width: 10%; }
div.gallery .col-11 { width: 9.09%; }
div.gallery .col-12 { width: 8.33%; }
div.gallery .col-13 { width: 7.69%; }
div.gallery .col-14 { width: 7.14%; }
div.gallery .col-15 { width: 6.66%; }
div.gallery .col-16 { width: 6.25%; }
div.gallery .col-17 { width: 5.88%; }
div.gallery .col-18 { width: 5.55%; }
div.gallery .col-19 { width: 5.26%; }
div.gallery .col-20 { width: 5%; }
div.gallery .col-21 { width: 4.76%; }
div.gallery .col-22 { width: 4.54%; }
div.gallery .col-23 { width: 4.34%; }
div.gallery .col-24 { width: 4.16%; }
div.gallery .col-25 { width: 4%; }
div.gallery .col-26 { width: 3.84%; }
div.gallery .col-27 { width: 3.7%; }
div.gallery .col-28 { width: 3.57%; }
div.gallery .col-29 { width: 3.44%; }
div.gallery .col-30 { width: 3.33%; }

/* NEWS COMMENT FORM STYLES */
div.comment-form,div.comment-form-disable { margin: 0 20px 20px; }
div.comment-form textarea,div.comment-form-disable textarea  { color: #444; width: 588px; min-width: 588px; max-width: 588px; _width: 598px; _min-width: 598px; _max-width: 598px; height: 120px; min-height: 120px; max-height: 300px; font-size: 10pt; font-family: Arial, Tahoma, Sans-serif; background: #FFF url('/wp-content/themes/kanzenshuu/images/comment_bg.gif') repeat-x; border: 1px solid #CCC; border-bottom: none; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0; padding: 5px; }
div.comment-form-disable textarea { font-weight: bold; color: #C00; }
div.comment-form textarea:focus { box-shadow: 0 0 3px 0 #999 inset; }
div.comment-form .emoticon { margin: 0; padding: 5px; background-color: #FFF; border: 1px solid #CCC; border-top-style: dotted; border-bottom: none; }
div.comment-form .emoticon img { margin: 0 7px 0 0; filter: alpha(opacity=50); opacity: 0.5; -moz-opacity: 0.5; }
div.comment-form .emoticon img:hover { filter: alpha(opacity=100); opacity: 1; -moz-opacity: 1; }
div.comment-form .submit,div.comment-form-disable .submit { text-align: right; margin: 0; padding: 0; background-color: #EEE; border: 1px solid #CCC; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; }
div.comment-form .submit span { float: left; font-size: 8pt; color: #666; padding: 5px; }
div.comment-form .submit input { font: 9pt 'Roboto', Arial; font-weight: 700; color: #FFF; letter-spacing: 1px; margin: 0; padding: 5px; border: none; background-color: #C33; border-bottom-right-radius: 2px; }
div.comment-form .submit input:hover { background-color: #C00; cursor: pointer; box-shadow: 0 0 3px 0 #999; }
div.comment-form-disable .submit input { font: 9pt 'Roboto', Arial; font-weight: 700; color: #666; letter-spacing: 1px; margin: 0; padding: 5px; border: none; border-left: 1px solid #999; background-color: #CCC; border-bottom-right-radius: 2px; }
div.comment-header { width: 640px; overflow: hidden; font: 9pt 'Roboto', Arial; margin-bottom: 10px; }
div.comment-header .number { float: left; position: relative; right: 10px; width: 50px; height: 50px; font-family: 'Roboto', Arial; text-align: center; margin: 5px 0; background: #666 url('/wp-content/themes/kanzenshuu/images/sidebar_bg.gif') repeat; border: #C33 solid 5px; border-radius: 30px; box-shadow: 0 0 3px 1px #666, 0 0 3px 1px #666 inset; }
div.comment-header:hover .number { border-color: #C00; box-shadow: 0 0 3px 1px #C00, 0 0 3px 1px #666 inset; }
div.comment-header .number div { font-size: 20pt; line-height: 28px; font-weight: 300; color: #333; text-align: center; padding-top: 10px; }
div.comment-header .title { font-size: 12pt; letter-spacing: 1px; border-bottom: #CCC solid 2px; padding-top: 30px; }
div.comment-header .color { border-bottom: #666 solid 2px; }
img.wp-smiley { vertical-align: text-bottom; }

/* NEWS COMMENT LIST STYLES */
ol.commentlist { list-style-type: none; margin: 0 20px 10px; padding: 5px 0 0; }
ol.commentlist li { margin: 0 0 10px; padding: 0 0 10px; border-bottom: 1px dotted #CCC; }
ol.commentlist li:last-of-type { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
ol.commentlist ul { list-style-type: none; margin: 10px 0 0 60px; padding: 0 0 0 10px; border-left: 3px solid #CCC; }
ol.commentlist ul li { margin: 0 0 10px; padding: 0 0 10px; }
li.comment { padding: 5px 20px; }
li.comment img { max-width: 500px; }
ol.commentlist .children  { margin-top: 20px; }
ol.commentlist .avatar { float: left; }
ol.commentlist .vcard { font: 10pt 'Roboto', Arial; letter-spacing: 1px; font-weight: 900; color: #333; }
ol.commentlist .comment-author-hujio .vcard:after, ol.commentlist .comment-author-vegettoex .vcard:after, ol.commentlist .comment-author-saiyajedi .vcard:after, ol.commentlist .comment-author-herms .vcard:after  { content:'moderator'; font-size: 7pt; font-weight: 400; color: #FFF; background-color: #069; border-radius: 2px; margin-left: 3px; padding: 1px 2px; }
ol.commentlist .comment-body { padding-left: 60px; margin: 0; }
ol.commentlist .data { overflow: hidden; font: 9pt 'Roboto', Arial; color: #444; }
ol.commentlist .data a { color: #444; }
ol.commentlist li .data { filter: alpha(opacity=75); opacity: 0.75; -moz-opacity: 0.75; }
ol.commentlist li:hover .data { filter: alpha(opacity=100); opacity: 1; -moz-opacity: 1; }
ol.commentlist li:hover .data a:link, ol.commentlist li:hover .data a:visited { color: #069; }
ol.commentlist li:hover .data a:hover { color: #444; }
ol.commentlist li:hover .vcard { color: #C00; }
ol.commentlist .left { float: left; width: 50%; }
ol.commentlist .left span.date { display:inline-block; background: url('/wp-content/themes/kanzenshuu/images/news_date.png') no-repeat left center; padding-left: 16px; margin-right: 10px; }
ol.commentlist .left span.time { display:inline-block; background: url('/wp-content/themes/kanzenshuu/images/news_time.png') no-repeat left center; padding-left: 17px; }
ol.commentlist .right { float: left; text-align: right; width: 50%; }
ol.commentlist .right span.edit { display:inline-block; background: url('/wp-content/themes/kanzenshuu/images/news_edit.png') no-repeat left center; padding-left: 17px; }
ol.commentlist .right span.reply { display:inline-block; background: url('/wp-content/themes/kanzenshuu/images/news_reply.png') no-repeat left center; padding-left: 16px; margin-left: 10px; }

/* NEWS ARCHIVES STYLES */
.archive { width: 600px; margin: 0 20px; }
.archive h3 { margin: 0 0 3px; padding: 0 0 2px; border-bottom: 2px #C00 solid; width: 90%; }
.archive ul { list-style-type: none; margin: 0 0 20px; padding: 0; }
.archivel { float: left; width: 35%; }
.archiver { float: right; width: 65%; }
.archiver a { line-height: 16pt; }

/* EDIT LOG STYLES */
div.edit-log { width: 600px; margin: 0 20px; }
div.edit-log ul.list { list-style: none; overflow: hidden; width: 600px; margin: 0; padding: 0; border-bottom: 1px dotted #DDD; }
div.edit-log ul.list li { float: left; margin: 0; padding: 2px 0; }
div.edit-log ul.list:hover { background: #EEE; }
div.edit-log ul.title { color: #C00; font: bold 11pt/11pt 'Arial'; margin: 0; padding: 5px 0; background: #DDD; }
div.edit-log ul.title:hover { background: #DDD; }
div.edit-log ul.list li.page { width: 497px; padding-left: 3px; font-weight: bold; }
div.edit-log ul.list li.user { width: 100px; }
div.edit-log ul.list li span { font: normal 8pt 'Arial'; }

/* SHARE NEWS BUTTON */
.share_buttons_simple_use_buttons { display: inline-block; background-color: #EEE; border: 1px #CCC solid; border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; overflow: hidden; max-height: 25px; margin: 20px 0 0; padding-top: 5px; padding-left: 5px; width: 593px; }
.share_buttons { font-weight: bold; text-transform: uppercase; color: #888; font-size: 8pt; padding-top: 1px; padding-right: 10px; }

/* Mike's Random Styles */

/* REVIEW STYLES */
div.reviewsdragonbox { width: 600px; _width: 640px; padding: 0 20px 20px; margin: 0; overflow: hidden; }
div.reviewsdragonbox div.info { text-align: left; line-height: 14pt; margin: 3px 0 0; padding: 0; }
div.reviewsdragonbox div.info p { padding: 0; margin: 0; }
div.reviewsdragonbox div.image { float: left; width: 220px; text-align: left; }
div.reviewsdragonbox div.info { float: left; width: 380px; _width: 380px; }
div.reviewsdragonbox div.info p { text-align: justify; padding: 0; margin: 0; }
div.reviewsdragonbox div.info div.description span { color: #c00; font-weight: bold; }
div.reviewsdragonbox div.info div.title { color: #444; font-size: 10pt; font-weight: bold; text-align: left; text-transform: uppercase; line-height: normal; margin-bottom: 5px; padding-bottom: 1px; border-bottom: 1px dotted #c00; }

div.reviewsmain { width: 600px; _width: 640px; padding: 0 20px 20px; margin: 0; overflow: hidden; }
div.reviewsmain div.info { text-align: left; line-height: 14pt; margin: 3px 0 0; padding: 0; }
div.reviewsmain div.info p { padding: 0; margin: 0; }
div.reviewsmain div.image { float: left; width: 120px; text-align: left; }
div.reviewsmain div.info { float: left; width: 480px; _width: 480px; }
div.reviewsmain div.info p { text-align: justify; padding: 0; margin: 0; }
div.reviewsmain div.info div.description { color: black; font-weight: normal; padding: 8px 0 0 0; }
div.reviewsmain div.info h2 { font-size: 10pt; padding: 0 0 2px; }
div.redubstatus { margin: 0 40px 20px; padding: 5px; border: 1px solid #444; background: #EEE; }
div.redubstatus p { margin: 0; padding: 0; }

/* MUSIC DOWNLOADS STYLES */
div.musicdownloadsmain { width: 600px; _width: 640px; padding: 0 20px 20px; margin: 0; overflow: hidden; }
div.musicdownloadsmain div.info { text-align: left; line-height: 14pt; margin: 3px 0 0; padding: 0; }
div.musicdownloadsmain div.info p { padding: 0; margin: 0; }
div.musicdownloadsmain div.image { float: left; width: 180px; text-align: left; }
div.musicdownloadsmain div.info { float: left; width: 420px; _width: 420px; }
div.musicdownloadsmain div.info p { text-align: justify; padding: 0; margin: 0; }
div.musicdownloadsmain div.info div.description { color: black; font-weight: normal; padding: 8px 0 0 0; }
div.musicdownloadsmain div.info div.title { color: #red; font-size: 10pt; font-weight: bold; text-align: left; line-height: normal; margin-bottom: 5px; }
div.musicdownloadsmain span.button { font-weight: bold; padding: 4px 8px; background: #EEE; border: 1px solid #999; }