html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: url(/img/blogs/bg.gif) repeat;
	font-family: Tahoma;
	font-size: 13px;
}
a {
	outline: none;
	color: #3aa8e7;
}
img {
	border: none;
}
h1, h2, h3, h4 {
	color: #ff6500;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 17px;
}
h2 {
	font-size: 13px;
}
.clear {
	clear: both;
}
#main {
	width: 841px;
	position: relative;
	left: 50%;
	margin: 0 0 0 -420px;
	padding: 20px 0 0 0;
}
#main #umi_link {
	width: 168px;
	height: 22px;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
	font-family: Arial;
	display: block;
	background: url(/img/blogs/bg_umi_link.gif) no-repeat;
	position: absolute;
	top: 3px;
	right: 28px;
	z-index: 100;
}
#main #head {
	background: url(/img/blogs/bg_head.jpg) no-repeat;
	width: 841px;
	height: 105px;
	position: relative;
}
#main #head #logo {
	background: url(/img/blogs/logo.png) no-repeat;
	width: 220px;
	height: 67px;
	position: absolute;
	top: 20px;
	left: 45px;
}
#main #head #auth {
	width: 166px;
	height: 22px;
	position: absolute;
	top: 30px;
	right: 35px;
	color: white;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
}
#main #head #auth a {
	text-decoration: none;
	color: white;
}
#main #head #auth a:hover {
	text-decoration: underline;
}
#main #head #auth_form {
	text-align: left;
	z-index: 1000;
	background: url(/img/blogs/bg_auth_block.png) no-repeat;
	width: 245px;
	height: 105px;
	position: absolute;
	top: 50px;
	right: 70px;
	display: none;
}
#main #head #auth_form a {
	display: block;
	float: right;
	color: black;
	text-decoration: none;
	margin: 3px 10px 0 0;
}
#main #head #auth_form div a {
	color: #3aa8e7;
	text-decoration: underline;
	font-size: 10px;
	margin: 7px 20px 0 0;
}
#main #head #auth_form div.first {
	margin: 24px 0 6px 0;
}
#main #head #auth_form div label {
	width: 60px;
	display: block;
	float: left;
	text-align: right;
}
#main #head #auth_form div input {
	margin: 0 0 0 14px;
	width: 105px;
}
#main #head #auth_form div input.submit {
	margin: 0 0 0 14px;
	width: 31px;
	height: 20px;
	border: none;
	cursor: pointer;
	background: url(/img/blogs/bg_head_auth_button.gif) no-repeat;
}
#main #head #search_head {
	width: 157px;
	height: 20px;
	position: absolute;
	top: 66px;
	right: 40px;
}
#main #head #search_head input {
	background: url(/img/blogs/bg_search.gif) no-repeat;
	width: 119px;
	height: 20px;
	text-indent: 5px;
	border: none;
	color: #969696;
	float: left;
	display: block;
	margin: 0;
	padding-right: 0;
}
#main #head #search_head input.submit {
	background: url(/img/blogs/bg_search_button.gif) no-repeat;
	cursor: pointer;
	padding: 0;
	width: 31px;
	float: right;
}
#main #page {
	background: white url(/img/blogs/bg_content.jpg) repeat-y;
	width: 841px;
}
#main #page #right {
	background: url(/img/blogs/bg_right.jpg) repeat-x;
	width: 235px;
	float: right;
	margin: 0 5px 0 0;
	padding: 30px 0 0 0;
}
#main #page #right h2 {
	padding: 0 0 8px 0;
	text-align: left;
}
#main #page #right #authors {
	margin: 0 30px;
}
#main #page #right #authors ul {
	margin: 0 0 50px 0;
	padding: 0;
}
#main #page #right #authors ul li {
	list-style: none;
}
#main #page #right #tags {
	margin: 0 0 50px 30px;
	width: 180px;
	text-align: center;
}
/* #main #page #right #tags a {
	display: block;
	float: left;
} */
#main #page #right #tags a:hover {
	color: #ff6500;
}
#main #page #right #links {
	margin: 0 30px 50px 30px;
}
#main #page #right #links a {
	display: block;
	margin: 0 0 20px 0;
}
#main #page #right #links .rss {
	margin: 0 0 20px 0;
}
#main #page #right #links .rss a {
	display: inline;
}
#main #page #content {
	margin: 0 260px 0 45px;
	padding: 30px 0;
}
#main #page #content form {
	margin: 15px 0 0 0;
}
#main #page #content form div {
	margin: 0 0 6px 0;
}
#main #page #content form div label {
	width: 109px;
	text-align: right;
	display: block;
	float: left;
}
#main #page #content form div input {
	margin: 0 0 0 14px;
	width: 378px;
}
#main #page #content form div textarea {
	margin: 0 0 0 14px;
	width: 376px;
	height: 70px;
	padding: 3px;
}
#main #page #content form div input.submit {
	margin: 0 0 0 124px;
	border: none;
	cursor: pointer;
	height: 20px;
}
#main #page #content form div span {
	padding: 0 0 0 6px;
}
#main #page #content form div.captcha img {
	margin: 0 0 0 14px;
	float: left;
}
#main #page #content form div.captcha input {
	margin: 0 0 0 6px;
	height: 20px;
	width: 120px;
}
#main #page #content pre * {
	font-size: 11px;
}
#main #page #content .blog,
#main #page #content .post {
	float: left;
	width: 536px;
}
#main #page #content .author_info h1 a {
	color: #ff6500;
	text-decoration: none;
}
#main #page #content .author_info h1 a:hover {
	text-decoration: underline;
}
#main #page #content .blog #author_info {
	border-bottom: 1px solid #d1e2ee;
}
#main #page #content .blog #author_info.main {
	border-bottom: none;
}
#main #page #content #author_info {
	margin: 0 0 20px 0;
	width: 535px;
}
#main #page #content #author_info dt,
#main #page #content .author_info dt {
	width: 75px;
	float: left;
}
#main #page #content #author_info dt div,
#main #page #content .author_info dt div {
	background: white;
	border: 1px solid #d1e2ee;
	padding: 2px;
	float: left;
	margin: 0 0 7px 0;
}
#main #page #content #author_info dt div img,
#main #page #content .author_info dt div img {
	border: 1px solid #d1e2ee;
}
#main #page #content #author_info dd,
#main #page #content .author_info dd {
	margin: 0 0 0 90px;
}
#main #page #content .author_info dd h4 {
	color: black;
}
#main #page #content .blog #author_info dd .blogfeedicons {
	float: right;
	width: 70px;
	height: 15px;
	margin: 3px 4px 0 0;
}
#main #page #content .blog #author_info dd .blogfeedicons a {
	display: block;
	float: right;
	height: 15px;
	width: 32px;
}
#main #page #content .blog #author_info dd .blogfeedicons a.feed_atom {
	background: url(/img/blogs/feed_atom.gif);
}
#main #page #content .blog #author_info dd .blogfeedicons a.feed_rss {
	background: url(/img/blogs/feed_rss.gif);
	margin-right: 4px;
}
#main #page #content .blog #author_info dd .blogfeedicons a span {
	display: none;
}
#main #page #content .blog #author_info dd .prof {
	margin: 7px 0;
	color: #687b8c;
	font-size: 15px;
}
#main #page #content .post #author_info dd .date {
	margin: 7px 0;
}
#main #page #content .post .author_info dd .date {
	margin: 5px 0 10px 0;
	color: #687b8c;
}
#main #page #content .add_form {
	margin: 0 0 20px 0;
}
#main #page #content .add_form .add_form_top {
	background: url(/img/blogs/add_form_hidden.jpg) no-repeat;
	cursor: pointer;
	height: 25px;
	text-indent: 16px;
	width: 194px;
}
#main #page #content .add_form .add_form_top a {
	border-bottom: 1px dashed;
	color: #929292;
	text-decoration: none;
	line-height: 25px;
}
#main #page #content .add_form .add_form_body {
	background: url(/img/blogs/add_form_body.jpg) no-repeat;
	display: none;
	height: 200px;
	padding-top: 5px;
	width: 528px;
}
#main #page #content .add_form .add_form_body.guest {
	background: url(/img/blogs/add_form_body_guest.jpg) no-repeat;
	height: 250px;
}
#main #page #content .add_form .add_form_body form div input.submit {
	background: url(/img/blogs/add_post_button.jpg) no-repeat;
	width: 159px;
}
#main #page #content .comment .add_form {
	background: url(/img/blogs/add_form_comment.png) no-repeat;
	height: 21px;
}
#main #page #content .comment .add_form.guest {
	background: url(/img/blogs/add_form_comment_guest.png) no-repeat;
	height: 21px;
}
#main #page #content .comment .add_form .add_form_top {
	background: none;
	width: auto;
}
#main #page #content .comment .add_form .add_form_top a {
	cursor: pointer;
	display: block;
	float: right;
	margin: 0 56px 0 0;
	line-height: 20px;
	border: none;
	text-decoration: underline;
	color: #3aa8e7;
}
#main #page #content .comment .add_form .add_form_top a:hover {
	color: #ff6500;
}
#main #page #content .comment .add_form .add_form_body {
	background: none;
}
#main #page #content .blog .post {
	margin: 0 0 30px 0;
	float: none;
}
#main #page #content .blog .post.main {
	border-bottom: 1px solid #d1e2ee;
	padding: 0 0 20px 0;
}
#main #page #content .blog .post h2 a {
	color: #ff6500;
	text-decoration: none;
}
#main #page #content .blog .post h2 a:hover {
	text-decoration: underline;
}
#main #page #content .blog .post .date {
	color: #888;
	padding: 0 0 0 12px;
	margin: 7px 0 15px 0;
}
#main #page #content .blog .post .comment {
	margin: 30px 0 0 0;
	text-align: right;
}
#main #page #content .post .odnaknopka {
	margin: 10px 0 25px 0;
	padding: 10px 0;
	border-top: #d1e2ee 1px solid;
	border-bottom: #d1e2ee 1px solid;
}
#main #page #content .post #comments h3 {
	color: #687b8c;
	font-weight: normal;
	margin: 0 0 20px 0;
}
#main #page #content .post #comments .comment .author_info {margin-bottom:20px}
#main #page #content .post #comments .comment .deep_1 {margin-left:20px}
#main #page #content .post #comments .comment .deep_2 {margin-left:40px}
#main #page #content .post #comments .comment .deep_3 {margin-left:60px}
#main #page #content .post #comments .comment .deep_4 {margin-left:80px}
#main #page #content .post #comments .comment .deep_5 {margin-left:100px}
#main #page #content .post #comments .comment .deep_6 {margin-left:120px}
#main #page #content .post #comments .comment .deep_7 {margin-left:140px}
#main #page #content .post #comments .comment .deep_8 {margin-left:160px}
#main #page #content .post #comments .comment .deep_9 {margin-left:180px}
#main #page #content .post #comments .comment .deep_10 {margin-left:200px}
#main #page #content .post #comments .comment .deep_11 {margin-left:220px}
#main #page #content .post #comments .comment .deep_12 {margin-left:240px}

