/* PAGE ELEMENTS */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body, div, p, a, th, td, h1, h2, h3 {
	color: #333;
	font-family: Arial, sans-serif;
}
body {
	background: url('/img/main_bg.gif') repeat;
	font-size: 12px;
}
h1, h2, h3 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	margin: 0px;
}
h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 12px; }
input, textarea {
	background: white;
	border: solid 1px black;
	color: black;
	font-family: Arial, sans-serif;
	font-size: 13px;
}
div#main {
	/*background: url('/img/main_bg.png') repeat;*/
	/*background: url('/img/content_bg.png') top center repeat-y;*/
	clear: both;
	position: relative;
}
div.clear {
	clear: both;
	float: left;
	width: 100%;
}
ul li {
	list-style: square outside;
}
ol li {
	list-style: decimal outside;
	margin-left: 30px;
}
pre {
	text-align: left;
}


/* FIELDS */
div.middle {
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 900px;
}
div.field {
	margin: 0px;
}
.field div.leftcol {
	float: left;
	width: 220px;
}
.field div.rightcol {
	border-left: double 4px #F00;
	float: right;
	padding-left: 10px;
	width: 350px;
}

/* HEADER */
div#header {
	background: #333 url('/img/header_bg.gif') repeat;
	height: 160px;
}
div#header div.middle {
	background: url('/img/header2.jpg') top left no-repeat;
	height: 160px;
}
#header .title {
	position: absolute;
	right: 20px;
	bottom: 10px;
}
div#menu {
	background: url('/img/topnav_bg.gif') repeat-x;
	height: 35px;
	position: relative;
}

/* FOOTER */
div#footer {
	background: url('/img/footer.png') top repeat-x;
	clear: both;
	height: 40px;
	position: relative;
}
#footer p {
	color: #CCC;
	font-size: 12px;
	position: absolute;
	top: 10px;
	width: 450px;
}
#footer p a {
	color: #F00;
	font-size: 12px;
}
#footer p a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer p.copyright {
	left: 10px;
	text-align: left;
}
#footer p.admin {
	right: 10px;
	text-align: right;
}

/* CONTENT */
#main div.middle {
	/*background: url('/img/content_bg.png') left repeat-y;*/
	clear: both;
	min-height: 500px;
	position: relative;
	text-align: left;
}
div#content {
	float: left;
	text-align: left;
	width: 650px;
}
#content p { margin-bottom: 10px; }
a {
	color: #F00;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
#main #content ul, #main #content ol {
	margin-bottom: 10px;
}
#main #content ul li { margin-left: 20px; }
#main #content ul ul li { margin-left: 0px; }
input.text, input[type=checkbox], textarea, select { margin-bottom: 10px; }
input.text, textarea {
	border: solid 1px black;
	width: 350px;
}
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;
}

/* SIDEBAR */
div.sidebar {
	background: #D0D0D0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	clear: right;
	float: right;
	margin: 10px 0px;
	padding: 10px 10px;
	width: 225px;
}
.sidebar h1 {
	border-bottom: solid 4px #F00;
	color: #666;
	margin-bottom: 5px;
	padding: 0px 10px 5px;
}
.sidebar ul li {
	list-style: none;
	padding: 2px 5px;
}
.sidebar ul li.light {
/*	background: #EEE;*/
}
.sidebar li a {
	color: #333;
}
.sidebar li a.current {
	font-weight: bold;
}
div.sponsor {
	clear: right;
	float: right;
	margin: 10px;
	width: 225px;
}

/* HOME PAGE */
#content div.home {
	padding: 10px 50px;
	text-align: left;
}
#content .boxes div.box {
	background: #EEE;
	border: solid 2px #AAA;
	margin: 5px 0px;
	padding: 10px 15px;
	width: 260px;
}
#content .boxes div.left { float: left; }
#content .boxes div.right { float: right; }
#content .boxes p { margin: 0px; }

