/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.b-nobr {
    white-space: nowrap;
}

.b-link_external {
}

html, body {
    min-height: 100%;
    min-width:900px;
    width: auto;
    position: relative;
    margin-bottom: -5px;
}

body {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Marmelad', sans-serif;
    background: #5a5358 url("/$/i/b-background.jpg") no-repeat bottom right;
}

.b-content {
    color: #fff;
    padding: 40px 0 150px 40px;
    z-index: 10;
    width: 30em;
    _-background: rgba(255,255,255,.2);
}
.b-list-header{
    color: #f1e6b1;
    font-size: 1.7em;
    line-height: 100%;
    margin-top: 1em;
    margin-bottom: .15em;
}
.b-list-header__hidden{
    opacity: 0;
    *display:none;/*ie6-7*/
    filter: alpha(opacity=0);
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.b-list-header__hidden:hover{
    filter: alpha(opacity=100);
    opacity: 1;
}
.b-counter{
    margin-top: 2em;
}

.b-counter__n{
    color: #f1e6b1;
}
.b-facts {
    margin-left: -1.7em;
    padding-left: 1.7em;
    position: relative;
}

.b-facts__updater {
    position: absolute;
    top: 0;
    left: 0;
    color: #f1e6b1;
    font-size: 1.7em;
    line-height: 100%;
    opacity: 0;
    text-decoration: none;
    *display:none;/*ie6-7*/
    filter: alpha(opacity=0);
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.b-facts:hover .b-facts__updater{
    opacity: .3;
    filter: alpha(opacity=30);
}
.b-facts .b-facts__updater:hover{
    filter: alpha(opacity=100);
    opacity: 1;
}
.b-facts__updater:active, .b-facts__updater_active {
    color: #fff;
}

.b-facts__updater:focus {
    outline:none;
}
.b-footer {
    position: absolute;
    bottom: 15px;
    right: 40px;
    color: #8d8282;
    font-size: .8em;
    color: #5B5558;
}

.b-footer__nedoa {
    text-decoration: none;
    color: #5B5558;
    border-bottom: 1px dashed #5B5558;
}
.b-footer__nedoa:hover {
    color: #8d8282;
    border-bottom-color: #8d8282;
}
.b-list{
 
}

.b-list_wide{
    margin-right: -100px;
}

.b-list li{
    padding-left: 1.24em;
    behavior: expression( !this.before
            ? this.before = this.innerHTML = '&mdash;&nbsp;' + this.innerHTML : '' );
    text-indent: -1.24em;
}
.b-list li:before { content: '\2014\a0'; }

.b-list__date{
    color: #f1e6b1;
    white-space: nowrap;
}
.b-logo {
}

.b-logo h1{
    color: #f1e6b1;
    font-size: 3.5em;
    line-height: 0.85em;
}

.b-logo sub{
    color: #8d8282;
    font-size: 1.33em;
    text-transform: none;
    display: block;
    padding-left: .2em;
}
