/* 
    Document   : style.css
    Created on : 02.10.2009, 14:07:18
    Author     : Kiselev Artem aka hemantic
*/

body {
	font-family: Tahoma;
	font-size:12px;
	color:#545a67;
	background:url(../img/front-center.jpg) center top repeat-y;
}

a {
	outline: none;
}

div.page {
	position: relative;
	overflow: hidden;
}

#front-wrapper {
	background:url(../img/front-bottom.jpg) center bottom no-repeat;
}

#front {
	background:url(../img/front-top.jpg) center top no-repeat;
}

#logo {
	display:block;
	width:100%;
	height:145px;
	text-indent: -9000px;
}

/*h1 {
	width: 403px;
	height: 145px;
	position: absolute;
	top: 22px;
	right: 166px;
}
*/

.h1{
height:145px;
position:absolute;
right:166px;
top:22px;
width:403px;
}
.column .box {
	width:250px;
	margin-bottom:15px;
	background: url(../img/sidebar-bg.png) left top repeat-y;
}

.column .mainmenu {
	position: relative;
	width:251px;
	background: url(../img/menu-bg.png) left top repeat-y;
}

.column .mainmenu .top-bg {
	position: absolute;
	top: 0px;
	left: 4px;
	width: 7px;
	height: 44px;
	background: url(../img/top-bg.png) no-repeat 0 0;
}

.column .mainmenu .bot-bg {
	position: absolute;
	bottom: 0px;
	left: 4px;
	width: 7px;
	height: 18px;
	background: url(../img/bot-bg.png) no-repeat 0 0;
}

.column .box .bhead {
	background: url(../img/box-bhead.png) left top no-repeat;
	padding-top:6px;
}

.column .box .bfoot {
	background: url(../img/box-bfoot.png) left bottom no-repeat;
	display:block;
	height:6px;
	width:100%;
}

.column .mainmenu .bhead {
	background: url(../img/column-box-bhead.png) left top no-repeat;
	padding-top:6px;
}

.column .mainmenu .bfoot {
	background: url(../img/column-box-bfoot.png) left bottom no-repeat;
	display:block;
	height:6px;
	width:100%;
}

.mainpart {
	width: 730px;
	float: left;
	padding-top:45px;
	position:relative;
}

.mainpart a {
	color:#d0298f;
}

.mainpart .box {
	position: relative;
	background:#f0f4f8 url(../img/main-box-center.png) left top repeat-y;
	width:702px;
	margin: 13px;
}

.mainpart .box .bhead {
	position: relative;
	background: url(../img/main-box-top.png) left top no-repeat;
	padding-top:6px;
	font-size: 1px;
}

.mainpart .box .bhead h2 {
	position: absolute;
	top: -10px;
	left: -12px;
	background: url(../img/event.png) left top no-repeat;
	padding: 15px 0 0 65px;
	height: 55px;
	font-size:14px;
}

.mainpart .box .bhead h1 {
	position: absolute;
	top: -10px;
	left: -12px;
	background: url(../img/event.png) left top no-repeat;
	padding: 15px 0 0 65px;
	height: 55px;
	font-size:14px;
}

.mainpart .box .bhead h2.h2 {
	height: auto;
	padding: 5px 0 5px 26px;
	margin-left: 4px;
	position: static;
	background: url(../img/h2.png) no-repeat 0 50%;
}

.mainpart .box .bhead h1.h2 {
	height: auto;
	padding: 5px 0 5px 26px;
	margin-left: 4px;
	position: static;
	background: url(../img/h2.png) no-repeat 0 50%;
}

.mainpart .box .bfoot {
	background: url(../img/main-box-bot.png) left bottom no-repeat;
	padding-bottom:6px;
	display:block;
	width:100%;
	font-size: 1px;
}

.mainpart .box .lsep, .mainpart .box .rsep {
	position: absolute;
	bottom: -11px;
	width: 9px;
	height: 8px;
	background: url(../img/sep.png) no-repeat 0 0;
}

.mainpart .box .lsep {
	left: -18px;
}

.mainpart .box .rsep {
	right: -18px;
	background-position: -9px 0;
}

.mainpart .box .date {
	position: relative;
	margin: 20px 0 0 53px;
	font-size:11px;
	color:#8e95a9;
}
#nomargin{
	margin:2px 0 0 8px;
}
margin:2px 0 0 8px;
.mainpart .box .chead .date {
	margin: 3px 0 0 0;
	color: #545a67;
}

.mainpart .box .date a {
	text-decoration:none;
	color:#8e95a9;
}

.mainpart .box .date span {
	padding-left: 5px;
	margin-left: 3px;
	border-left: 1px solid #8e95a9;
}

.mainpart .box .date a:hover {
	text-decoration:underline;
}

.mainpart .box .body {
	margin:0 12px;
	padding:15px 0 0;
	overflow:hidden;
}

.mainpart .box p {
	margin-bottom:1em;
}

.comment {
	background:url(../img/comment-bg.png) left bottom no-repeat;
	padding-bottom:11px;
	margin-bottom:12px;
}