#main #page #content #slider a {
	display: block;
	height: 20px;
	width: 39px;
	margin-top: 10px;
}
#main #page #content #slider .prev {
	float: left;
	margin-left: 25px;
	background: url(/img/blogs/slider_prev.jpg) no-repeat;
}
#main #page #content #slider .prev:hover {
	background: url(/img/blogs/slider_prev_hover.jpg) no-repeat;
}
#main #page #content #slider .next {
	float: right;
	margin-right: 25px;
	background: url(/img/blogs/slider_next.jpg) no-repeat;
}
#main #page #content #slider .next:hover {
	background: url(/img/blogs/slider_next_hover.jpg) no-repeat;
}
#main #page #content #page_auth div {
	margin: 15px 0 0 0;
}
#main #page #content #page_auth form div input {
	width: 200px;
}
#main #page #content #page_auth form div input.submit {
	background: url(/img/blogs/bg_auth_button.gif) no-repeat 0 1px;
	height: 21px;
	width: 100px;
	color: white;
	font-size: 10px;
}
#main #page #content #page_auth form ul {
	padding-left: 123px;
}
#main #page #content #registrate,
#main #page #content #settings {
	float: left;
}
#main #page #content #registrate h4,
#main #page #content #settings h4 {
	margin: 15px 0;
	color: black;
}
#main #page #content #registrate div,
#main #page #content #settings div {
	margin: 0 0 10px 0;
}
#main #page #content #registrate div input,
#main #page #content #settings div input {
	width: 247px;
}
#main #page #content #registrate div.captcha input,
#main #page #content #settings div.captcha input {
	width: 120px;
}
#main #page #content #registrate div input.submit,
#main #page #content #settings div input.submit {
	background: url(/img/blogs/bg_registrate_button.gif) no-repeat 0 1px;
	height: 21px;
	width: 159px;
	color: white;
	font-size: 10px;
}
#main #page #content #settings div label span {
	float: right;
	padding: 2px 2px 4px 2px;
	background: white;
	display: block;
	border: 1px solid #d1e2ee;
}
#main #page #content #settings div label span img {
	border: 1px solid #d1e2ee;
}
#main #page #content #settings div .comment_text {
	width: 247px;
	padding: 0;
	margin: 0 0 0 123px;
}
#main #foot {
	background: url(/img/blogs/bg_foot.jpg) no-repeat;
	width: 841px;
	height: 77px;
	position: relative;
}
#main #foot #copy {
	background: url(/img/blogs/umi_butterfly.jpg) no-repeat;
	position: absolute;
	width: 119px;
	height: 20px;
	top: 43px;
	left: 49px;
	display: block;
	padding: 0 0 0 20px;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}