html, body {	
	background:#1d1f21;
	color: #AEB7B7;
	font-family:arial;
	width:100%;
	height:100%;
	line-height: 1;
	position:relative;
	padding:0;
	margin:0;
}

a { text-decoration:underline; }
a:hover { text-decoration:none; }

h2 {
	color:#617272;
	font-family:georgia;
	font-size:24px;
	margin:40px 0 25px 0;
}

img {
}

input, textarea {
	border:1px solid #999;
	outline-style:none;
	resize:none;
}

/* **************************************
Page styles
 ***************************************/

.page-container {
	min-height:100%;
    _height:100%;
}
 
.page {
	width:100%;
	min-width:1000px;
	margin:0;
	padding-bottom:120px;
	overflow:hidden;
}

/* **************************************
Page top
 ***************************************/
.page-top {
	width:1000px;
	height:330px;
	margin:0 auto;
}
 
.logo {
	background:url(../img/logo.jpg) left top no-repeat;
	float:left;
	width:272px;
	height:329px;
}

.logo p {
	color:#e29547;
	font-family:tahoma;
	font-size:11px;
	line-height:15px;
	text-align:center;
	margin:5px 0 0 0;
}

.logo div {
	color:#e29547;
	font-size:16px;
	padding:250px 0 0 0;
	text-align:center;
}

.logo div a 
{
	color:#e29547;
	font-size:16px;
	text-decoration: none;
}

.church {
/*	border:8px solid #384444; */
	float:right;
/*	width:653px;
	height:261px;*/
	margin:20px 30px 0 0;
}
* html .church {
	display:inline;
}

.church.noborder {
	border: 0;
}

.church div {
	color:#3a3c3d;
	font-size:12px;
	line-height:15px;
	padding:60px 15px 0 360px;
}

/* **************************************
Menu
 ***************************************/

.menu {
	background:url(../img/bg_menu.gif) left top repeat-x;
	width:100%;
	height:53px;
} 

.menu div {
	width:1000px;
	margin:0 auto;
}

.menu ul {
	font-family:tahoma;
	list-style-type:none;
	padding:0;
	margin:0;
}

.menu ul li {
/*	background:url(../img/dot.gif) left center no-repeat;*/
	color:#d99149;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin:0 0 0 30px;
	padding:5px 0 0 30px;
}
/*
.menu ul li.first {
	background:0;
	margin:0;
	padding:0;
}
*/
.menu a {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	margin:0;
	text-decoration:none;
}
.menu a:hover {color:#e29547;}

.menu a.disabled
{
	color: #555;
}

/* **************************************
Content
 ***************************************/
 
.content {
	width:1000px;
	margin:0 auto 50px auto;
/*	overflow:hidden; */
}

.right-col {
	margin:0 20px;
}

.right-col p {
	color:#eee;
	font-size:14px;
	line-height:24px;
}

.right-col li {
	color:#aeb7b7;
	font-size:12px;
	line-height:20px;
}

.right-col a {
	color:#cc8946;
	font-size:12px;
}

.right-col table td {
	color:#aeb7b7;
	font-size:12px;
	height:40px;
}

.right-col .item .date {
	color:#617272;
	font-size:14px;
	font-weight:bold;	
	margin:25px 0 0 0;
}

.item .cont p {
	margin:10px 0;
}

/* **************************************
News
 ***************************************/
 
ul.news  {
	font-family:georgia;
	list-style-type:none;
	margin:0;
	padding:0 30px 0 0;
}

ul.news li {
	color:#aeb7b7;
	font-size:12px;
	line-height:16px;
	margin:0 0 10px 0;
}

ul.news li.title {
	color:#d99149;
	font-size:18px;
	font-weight:bold;
	margin:0 0 5px 0;
}

ul.news li.date {
	color:#d99149;
	font-size:14px;
}

ul.news li.date span {
	color:#617272;
}

ul.news li.link-all {
	margin:40px 0 0 0;
}

ul.news li.link-all a {
	color:#cc8946;
	font-size:12px;
}

ul.news li.line {
	background:url(../img/hr.gif) left center repeat-x;
	height:20px;
}

.newsdate
{
	font-size: 9pt;
}

/***************************************
Download files
 ***************************************/
p.download-files {
	font-weight:bold;
	margin-top:30px;
}

ul.download-files li {
	line-height:20px;
}

/* **************************************
Footer
 ***************************************/

.footer {
	background:url(../img/bg_footer.gif) left top repeat-x;
	width:100%;
	height:120px;
	margin:-121px 0 0 0;
	padding:0;
    position:relative;
}

.footer div {
	color:#aeb7b7;
	font-size:12px;
	text-align:center;
	padding:60px 0 0 0;
}

.footer a {
	color:#cc8946;
	font-size:12px;
}

/*
	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: #d99149;
	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:#d99149;
	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 0px !important;
}

ul.gallery li .gallerypic img
{
	border: 1px solid #fff;
}

span.photosdescr
{
	color: #aeb7b7;
}

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: 700px;
}

#link-show-mark
{
	top: 15px !important;
	left: 50% !important;
	margin-left: -90px !important;
}