/* Global styles */

html {
	
}

body {
	background-color: #fefdfb;
	font-family: Georgia;
}

a {
	color: #fff;
	text-decoration: underline;
}
	a:hover {
		text-decoration: underline;
	}
	
h1 {
	font-weight: normal;
	font-size: 4em;
	margin: 24px 0 0 32px;
	width: 90%;
}
	h1 a {
		color: #000;
		font-weight: bold;
		text-decoration: none;
	}

h2 {
	font-size: 1.5em;
	margin-bottom: 1em;
	z-index: 0;
}

h3 {
	font-size: 1em;
}

p {
	margin-bottom: 1em;
}

/* Structural elements */

#container {
	background: transparent;
	height: 768px;
	width: 1000px;
	position: relative;
	margin: auto;
}

#logo-block {
	background-color: #c3b9b2;
	height: 106px;
	width: 467px;
	position: absolute;
	left: 58px;
	top: 40px;
}

#main-container {
	position: absolute;
	left: 144px;
	top: 125px;
	z-index: 10;
}
#main {
	background-color: #e1dbd7;
	min-height: 480px;
	width: 690px;
}
	#main #content {
		padding: 42px 50px 32px 50px;
		font-size: 1.5em;
	}

#footer-block {
	background-color: #94887f;
	height: 80px;
	width: 450px;
	margin: 30px 0 0 -140px;
	text-align: center;
}
	#footer-block ul {	
		margin-left: 8px;
		line-height: 75px;
	}
		#footer-block ul li {
			color: #fff;
			float: left;
			font-size: 1.5em;
			margin-left: 1.5em;
		}
			#footer-block ul li a {
				color: #fff;
				text-decoration: none;
			}
				#footer-block ul li a:hover {
					text-decoration: underline;
				}

.back-block {
	background-color: #3a3a30;
	height: 393px;
	width: 133px;
	position: absolute;
	top: 375px;
	left: 93px;
	z-index: -10;
}

/* Decoration elements */

.decoration-1 {
	background-color: #763408;
	height: 14px;
	width: 500px;
	position: absolute;
	left: 500px;
	top: 80px;
}

.decoration-2 {
	background-color: #bf5108;
	height: 125px;
	width: 22px;
	position: absolute;
	left: 710px;
	top: 0px;
}

/* Pages */

#main #content ul {
	margin-bottom: 1em;
}

#main #content a {
	color: #000;
}

/* Frontpage */

#main #content.type0 {
	padding: 32px;
}

	#main #content.type0 div.col {
		float: left;
		width: 180px;
	}
		#main #content.type0 div.col img {
			float: left;
		}
			#main #content.type0 div.col#col2 {
				width: 295px;
			}
				#main #content.type0 div.col#col2 p {
					margin-left: 0;
					margin-right: 1.2em;
				}
				#main #content #col3{
					width: 150px;
				}

/* Page type 1 */

#main #content.type1 {
	width: 600px;
}
	div.gallery-description {
		display: none;
	}

#main #content.type1 h2 {
	width: 70%;
}
	#main #content.type1 .thumb {
		float: left;
	}
	#main #content.type1 div.empty-thumb {
		float: left;
		height: 100px;
		width: 100px;
	}

/* Page type 2 */

#main #content.type2 {
	width: 72%;
}

/* Page type 3 */

#main #content.type3 {
	width: 80%;
}

#main #content.type3 ul li {
	margin-bottom: 1em;
}

/* Page type 4 */


#main #content.type4 {
	width: 70%;
}

	#main #content.type4 ul li {
		margin-bottom: 1em;
	}

	
/* Page type 4 - Newsletter */

#main #content.newsletter {
	width: 600px;
}

	#main #content.type4 div.date {
		font-size: 0.7em;
		text-align: right;
	}
	#main #content.type4 div.left-col {
		float: left;
		width: 450px;
	}
	#main #content.type4 div.right-col {
		float: right;
		width: 150px;
	}
	#main #content.type4 div.right-col img {
		border: 10px solid #9c9794;
		float: right;
		margin-bottom: 1em;
	}

/* Gallery page */

.gallery-page {
	font-size: .7em;
}
	.gallery-page h5 {
		font-size: 1.1em;
		margin-bottom: 3px;
	}

.gallery-page .img-descr {
	display: none;
	margin-bottom: 1.5em;
	padding-left: 1px;
}
	.gallery-page .img-descr-first {
		display: block;
	}
	.gallery-page .img-descr p {
		margin-bottom: 0;
	}	

.gallery-page #main-image {
	display: block;
	margin: 0 auto 1.5em auto;
}
.gallery-page .thumbs-holder {
	padding-right: -8px;
}
.gallery-page .thumb-image {
	float: left;
	padding: 0 8px 8px 0;
}
