/*
Theme Name: Mail.Ru API
Theme URI: http://api.mail.ru
Description: Theme for Mail.Ru API site
Author: Dmitry Bitman
Author URI: bitman.me
Version: 0.6
*/

html, body {
    background: #F7F7F7 url(images/bg.png) repeat-x 50% 0%;
    background-color: #f7f7f7 !important;
}

#api {
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 62.5%;
    font-size: 10px; /* remove me after perl templates refactoring */
}


/* ---------------- header -------------- */

#api #header {
    margin-top: 20px;
    margin-bottom: 30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    /*-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);*/
    /*-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);*/
    /*box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);*/
}

#api #header .top {
    margin: 0;
    padding: 0 10px;
    background: #00468C;
    background: -webkit-gradient(linear, left top, left bottom, from(#3080BE), to(#00468C));
    background: -moz-linear-gradient(top, #3080BE, #00468C);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#3080BE', endColorstr = '#00468C');
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /*-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);*/
    /*-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);*/
    /*box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);*/
}

#api #header h1 { float: left; font-size: 0; }
#api #header h1 a {
    text-indent: -9999px;
    font-size: 0px;
    width: 127px;
    height: 32px;
    display: block;
    background: url(images/logo_transparent.png) no-repeat 50% 40%;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: -10px;
}

#api #header ul { list-style: none; margin:0; padding: 0; font-size: 1em; }
#api #header ul li { float: left; margin: 0; padding: 0; }
#api #header .subnav { clear: both; }

#api #header .subnav ul { margin-left: 15px; }

#api #header li a {
    letter-spacing: 0.1em;
    margin: 0 15px;
    white-space: nowrap;
}
#api #header li a.button { color: #fff !important; }

#api #header .nav li a {
    font-size: 1.1em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #eee;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    line-height: 32px;
    padding: 0.4em 11px;
}
#api #header .subnav  li a {
    font-size: 1.3em;
    /*color: #81818c;*/
    text-shadow: rgba(255, 255, 255, 0.5);
    display: block;
    line-height: 1em;
    /*padding: 0 15px;*/
    margin-top: 10px;
    margin-bottom: 4px;
    letter-spacing: 0;
}

#api #header .nav li a:hover { background-color: rgba(0,0,0,0.3); }
/*#api #header .subnav li a:hover { color: #005aad; }*/

#api #header .subnav  li a.button { margin-top: 4px; }

#api #header .nav li.current a,
#api #header .nav li.ancestor a { background-color: rgba(0,0,0,0.5); }
/*#api #header .subnav li.ancestor a,*/
#api #header .subnav li.current a { color: #000; text-decoration: none; font-weight: bold; }
#api #header .subnav li.current a.button,
#api #header .subnav li.ancestor a.button { color: #fff; }

#api #header .search { float: right; }
#api #header .search input { border: 1px solid #D6D6D6; border-bottom-color: #ededed; border-right-color: #ededed; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; color: #999; margin: 0.8em; padding: 0px 5px; width: 160px; height: 1.5em }


/* ---------------- news -------------- */

#api .news .feed_link { text-decoration: none; border: none; }
#api .post .read_more,
#api .news .read_more { font-size: 1.3em; display: block; margin-top: -0.6em; }
#api .news .date { font-size: 1.2em; color: #999; display: block; margin-top: 2em; }
#api .news h4 { margin-top: 0.5em; }
#api .news h4 a, #api .news h4 a:hover { color: inherit; text-decoration: inherit; }
#api .news a.more_news { display: block; margin-top: 15px; font-size: 1.3em; }
#api .links ul { font-size: 1.2em; list-style: none; margin-left: 0; margin-top: 15px; }
#api .links ul .comment { display: block; color: #666; font-size: 1em; margin-top: 2px; margin-bottom: 10px; }

#api .grid_8 > h3:first-child,
#api .home .grid_4 > h3:first-child { margin-top: 1em; }

#api .navigation { overflow: hidden; margin: 30px 0; padding: 2px 0; font-size: 1.3em; }
#api .navigation .alignleft { float: left; }
#api .navigation .alignright { float: right; }