/* guest new comment */
div.new-comment.guest .line {
	padding: 0 0 6px;
}

div.new-comment.guest label {
	font-size: 11px;
	font-weight: bold;
	float: none;
}

div.new-comment.guest .userpart {
	width: 200px;
}

div.new-comment.guest .userpart input {
	border: 0;
	padding: 2px;
	margin-left: 3px;
	font: 12px tahoma, sans-serif;
	vertical-align: middle;
	background-color: #b4d2dc;
	color: #111;
}

div.new-comment.guest .userpart img {
	vertical-align: middle;
}

div.new-comment.guest .userpart input.guest-name {
	width: 154px;
	background:url(../img/name-guest.png) right bottom no-repeat;
}

div.new-comment.guest .userpart input.captcha-code {
	width: 44px;
	background:url(../img/code-captcha.png) right bottom no-repeat;
	text-align: center;
}

.chead .photo {
	border:3px solid #a6b1c9;
	float:left;
	margin-right:9px;
	position:relative;
	top:-10px;
}

.chead .date {
	display:block;
	color:#545a67;
}

.chead {
	disaply:block;
	font-size:11px;
	padding-top:10px;
	overflow:hidden;
}

.chead .vcard {
	color:#545a67;
	text-decoration:none;
}

.chead .vcard:hover {
	text-decoration:underline;
}

.list {
	display:block;
	width:402px;
	height:30px;
	line-height: 30px;
	margin:auto;
	background:url(../img/pager.png) top center no-repeat;
	text-align:center;
	font-size:11px;
	font-weight:bold;
}

.list a {
	color:#545a67;
	text-decoration:none;
}

.list a,.list span {
	padding:0 8px;
}

.list span {
	color:#d0298f;
}

.mainmenu .bhead {
	margin-bottom:2px;
}

.mainmenu a {
	font-size: 13px;
	display:block;
	color:#fff;
	text-decoration: none;
}

.mainmenu dt {
	background:url(../img/mainmenu-dt.png) right bottom no-repeat;
}

.mainmenu .last dt {
	background:none;
	padding:0 0 5px 13px;
}

.mainmenu dd {
	background:url(../img/mainmenu-dt.png) left bottom no-repeat;
	padding: 0 20px 0 0;
	display:none;
}

.mainmenu dd a {
	padding:5px 0 6px 52px;
	color: #a8acc0;
}

.mainmenu .expanding dt a {
	background:url(../img/expanding.png) 27px 50% no-repeat;
	padding: 5px 0 5px 52px;
}

.mainmenu dd.active a {
	background:url(../img/mainmenu-active-dd-a.png) left 100% no-repeat;
	color:#ffb5ea;
}

.mainmenu .active dt a {
	position: relative;
	left: -12px;
	background:url(../img/mainmenu-active-dt-a.png) left center no-repeat;
	padding: 5px 0 5px 64px;
	color:#fff;
}

.mainmenu dt a {
	background:url(../img/mainmenu-dt-a.png) 11px 8px no-repeat;
	padding: 5px 0 5px 65px;
}

div.search {
	width: 225px;
	position: absolute;
	top: 214px;
	right: 18px;
}

#column-search-input {
	width:175px;
	margin:0 5px 0 4px;
	background:none;
	border:none;
	font-size: 11px;
	color:#363b46;
}

#column-search-submit {
	width: 30px;
	background:none;
	border:none;
	cursor:pointer;
}

.gallery {
	text-align:center;
}

.gallery img {
	border:3px solid #d4c79b;
	display:block;
	margin:auto;
	margin-top:10px;
}

.gallery span {
	display:block;
	width:190px;
	margin:auto;
	padding:9px 0 10px 0;
}

ul.project-list {
	width:230px;
	overflow:hidden;
	margin-left:21px;
}

ul.project-list li {
	display:block;
	float:left;
	padding-right:0;
	
	background:none;
	margin-right:8px;
}

ul.project-list li a {
	background:none;
	display:block;
	padding:0;
	
	border:1px solid #9b8e62;
	margin-bottom:6px;
}

ul.project-list li a img {
	display:block;
}

ul.project-list li a:hover {
	background:none;
	border:1px solid #af2731;
}

.projects-heading {
	display:block;
	width:100%;
	height:49px;
	background:url(../img/projects-heading.png) center top no-repeat;
	margin-bottom:7px;
}

.column .bannerplace {
	text-align: center;
	font-size: 1px;
}

.counters {
	margin:4px 20px;
}

.counters td {
	padding: 5px 0;
	width:112px;
	text-align:center;
}

.midbanner {
	display:block;
	text-align:center;
	background:url(../img/midbanner.png) center center no-repeat;
}

.topbanner {
	padding: 0;
}

.column_unit_banner_300 {
	float:left;
	margin-right:13px;
	margin-top:5px;
}

.mainpart .ranklist .bcontent {
	margin:0 12px;
	padding:2px 0;
}

.ranklist .bcontent, .newsbox_unit_c{
	overflow:hidden;
}

