.centered iframe{
    margin:0 auto !important;
}
.anons {
	font-weight: bold;
}
.article p {
	margin-bottom: 15px;
}
.bold-text {
	font-weight: bold;
}
/** quotes-block */
.quotes-block {
    margin: 15px 0px 15px 0;
    padding: 0 18px 0 0;
    position: relative;
    width: 307px;    
}
.quotes-block.left,
.quotes-inline.left {
    float: left;    
}
.quotes-block.right,
.quotes-inline.right {
    float: right;   
    margin-left: 15px;
    margin-right: 0; 
}
    .quotes-block .quote {
        background: url(/i/quote.png) 0 2px no-repeat #fff;
        padding: 0 0 0 18px;
        position: relative;    
    }
        .quotes-block .quote__cont {
            background-color: #fff;
            color: #010101;
            font-size: 18px;
            margin: 0 0 -1px 0;
            line-height: 1.2;
            padding: 0;    
        }
            .quote__cont b {
                font-weight: bold;    
            }
            .quote__cont a,
            .quote__text a {
                color: #BA0009;    
            }
            .quote__cont a:hover,
            .quote__text a:hover {
                color: #00428C;    
            }
	.quote-close {
		position: relative;
		left: 3px;
		top: 2px;
		display: inline !important;
		width: auto !important;
	}
/** end quotes-block */
/** quotes-inline */
.quotes-inline {
    background: #ececec;
    margin: 15px 15px 15px 0;
    padding-top: 10px;
    width: 260px;
}
.quotes-inline.left {
    margin-left: -18px;
}
.quotes-inline.right {
    margin-right: -13px;    
}
    .quote__header {
        background: url(/i/quote-header.png) 100% 100% no-repeat #ba0009;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 6px;
        max-width: 139px;
        padding: 3px 20px 3px 17px;
        text-transform: uppercase;
        display: block;
    }
        .quote__header a {
            color: #fff;
            text-decoration: none;   
        }
    .quote__text {
        color: #392e2e;
        padding: 0 20px 20px 15px;
    }
        .quote__text img {
            margin-bottom: 10px;    
        }
/** end quotes-inline */
.add-article {
	color: #ffffff !important;
	margin-top: 10px;
	display: block;
	background: url(../i/addArticle.jpg) no-repeat;
	width: 143px;
	height: 22px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	margin: 10px auto;
}
	.add-article:hover {
		text-decoration: underline;
	}
.author-block-published {
	height: 112px;
	background: url(/i/author-bg-small.png) no-repeat;
	color: white;
	padding: 15px 20px 0 15px;
}
	.author-block-published .title {
		margin-bottom: 0;
		margin-top: 10px;
	}
	.author-block-published .strong {
		font-size: 18px;
	}
.add-article-menu {
	display: block;
	width: 126px;
	height: 18px;
	background: url(/i/addArticleMenu.png) no-repeat 0 0;
	float: right;
	margin: 0 10px 0 0 !important;
	padding: 7px 0 0 35px;
}
	.add-article-menu:hover {
		color: #ccc !important;
	}
	
.artlist {margin-bottom: 10px;}
	
.artlist li {
	background: url(/i/article-bullet.gif) no-repeat 0 6px;
	padding: 0 0 5px 8px;
}