/* Ссылка на заглавной картинке */
#link {
	width:1000px;
	/*height:650px;*/
	/*height:765px;*/
	position:relative;
	margin:0px auto;
	top:0px;
	display:block;
	z-index:2;
}
/********************/

/* Затемнение заглавной картинки */
div#gradient {
	position:absolute;
	/*height:227px;*/
	/*height:1000px;*/
	height:100px;
	width:100%;
	background:url(../img/gradient.png) repeat-x;
	left:0px;
	top:0;
	/*top:690px;*/
}
/********************/

/* Заголовок страницы */
div#page_header {
	color:#FFF;
	background:url(../img/header_back.png);
	width:100%;
	height:42px;
	position:relative;
}

#trg {
	 background:url(../img/header_trg.png) left top no-repeat;
	 width:19px;
	 height:9px;
	 position:absolute;
	 top:-9px;
	 left:20px;
}

#page_header .header {
	text-transform:uppercase;
	margin:0px;
	padding:12px 0px 0px 15px;
	font-size:16px;
	font-weight:normal;
	float:left;
	text-decoration:none;
	color:#fff;
}

#page_header .author {
	color:#A5A5A5;
	font-size:12px;
	float:right;
	padding:14px 15px 0px 0px;
}

#page_header .author a {
	color:#A5A5A5;
	font-size:12px;
	text-decoration:none;
}

#page_header .author a:hover {
	text-decoration:underline;
}
/********************/


/********************/

/* подложка колонок */
div#main {
	width:100%;
	background:url(../img/main_back.gif) repeat-y;
	overflow:hidden;
	margin-top:3px;
	padding-bottom:45px;
	vertical-align:top;
}
/**********************/

/* Колонки */
#main .first_column {
	width:470px;
	padding:15px;
	float:left;
}

#main .first_column ul.level0{
	display: flex;
	gap: 10px;
}

#main .second_column {
	width:297px;
	float:left;
}

#main .third_column {
	width:202px;
	float:left;
}
/********************/

/* верхнее меню */
div#top {
	height:99px;
	padding:15px 20px 0px 20px;
	background:url(../img/top_back.gif) repeat-x;
	width:960px;
	position:relative;
}

#top .top {
	margin-top:4px;
}

#top .bottom {
	
	margin-top:12px;
}
/*********************/

/* поиск */
#top #search {
	position:absolute;
	top:20px;
	right:25px;
}
/*******************/

/* Блоки левой колонки */

/* Блок разделов на главной */
#main .first_column .sections li {
	list-style-type:none;
	list-style-image:none;
	vertical-align:top;
	padding:0px 6px 35px 6px;
	display:inline-block;
	//padding:0px 7px 35px 7px;	/* хак для ie7 */
	//display:inline;			/* хак для ie7 */
  	//zoom:1;					/* хак для ie7 */
}
/**************************/

/* Репортажи читателей */
#main .first_column .send_report {
	margin:0px 0px 15px -15px;
}
/*************************/

/* Новости */
#main .first_column .news li {
	list-style-type:none;
	list-style-image:none;
	border:solid #e5e5e5;
	border-width:0px 0px 1px 0px;
}

#main .first_column .news .last {
	border:none;
}
/*******************/


/* Линия внизу блока в 3й колонке */
/*
#main .third_column .block_202 {
	border-bottom:solid 1px #e5e5e5;
}
*/

/*
#main .third_column .last {
	border:none;
}
*/
/********************************/


.item-content img {
	max-width: 100%;
}

.pager {
	text-align: center;
}

.pager .pager__item {
	display: inline-block;	
}
.pager .pager__item a {
	background-color: #b92e2e;
	color: #fff;
	padding: 8px;
	margin: 8px;
}

.tag-cloud {
	padding: 5px;
}

.tag-cloud a:before {
     content: "#"; /* Добавляем желаемый символ перед элементом списка */ 
	 color: #b92e2e;
}

.tag-cloud a:hover {
	 color: #b92e2e;
}

.bottom2, .bottom2 ul {
	background-color: #fff;
	text-align: center;
}

.bottom2 ul li {
	display: inline-block;
	width: 18%;
	padding: 5px;
	vertical-align: top;
	
}

.bottom2 ul li img {
	width: 100%;
}