.overlay{
	padding-top: 0 !important;
}

aside.sidebar,
footer,
article .btn-info,
#ai_toolbar, #ai_wysiwyg, .article-admin, .back-to-top{
	display: none !important;
}

.breadcrumb a:after,
.caption a:after { content:''; }
.breadcrumb a[href]:after,
.caption a[href]:after { content: none !important; }

.breadcrumb a{
	color:#666;
	font-size: .8em;
}

header .navbar-brand {
	height: 70px;
}

.alignCenter, .alignLeft, .alignRight {
	margin: 0 auto 10px;
	display: block;
}

.breadcrumbs{
	display: none;
}

.alignLeft {
	float: left;
	margin-right: 10px;
}

.alignRight {
	float: right;
	margin-left: 10px;
}


/***/

.post-date:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f017";
}

.post-date {
    padding-right: 15px;
}

.post-date, .post-info {
    display: inline-block;
    margin: 0;
    margin-bottom: 1em;
}

.caption figure{
	margin-bottom: 15px;
}

small, .small, .post-date {
    font-size: 85%;
}