#api div.post { margin: 30px 0; }
#api div.post .date { font-size: 1.3em; color: #999; }
#api div.post h2, #api div.post h1 { margin-top: 0.3em; }

#api .container_12.box.important_news { padding-bottom: 0px; }
#api .container_12.box.important_news .grid_12 { margin: 5px 20px; }
#api .important_news .item { margin-bottom: 10px; }
#api .important_news .date { font-weight: bold; }
#api .important_news p { margin: 5px 0; }

/* ---------------- footer -------------- */

#api #footer { border-top: 1px solid #ddd; margin-top: 30px; margin-bottom: 10px; color: #666; padding-top: 20px; }
#api #footer .grid_4 { margin-bottom: 10px; }
#api #footer ul.nav,
#api #footer ul.news,
#api #footer ul.links { font-size: 1.2em; list-style: none; margin-left: 10px; margin-top: 15px; }
#api #footer ul.links .comment { display: block; color: #bbb; font-size: 0.95em; margin-top: 2px; margin-bottom: 15px; }
#api #footer ul.nav ul { font-size: 1em; margin: 10px 0 10px 10px; list-style: none; }
#api #footer h4 a,
#api #footer h4 a:visited,
#api #footer h4 a:hover { color: #000; text-decoration: none; border-bottom: none; }
#api #footer a,
#api #footer a:visited { color: #999; text-decoration: none; border-bottom: 1px solid #ddd; padding: 0; }
#api #footer a:hover { color: #005aad; border-bottom: 1px solid #005aad; }
#api #footer h4 { margin-top: 0em; margin-left: 10px;}
#api #footer ul.news li { line-height: 1.3em; margin-bottom: 10px; }
#api #footer ul.news .date { display: none; font-size: 0.833em; white-space: nowrap; padding-left: 10px; color: #aaa; }
#api #footer p.copyright, #api #footer p.auth { font-size: 1em; margin-top: 0; color: #ccc; }
#api #footer p.copyright { margin-left: 20px; }
#api #footer p.auth { margin-right: 20px; }
#api #footer p.copyright a, #api #footer p.copyright a:hover, #api #footer p.auth a, #api #footer p.auth a:hover { color: #ccc; border-bottom: none; text-decoration: underline; }
#api #footer p.copyright a:hover, #api #footer p.auth a:hover { color: #aaa; }
#api #footer p.copyright { clear:both; }
#api #footer p.auth { text-align: right; }

/* ---------------- generic -------------- */

#api h1,
#api h2,
#api h3,
#api h4 {
    font-family: HelveticaNeue-Light, "Helvetica Neue Light", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 3.4em;
    margin-top: 0.7em;
    margin-bottom: 0.5em;
    color: #000;
}

#api h2 { font-size: 2.8em; margin-top: 1.3em; }
#api h2:first-child { margin-top: 0.7em; }


#api h3 { font-size: 2.0em; margin-top: 1.3em; margin-bottom: 0.4em; }

#api h4 { font-size: 1.6em; margin-top: 1.5em; margin-bottom: 0.4em; }

#api p { font-size: 1.3em; line-height: 1.5em; margin: 5px 0 15px; }

#api ul,
#api ol { margin: 15px 0 15px 25px; font-size: 1.3em; list-style-type: square; }
#api ul ul,
#api ul ol,
#api ol ul,
#api ol ol { font-size: 1em; }
#api ol { list-style-type: decimal; }

#api li { margin: 0.7em 0; line-height: 1.3em; }

#api a,
#api a:visited,
#api a:hover { color: #005aad; text-decoration: underline; }

#api h1 a,
#api h1 a:hover,
#api h1 a:visited,
#api h2 a,
#api h2 a:hover,
#api h2 a:visited,
#api h3 a,
#api h3 a:hover,
#api h3 a:visited,
#api h4 a,
#api h4 a:hover,
#api h4 a:visited { color: #000; text-decoration: none; }

#api strong { color: #000; }

