@charset "utf-8";
/* 
* Таблица стилей ШВБ
* Автор: Даниил Орос
* Ссылка: oros.kiev.ua
*/
/* Меню сайта */
#menu ul {
	list-style:none;
	padding:5px;
	margin-left:95px;	
}
#menu ul li.active {
	margin-top:-5px;
	background-image:url(img/menu-elm.png);
	padding-top:15px;
	padding-bottom: 20px;
	background-position: 0px -143px;
	padding-left: 30px;
	padding-right: 35px;
	background-repeat: no-repeat;
	margin-right:0px;
	margin-left:5px;
}
#menu ul li#call {
	margin-left:0px;
}
/* Запись блога */
.entry {
	margin-left:95px;
	margin-right:28px;
}
.entry .entry-name {
	text-decoration: underline;
	margin-bottom: 25px;
	font-size: 18px;
}
.entry .entry-name:hover {
	text-decoration: none;
}
/* Теги к записям */
#content .tags  {
	background-image: url(img/tags-icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 63px;
	padding-left: 32px;	
}
/* Обсуждение */
#main-block #content #comments {
	background-color: #faffe0;
	padding-left: 109px;
	margin-right: -8px;
}
#main-block #content #comments table tr {
	margin-left: 0px;
}
#comments h3 {
	padding-top: 24px;
}
#comments .submit-com {
	margin-top:10px;
	cursor:pointer;
	background-image: url(../img/submit-com.jpg);
	background-repeat:no-repeat;
	width:121px;
	height:31px;
	border:0;
}
#comments input, #comments textarea {
	border: #CDCDCD solid 1px;
}
.jot-message, .jot-comment{ margin-bottom:10px; padding-bottom:15px; }
