/*
 Author: Boris Biserov Delev
 Date: 2009.02.27
 
 Legend:
 	[1] Global
	[2] Master elements
		- wrapper
	[3] Pages elements
*/


/*
 * Global
 */
body, html {
	height: 100.08%;
	background: #fef5e9 url(../images/bg-body.jpg) repeat-x center top;
	font: 11px Tahoma, Verdana, Arial,"Times New Roman", sans-serif;
	color: #616161;
	min-height: 100.08%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #92479f;
}

input,
textarea,
button {
	font-size: 11px;
}

a {
	color: #555;	
}

.clear {
	clear: both;
}

.hide {
	display: none;	
}


/*
 * Master elements
 */
 
#outer {
	background: url(../images/bg-top.jpg) repeat-x center top;	
	position: relative;
	min-height: 100%;
} 
 
#wrapper {
	width: 995px;
	margin: 0px auto;
	position: relative;
	padding-bottom:133px;
}

#header {
	height: 290px;
}

	#logo {
		display: block;
		height: 185px;
		width: 165px;
		background: url(../images/logo.png) no-repeat center top;
		position: absolute;
		z-index: 50;
		margin-left: 40px;
	} 
	#logo a {
		display: block;
		height: 185px;
		width: 165px;
		text-indent: -9999px;		
	}

	#frame {
		display: block;
		background: url(../images/bg-header.png) no-repeat center top;
		height: 290px;
		position: absolute;
		z-index: 10;
		width: 995px;
	}
	
	#header-image {
		padding-top: 10px;
		height: 270px;
		margin: 0px auto;
		width: 980px;
		zoom: 1;
		text-align: center;
	}
	
		#header-image img {
			margin: 0 auto;
		}
	
	#menu {
		height: 30px;
		width: 995px;
		position: absolute;
		z-index: 30;
		margin-top: 260px;
	}
	
		#menu ul {
			margin: 0px 50px 0px 50px;
		}
		
			#menu ul li {
				float: left;
				line-height: 30px;
				padding-right: 10px;
				padding-left: 10px;
				background: url(../images/menu-divider.gif) no-repeat right center;
			}
			
			#menu ul li.first {
				padding-left: 0px;
			}
			
			#menu ul li.last {
				padding-right: 0px;
				background: none;
			}
		
		#menu a {
			color: white;
			font-size: 12px;
			font-weight: bold;
			font-family: Georgia;
			text-decoration: none;
		}
		
		#menu a.selected, #menu a:hover {
			color: #e1bf62;
		}

#container {
	width: 980px;
	margin: 15px auto 35px auto;
	overflow: hidden;
	min-height: 500px;
}

	#container.home {
		margin: 35px auto 15px auto;
	}

	#container.full #content {
		width: 100%;
	}

	#container.left #content {
		float: left;
		width: 700px;
	}
	
	#container.left #sidebar {
		width: 230px;
		display: inline;
		float: left;
		margin-right: 20px;
		padding-right: 30px;
		min-height: 670px;
		background: url(../images/vertical-divider.png) no-repeat right top;
	}
	
	#container.right #content {
		float: left;
		width: 630px;
	}
	
	#container.right #sidebar {
		width: 300px;
		display:inline;
		float:right;
		margin-left: 20px;
		padding-left: 30px;
		min-height: 670px;
		background: url(../images/vertical-divider.png) no-repeat left top;
	}

	#breadcrumbs {
		margin-bottom: 15px;
	}
	
		#breadcrumbs p {
			font-family: Tahoma;
			font-size: 10px;
			font-weight: bold;
			padding-left: 23px;
		}
		
			#breadcrumbs p a {
				font-weight: normal;
				text-decoration: underline;
			}
			
			#breadcrumbs p a:hover {
				text-decoration: none;
			}
	
#footer {
	height: 133px;
	background: url(../images/bg-footer.jpg) repeat-x center top;
	color: white;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

	#footer #links {
		width: 995px;
		margin: 0px auto;
		position: relative;		
		line-height: 20px;
		height: 20px;
		padding-top: 50px;
	}
	
		#footer #links a, #footer #links a:hover {
			color: white;
			text-decoration: underline;
		}
		
		#footer #links a:hover {
			text-decoration: none;
		}
		
		#footer #links #copyright {
			display: block;
			float: left;
		}
		
		#footer #links address {
			display: block;
			float: right;
		}

/*
 * Page elements
 */

h2.fixpng {
	background: url(../images/header-bullet.png) no-repeat left center;
	padding-left: 35px;
	color: #92479f;
	font-size: 22px;
	font-style: italic;
	font-family: Georgia;	
	margin-bottom: 15px;
}

#sidebar .box {
	margin-bottom: 25px;
}

	#sidebar .box a{
		text-decoration: none;
	}
	
	#sidebar .box a:hover{
		text-decoration: underline;
	}

#sidebar .box.divider {
	background: url(../images/box-divider.png) no-repeat center bottom;
}
		#sidebar .box ul li {
			font-family: Goergia;
			font-size: 14px;
			background: url(../images/list-divider.gif) no-repeat center bottom;
			line-height: 30px;
		}
		
		#sidebar .box ul li.last {
			background: none;
		}
		
			#sidebar .box ul li a.selected {
				color: #92479f;
			}
		
			#sidebar .box ul li span {
				display: block;
				background: url(../images/list-bullet.gif) no-repeat 5px center;
				padding-left: 20px;
			}

#sidebar #parish_list {
	background: url(../images/icon-pdf.png) no-repeat left top;
	padding: 10px 0 5px 65px;
	line-height: 16px;
	font-family: Georgia;
}

