/* PAGE ELEMENTS */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body, div, p, a, th, td, h1, h2, h3 {
	color: #5A3C50;
	font-family: Verdana, Geneva, sans-serif;
}
body {
	background: #5A3C50;
	font-size: 11px;
}
input, textarea {
	background: white;
	border: solid 1px black;
	color: black;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
div#main {
	margin: 10px auto;
	text-align: left;
	width: 777px;
}
div.clear {
	clear: both;
	float: left;
	width: 100%;
}
ul li { list-style: square inside; }
ol li {
	list-style: decimal outside;
	margin-left: 20px;
}


/* FIELDS */
div.field {
	margin: 0px;
}
.field div.leftcol {
	float: left;
	text-align: justify;
	width: 260px;
}
.field div.rightcol {
	border-left: solid 1px #5A3C50;
	float: right;
	padding-left: 10px;
	width: 390px;
}

/* HEADER */
div#header {
	background: url('/img/title-image.gif') no-repeat top left;
	height: 369px;
	position: relative;
}
#header div.contact {
	font-size: 10px;
	line-height: 18px;
	position: absolute;
	right: 462px;
	text-align: right;
	top: 11px;
}
#header .contact p, #header .contact p a {
	color: white;
}
div#menu {
	background: url('/img/menu-bar.png') repeat-y top left;
	color: #5A3C50;
	font-size: 11px;
	font-weight: bold;
	height: 19px;
	padding: 0px 30px;
	text-align: center;
	text-transform: uppercase;
}
#menu img { vertical-align: baseline; }
#menu a {
	font-family: Georgia, Times, serif;
	margin: 0px 5px;
	text-decoration: none;
}
#menu a:hover, #menu a.current {
	text-decoration: underline;
}
div#menu-content-split {
	background: url('/img/menu-content-split.gif') no-repeat top left;
	height: 99px;
}
#languages {
	float: right;
	margin-left: 20px;
}
#searchbar {
	float: right;
}
#searchbar .searchtext {
	background: url('/cms/img/search_field.gif') top left no-repeat;
	border: 0px;
	height: 24px;
	line-height: 22px;
	width: 100px;
}
#searchbar .searchbutton {
	background: url('/cms/img/search_button.gif') top left no-repeat;
	border: 0px;
	height: 24px;
	width: 30px;
}

/* FOOTER */
div#content-end {
	background: url('/img/content-bottom.gif') no-repeat top left;
	height: 46px;
}
div#footer {
	background: url('/img/footer-bg.gif') repeat-y left;
	clear: both;
	padding: 20px;
	text-align: center;
}
#footer p, #footer p a {
	font-size: 11px;
}

/* CONTENT */
div#content {
	background: url('/img/content-bg.gif') repeat-y left;
	min-height: 200px;
	text-align: left;
}
h1, h2, h3, h4 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}
h2 {
	font-size: 16px;
	font-weight: normal;
}
h3 {
	font-size: 13px;
	font-weight: bold;
}
h4 {
	font-size: 11px;
	font-weight: bold;
}
#content p { margin-bottom: 10px; }
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
input.text, input[type=checkbox], textarea, select { margin-bottom: 10px; }
input.text, textarea {
	border: solid 1px black;
	width: 400px;
}
input[type=submit], input[type=reset], input[type=button], button {
	background: #AAA;
	border: solid 2px #FFF;
	border-bottom-color: #444;
	border-right-color: #444;
	padding: 4px 8px;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover,
input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus, button:focus {
	background: #CCC;
}
input[type=submit]:active, input[type=reset]:active, input[type=button]:active, button:active {
	background: #CCC;
	border: solid 2px #444;
	border-bottom-color: #FFF;
	border-right-color: #FFF;
}

/* HOME PAGE */
#content div.home {
	padding: 10px 50px;
	text-align: left;
}

/* TEXT PAGES */
#content div.text {
	overflow: auto;
	padding: 0px 50px;
	text-align: left;
}
#content div.message {
	font-weight: bold;
}

/* BLOG */
#content .blog img {
	vertical-align: middle;
}

/* PHOTO */
.photo .albumlist div.album { margin-top: 10px; }
.photo .albumlist .album div.preview {
	border: solid 1px black;
	display: inline-block;
	margin: 5px;
	padding: 2px;
}
.photo .albumlist .preview a {
	text-decoration: none;
}
.photo .albumlist .preview img {
	vertical-align: middle;
}
.photo .albumphotos div {
	float: left;
	height: 200px;
	margin: 10px;
	text-align: center;
	width: 200px;
	vertical-align: middle;
}
.photo .picture img {
	max-width: 100%;
}
.photo div.nav { margin-bottom: 10px; }
.photo .nav div {
	display: inline-block;
	text-align: center;
}

/* PORTFOLIO */
#content div#portfolio {
	position: relative;
	overflow: hidden;
	height: 470px;
	width: 740px;
}
#portfolio div#works {
	position: absolute;
	width: 50000px;
}
#portfolio div.work {
	float: left;
	height: 400px;
	width: 740px;
}
#portfolio .work div.desc {
	background: white;
	height: 45px;
	margin-top: 5px;
	padding: 0px 15px;
}
#portfolio .desc h2, #portfolio .desc p {
	color: black;
}
#portfolio .desc a {
	color: black;
	font-weight: bold;
}
#portfolio .active {
	position: relative;
	z-index: 9999;
}
#portfolio div#navi {
	position: absolute;
	top: 450px;
	height: 20px;
	text-align: center;
}
#portfolio #navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url('/cms/img/navigator.png') 0 0 no-repeat;
	display:block;
	font-size:1px;
}
#portfolio #navi a:hover {
	background-position:0 -8px;      
}
#portfolio #navi a.active {
	background-position:0 -16px;     
} 	


/* SITEMAP */
#content .sitemap ul {
	margin: 0px 0px 5px 15px;
}


/* SEARCH */
#content .search a.result { font-weight: bold; }
#content .search p.more { font-style: italic; }


/* ADMIN PAGES */
#content div.adminpages {
}
.adminpages ul {
	margin-bottom: 20px;
}
.adminpages ul ul {
	margin: 0px;
	padding-left: 15px;
}
#content div.adminform {
}
#content div.markdown {
	border: double 3px black;
	margin: 20px 0px 0px;
	padding: 5px;
}
