/* --------------- reset.css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;                               /* обнуляем отступы и убираем бордюры */
	vertical-align: baseline;          /* приводим все к одной базовой линии */
	background: transparent;      /* чтобы не проскакивали левые фоны, установленные по умолчанию */
	font-size: 100%;                     /* размер шрифта всем одинаковый */
}
a {                                      	     /* ссылка не в общем списке чтобы не сбрасывать outline по умолчанию */
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	outline:none;
}
table {						/* устраняем отступы между ячейками таблицы */
	border-collapse: collapse; 
	border-spacing: 0;
}
td, td img {
	vertical-align: top;			/* возвращаем привычное вертикальное выравнивание */
} 
input, select, button, textarea {
	margin: 0; 				/* убираем отступы по умолчанию для элементов форм (в частности для checkbox и radio) */
	font-size: 100%; 			/* делаем размер шрифтов везде одинаковым */
	outline: none;
}
input[type="text"], input[type="password"], textarea {
	padding: 0; 				/* убираем внутренние отступы для текстовых полей */
}
input[type="checkbox"] { 		/* вертикальное выравнивание чекбоксов и радиобатонов относительно меток */
	vertical-align: bottom;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	 list-style:none;
}
/* --------------- /reset.css --------------- */

/* --------------- базовые настройки ---------*/
html {
	min-height:100%; /* всегда показываем вертикальную полосу прокрутки  */
}
body {
	color: #606060;
	text-align: left;
	font-size: 1em; /* используем безопасные шрифтовые CSS стеки */
	min-height:100%;
	font-family: 'Open Sans', sans-serif;
}
a, a:visited { /* порядок правил для ссылок имеет значение */
	color: #339933;
	text-decoration: underline;
}
a:hover {
	color: #339933;
	text-decoration:none;
}
a:focus, a:active {
	color: #339933;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}
img{

	max-width:100%;
}
.clr{
	clear:both;
}
.clearfix:after {
    clear: both;
    content: "";
    display: table;
}
/* --------------- /базовые настройки ---------*/

header{
	background:#292929; overflow:hidden;
}
	.center-block-main{
		margin: 0 auto; max-width:990px;
	}
	.logo{
		float:left; margin-top:25px;
	}
	.manu{
		float:right;
	}
	.manu li{
		float:left; font-weight:600;
	}
	.manu li a{
		color:#fff; text-decoration:none; padding:50px 35px; display:block; border-bottom:3px solid #292929;
	}
	.manu li a:hover{
		color:#58c93a; border-bottom:3px solid #58c93a;
	}
	

article{
	float:left; width:62.5%; margin-top:30px;
}
	main{
		margin-bottom:60px;
	}
	header{
margin-bottom:10px;
}
	
	article>header:hover .publish{
		bottom:0;
	}
	main>h2{
		font-size:1.75em; text-transform:uppercase; font-weight:600; line-height:1.1; margin:0 0 40px 20px; color:#4f4e4e;
	}
	main>p{
		margin:0 0 20px 20px; line-height:1.3;
	}
a.button{
		border:2px solid #c2c2c2; color:#c2c2c2; padding:7px 20px; display:inline-block; border-radius:20px; text-decoration:none;
		
	}
	a:hover.button{
		color:#339933; border-color:#339933;
	}
aside{
	float:right; width:28.3%; margin-top:30px;
}
	.widget{
		margin-bottom:30px;
	}
	.widget h2{
		text-transform:uppercase; color:#6c6969; background:#f8f8f8; border-left:2px solid #58c93a; padding:10px 20px; font-weight:600; margin-bottom:10px;
	}
	
	.widgeth h2{
		text-transform:uppercase; color:#58c93a; background:#292929; border-left:2px solid #58c93a; padding:10px 20px; font-weight:600; margin-bottom:10px;
	}
	.widgetr h2{
		text-transform:uppercase; color:#6c6969; background:#f8f8f8; border-left:2px solid #b86161; padding:10px 20px; font-weight:600; margin-bottom:10px;
	}
	
	.search{
	color:#b9b9b9; font-size: 12px; width: 100%; border: 1px solid #e1e0e0; padding: 15px 20px;
	}
	.widget>nav{
	margin:0 0 0 20px;
	}
	.subsribe{
	position:relative; width:100%; height:48px;
	}
	.subsribe-img{
	position:absolute; right:20px; top:12px;
	}
	.subsribe-input{
		color:#b9b9b9; font-size: 12px; width: 100%; border: 1px solid #e1e0e0; padding: 15px 50px 15px 20px; box-sizing:border-box;
		position:absolute; top:0; left:0;
	}
	.pager{
	border-top: 1px solid #e1e0e0; font-size: 20px; text-transform:uppercase; font-weight: bold; padding:30px;
	}
	.pager a{
	color:#818181; text-decoration:none;
	}
	.pager a:hover {
	color:#339933;
	}
	.back{
	float:left;
	}
	.next{
	float:right;
	}
	footer{
	background:#f8f8f8; border-top:1px solid #e1e0e0; text-align:center; font-size:13px; padding:50px 0
	}
	footer img{
	margin-bottom:20px;
	}
	table {

	border-collapse: separate; 
	border-spacing: 5px; 
	border: 0px solid red;
	font-size: 12pt;
}
td {
	border: 0px solid red; 
	text-align: center; 
}