@charset "utf-8";

/* HTML */
* {
	position:relative;
	margin:0;
	padding:0;
	z-index:10;
}
html,body {
	width:100%;
	height:100%;
}
#container {
	width:1000px;
	text-align:left;
	margin:8px 0 0 0;
}

/* LAYOUT */
#page {
}
#message {
	float:left;
	width:1000px;
	margin:0 0 2px 0;
	text-align:left;
}
#top {
	float:left;
	width:1000px;
	margin:6px 0 19px 0;
	text-align:left;
	overflow:hidden;
}
#logo {
	float:left;
	width:1000px;
	margin:6px 0 8px 0;
	text-align:left;
	overflow:hidden;
}
#menu {
	float:left;
	width:1000px;
	margin:6px 0 13px 0;
	text-align:left;
	z-index:100;
}
#body {
	float:left;
	width:1000px;
	margin:6px 0 12px 0;
	text-align:left;
}
#error {
	float:left;
	width:1000px;
	margin:0 0 2px 0;
	text-align:left;
}
#foot {
	float:left;
	width:1000px;
	margin:6px 0 12px 0;
	padding:0 0 36px 0;
	text-align:left;
}

/* ELEMENTS */
.column {
	width:200px;
	text-align:left;
	padding:0 0 20px 0;
}
.coltitle {
	height:20px;
	margin:0 0 8px 0;
}
.colbody {
}
.article {
	margin:0 0 8px 0;
}
.article h4 {
	width:195px;
	overflow:hidden;
}
.article img {
	max-width:185px;
	overflow:hidden;
}
.article p {
	width:185px;
	overflow:hidden;
}

/* CLASSES */
.slideshow {
	overflow:hidden;
}
.buttonup {
	z-index:20;
}
.buttondown {
	position:absolute;
	display:none;
	z-index:21;
	margin:0;
}

/* EDITOR BUTTONS */
#editor {
	float:right;
	height:20px;
	line-height:20px;
	color:#ffffff;
	z-index:200;
}
#editor_button {
	float:left;
	padding:0 2px;
	vertical-align:middle;
	background:#333333;
	color:#ffffff;
	z-index:207;
}
#editor_button span {
	float:left;
	padding-left:3px;
	font-weight:bold;
	color:#ffffff;
}
.inverted #editor_button {
	float:left;
	margin:0 0 0 12px;
	padding:0 2px;
	vertical-align:middle;
	color:#333333;
	background:#ffffff;
	z-index:207;
}
.inverted #editor_button span {
	float:left;
	padding-left:3px;
	font-weight:bold;
	color:#333333;
}
#editor_button img {
	float:left;
	height:20px;
	line-height:20px;
	border:none;
	z-index:207;
}
#editor_dropdown {
	position:absolute;
	display:none;
	margin:20px 0 0 -53px;
	text-align:right;
	padding:5px 6px 6px 12px;
	font-family:arial,'sans serif',sans;
	font-size:16px;
	color:#333333;
	background:#ffffff;
	z-index:412;
}
.inverted #editor_dropdown {
	margin:20px 0 0 -64px;
}
#editor_dropdown li a {color:#333333;}
#editor_dropdown li a:visited {color:#333333;}
#editor_dropdown li a:hover {color:#29abe2;}
.hover #editor_dropdown {
	display:block;
}