/* TEXT PAGES */
#content div.text {
	overflow: auto;
	padding: 10px 20px;
	text-align: left;
}
#content div.message {
	font-weight: bold;
}
#content table.opening {
	border: solid 2px #F00;
	margin: 5px 0px;
}
#content .opening td {
	border-bottom: dashed 1px #F00;
	padding: 3px;
}

/* NEWS */
#content .news h2 {
	border-top: solid 2px #AAA;
	margin-top: 10px;
	padding-top: 5px;
}

/* BLOG */
#content img {
	vertical-align: middle;
}
#content .blog h2 {
	margin-top: 30px;
}

/* CALENDAR */
.calendar h2 {
	clear: both;
	color: #F00;
	margin: 20px 0px 10px 0px;
}
.calendar dt {
	clear: left;
	float: left;
	font-size: 18px;
	margin: 0px 20px 10px 0px;
	text-align: right;
	width: 50px;
}
.calendar dd {
	float: left;
	left: 50px;
	width: 520px;
}

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

/* PORTFOLIO */
div.work { clear: both; }
.work img {
	float: left;
	margin: 5px 10px 5px 0px;
}
.work div.desc {
	float: right;
	width: 390px;
}


/* 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-top: 20px;
}


/* ADELDAG */
.adeldag tr.dark td, .adeldag tr.light td {
	padding: 5px;
}
.adeldag tr.dark td {
	background: #CCC;
}
.adeldag label {
	color: #333;
}
.adeldag input.text, .adeldag textarea, .adeldag select {
	margin: 0px;
}
.adeldag div.extra {
	margin: 5px 0px 0px;
	font-style: italic;
	font-size: 80%;
	text-align: right;
}
.adeldag tr.submit td {
	border-top: solid 2px white;
}

/* SURVEY */
.enquete a.enter {
	background: #CCC;
	border: solid 2px #F00;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #333;
	padding: 5px 20px;
}
.enquete div.description {
	background: #F0F0F0;
	margin: 5px 0px;
	padding: 5px 10px;
}
.enquete div.errormessage {
	background: #F0F0F0;
	border:	solid 3px #F00;
	font-weight: bold;
	margin: 10px 0px;
	padding: 5px;
}
.enquete div.survey_buttons {
	margin-top: 20px;
}
.enquete input.surveystring, .enquete textarea.surveytext {
	width: 99%;
}
.enquete .optionlist input.radio {
	margin: 5px 0px 10px 5px;
	vertical-align: middle;
}
.enquete .likert td, .enquete .likert th {
	padding: 1px 5px;
	text-align: center;
}
.enquete div.surveygroup {
	background: #F0F0F0;
	margin-top: 10px;
	padding: 10px;
}
.enquete table.surveygroup { width: 100%; }
.enquete .surveygroup td { vertical-align: top; }
.enquete .surveygroup td.qcol { width: 300px; }
.enquete .surveygroup em {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	margin-right: 10px;
}
.enquete div.printbutton { text-align: right; }
.enquete .printbutton input { border: 0px; }

/* ADMIN ENQUETE */
.adminform .questionlist table {
	margin: 5px 0px 10px;
	width: 100%;
}
.adminform .questionlist table td {
	border-bottom: solid 1px #333;
	padding: 2px;
	text-align: left;
}
.adminform .questionlist table th {
	border-bottom: solid 3px #333;
	padding: 0px 3px 2px;
	text-align: left;
}
.adminform .questionlist td.action {
	vertical-align: middle;
	white-space: nowrap;
}
.adminform .questionlist td.action img {
	vertical-align: middle;
}
div.ui-datepicker {
	font-size: 12px;
}
.adminform div.option-edit {
	border: solid 1px #333;
	padding: 5px 10px 10px;
}
.adminform .option-edit input.text {
	width: 330px;
}
.adminform .hide {
	height: 0px;
	visibility: hidden;
}
