/*
Theme Name: heide-dierks.de
Theme URI: http://media-services-hamburg.de
Description: Redesign von Heide Dierks' Homepage
Version: 2.1
Author: Wolfgang Timme & Philip Wilson Media Services GbR
Author URI: http://media-services-hamburg.de/
Tags: 
*/

html, body {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-color: #d3c773; /* ACHTUNG: keine Webfarbe! */
	background-image: url(gfx/total-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	color: #333300;
}

div {
	text-align: left;
}

a:link, a:hover, a:active, a:visited {
	color: #557C1E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #3D5915;
}

#page {
	text-align: center;
	margin: 0px auto auto auto;
	width: 714px;
}

#content, #header, #top-navigation, .divider {
	margin: 0px auto auto auto;
	width: 714px;
}

#header img {
	float: left;
	border-width: 0px;
}

.divider {
	height: 8px;
	font-size: 6px;
	clear: both;
}

#top-navigation {
	background-image: url(gfx/nav-bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
}
#top-navigation a {
	margin-top: 10px;
	float: left;
	margin-left: 20px;
	color: #FFFFFF;
	text-decoration: none;
}

#left, #right {
	padding-top: 16px;
	margin-top: 10px;
}
#left {
	width: 145px;
	float: left;
	margin-right: 10px;
}

#right {
	float: left;
	width: 548px;
	padding-left: 10px;
}

#left-navigation {
	margin-bottom: 36px;
}

#left-navigation a {
	display: block;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 2px;
	text-decoration: none;
	padding-left: 12px;
	width: 133px;
	background-color: #5c5c5c;
	margin-bottom: 2px;
}
#left-navigation a:hover, #left-navigation a.current {
	background-color: #c2b66c; /* ACHTUNG: keine Webfarbe! */
}

#sidebar-heading {
	background-color: #d3c773;
	padding: 2px;
	font-weight: bold;
}
#sidebar-divider {
	display: block;
	height: 15px;
}

#portrait {
	margin-bottom: 15px;
}
#portrait img {
	margin-bottom: 3px;
}

/* Termin-Tabelle */
#events {
	border-width: 0px;
	margin-top: 10px;
}
#events th {
	font-weight: bold;
}
#events td {
	vertical-align: top;
}
#events th.date { width: 80px; }
#events th.time {	width: 124px; }
#events th.location { width: 250px; }
#events th.title { width: 250px; }
#events td.current { background-color: #E7E7E7; }
#events th { background-color: #d3c773; padding: 5px; }
#events a.short_location { cursor: help; } #events a.short_location:hover { text-decoration: none; color: #000000; }
#events td.heading { background-color:#D3C773; padding:5px; }
#events thead th, #events tfoot th { background-color: #FFFFFF; }

#event-information .label {
	float: left;
	width: 140px;
}
#event-information .content {
	float: left;
	width: 408px;
}
a.location_link img {	/*	Das Map-Icon */
	border-width: 0px;
	height: 12px;
}

/* CSS bezueglich des Contents, also der Posts. */
.post #heading, #heading {
	margin-bottom: 10px;
	font-size: 14pt;
	color: #cd853f;
	margin-top: -3px;
	font-weight: bold;
}
.post ul {
	list-style-type: disc;
}
.post ul, .post li {
	margin-top: 0px;
	margin-bottom: 0px;
}
/* Wordpress fuegt bei Listen immer ein <br> zwischen den Punkten ein. Dies soll nicht angezeigt werden. */
.post ul br {
	line-height: 0px;
}
.post div.post-edit {
	margin-top: 15px;
	width: 100%;
	text-align: right;
}

/* Suche */
.search-result {
	display: block;
}
.search-result .heading {
	display:block;
	margin-bottom: 5px;
}

/* CSS bezueglich der Bilder */
img.alignleft {
	display: inline;
}

#sidebar-impressum {
	display: block;
	margin-top: 20px;
}
#sidebar-impressum {
	font-size: 11pt;
}