/* CSS Document */
H1 {
	border-top: none;
	color: #006699;
	font-family: Myriad Pro,Arial;
	font-size: 26px;
	font-weight: normal;
}
H1 SPAN {
	color: Silver;
}

.objects {
}
.objects .item {
	clear: both;
	margin: 20px 0 10px 0;
	width: 100%;
}

.objects .item .title {
	font-family: myriad pro, Arial;
	font-size: 30px;
	padding:0 0 5px 0;
}
.objects .item .title A {
	text-decoration: none;
	color: #74aac6;
}
.objects .item .title A:HOVER {
	text-decoration: underline;
}
.objects .unread .title A {
	color: #006699;
}
.objects .item .text {
	padding: 0;
}

.objects .item .text hr {
	background : silver;
	border: 0px solid silver;
	color : silver;
	height : 1px
}

.objects .other {
	color:#666666;
	font-family:verdana;
	font-size:11px;
	margin: 10px 0;
}

.objects .other .author {
	margin: 0 10px 0 0;
	padding: 1px 5px;
	color: #666666;
	float: left;
	background-color: #d3d4d4;
}

.objects .other .sb TD { padding: 0; white-space: nowrap; }

.objects .other .author A {
	color: #666666;
}
.objects .comments {
	font-family:verdana;
	font-size:11px;
/*	float: left; */
	clear: both;
	background: white;
}
.objects .comments A {
	color:#666666;
}
.objects .other .date {
	margin-right: 5px;
	white-space: nowrap;
	float: right;
}

.objects .text {
	font-family:verdana;
	font-size:13px;
	padding:10px 0;
}

.objects .text IMG {
	margin: 0 5px;
	border: 1px solid #999999;
}
.objects .image {
	display: block;
	text-align: center;
}
.objects .image IMG {
	border: 1px solid #999999;
	width: 180px;
}

.objects .bottom {
	padding-bottom: 3px;
/*	background-image: url(/templates/img/lenta_item_bottom_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom; */

	font-size: 11px;
	color: #666666;
	border-bottom: 1px solid #e2e2e2;
}
.objects .bottom A {
	text-decoration: none;
}
.objects .bottom A:HOVER {
	/*text-decoration: underline;*/
}
.objects .bottom .read {
	float: left;
	border: 1px solid #FFF;
}
.objects .bottom .read A {
	padding: 0 3px;
}
.objects .bottom .read A:HOVER {
	padding: 0 3px;
	color: #FFFFFF;
	background-color: #006699;
	text-decoration: none;
}
.objects .bottom .input {
	float: left;
	position: relative;
	top: -5px;
	border: 1px solid #FFF;
}
.objects .bottom .input INPUT {
	width: 20em;
}
.objects .bottom .tags {
	float: right;
	border: 1px solid #FFF;
}

.objects .link {
	font-size: 11px;
}

/************************* gallery ******************************************/
.gallery {
	padding: 9px 0 0 9px;
	background-color: #e4e4e4;
	height: 94px;
	overflow: hidden;
	margin-bottom: 10px;
}
.gallery div {
	border: 1px solid #cccccc;
	margin: 0 6px 9px 0;
	width: 83px;
	height: 83px;
	float: left;
}
.gallery div img {
	border: 4px solid #fff;
}
.gallery div a:hover IMG {
	border: 4px solid #b00000;
}
.galleryspanul a:hover {
	color: #fff;
}

.post_text BLOCKQUOTE{
	display: block;
	clear: both;
}

#fission_right {
margin: 7px 0 0 0;