html, body
{
    background: url(../img/pagebg.gif) left top repeat;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: Verdana;
    position: relative;
}

.page-container
{
	padding: 110px 0;
}

.page
{
	background: #fff;
	border: 10px solid #fff;
    width: 1000px;
	margin: 0 auto;
}

img
{
    border: 0;
}

input, textarea, select
{
	border:1px solid #999;
    outline-style: none;
    resize: none;
}

a
{
    color: #9e0f08;
    font-family: Tahoma;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

.float-left
{
    float: left;
}
.float-right
{
    float: right;
}
.clear
{
    clear: both;
}
.hidden
{
    display: none;
}
.floatcontainer
{
	overflow: hidden;
	zoom: 1;
}

/*
	header
*/

.headercontainer
{
	background: url(../img/headerbg.gif) left top repeat-x;
	padding: 20px 0 0 10px;
}

.headertitle
{
	background: #9e0f09;
	width: 425px;
	padding: 25px 10px;
}

.headertitle a
{
	color: #fff;
	font-family: georgia;
	font-weight: bold;
	font-size: 25px;
	text-decoration: none;
}

.headersubtitle
{
	background: #211d1e;
	color: #fff;
	font-family: verdana;
	font-size: 11pt;
	width: 620px;
	padding: 8px 10px;
	margin: 20px 0;
}

.headericon
{
	float: right;
	margin: 0 20px 0 0;
}

/*
	menu
*/

.menucontainer
{
	background: #fff;
	border-top: 1px dotted #a9a8ad;
	border-bottom: 1px dotted #a9a8ad;
}

* html .menucontainer
{
	padding: 0 0 10px 0;
}

ul.menu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.menu li
{
	display: block;
	float: left;
	margin: 10px 10px 10px 0;
}

ul.menu li a
{
	background: #dcdcdc;
	color: #211d1e;
	display: block;
	font-family: georgia;
	font-style: italic;
	font-size: 11pt;
	text-decoration: none;
	padding: 7px;
}

ul.menu li a:hover
{
	background: #9e0f09;
	color: #fff;
}

ul.menu li.active a
{
	background: #9e0f09;
	color: #fff;
}

ul.menu li a.disabled
{
	color: #999;
}

/*
	content
*/
.contentcontainer
{
	overflow: hidden;
	zoom: 1;
}

.contentcontainer h3,
.contentcontainer h2,
.contentcontainer h1
{
	font-size: 14pt;
}

.contentcontainer p
{
	font-size: 11pt;
	line-height: 20px;
}

/*
	news
*/
ul.news
{
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}

ul.news li p
{
	line-height: 20px;
	margin: 0;
	padding: 0;
}

ul.news li
{
	padding: 0 0 35px 0;
}

ul.news li ul li
{
	padding: 0;
}

ul.news li.title
{
	padding: 0 0 5px 0;
}

ul.news li.title a,
ul.news li .newstitle a
{
	color: #211d1e;
	font-size: 13pt;
	font-weight: bold;
}

ul.news li.date,
ul.news li .newsdate
{
	font-size: 10pt;
	padding: 0 0 10px 0;
}

ul.news li.date,
.newsdate
{
	font-size: 9pt;
}

/*
	footer
*/
.footercontainer
{
	border-top: 1px dotted #a9a8ad;
	margin: 30px 0 0 0;
	position: relative;
}

.footercontainer div
{
	font-family: verdana;
	font-size: 11pt;
	padding: 10px 0 10px 5px;
}

.footercontainer a
{
	color: #9e0f08;
}

/*
	pagination
*/
.pagination
{
	padding: 20px 0;
	text-align: center;
}

.pagination a
{
	font-size: 10pt;
	margin: 0 5px;
}

.pagination a.active
{
	font-size: 14pt;
	text-decoration: none;
}

/*
	category
*/
p.categorylist
{
	color: #211d1e;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}

ul.categorylist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.categorylist li
{
	line-height: 18px;
	margin: 0 0 15px 0;
}

ul.categorylist li a
{
	color:#211d1e;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

ul.categorylist li a:hover
{
	text-decoration: underline;
}

/*
	Gallery
*/

ul.gallery
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.gallery li 
{
	display: inline-block;
	*display: inline;
	_overflow: hidden;
	zoom: 1;
	vertical-align: top;
	width: 235px;
	margin: 0 15px 15px 0;
}

ul.gallery li img
{
	border: 1px solid #ccc;
	padding: 1px;
}

ul.gallery li  a
{
	font-size: 15pt;
}

ul.gallery li div
{
	padding: 0 0 0 5px;
}

ul.gallery li .gallerypic
{
/*	background: url(http://prihod.ru/img/picborder.jpg) left top no-repeat;*/
	height: 175px;
	width: 235px;
	margin: 0 0 10px 0;
	padding: 5px 0 0 10px !important;
}

a.backtoalbums
{
	font-size: 9pt;
	margin: 0 0 0 20px;
}

ul.gallerycomments
{
	list-style-type: none;
	margin: 20px 0 20px 0;
	padding: 0;
}

ul.gallerycomments li
{
	margin: 0 0 30px 0;
}

ul.gallerycomments li .sender
{
	font-size: 12pt;
}

ul.gallerycomments li .creationdate
{
	font-size: 9pt;
}

ul.gallerycomments li .comment
{
	font-size: 10pt;
	padding: 10px 0 0 0;
}

/*
	Auth form
*/
.authredcolor
{
	color:#f01b1b !important;
}

.authform
{
	padding: 0 0 30px 0;
}

.authform a
{
	font-size: 9pt;
}

.authformtitle
{
	font-size: 11pt;
	font-weight: bold;
	padding: 10px 0;
}

.authtitle
{
	font-size: 10pt;
	padding: 0 0 3px 0;
}

.authinput
{
	padding: 0 0 10px 0;
}

.authsubmit
{
	padding: 20px 0 0 0;
}

.authsubmit a
{
	margin: 0 0 0 25px;
}

.authinput.long input
{
	width: 300px;
}

.authinput.long textarea
{
	height: 200px;
	width: 300px;
}

.authinput.verylong textarea
{
	height: 200px;
	width: 98%;
}

.autherror
{
	color: #b00;
	font-size: 10pt;
	margin: 0 0 0 20px;
}

.autherror.nomargin
{
	margin: 0;
}

/*
	Forum
*/
.forumstats
{
	font-size: 10pt;
	line-height: 20px;
}

table.ft
{
	border-collapse: collapse;
	width: 100%;
}

table.ft tr.header td
{
	font-weight: bold;
}

table.ft td
{
	border: 1px solid #333;
	font-size: 10pt;
	line-height: 17px;
	padding: 10px;
	vertical-align: top;
}

table.ft.guestusers td
{
	padding: 3px 10px;
	vertical-align: middle;
}

table.ft span.ftlogin
{
	font-size: 11pt;
	font-weight: bold;
}

table.ft span.ftlogininfo
{
	font-size: 8pt;
}

table.ft span.ftmessagedate
{
	font-size: 8pt;
}

.linkred
{
	color: #c01b1b !important;
}

.linkgreen
{
	color: #3b900f !important;
}

.hidden
{
	display: none;
}

.editbox 
{
	border: 1px dashed #ccc;
	margin: 10px 10px 0 0;
	padding: 10px;
}

.editbox textarea
{
	height: 100px;
	width: 90%;
}

div.ajax
{
	z-index: 2000;
	display: none;
	position: absolute;
	width: 16px;
	height: 16px;
}

.forumleftcol
{
	float: left;
	width: 200px;
	padding: 0 20px 0 0;
}

.forumrightcol
{
	float: left;
	width: 650px;
}

#link-show-mark
{
	left: 50% !important;
	top: 12px !important;
	margin-left: 290px !important;
}