body {

	background: #2e3436;
	
}

* {
	font-family: Trebuchet MS, Sans-serif, Arial, Helvetica;
	font-size: 12px;
	line-height: 2;
	color: #2e3436;
}

.menuitem_left {
	width: 165px;
	text-align: left;
	vertical-align: bottom;
	background: url('theodanes_menuitem_left.png') no-repeat top right;
}

.menuitem_right {
	width: 165px;
	text-align: right;
	vertical-align: bottom;
	background: url('theodanes_menuitem_right.png') no-repeat top right;
}

.menu a {

	font-size: 18px;	
	color: #d4e8f3;	
	font-weight: normal;
	border: none;
	background: none;
	text-decoration: none;

}

.menu a:hover {

	color: #c17d11;	

}

#container {
	display: block;
	background: #eeeeec;
	width: 980px;
	padding: 25px 25px 25px 25px;
}

#darktable {
	background: #000000;
}

#content_section {
	background: none;
}

.fullheight {
	height: 100%;
}

p, h1, h2, h3 {

	margin: 12px 0px 0px 12px;
	text-align: justify;
	line-height: 150%;	
	color: #2e3436;

}

h1 {
	background: #c17d11;
	color: #eeeeec;
	padding-left: 4px;
}

h2 {
	border-left: solid 4px #c17d11;
	border-bottom: solid 1px #c17d11;
	padding-left: 4px;
}

#prevLink, #nextLink, #bottomNav a {
	border: none;
	background-image: none;
}

#fotos a {
	background: none;
	border: none;
}

.gallery-generic {
	background-color: #d3d7cf;
	border-left: solid 4px #c17d11;
	border-right: solid 4px #c17d11;
	border-top: solid 1px #c17d11;
	border-bottom: solid 1px #c17d11;	
	margin-left: 12px;
	padding: 8px 8px 0px 8px;
}

.gallery-photos {
	border-left: solid 4px #c17d11;
	border-right: solid 4px #c17d11;
	border-top: solid 1px #c17d11;
	border-bottom: solid 1px #c17d11;	
	margin-left: 12px;
	padding: 8px 8px 0px 8px;
	background: #d3d7cf url("photos.png") top right no-repeat;
}

.gallery-art {
	border-left: solid 4px #c17d11;
	border-right: solid 4px #c17d11;
	border-top: solid 1px #c17d11;
	border-bottom: solid 1px #c17d11;	
	margin-left: 12px;
	padding: 8px 8px 0px 8px;
	background: #d3d7cf url("art.png") top right no-repeat;
}

.fotos a, .art a, .gallery a {
	background: none;
	border: none;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #c17d11;
	font-weight: bold;
	border-bottom: solid 1px #c17d11;
	background: url("link.png") no-repeat right top;	
	padding-right: 8px;
}

.form-input {
	width: 200px;
	border: solid 1px;
	display: inline-block;
}

#form-submitted {
	margin-left: 12px;
	padding: 12px 12px 12px 12px;
	border: solid 1px #c17d11;
	font-weight: bold;
	background: #c17d11;
	color: #eeeeec;
}

#contact-form {
	margin-left: 12px;
	border-left: solid 2px #c17d11;
	padding-left: 12px;
}

#contact-form input, #contact-form textarea{
	border: solid 1px #c17d11;
}

#contact-form input:hover {
	border: solid 1px #c17d11;
	background: #c17d11;
	color: #eeeeec;
}		

#contact-form textarea {
	background: #ffffff url("mail.png") top right no-repeat;
}


