a {
	Xcolor: #2b587a;
}

footer {
	float: right !important;
	height: 50px;
	margin-top: 30px;
	font-size: 0.9em;
}
footer a,
footer .btn-link {
	color: #317eac;
}

#left .block {
	background: #f4f8fc;
	border: none;
	padding: 30px 17px 12px;
	font-size: 0.9em;
}
	#left .block > .title {
		padding: 0 7px;
		border-color: #fff;
		background: #dfebf6;
		color: #1c568e;
		text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
	}

.redactor_editor {
	width: 678px;
}

.message-row-header {
	margin-bottom: 5px;
	font-size: 0.85em;
	font-weight: bold;
	color: #317eac;
}
.message-row-footer {
	margin-top: 10px;
	font-size: 0.85em;
	color: #999;
}

blockquote {
	color: #999;
	font-size: 0.9em;
}
.blockquote-header {
	font-weight: bold;
	margin-bottom: 5px;
}
.blockquote-body {
	max-height: 40px;
	overflow: hidden;
}

.grid-posts {
	border: 1px solid #ddd;
	padding: 5px 10px 0;
}
.grid-posts table {
	margin: 0px;
}
.grid-posts table tr:first-of-type td {
	border-top: none;
}
.grid-logs {
	border: none;
}
.grid-logs table tr td {
	border-style: dotted;
}
.grid-logs table tr td.new {
	background-color: #f4fff4;
}
.posts-header {
	margin-bottom: 5px;
	font-size: 0.85em;
}
.post-title {
	font-weight: bold;
	color: #034482;
}
a.post-title:visited {
	color: #8a949e;
}
a.post-title .fa {
	font-size: 1.1em;
}
.posts-preview {
	font-size: 0.9em;
	margin: 10px 0;
}
.posts-body {
	max-height: 60px;
	overflow: hidden;
}
.posts-footer {
	margin-top: 5px;
	font-size: 0.85em;
}
.posts-footer .btn {
	padding: 0 0 0 10px;
}
.posts-footer .separator {
	width: 1px;
	background-color: #777;
}
.caption {
	color: #317eac;
}
.log-type {
	padding-right: 15px;
	font-size: 1.5em;
	color: #cadef0;
}

.post {
	padding: 8px 15px;
	background-color: #f7f7f7;
}
.post-preview {
	margin: 20px 0;
	color: #67829e;
}
.post-body.message {
	padding: 8px;
}
.post-footer {
	min-height: 20px;
	margin: 15px 0 20px;
}

#gallery .thumbnails > li {
	position: relative;
	min-height: 165px;
}
#gallery .thumbnails > li .image-remove,
#gallery .thumbnails > li .image-checked,
#gallery .thumbnails > li .image-unchecked {
	position: absolute;
	top: 0px;
	right: 0px;
	opacity: 0;
	font-size: 1.5em;
	text-shadow: none;
	color: #fff;
}
#gallery .thumbnails > li .image-remove {
	top: 5px;
	right: 2px;
}
#gallery .thumbnails > li .image-unchecked {
	top: 30px;
	right: 3px;
}
#gallery .thumbnails > li .image-checked {
	top: 30px;
}
#gallery .thumbnails > li:hover .image-remove,
#gallery .thumbnails > li:hover .image-checked,
#gallery .thumbnails > li:hover .image-unchecked {
	opacity: .5;
}
#gallery .thumbnails > li .image-remove:hover,
#gallery .thumbnails > li .image-checked:hover,
#gallery .thumbnails > li .image-unchecked:hover {
	opacity: 1;
}