#sidebar #parish_list strong {
	display: block;
	font-weight: bold;
}

.accent {
	background: url(../images/accent-divider.png) no-repeat center bottom;
	padding-bottom: 20px;
}

	.accent blockquote {
		background: url(../images/cross-jesus.png) no-repeat left center;
		padding-left: 90px;	
		min-height:	160px;
	}
	
	.accent blockquote h2 {
		font-style: italic;
		font-family: Verdana;
		font-size: 13px;
		font-weight: bold;
		color: #92479f;
		line-height: 24px;
	}
	
	.accent p {
		margin-top: 25px;
		font-size: 13px;
		line-height: 16px;
	}
	
		.accent p a {
			text-decoration: underline;
		}
		
		.accent p a:hover {
			text-decoration: none;
		}

.listing ul {
	position: relative;
	margin-bottom: 20px;
}
	
	.listing ul li {
		overflow: hidden;
		margin-bottom: 20px;
	}
	
	.listing ul li.last {
		margin-bottom: 0px;
	}

		.listing ul li span {
			background: url(../images/list-image-pad.gif) no-repeat center center;
			display: block;
			float: left;
			width: 221px;
			height: 115px;
			margin-right: 20px;
		}
		
			.listing ul  li span img {
				margin:10px 0px 0px 10px;
			}
			
		.listing ul  li div em {
			font-family: Tahoma;
			font-size: 10px;
			color: #5c5954;
		}
		
		.listing ul  li div h3 {
			font-family: Georgia;
			font-size: 16px;
			font-weight: bold;
			color: #92479f;
			margin-bottom: 15px;
		}
		
			.listing ul  li div h3  a {
				text-decoration: none;
				color: #92479f;
			}
			
			.listing ul  li div h3  a:hover {
				text-decoration: underline;
			}
			
		.listing ul  li div p {
			font-size: 12px;
			line-height: 15px;
		}
		
.albums-list {
	overflow: hidden;
}		
		
.albums-list ul {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
	
	.albums-list ul li {
		float: left;
		width: 163px;
		margin-bottom: 20px;
		margin-left: 15px;
	}
	
	.albums-list ul li.first {
		clear: both;
		margin-left: 0px;
	}

		.albums-list ul li span {
			background: url(../images/album-list-pad.png) no-repeat center center;
			display: block;
			float: left;
			width: 163px;
			height: 118px;
			margin-bottom: 10px;
		}	

			.albums-list ul li span	img {
				border: 0px;
				padding: 3px 0px 0px 3px;
			}

		.albums-list ul li em {
			font-family: Georgia;
			font-size: 11px;
			font-weight: bold;
			color: #5c5954;
			margin-bottom: 5px;		
			display: block;
		}
			
		.albums-list ul li h3 {
			font-family: Georgia;
			font-size: 12px;
			font-weight: bold;
		}
		
		.albums-list ul li a, .albums-list ul  li a:hover {
			color: #92479F;
			text-decoration: none;
		}
		
		.albums-list ul li a:hover {
			text-decoration: underline;
		}
		
.album {
	overflow: hidden;
}		
		
.album ul {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

	.album ul  li {
		float: left;
		width: 218px;
		margin-bottom: 20px;
		margin-left: 20px;
	}
	
	.album ul  li.first {
		clear: both;
		margin-left: 0px;
	}

		.album ul  li span {
			background: url(../images/album-image-pad.png) no-repeat center center;
			display: block;
			float: left;
			width: 218px;
			height: 158px;
		}	

			.album ul  li span img {
				border: 0px;
				padding: 3px 0px 0px 3px;
			}		
		
#paging {
	float: right;
	margin-right: 20px;
}

	#paging a {
		margin-left: 4px;
	}

	#paging a.active {
		color: #92479f;
	}

.text .gallery {
	float: left;
	width: 285px;
	margin: 0px 20px 0px 0px;
}	

	.text .gallery ul {
		padding: 0px;
	}

		.text .gallery  ul li {
			background: url(../images/image-pad.png) no-repeat center center;
			width:285px;
			height: 206px;
			margin-bottom: 20px;	
			padding: 0px;
		}	
		
			.text .gallery  ul li img {
				padding:4px 0px 0px 5px;
			}
		
#back {
	display: block;
	margin-top: 20px;
}

	#back a {
		text-decoration: underline;
	}
		#back a:hover {
			text-decoration: none;
		}

/* Text boxes */
.text {
	font-family: Georgia;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
}

	.text strong {
		font-weight: bold;
	}
	
	.text em {
		font-style: italic;
	}
	
	
	.text em.date {
		color: #5C5954;
		font-family: Georgia;
		font-size: 11px;	
		font-style: normal;
		margin-bottom: 5px;
		font-weight: bold;
		display: block;
	}
	
	.text ul,
	.text ol {
		padding: 3px 0 3px 5px;
	}
	
		.text ol li {
			list-style: decimal;
			list-style-position: inside;
		}
	
		.text ul li {
			padding: 0 0 0 7px;
			background: url(../images/bg-detailsbar-a.gif) no-repeat 0 6px;	
		}

	.text p {
		padding-bottom: 15px;
	}
	
	.text h1,
	.text h2,
	.text h3 {
		font-size: 17px;
		padding-bottom: 5px;
	}
	
	.text h4 {
		font-size: 15px;
	}
	
	.text h5 {
		font-size: 14px;
	}
	
	.text h6 {
		font-size: 12px;
	}
	
.text-images {
	padding: 3px;
	margin: 0px 10px 10px 0px;
	background: white;
	border: 1px solid #D3CFC3;
}