#api hr { border: none; border-bottom: 1px solid #eee; margin: 20px 20px 10px; clear: both; }
#api hr.clear { clear: both; margin: 0; padding: 0; border: none; height: 0; }
#api hr.spacer { clear: both; margin: 0; padding: 0; border: none; height: 20px; }

#api table { font-size: 1.3em; margin: 15px 0; }
#api td,
#api th { padding: 5px 10px; text-align: center; border-bottom: 1px solid #eee; }

#api pre { background-color: #f8f8f8; padding: 0.7em; font-size: 1.2em; margin: 15px 0; }
#api td pre { font-size: 1em; text-align: left; margin: 0; }
#api li pre { font-size: 0.95em; }

#api .nowrap { white-space: nowrap; }

#api sup { font-size: smaller; vertical-align: super; }
#api sub { font-size: smaller; vertical-align: sub; }

#api .topsecret { display: none; }

#api p.post_signature { font-style: italic; }

#api pre .highlight { background-color: #ffff99; }

#api a.anchor,
#api a.anchor:hover,
#api a.anchor:active,
#api a.anchor:visited { color: #ddd; padding-left: 7px; }


/* ---------------- containers -------------- */

#api .box {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    padding: 5px 0 15px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}

#api div.container_12 { clear: both; overflow: hidden; }
#api .container_12.box .grid_4 { width: 280px; margin-left: 20px; margin-right: 20px; margin-bottom: 10px;}
#api .container_12.box .grid_6 { width: 440px; margin-left: 20px; margin-right: 20px; margin-bottom: 10px; }
#api .container_12.box .grid_8 { width: 600px; margin-left: 20px; margin-right: 20px; margin-bottom: 10px; }
#api .container_12.box .grid_12 { width: 900px; margin-left: 30px; margin-right: 30px; }
#api .container_12.box h2.grid_12 { margin: 15px 20px 0px; width: 920px; }
#api .container_12.box { margin-bottom: 30px; }


/* ---------------- highlight container -------------- */

#api .highlight {
    /*-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);*/
    /*-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);*/
    /*box-shadow: 1px 1px 2px rgba(0,0,0,0.5);*/
    /*-moz-border-radius: 3px;*/
    /*-webkit-border-radius: 3px;*/
    /*border-radius: 3px;*/
    /*margin-bottom: 30px;*/
    /*background: #fff;*/
}

#api .container_12.box .highlight.grid_12 {
    padding: 0 20px;
    margin: -5px 0 5px;
    width: 920px;
/*
    background-image: url(images/noise.png);
    background-repeat-x: repeat;
    background-repeat-y: repeat;
*/
}

#api .highlight .omega { text-align: center; }

#api .highlight img { margin: 10px; }
#api .highlight h1 {
    color: #000;
    font-size: 3.2em;
    /*letter-spacing: -0.02em;*/
    font-weight: bold;
    margin-top: 1em;
    letter-spacing: -1px;
}

#api .highlight p {
    margin: 10px 0px 20px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.15);
    font-size: 2.2em;
    line-height: 1.3em;
    /*letter-spacing: -1px;*/
    color: #000;
}

.highlight + hr { display: none; }

/* ---------------- buttons -------------- */

#api .button,
#api .button:visited {
    background-color: #222;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
}
#api .button:hover { background-color: #111; color: #fff; text-decoration: none; }
#api .small.button,
#api .small.button:visited { font-size: 1.1em; padding: 4px 8px 5px; }
#api li .small.button,
#api li .small.button:visited,
#api li .small.button,
#api li .small.button:visited { font-size: 0.9em; }
#api .button,
#api .button:visited,
#api .medium.button,
#api .medium.button:visited { font-size: 1.3em; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
#api .large.button,
#api .large.button:visited { font-size: 1.4em; padding: 8px 14px 9px; }

#api .green.button,
#api .green.button:visited { background-color: #91bd09; background: -webkit-gradient(linear, left top, left bottom, from(#91bd09), to(#759608)); background: -moz-linear-gradient(top, #91bd09, #759608); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#91bd09', endColorstr = '#759608'); }
#api .green.button:hover { background-color: #749a02; background: -webkit-gradient(linear, left top, left bottom, from(#749a02), to(#567301)); background: -moz-linear-gradient(top, #749a02, #567301); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#749a02', endColorstr = '#567301'); }