.ranklist ul {
	list-style-type:none;
}

.banner_300_newsbox {
	background:url(../img/aion.png) center center no-repeat;
}

.ranklist li {
	padding-top:10px;
	display:block;
}
.ranklist li a {
	background:transparent url(../img/red-dot.png) no-repeat scroll left 4px;
	padding-left:16px;
	color:#545a67;
}

.ranklist li a:hover {
	color:#d0298f;
}

.column_unit_banner_head {
	display:none;
}

.userbar {
	width:272px;
	height:80px;
	background:url(../img/userbar.png) center center no-repeat;
	position:relative;
	left:-4px;
	font-size:11px;
}

.userbar span {
	display:block;
	padding:14px 0 0 17px;
}

.userbar span a {
	color:#b30000;
	text-decoration:none;
}

.userbar span a:hover {
	text-decoration:underline;
}

.userbar .logout {
	display:block;
	width:34px;
	height:24px;
	position:absolute;
	right:10px;
	top:9px;
}

.userbar div {
	display:block;
	text-align:center;
	margin-top:16px;
	color:#745f4c;
}

.userbar div a {
	font-weight:bold;
	color:#745f4c;
	text-decoration:none;
}

.userbar div a:hover {
	color:#b30000
}

.loginbar {
	display:block;
	width:400px;
	position:absolute;
	left: 300px;
	top: 216px;
	font-size:11px;
	text-align: left;
}

.loginbar input {
	width: 96px;
	margin-right: 12px;
	border:none;
	background:none;
	color:#363b46;
	font: 11px tahoma, sans-serif;
}

.loginbar label {
	margin-left: 2px;
	color:#363b46;
}

#login-submit {
	width:54px;
	position: absolute;
	right: 10px;
	margin:0 0 0 8px;
	padding:0;
	cursor:pointer;
	border:none;
	background:none;
}

#remember_me {
	width: auto;
	margin: 0 0 0 4px;
	vertical-align: -3px;
}

.remember {
	position: absolute;
	right: 75px;
}

.login-links {
	position: absolute;
	right: -42px;
	top: -31px;
	display:block;
	font-size: 10px;
	text-transform: uppercase;
}

.login-links a {
	color:#593f26;
	text-decoration: none;
}

.login-links span.reg {
	padding-right: 28px;
	margin-right: 20px;
	background: url(../img/links-separator.png) no-repeat 100% 50%;
}

.userpart {
	display:block;
	width:171px;
	float:left;
}

.userpart .chead {
	background:url(../img/comment-bg.png) left bottom no-repeat;
}

.userpart .rules {
	font-size:11px;
	margin-top:7px;
}

.ctext {
	width:470px;
	height: 100px;
	display:block;
	background:url(../img/textarea.png) 0 0 no-repeat;
	float:right;
}

.ctext textarea {
	background:transparent;
	display:block;
	border: 0;
	width:454px;
	height: 90px;
	padding:5px 8px;
	font: 12px tahoma, sans-serif;
}

.buttons {
	padding: 5px 0;
	clear:both;
	text-align:right;
}

.buttons .submit {
	border: 0;
	width:72px;
	height:21px;
	font: 11px tahoma ,sans-serif;
	background: url(../img/submit.png) no-repeat 0 0;
	cursor:pointer;
}

#thing {
	display:block;
	width:86px;
	height:432px;
	position:absolute;
	background:url(../img/thing.png) 0 0 no-repeat;
	left:228px;
	top:96px;
	z-index:100;
}

.slides {
	overflow:hidden;
	width:604px;
	margin-bottom:20px;
}

.slides .slides-wrapper {
	width:620px;
}

.slides img {
	border:3px solid #d4c79b;
	float:left;
	margin-right:14px;
}

.page-footer {
	color:#aaafbd;
	font-size:11px;
	position:absolute;
	width: 100%;
	text-align: center;
	bottom: 20px;
	left: 0;
	clear: both;
}

.page-footer p {
	margin-left: 260px;
}

.mainpart .notd .bhead h2 {
	background:none;
	margin-left:15px;
	margin-top:35px;
}

.mainpart .notd .bhead h1 {
	background:none;
	margin-left:15px;
	margin-top:35px;
}

.mainpart .notd .body {
	margin:0 45px 0 35px;
}

.mainpart .notd .date {
	margin-left:35px;
}

.mainpart .notd .bfoot {
	background:transparent url(../img/main-box-bot.png) no-repeat scroll 15px bottom;
}

.beast {
	position: absolute;
	left: -35px;
	bottom: -290px;
	width: 300px;
	height: 359px;
	background: url(../img/beast.png) no-repeat 0 0;
}

#notd-heading {
	display:block;
	height:54px;
	background:url(../img/notd-head-icon.png) left center no-repeat;
	position:absolute;
	top:7px;
	left:-10px;
	z-index:100;
}

#notd-heading span {
	margin:8px 0 0 53px;
	color:#593f26;
	font-size:29px;
	display:block;
	font-family:"Times New Roman";
}
.session{
margin-left:210px;
margin-bottom:2px;
}

