/* @override http://kurso.esperanto.org.au/templates/k2/style.css */

body {
	background: #ededed;
	color: #444;
	text-align: center;
	font: 0.7em/1.5em "lucida grande", arial, verdana, sans-serif;
	margin: 0px 0px 30px;
}

h1, h2, h3, h4 {
	font-family: "trebuchet ms", "lucida grande", verdana, arial, sans-serif}

h1 {
	font-weight: bold;
	margin: 0px;
	color: #717e4c;
	text-decoration: none;
	font-size: 2em;
}

h2 {
	background-color: #eeffc0;
	padding: 6px;
	font-weight: bold;
	color: #717e4c;
}

h3 {
	font-weight: bold;
	color: #b8747b;
	background-color: #edd9db;
	padding: 3px 3px 3px 6px;
}

h4 {
	color: #b8747b;
	font-weight: bold;
	text-transform: uppercase;
}

a {
	color: #2a4e13;
	text-decoration: none;
	background-color: #edd9db;
}

a:hover {
	background-color: transparent;
	color: black;
	text-decoration: underline;
}

img {
	border-style: none;
}

#page {
	border-right: #ddd 1px solid;
	padding-right: 0px;
	border-top: #ddd 1px;
	padding-left: 0px;
	background: white;
	padding-bottom: 10px;
	margin: 0px auto;
	border-left: #ddd 1px solid;
	width: 770px;
	padding-top: 20px;
	border-bottom: #ddd 1px solid;
	position: relative;
	text-align: left;
}

/* HEADER SECTION */

#header {
	background: #bbd17e;
	margin: 0px;
	height: 200px;
	border-bottom: 1px solid #717e4c;
	padding: 0;
	position: relative;
}

#header h1 {
	letter-spacing: 0.07em;
	color: #fff;
	font-size: 2.5em;
	padding-left: 40px;
	padding-top: 75px;
}

#header .description {
	color: white;
	text-decoration: none;
	margin: 0.7em 0px 0px 40px;
}

#logo {
	width: 175px;
	height: 175px;
	background: url(logo_lrg.png) no-repeat center;
	float: right;
	position: relative;
	right: 60px;
	top: 20px;
}

.mainmenu {
	left: 20px;
	margin: 0px;
	bottom: 0;
	position: absolute;
	padding: 0px 0px 4px 15px;
}

.mainmenu a.menu_default {
	background-color: #bbd17e;
}

.mainmenu a {
	margin: 0px;
	color: white;
	border: 1px solid #717e4c;
	padding: 6px 15px;
}

.mainmenu a:hover {
	background: #717e4c;
	color: #eee! important;
	text-decoration: none;
	border: 1px solid #717e4c;
}

.mainmenu a.menu_current {
	background: white;
	color: #333! important;
	text-decoration: none;
	border-right: 1px solid #717e4c;
	border-left: 1px solid #717e4c;
	border-top: 1px solid #717e4c;
	border-bottom: 1px solid white;
}

/* MAIN CONTENT AREA */

.contentarea {
	margin: 0px 10px 0px 30px;
	width: 500px;
	float: left;
	padding: 20px 0px;
}

/* SIDEBAR */

.sidebar {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin: 0px 0px 20px 550px;
	color: #666;
	padding-top: 10px;
	position: relative;
	line-height: 1.5em;
}

.sidebar hr {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 1px;
}

.sidebar a {
	margin-bottom: 5px;
	background-color: #bbd17e;
	margin-right: 20px;
	padding: 5px;
	display: block;
	border-left: 6px solid #2a4e13;
}

.sidebar a:hover {
	background-color: #eeffc0;
	color: #2a4e13;
	text-decoration: none;
	border-left-color: #b8747b;
}

.txt_field {
	width: 90%;
	background-color: #eeffc0;
	color: #717e4c;
	font: 0.9em "trebuchet ms", "lucida grande", verdana, arial, sans-serif;
}

.txt_field:focus {
	background-color: #edd9db;
	color: #2a4e13;
}

.submit_btn {
	font: 0.9em "trebuchet ms", "lucida grande", verdana, arial, sans-serif;
	margin-bottom: 15px;
	margin-top: 5px;
}

/* SUBMENU + LOGIN/OUT FORM */

.submenu, .login_table {
	margin-left: 10px;
}

.submenu a.menu_current {
	background-color: #eeffc0;
	color: #2a4e13;
}

/* SEARCH FORM */

.search_box {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 20px;
	text-align: center;
}

/* FOOTER */

#footer {
	text-align: center;
	color: #7f7f7f;
}

#footer a {
	font-weight: bold;
	color: #888;
	border-bottom: #ccc 1px solid;
	background-color: transparent;
}

#footer a:hover {
	color: black;
	text-decoration: none;
	border-style: none;
}

.clear {
	clear: both;
	margin: 0px;}

/* EVENT MODUL */
.evheader {
	text-align: center;
	margin-bottom: 10px
}
.eventborder {
	border : 1px solid #b8747b;
	margin-bottom: 10px;
}
.tdeventheading, .mteventheading, .alleventheading {
	line-height : 20px;
	padding: 2px;
	background-color : #edd9db;
	color: #b8747b;
	font-weight : bold;
	text-align : center;
	font-family: "trebuchet ms", "lucida grande", verdana, arial, sans-serif;
	letter-spacing: 0.1em;
}
.tdevent, .mtevent, .allevent li  {
    padding: 6px;
	vertical-align: top;
	list-style-type: none;
}
.eventheading {
	text-align : center;
}

.eventheading img {
	margin: 6px 0;
}

.eventheading a {
	padding: 6px;
	background-color: transparent;
}
.evfooter {
	text-align: center;
	color: #7f7f7f;
}