#api .blue.button,
#api .blue.button:visited { background-color: #2daebf; background: -webkit-gradient(linear, left top, left bottom, from(#2daebf), to(#258c99)); background: -moz-linear-gradient(top, #2daebf, #258c99); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#2daebf', endColorstr = '#258c99'); }
#api .blue.button:hover { background-color: #007d9a; background: -webkit-gradient(linear, left top, left bottom, from(#007d9a), to(#005d73)); background: -moz-linear-gradient(top, #007d9a, #005d73); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#007d9a', endColorstr = '#005d73'); }

#api .red.button,
#api .red.button:visited { background-color: #e33100; background: -webkit-gradient(linear, left top, left bottom, from(#e33100), to(#bd2900)); background: -moz-linear-gradient(top, #e33100, #bd2900); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e33100', endColorstr = '#bd2900'); }
#api .red.button:hover { background-color: #872300; background: -webkit-gradient(linear, left top, left bottom, from(#872300), to(#611a00)); background: -moz-linear-gradient(top, #872300, #611a00); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#872300', endColorstr = '#611a00'); }

#api .magenta.button,
#api .magenta.button:visited { background-color: #a9014b; background: -webkit-gradient(linear, left top, left bottom, from(#a9014b), to(#820139)); background: -moz-linear-gradient(top, #a9014b, #820139); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#a9014b', endColorstr = '#820139'); }
#api .magenta.button:hover { background-color: #630030; background: -webkit-gradient(linear, left top, left bottom, from(#630030), to(#3d001e)); background: -moz-linear-gradient(top, #630030, #3d001e); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#630030', endColorstr = '#3d001e'); }

#api .orange.button,
#api .orange.button:visited { background-color: #ff5c00; background: -webkit-gradient(linear, left top, left bottom, from(#ff5c00), to(#d95000)); background: -moz-linear-gradient(top, #ff5c00, #d95000); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff5c00', endColorstr = '#d95000'); }
#api .orange.button:hover { background-color: #d45500; background: -webkit-gradient(linear, left top, left bottom, from(#d45500), to(#ad4600)); background: -moz-linear-gradient(top, #d45500, #ad4600); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d45500', endColorstr = '#ad4600'); }

#api .yellow.button,
#api .yellow.button:visited { background-color: #ffb515; background: -webkit-gradient(linear, left top, left bottom, from(#ffb515), to(#d99a11)); background: -moz-linear-gradient(top, #ffb515, #d99a11); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffb515', endColorstr = '#d99a11'); }
#api .yellow.button:hover { background-color: #fc9200; background: -webkit-gradient(linear, left top, left bottom, from(#fc9200), to(#d67d00)); background: -moz-linear-gradient(top, #fc9200, #d67d00); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fc9200', endColorstr = '#d67d00'); }

#api .current .button,
#api .current .button:visited { background-color: #bdbdbd; background: -webkit-gradient(linear, left top, left bottom, from(#bdbdbd), to(#969696)); background: -moz-linear-gradient(top, #bdbdbd, #969696); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#bdbdbd', endColorstr = '#969696'); }
#api .current .button:hover { background-color: #9a9a9a; background: -webkit-gradient(linear, left top, left bottom, from(#9a9a9a), to(#737373)); background: -moz-linear-gradient(top, #9a9a9a, #737373); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#9a9a9a', endColorstr = '#737373'); }

/* ---------------- page specific -------------- */

#api.home div.highlight { background: url('images/main.png') no-repeat right top; background-color: #F60; height: 290px; /*border-bottom: 3px solid #e65c00;*/ }
#api.home div.highlight h1 { font-size: 4.4em; }
#api.home div.highlight p { font-size: 2.8em; }

#api.home div.sites,
#api.home div.apps,
#api.home div.mail { margin-top: -50px; padding-top: 80px; }

