/*
Theme Name: Evergreen-Koor '80
Theme URI: http://evergreenkoor80.nl
Description: Evergreen-Koor '80 theme based on the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.1
Author: Robin Elfrink <robin@15augustus.nl>
Author URI: http://15augustus.nl/
Tags: green, custom header, fixed width, two columns, widgets

	Follows some original info:

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body {
	background-color: #fff;
	color: #666;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

div#shadow {
	margin: 0px auto;
	width: 866px;
	background: #efefef url('images/shadow.png') top right no-repeat;
}

div#header {
	margin: 3px 13px 0px 3px;
	padding-top: 20px;
	background: url('images/header-background.png') top right no-repeat;
}

div#header img {
	margin-left: 1em;
	border: 0px;
}

div#page {
	margin: 0px 13px 0px 3px;
	padding: 0.5em 1em;
	background-color: #efefef;
}

div#navigation div#alignleft {
	float: left;
	text-align: left;
}

div#footer {
	margin: 0px auto;
	width: 866px;
	background: url('images/shadow-bottom.png') top right no-repeat;
	clear: both;
	text-align: center;
	font-size: 80%;
	padding-top: 0.5em;
}

ul#topmenu,
ul#ledenmenu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	background: #30a08f url('images/menu-background.png') bottom left repeat-x;
	padding-bottom: 0.6em;
}

ul#ledenmenu {
	background: #60bdaf;
	padding-top: 6px;
}

ul#topmenu li,
ul#ledenmenu li {
	display: inline;
	margin: 0em 1em;
	padding: 0px;
}

ul#topmenu li#login {
	display: block;
	float: right;
}

ul#topmenu a,
ul#topmenu a:link,
ul#topmenu a:hover,
ul#topmenu a:active,
ul#topmenu a:visited,
ul#ledenmenu a,
ul#ledenmenu a:link,
ul#ledenmenu a:hover,
ul#ledenmenu a:active,
ul#ledenmenu a:visited {
	color: white;
	text-decoration: none;
}

ul#topmenu a:hover,
ul#ledenmenu a:hover {
	color: #2b2d8d;
}

div#content {
	width: 580px;
	margin-right: 230px;
	border-right: 1px dotted;
	padding-right: 1em;
}

div#content a {
	text-decoration: none;
	color: #30a08f;
}

div#content h2 {
	background: url('images/blogger_date.gif') center left no-repeat;
	padding-left: 20px;
	font-size: 160%;
}

div#content img {
	border: none;
}

div#content .entry {
	padding-left: 20px;
}

div#content img.alignleft {
	margin-right: 1em;
}

div#content img.alignright {
	margin-left: 1em;
}
div#content p {
	clear: left;
}

div#sidebar {
	float: right;
	width: 230px;
	text-align: right;
	margin-bottom: 0.5em;
}

div#sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: auto;
}

div#sidebar>ul>li {
	margin-bottom: 1em;
}

div#sidebar h2 {
	font-size: 120%;
}

div#sidebar a {
	text-decoration: none;
	color: #30a08f;
}

#gallery img {
	border: none !important;
}

div#lg_powered {
	display: none;
}

div.post {
	clear: left;
}

p.postmetadata {
	clear: left;
	margin: 0.5em 0px;
}

div.img {
	float: left;
}

div.img div {
	border: none !important;
	background-color: inherit !important;
	font-style: italic !important;
	margin: 0px !important;
	padding: 3px !important;
}

ul.ec3_events {
	list-style-type: none;
	color: #666;
}

li.ec3_list {
	color: #666;
	font-weight: bold;
}

li.ec3_list ul {
	list-style-type: none;
	font-weight: normal;
}

li.ec3_list_day {
}

table.ec3_schedule {
	float: none;
}

td.ec3_start {
}

td.ec3_to {
}

td.ec3_end {
}

form#loginform {
	padding: 0.5em;
}

form#loginform table {
	margin: auto;
	border: 1px solid #888;
	background-color: #f8f8f8;
	border-spacing: 0.5em;
}

input[type=text], input[type=password], input[type=submit], textarea {
	border: 1px solid #888;
}

textarea {
	width: 95%;
}

