/* ---------------------------------------------------------------------------------- GENERAL */

body {
	background: #2e2c26; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: #2e2c26;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px; font-weight: bold; color: #fff;
	background: #2e2c26; height: 29px; margin: 0px 10px 20px 0;
	padding: 10px 0 0 20px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold; color: #930; font-size: 24px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold; color: #930; font-size: 14px;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold; color: #099;
}
a:visited {
}
a:hover {
	color: #0cc;
}
div#container {
	width: 970px;
	margin: 0 auto;
	background: #fff;
}

/* ----------------------------------------------------------------------------------- HEADER */

div#header {
	height: 109px;
	background: #2f2c27 url("../images/header.jpg") no-repeat;
	cursor: pointer;
}

/* ------------------------------------------------------------------------------- NAVIGATION */

div#navigation {
	height: 14px; margin: 19px 10px; padding: 0 0 0 9px;
	background: #fff url("../images/bg_navigation.jpg");
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#navigation a {
	float: left; display: block;
	color: #099; font-weight: bold;
	text-decoration: none; padding: 0 14px;
	border-right: 1px solid #ddd;
}
div#navigation a:last-child {
	border: 0;
}
div#navigation a:hover {
  color: #0cc;
}

/* ------------------------------------------------------------------------------------- MAIN */

div#main {
	min-height: 400px;
	background: #fff;
	margin: 0 0 20px 10px;
	overflow: hidden;
}

div#main p.sub {
	font-weight: bold; margin: 40px 20px;
}

a.back {
	float: right; margin: -47px 30px 0 0;
	text-decoration: none;
}
/* ------------------------------------------------------------------------------------ INDEX */

div#profile_text {
	margin: 10px 70px 0 0;
	float: right; width: 500px;
}
div#profile_text h2 {
	margin-bottom: 20px;
}
div#profile_text li {
	margin: 0 0 0 20px;
	list-style-type: disc;
}

/* ---------------------------------------------------------------------------------- PROFILE */

div#index_text {
	margin: 20px 0 0 10px;
	float: left;
}
div#index_text p {
	margin: 12px 0; width: 670px;
	
}

/* ---------------------------------------------------------------------------------- LISTING */

div.cell {
	width: 210px;
	height: 370px;
	background: #e2e0d7;
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
	padding: 20px 0 0 20px;
}
div.cell-image {
	display: table-cell;text-align: center;
	height: 190px;
	background: url("../images/bg_slide.jpg") no-repeat;
	color: white;
	width: 182px;
	padding: 10px 16px 17px 2px;
	margin: 18px 0 0 18px;
}
div.homepage {
	height: 380px;
	float: right; margin-top: 10px;
}
div.cell h2 {
	margin: -10px 0 10px -10px;
}
div.cell h3 {
	margin: 12px 10px -10px -4px;
}
.cell-outer {
	display: table;
	#position: relative;
	overflow: hidden;
	height: 180px;
	background: url("../images/bg_slide.jpg");
	color: white;
	width: 184px;
	padding: 0 16px 17px 0;
	text-align: center;
	margin: 18px 0 0 18px;
}

.cell-middle {
	display: table-cell;
	#position: absolute;
	#top: 50%;
	vertical-align: middle;
	overflow: auto;
}

.cell-inner {
	#position: relative;
	#top: -50%;
}
div.cell a.bottom {
	position: absolute; bottom: 20px; left: 15px;
}
/* -------------------------------------------------------------------------- SECTION LISTING */

div.section_listing {
	float: left; position: relative;
	margin: 0 10px 40px 20px; width: 289px; height: 200px;
}
div.section_listing p {
	position: absolute; bottom: 10px;
	left: 80px;	
}
div.section_listing a {
	text-decoration: none;
}

/* ---------------------------------------------------------------------------------- ARTICLE */

div#article {
	margin: 0 20px; position: relative;
	overflow: hidden;
}
div#article_text {
	width: 500px; float: left;
}
div#article_text h2 {
	margin: 0 0 10px 0;
}
div#article_images {
	background: #e2e0d7 url(../images/bg_article_images.jpg) repeat-y left;
	width: 404px; float: right;
}
div#article_images img.image {
	margin: 0 0 10px 32px; border: 2px solid #2f2c23;
	display: block;
}
div#article_images p {
	margin: 0 10px 30px 32px; font-style: italic;
	font-weight: bold; 
}
div#article_images a {
	font-family: Arial, Helvetica, sans-serif;
}

/* ------------------------------------------------------------------------------------ LINKS */

div#links {
	margin: 20px;
}
div#links a {

}
div#links p {
	margin: 6px 0 16px;
	font-weight: bold;
}

/* -------------------------------------------------------------------------------- GUESTBOOK */

div#guestbook {
	margin: 20px;
	float: left; width: 400px;
}
div#guestbook h3 {
	margin-bottom: 4px;
}
div#guestbook p {
	margin: 10px 0 20px;
}
form#guestbook {
	float: right; margin: 20px 10px 0 0;
	background: #e3e0d7; padding: 10px 20px 20px;
	width: 410px;
}
form#guestbook h3 {
	margin: 0 0 20px 0;
}
form#guestbook p {
	float: left; margin: 10px 0 0;
}
form#guestbook label {
	display: block; float: left;
	clear: both; width: 70px; margin: 6px 0 0 0;
	font-weight: bold; height: 24px;
}
form#guestbook input {
	float: left; height: 16px;
	border: 1px solid #a6a498;
	margin: 0 0 4px 0; width: 330px;
	padding: 4px;
}
form#guestbook textarea {
	float: left; width: 330px;
	height: 140px; padding: 4px;
	border: 1px solid #a6a498;
}
form#guestbook input.submit {
	float: right;
	width: 60px; height: 26px;
	background: 0; border: 0;
	margin: 10px 0 0;
	font-weight: bold; text-decoration: underline;
	color: #099; cursor: pointer;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
form#guestbook input.submit:hover {
	color: #0cc;
}
p.info {
	padding: 0 0 8px 0;
}
p.captcha_text {
	font-weight: bold;
	padding: 10px 0 6px 0;
}
p.captcha_error {
	font-weight: bold;
	color: red; padding: 8px 0;
}
/* ---------------------------------------------------------------------------------- CONTACT */

form#contact {
	background: #e3e0d7 url(../images/contact_img.jpg) right no-repeat;
	margin-right: 10px; height: 310px;
	padding: 20px 20px 0; margin-bottom: 100px;
}
form#contact label {
	display: block; float: left;
	clear: both; width: 70px; margin: 6px 0 0 0;
	font-weight: bold; height: 24px;
}
form#contact input {
	float: left; height: 16px;
	border: 1px solid #a6a498;
	margin: 0 0 4px 0; width: 362px;
	padding: 4px; display: block;
}
form#contact textarea {
	float: left; width: 362px;
	height: 140px; padding: 4px;
	border: 1px solid #a6a498;
}
form#contact input.submit {
	width: 60px; height: 26px;
	background: 0; border: 0;
	margin: 10px 0 0 312px;
	font-weight: bold; text-decoration: underline;
	color: #099; cursor: pointer;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
form#contact input.submit:hover {
	color: #0cc;
}
/* ----------------------------------------------------------------------------------- FOOTER */

div#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 60px; padding: 20px 10px 0;
	color: #fff; font-size: 11px;
	background: #2e2c26;
	color: #727258; clear: both;
}
div#footer a {
	color: #727258;
}