#api.home div.sites { background: url('images/icon_sites.png') no-repeat left top; }
#api.home div.apps { background: url('images/icon_apps.png') no-repeat left top; }
#api.home div.mail { background: url('images/icon_mail.png') no-repeat left top; }


#api div.highlight .features { margin: 20px -20px 0; }
#api div.highlight .feature { margin: 0 20px; width: 170px; padding: 15px 15px 10px; font-size: 1.6em; line-height: 1.6em; background-color: #fff; -moz-box-shadow: 2px 3px 3px rgba(0,0,0,0.5); -webkit-box-shadow: 2px 3px 3px rgba(0,0,0,0.5); }
#api div.highlight .feature em { display: block; font-size: 1.8em; font-style: normal; }

#api #highlight_top { margin: 0; padding: 0; text-align: center; font-size: 0; margin-top: -20px; }

#api.apps div.highlight { background: url('images/pac.png') no-repeat right top; height: 290px; /*background-color: #90B11D; border-bottom: 3px solid #7b9618;*/ }
#api.games div.highlight { background: url('http://api.mail.ru/wp-content/uploads/2013/07/games.png') no-repeat right top; height: 290px; /*background-color: #90B11D; border-bottom: 3px solid #7b9618;*/ }
#api.sites div.highlight { background: url('images/sites.png') no-repeat right top; height: 290px; /*background-color: #A82020; border-bottom: 3px solid #8f1b1b;*/ }
#api.mail div.highlight { background: url('images/mail.png') no-repeat right top; height: 290px; }

#api.sites_cms_drupal div.highlight,
#api.mail_apps div.highlight,
#api.mail_omf div.highlight { background-color: #1D71B1; border-bottom: 3px solid #186196; }

#api.home .highlight h1, #api.home .highlight p,
#api.sites_cms_drupal .highlight h1, #api.sites_cms_drupal .highlight p,
#api.mail_omf .highlight h1, #api.mail_omf .highlight p,
#api.mail_apps .highlight h1, #api.mail_apps .highlight p { color: #fff; text-shadow: -1px -1px 1px rgba(0,0,0,0.15); }


#api.apps .highlight h1, #api.apps .highlight p,
#api.sites .highlight h1, #api.sites .highlight p { color: #000; text-shadow: 1px 1px 1px rgba(255,255,255,0.5); }

#api.sites div.highlight h1 { font-size: 4.4em; font-weight: normal; margin: 0.5em 0 40px; }

#api.mail .highlight h1,
#api.apps div.highlight h1 { font-size: 4em; font-weight: normal; margin: 0.7em 0 60px; }


#api .plugin { margin: 30px 0; overflow: hidden; padding-bottom: 10px; border-bottom: 1px solid #eee; }
#api .plugin.omega { border-bottom: none; }
#api .plugin .photo { float: right; overflow: hidden; width: 200px; height: 130px; margin: 0 10px; text-align: right; }
/*.plugin .photo img { width: 150px; }*/
#api .plugin .info { float: left; width: 360px; }
#api .plugin .info h3 { margin-top: 0px; }

#api.docs_plugins_share td { vertical-align: middle; text-align: left; }

#api.console .output { overflow-y: hidden; overflow-x: auto; }
#api.console .result { overflow-y: hidden; overflow-x: auto; }
#api .geshi { background-color: #f8f8f8; border: none; font-size: 0.95em; }
#api .geshi ol { margin: 0; padding: 0; }
#api .geshi li { margin: 0.3em 0; }

/* reference pages */

#api .function h1 .api_name, #api .function h1 .api_name a { color: #aaa; font-variant: small-caps; }
#api .function p.description { color: #000; font-size: 1.4em; }

#api .params td.name, #api .params td.type { font-family: 'Courier New', mono; white-space: nowrap; }
#api .params td.name { font-weight: bold; }
#api .params td, #api .params th, #api .errors td, #api .errors th { text-align: left; }
#api .params tr.required { background-color: #F3FFF3; }

#api .notice { padding-left: 10px; border-left: 4px solid #f00; }

