

.left {
	padding: 10px;
	font-size: 10px;
	background: #e6e6f2;
}

.content {
	padding: 0px;
	background: #fff;
	text-align: left;
	font-size: 12px;
	line-height: 20px;

}

li {
    list-style-type: square;
}

a {
	color: #444444;
}

a:link {
	color: #444444;
}

a:visited {
    color: #444444;
}

a:active {
	color: #444444;
}

a:hover {
    color: #444444;
    text-decoration: none
}

.left input {
	font-size: 11px;
}


hr {
	color: #f7f7f7;
	border-top: 1px solid #f7f7f7;
	border-left: 1px solid #f7f7f7;
	width: 100%;
	height: 1px;
}

/* http://strawberry.goodgirl.ru/forum/viewtopic.php?id=198 */
.post, .comment, .comment_form {
	margin-bottom: 20px;
    * height: 0;
}

.post .title, .comment .title {
	font-weight: bold;
    * height: 0;
}

.post .story, .comment .story {
	text-align: justify;
	line-height: 140%;
	padding-left: 10px;
	padding-right: 10px;
}

.post hr, .comment hr {
	width: 50%;
}

.post .cn_news_even, .comment .cn_comment_odd {
}

.post .cn_news_odd, .comment .cn_comment_even {
	padding: 5px;
	background: #f7f7f7;
}

.post .cn_news_odd hr, .comment .cn_comment_even hr {
	color: #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	height: 2px;
}

.error_message {
	background: #f7f7f7;
	padding: 5px;
	width: 300px;
	color: red;
}

.pages {
	text-align: center;
}

.dateheader {
	font-size: 13px;
	margin-bottom: 10px;
}

.cute_poll {
	background: #ffffff;
	font-size: 9px;
	text-align: center;
}

#calendar {
	text-align: center;
	font-size: 12px;
}

.hilite {
	color: red;
	background: yellow;
}

.date {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #322C7c;
}

.story {
	text-align: justify;
	font-size: 13px;
	white-space: normal;
	line-height: 18px;
}

.storys {
	text-align: justify;
	font-size: 12px;
	white-space: normal;
	padding: 5px 0px 5px 0px ; 
}

