html, body
{
    background: #fdfdfd;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #595959;
    font-family: Trebuchet MS, Arial;
    position: relative;
}

img
{
    border: 0;
}

input, textarea, select
{
	border:1px solid #999;
    outline-style: none;
    resize: none;
}

a
{
    color: #001345;
    font-family: Trebuchet MS, Arial;
    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;
}

.page
{
	background: url(../img/contentbg.jpg) 0px 275px repeat-y;
	width: 1010px;
	margin: 0 auto;
}

.pagecols
{
	background: url(../img/headerbg.jpg) left top no-repeat;
	position: relative;
	overflow: hidden;
	zoom: 1;
}

.pageleftcol
{
	float: left;
	width: 290px;
	padding: 230px 0 0 0;
}

.pagerightcol
{
	float: left;
	padding: 280px 0 0 0;
}

/****************************************
page header
****************************************/
.pagetitle
{
	width: 280px;
	position: absolute;
	left: 30px;
	top: 15px;
}

.prihodeparhia
{
	font-size: 11pt;
}

.prihodtitle a
{
	color: #595959;
	font-size: 18pt;
	text-decoration: none;
}

.prihodpic
{
	height: 241px;
	width: 621px;
	position: absolute;
	left: 359px;
	top: 0px;
	text-align: center;
}

/****************************************
menu
****************************************/
.menu
{
	padding: 50px 0 35px 24px;
}

.menu ul 
{
	background: url(../img/menubg.jpg) left top repeat-y;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu ul li
{
	background: url(../img/menul.jpg) 17px bottom no-repeat;
	width: 238px;
	padding: 6px 0 10px 17px;
}

.menu ul li.last
{
	background: 0;
}

.menu ul li.topbg,
.menu ul li.botbg
{
	background: url(../img/menut.jpg) left top no-repeat;
	font-size: 1px;
	height: 17px;
	width: 255px;
	line-height: 17px;
	padding: 0;
}

.menu ul li.botbg
{
	background: url(../img/menub.jpg) left top no-repeat;
}

.menu ul li a
{
	color: #fff;
	display: block;
	font-size: 11pt;
	padding: 0 0 0 15px;
}

.menu ul li a:hover
{
	color: #c3e7ff;
}

.menu ul li.active a
{
	background: url(../img/menuact.jpg) 0px 6px no-repeat;
	color: #c3e7ff;
	text-decoration: none;
}

/****************************************
news
****************************************/
.news
{
	padding: 0 0 60px 24px;
}

.newsheader
{
	color: #454545;
	font-size: 21pt;
	padding: 0 0 15px 32px;
}

ul.news, 
.news ul 
{
	list-style-type: none;
	margin: 0 30px 0 32px;
	padding: 0;
}

ul.news
{
	margin-left: 0;
}

ul.news li,
.news ul li
{
	padding: 0 0 40px 0;
}

ul.news li.title
{
	padding: 0 0 5px;
}

ul.news li.date
{
	padding: 0;
}

.news ul li.newslink a
{
	font-size: 9pt;
}

ul.news li,
.newsdate,
.newstext
{
	color: #454545;
	font-size: 9pt;
}

.newstitle
{
	padding: 0 0 20px 0;
}

ul.news li.title a,
.newstitle a
{
	font-size: 11pt;
}

/****************************************
content body
****************************************/
.contentbody
{
	background: url(../img/contentbodybg.jpg) left top no-repeat;
	background-color: #fff;
	width: 662px;
	min-height: 330px;
	padding: 5px 15px 10px 15px;
	/*float:right;*/
}

.contentbody p
{
	font-size: 10pt;
	line-height: 20px;
}

.contentbodyfooter
{
	background: url(../img/contentbodyfooterbg.jpg) left top no-repeat;
	height: 17px;
	width: 692px;
}

/****************************************
footer
****************************************/
.footer
{
	background: url(../img/footerbg.jpg) left top no-repeat;
	color: #454545;
	font-family: georgia;
	font-size: 9pt;
	height: 73px;
	width: 1010px;
	margin: 0 auto;
	position: relative;
}

.footer a
{
	color: #454545;
	font-family: georgia;
	font-size: 9pt;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

.footer div
{
	padding: 23px 28px 0 0;
	text-align: right;
}

/*
	pagination
*/
.pagination
{
	padding: 0 0 30px 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: #001345;
	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:#001345;
	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  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;
}

ul.gallery li .gallerypic img
{
	border: 1px solid #ccc;
	padding: 1px;
}

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;
}

.pageleftcol .authform
{
	padding-left: 55px;
}

.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;
}

#link-show-mark 
{
	left: 40px !important;
	top: 20px !important;
}