#api .index { margin-top: -0.5em; }
#api .index h4 { margin-top: 1em; }
/*
#api .index h4 a,
#api .index h4 a:hover,
#api .index h4 a:visited { border-bottom: 1px dotted black; }
#api .index h4:after { content:"\0020\25B2"; font-size: 70%; color: silver;}
#api .index .closed h4:after { content:"\0020\25BC"; }
*/
#api .index ul.api { margin: 0; }
#api .index ul.api li { list-style: none; margin: 0 0 0 1em; }
#api .index .closed ul { display: none; }

/* ---------------- for perl templates -------------- */

.perl_box .smart-table tr, .perl_box form tr { font-size: 16px; }
.perl_box ul { list-style-type: disc; margin-bottom: 12px; margin-left: 17px; }
.perl_box { margin-bottom: 20px; overflow: hidden;     -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    padding: 5px 0 15px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.perl_box .grid_12 { width: 920px; margin-left: 20px; margin-right: 20px; }
.perl_box .WWW { width: 900px; }
.apps_my .table { margin: 20px 0; }


/* --------------- intense debate ----------------- */

#idc-container-parent { margin-top: 30px; }
#idc-container-parent #idc-container { max-width: 100%; }
#idc-container-parent #idc-container #IDCommentsNewThreadListItem1,
#idc-container-parent #idc-container #IDCommentReplyListItem1 { font-size: 12px; /*position: absolute; padding-top: 5px;*/ }
#idc-container-parent #idc-container .idc-head h3 { line-height: 1em; }
#idc-container-parent #idc-container #idc-commentcount_label { font-size: 0px; color: #fff; }
#idc-container-parent #idc-container #idc-commentcount_label:before { content: 'Комментарии'; font-size: 22px; color: #000; }
#idc-container-parent #idc-container .idc-toolbar { display: none; }
#idc-container-parent #idc-container .idc-comments { overflow: hidden; margin-bottom: 10px; }
#idc-container-parent #idc-container .idc-new h3 { font-size: 16px; }
#idc-container-parent #idc-container div.idc-text_noresize,
#idc-container-parent #idc-container textarea.idc-text_noresize { background: none; }
#idc-container-parent #idc-container .idc-head_action.idc-user { display: none; }
#idc-container-parent #idc-container .idc-share p, #idc-container-parent #idc-container .idc-share ul { font-size: 1em; }
#idc-container-parent #idc-container .idc-share ul span { font-size: 70%; }
#idc-container-parent #idc-container .idc-c-h { margin-bottom: 0; background: none; }
#idc-container-parent #idc-container .idc-c-h-inner { padding: 0; margin: 0; }
#idc-container-parent #idc-container .idc-i { margin-left: 0px; font-size: 1.1em; }
#idc-container-parent #idc-container .idc-c-t { padding-left: 0px; }
#idc-container-parent #idc-container .idc-btn_l:hover,
#idc-container-parent #idc-container .idc-btn_s:hover { text-decoration: none; }
#idc-container-parent #idc-container #IDCNavGuest2,
#idc-container-parent #idc-container #IDCNavGuestReply2 { font-size: 1em; }
#idc-container-parent #idc-container li > .idc-loginbtn_wordpress { display: none; }
#idc-container-parent #idc-container .idc-postnav { display: none; }
#idc-container-parent #idc-container #IDReplyDivSubmitLI,
#idc-container-parent #idc-container #IDNewThreadSubmitLI { float: left !important; margin-top: 5px; }
#idc-container-parent #idc-container #IDNewThreadSubmitLI { margin-left: -5px; }
#idc-container-parent #idc-container .idc-comments .idc-c-b { display: none; } /* hide threaded comments */
#idc-container-parent #idc-container #IDCColumnEmailLabel, /* hide email field */
#idc-container-parent #idc-container #IDCColumnEmailReply { display: none; }
#idc-container-parent #idc-container a.anchor { display: none; } /* hide autogenerated anchors */
#idc-container-parent #idc-container .notice { font-size: 95%; }