/* ::: STRUCTURE :::::::::::::::::::::::: */

body {
	background-color: #eceadf;
	margin: 0;
	padding: 0;
	overflow: none;
}

#page {
	padding: 0;
}

#stage {
	padding-left: 260px;
	padding-top: 40px;
	background-color: #eceadf;
	min-width: 880px;
	min-height: 600px;
}

#metabox {
	position: absolute;
	top: 40px;
	left: 20px;
	width: 200px;
	padding: 0 0 20px 0;
	margin: 0 40px 0 20px;
}

#content_box {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding-right: 40px;
}

#main_content {
	padding: 1em 2em 2em 2em;
	background-color: #fff;
}

#main_content_green {
	padding: 8px;
	background-color: #339900;
}

#footer_box {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding-right: 40px;
	/* background-color: #eceadf !important;*/
}

#footer_content {
	padding: 4px;
	/* background-color: #339900; */
}



/* ::: TYPO :::::::::::::::::::::::: */

body {
	font-family: Verdana, sans-Serif;
	font: 0.9em/1.4em;
}

/* ::: */

#metabox_tab3 {
	overflow: none;
	background-color: #eceadf !important;
	padding: 10px 16px;
	margin: 0;
	height: 174px;
	background-image: none;
}

.ui-accordion {
	font-size: 0.8em !important;
}


#accordion_footer.ui-accordion {
	/* font-size: 1em !important; */
}

#footerbox_tab1 {
}


/* ::: */

.content {
	font-family: Georgia, serif;
	color: black;
	line-height: 1.6em;
	font-size: .9em;
}

.content h1, h2, h3 {
	font-family: Georgia, serif;
	letter-spacing: .06em;
	color: #654B24;
	font-weight: bold;
}

.content h2 {
	font-size: 1.2em;
}


.content p {
	text-align: justify;
}

.content img {
	padding: 0 0 0 0;
}

#footer_content h2 {
	color: #fff;
}


p + h2, p + h3 {
	padding-top: 1em;
}

a img {
	border: none;
}

#gap {
	padding-top:  1em;
}


/* ::: MISC, evtl. split  :::::::::::::::::::::::: */

.jot-form .jqTransformButton {
	clear: left;
	display: block;
}

.jot-comment {
}

.jot-content {
	margin-left: 100px !important;
}

.jot-user {
	margin-right: 10px;
}


fieldset {
	padding: 4px;
	border: 1px solid #d9d6c4; background: #eceadf url(images/ui-bg_fine-grain_10_eceadf_60x60.png) 50% 50% repeat; color: #1f1f1f; 
}


/* ::: /videos :::::::::::::::::::::::: */

ul#videos {
	list-style-type: none;
	display: inline-table;
	float: left;
	clear: none;
	position: relative;
	margin: 0;
	padding: 0;
}

ul#videos > li {
	text-align: left;
	vertical-align:  middle;
	horizontal-align: left;
	display: block;
	float: left;
	padding: 0 20px 20px 0;
}

/* ::: ROUNDED corners :::::::::::::::::::::::: */

.cornerBox {
	position: relative;
	background: #fff;
	

/* width: [*page-width*]; */
	margin: 0;
	padding: 0px;
}

.corner {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('images/corner_eceadf_020x020.gif') no-repeat;
	font-size: 0%;
}

.corner_green {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('images/corner_eceadf_339900_020x020.gif') no-repeat;
	font-size: 0%;
}

.cornerBoxInner {
	padding: 10px;
}

.TL {
	top: 0;
	left: 0;
	background-position: 0 0;
}

.TR {
	top: 0;
	right: 0;
	background-position: -10px 0;
}

.BL {
	bottom: 0;
	left: 0;
	background-position: 0 -10px;
}

.BR {
	bottom: 0;
	right: 0;
	background-position: -10px -10px;
}

.clear_float {
	clear: both;
	background-color: #f00;
	height: 0;
}
