/**
 * Ну что,  много нового?
 */
html,body{margin: 0; padding: 0;height: 100%;}
a {color: #454D9F;padding: 3px;}

a:hover {
    background-color: #616BDF;
    color: #FFF;
}

#main-menu {
	margin: 19px 0 0 0px;
	padding: 0;
	list-style: none;
	//clear: both;
	}
	
#main-menu li {
	display: inline-block;
	_display: block;
	_float: left;
	_margin-right: 4px;
	}

#main-menu a {
	display: inline-block;
	height: 24px;
	padding: 3px 8px;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	}

#paginator {
	height: 30px;
	display: block;
	padding-bottom: 20px;
	margin-bottom: 0;
	margin-left: 10px;
}

#paginator a, #paginator span {
	background-color: #FFF;
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	padding: 3px;
	text-align: center;
	border: 1px solid #EAEAEA;
	margin-right: 2px;
	text-decoration: none;
	font-size: 13px;
	line-height:1.5em;
}

#paginator a:hover {
    background-color: #616BDF;
}

#paginator a.last{
	width: 60px;
}

h1,h2,h3,h4,h5,h6 {
    color: #454D9F;
    font-weight: normal
}

input input.small {
	width: 300px;
}

input.txt {
	font-size:36px;
	height:40px;
	width:600px;
}


fieldset {width: 610px;}

label {
	display:block; 
	margin-right: 4px;
}

label.ta-l {width: auto; margin-top: 9px;}

.red {color:red;}

.inp-row {
    clear:both;
    margin-bottom: 4px;
}

textarea {
    width: 600px;
    height: 100px;
}

input.smb, input.cbx {
    width: auto;
	display: block; float: left;
}

div.submit-div {
	margin: 8px 0 16px;
}

input.cbx {
	margin-left: 0;
	margin-right: 4px;
}

input#pidor {
	display: block; float: left;
}

body {
    font-family: Verdana, Tahoma, Arial, sans-serif;
}

#post-list, #comments-list {
	margin: 0; padding:0;
	list-style: none;
	}

#post-list li {	margin: 0 0 40px 0; padding: 10px;}
#post-list li.odd { background-color: #BCDEFF; }
#post-list li.even { background-color: #EFEFEF; }

#post-list .post-title {
	font-size: 24px;
}

#comments-list li {
	margin: 0 0 20px 0; padding: 10px;
	border: solid 1px #eaeaea;
	font-size:13px;
	background-color: #FFF;
	}
#comments-list li small{
	font-size:11px;
	}

DT {
    font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, sans-serif
    }

div.li {
	position: absolute;
	top: -100px;
}

a.schechik {
	display: block;
	float: left;
	margin: 0 20px 0 0;
}

.header-wrapper {
    height: 108px;
	border-bottom: 1px solid #777;
	background-color: #EAEAEA;
}

.odmin {
    height: 88px;
	_overflow-y: hidden;
    padding: 20px 0px 0px;
	width: 1000px;
	margin: 0 auto;
}

.odmin h1 {
	display:block;
	font-size:24px;
	height:39px;
	margin:0;
}

.wrapper {
	/* background: transparent url('/img/all-your-base-are-belong-to-us.jpg'); */
	background: transparent url('/img/goose.png');
	/* height: 100%;
	margin-bottom: 100px;
	display: table; */
}
.wrapper:after{
	display: block;
	clear: both;
	}

.padval{
	/* margin-top: -100px;*/
    height: 50px;
    background-color: #EAEAEA;
    padding: 20px 20px 0px;
	border-top: 1px solid #777;
    }

.content {
    margin: 20px auto 0px;
	/* padding: 20px 20px 50px; */
	width: 1000px;
	/* background-color: #FFF; */
}

.post {
	padding: 20px;
	background-color: #FFF;
}

.post h1{
	margin-top: 0px;
}

.comments-wrapper {
	padding: 20px;
	background-color: #FFF;
}

.px20 {
	height: 20px;
}

.pseudo {
	border-bottom: dashed 1px #454D9F;
	cursor: pointer;
	//cursor: hand;
	display: inline-block;
	margin: 10px 0;
	_display: block;
	_float: left;
}

#cam_form {
	display: none;
	clear: both;
}

#cam_form fieldset {
	clear: both;
}

div.label {
	clear: both;
}

#comment-img , .inp-row {
	clear: both;
}

.hidden {
	display: none;
}

DL {
    border-bottom: 2px solid #454D9F;
    padding-bottom: 16px;
}

DT {
    font-size: 26px;
}

DD {
	margin-left: 0;
	}

div.comm-title {
	background-color: #EAEAEA;
	font-weight: bold;
	padding: 5px;
	height: 24px;
}

.date-for-dummies {
	cursor: pointer;
	border-bottom: dashed 1px #454D9F;
	color: #454D9F;
	//cursor: hand;
}

span.kakcha { font-size: 12px; }
div.kakcha { padding-top: 8px; }
div.kakcha input { position: relative; top: -7px; width: 30px; }

