/* SEO Headers Extension Styles
---------------------------------------- */

/* H1 для заголовков тем */
h1.topic-title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2em;
	margin: 0.8em 0 0.2em 0;
	color: #28313F;
	line-height: 1.2;
	border-bottom: 2px solid #CCCCCC;
	padding-bottom: 0.3em;
}

/* H1 для заголовков форумов */
h1.forum-title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2em;
	margin: 0.8em 0 0.2em 0;
	color: #28313F;
	line-height: 1.2;
	border-bottom: 2px solid #CCCCCC;
	padding-bottom: 0.3em;
}

/* H1 для заголовка сайта на главной странице */
h1.site-title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2em;
	margin: 0.8em 0 0.2em 0;
	color: #28313F;
	line-height: 1.2;
	text-align: center;
	margin: 1em 0;
}

/* H2 для описания темы */
h2.topic-description {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	margin: 0.4em 0 0.5em 0;
	color: #666666;
	line-height: 1.4;
	font-style: italic;
	border-left: 3px solid #CCCCCC;
	padding-left: 15px;
}

/* Исправление выравнивания поиска в теме */
.action-bar .search-box {
	vertical-align: top;
	margin-top: 0;
}

.action-bar .search-box .inputbox {
	vertical-align: top;
}

/* H2 для подзаголовков форумов */
h2.forum-section-title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	margin: 0.6em 0 0.3em 0;
	color: #536482;
	line-height: 1.3;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 0.2em;
}

/* H3 для постов (уже есть в оригинальном CSS, но добавим улучшения) */
h3.post-title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.05em;
	margin-top: 20px;
	color: #333333;
}

/* H3 для блоков статистики */
h3.stat-block-title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.05em;
	margin-top: 20px;
	color: #333333;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
	h1.topic-title,
	h1.forum-title,
	h1.site-title {
		font-size: 1.6em;
		margin: 0.6em 0 0.1em 0;
	}
	
	h2.topic-description {
		font-size: 1.2em;
		margin: 0.3em 0 0.4em 0;
	}
	
	h2.forum-section-title {
		font-size: 1.3em;
		margin: 0.5em 0 0.2em 0;
	}
}

@media (max-width: 480px) {
	h1.topic-title,
	h1.forum-title,
	h1.site-title {
		font-size: 1.4em;
		margin: 0.5em 0 0.1em 0;
	}
	
	h2.topic-description {
		font-size: 1.1em;
		margin: 0.3em 0 0.3em 0;
	}
	
	h2.forum-section-title {
		font-size: 1.2em;
		margin: 0.4em 0 0.1em 0;
	}
}

/* Стили для заголовков в шапке */
.site-title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	margin: 0.0em 0;
	color: #ffffff;
	line-height: 1.2;
	text-align: left;
}

/* Адаптивные стили для заголовков в шапке */
@media (max-width: 768px) {
	.site-title {
		font-size: 1.4em;
		margin: 0.2em 0;
	}
}

@media (max-width: 480px) {
	.site-title {
		font-size: 1.2em;
		margin: 0.1em 0;
	}
}
