/* CSS Document */

body
{
	background-color: #BAB5E2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

/*для главной таблицы*/
.main
{
	width: 760px;
	background-color: #ffffff;
	margin: auto;
}


.header
{
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 114px;
	padding: 0;

}

.table-content
{
	width: 100%;
}

.td-content
{
	vertical-align: top;
}

/*возвратный блок*/

.a_home
{
	text-decoration: none;
	color: #182FAF;
	position: fixed;
	left: 65%;
	top: 95%;

}

.home
{
	border: 1px solid #CED9DC;
	border-radius: 15px;
	width: 60px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	background-color: #EFFBFF;
	text-align: center;
	padding-top: 3px;
}

.home:hover
{
	background-color: #D0FF00;
	width: 70px;
	height: 25px;
	padding-top: 7px;
}


/*для бегущей строки*/
.marquee
{
	background-image: url(img/bg.png);
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	height: 30px;
	padding: 0;
}

/*для левой ячейки вложенной таблицы*/
.left
{
	background-image: url(img/bg_left.png);
	border-left: 2px solid #232261;
}

/*для всех абзацев*/
p
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin: 15px;
}

/*для блока КАТЕГОРИИ*/
/*заголовок*/
.nav_title
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #08218E;
	text-align: center;
	margin-top: 13px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	border-left: 1px solid #36A634;
	border-bottom: 2px solid #36A634;
	border-radius: 7px;
}

/*для блоков названий разделов, статей, дат архива*/
.nav_title_cat
{
	font-weight: bold;
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 5px;
}

/*для абзацев меню*/
.left_p
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
}

/*ссылки категорий*/
.nav_link
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #0A26A6;
	text-decoration: none;
}

.nav_link:hover
{
	border-bottom: 1px solid #ff0000;
}

/*таблица анонсов статей*/
.post_tab
{
	width: 500px;
	border: 1px solid #515B4A;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.post_1td
{
	border: 1px solid #515B4A;
	background-color: #F8FFD7;
	padding: 7px;
}

/*для миниатюры*/
.mini_img
{
	float: left;
	margin-right: 7px;
}

/*ссылка на статью*/
.a_post
{
	text-decoration: underline;
	color: #4B4373;
	font-size: 12px;
}

.a_post:hover
{
	color: #00B478;
	font-size: 13px;
}

/*параграфы анонсов-табличек*/
.p_post
{
	margin-bottom: 7px;
	margin-top: 7px;
	font-weight: 400;
	font-size: 12px;
}

.post_2td
{
	border: 1px solid #515B4A;
	padding: 7px;
	background-color: #EDFFE1;
}

/*для статей*/
/*заголовок*/
.title
{
	font-size: 20px;
	text-align: center;
	color: #765429;
	margin-bottom: 20px;
}

/*дата и автор*/
.sub
{
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #4E381B;
	font-weight: bold;
}
/*посещения*/
.visible
{
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #4E381B;
	font-weight: bold;
}

/*заголовок комментариев*/
.com_title
{
	font-size: 15px;
	font-weight: bold;
	color: #054015;
}

/*для даты комментария*/
.com_date
{
	font-size: 12px;
	font-weight: bold;
	color: #2E8C19;
}

/*для полей ввода*/
.input
{
	background-color: #FFF5E6;
	font-size: 15px;
}

.input:hover
{
	background-color: #F4F6FF;
}

.input:focus
{
	background-color: #FCFCFC;
}

.submit
{
	width: 150px;
	height: 35px;
	background-color: #FFE69B;
	font-size: 15px;
}

.submit:hover
{
	background-color: #FFB546;
}


/*для фото проверки от робота*/
.sum
{
	width: 100px;
	height: 45px;
	margin-top: 0px;
}

/*для поля ввода поиска*/
.search
{
	width: 145px;
}

/*для блоков верхней навигации*/
.nav_top
{
	padding: 1px;
	background-color: #dff5fd;
	margin: 0px;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #cccccc;
	box-shadow: #cccccc 5px 5px 7px;
}

.nav_a
{
	text-decoration: none;
	color: #0D332F;
	font-weight: bold;
}

.nav_top:hover
{
	background-color: #e6fff3;
}


.nav_top_active
{
	padding: 1px;
	background-color: #dff5fd;
	margin: 0px;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #cccccc;
}

/*для кнопок почты*/
.td-mail
{
	width: 33%;
}

.div-mail
{
	height: 80px;
}

.nav_mail
{
	padding: 1px;
	background-color: #dff5fd;
	margin-top: 20px;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #cccccc;
	box-shadow: #cccccc 5px 5px 7px;
}


.nav_mail:hover
{
	background-color: #e6fff3;
	box-shadow: #cccccc 0px 0px 0px;
}


.nav_mail_3
{
	padding: 1px;
	background-color: #e80d28;
	color: #ffffff;
	margin-top: 20px;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #cccccc;
	box-shadow: #cccccc 5px 5px 7px;
}

.nav_mail_3:hover
{
	/*background-image: url(img/nav_hover_mail.jpg);*/
    box-shadow: #cccccc 0px 0px 0px;
}

/*для поля ввода письма*/
.mail_text
{
	margin-top: 20px;
	width: 550px;
	height: 300px;
	border: 1px double #63A000;
	border-radius: 10px;
	background-color: #F0FFD9;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}

.mail_text:focus
{
	background-color: #ffffff;
}

/*для фото статей и подписей под фото*/
.foto_stat
{
	margin-left: 60px;
	cursor: pointer;
    cursor: zoom-in;
}

.minitext
{
	font-size: 12px;
	width: 400px;
	margin-left: 80px;
}








