body {
	font-family: Arial, sans-serif;
    font-size: 14px;
	background-color: #F0F8FF;
}

.wrapper {
    background-color: #ffffff;
	border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

.articlelist {
    width: 50%;
    float: left;
}

.filelist {
    width: 50%;
    float: left;
}

a {
	color: #006BEE;
	text-decoration: underline;
}

a:hover {
	color: #CC0000!important;
    text-decoration: none;
}

a:active, a:visited {
    color: #006BEE;
}

textarea {
    width: 320px;
    height: 140px;
}

button {
    margin-right: 10px;
}

blockquote {
    font-style: italic;
    border-left: 2px solid #000;
    background: #F3F3F3;
    padding-left: 16px;
    padding-right: 10px;
}

.header {
    border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #A7C0DE;
    padding: 16px 16px 0 16px;
}

.header a, .post-title a, .footer a, .listlink a {
    color: #000000!important;
    text-decoration: none;
    font-weight:600;
}

.header a:hover, .post-title a:hover, .footer a:hover, .listlink a:hover {
    color: #CC0000!important;
    text-decoration: none;
}

.header a:active, .header a:visited, .post-title a:active, .post-title a:visited, .footer a:active, .footer a:visited, .listlink a:active, .listlink a:visited  {
    color: #000000;
}

a.current {
    color: #CC0000!important;	
}

.search-wrapper {
    float: right;
    padding-top: 15px;
}

.search-wrapper .search-input {
    width: 150px;
}

.subtitle {
	margin: 0;
	font-size: 12px;
	text-align: left;
}

.main {
    padding: 0 10px 0 10px;
}

h2 {
    margin-top: 0;
    padding-top: 16px;
}

.adminbar {
    width: 100%;
	padding: 6px;
	position: fixed;
	left: 0;
    bottom: 0;
    background-color: #000000;
    color: #fff;
    font-size: 14px;
	z-index: 99999;
	opacity: 0.85;
}

.adminbar ul li {
    list-style: none;
    clear: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

.adminbar ul {
    margin: 0;
    padding: 0;
}

.adminbar a {
	color: #fff;
	text-decoration:none;
	padding: 6px;
}

.adminbar a:active, .adminbar a:visited {
	color: #DADADA;
	text-decoration:none;
}
.adminbar a:hover {
	color: #5BAECA!important;
	background-color: #2C3338;
	text-decoration:none;
}

.list-title {
    margin-bottom: 16px;
}

.post-title a {
	color: #000000;
	text-decoration:none;
}

.post-image {
	float: left;
	margin: 0 10px 0px 0;
}

.post-image img {
    border: 1px solid #000000;
}

.post-item {
	margin-bottom: 16px;
}

.post-item p {
	margin: 0;
	line-height: 1;
}

.post-title h3 {
	margin: 0;
}

.post-details {
	font-size: 13px;
}

.post-row:last-child hr {
	display: none;
}

p {
    line-height: 1.5;
    text-align: justify;
}

h3.post-title {
    margin: 0;
}

.grav-youtube {
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    max-height: 1080px;
}

.grav-youtube iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.pagination {
    text-align: left;
    color: #aaa;
	margin: 0;
	padding: 4px 0 10px 0;
}

.pagination a {
    color: #000000;
    text-decoration: none;
    font-weight:600;
}

.pagination a:hover {
    color: #000000;
    text-decoration: underline;
}

.pagination a:active {
    color: #000000;
}

.pagination a:visited {
    color: #000000;
}

.footer {
    border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
    padding: 0 10px 16px 10px;
}

.form-field {
    padding-top: 10px;
}

.buttons {
    padding-top: 20px;
}

.donate {
    vertical-align: text-bottom;
}

.bottom-align {
    vertical-align: bottom;
}

@media (min-width: 768px) {
	.index-table {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.search-wrapper {
        float: none;
        padding-top: 8px;
    }
    
    .subtitle {
        display: none;
    }
	
	.index-table {
		width: 100%;
	}
	
	.adminbar ul li {
		padding: 6px;
	}
}

/* 
Фиксы для IE:
		- фикс рамок вокруг картинок 
*/

a img {
	border: none;
}