/*   
Theme Name: Knapendorferhof
Theme URI: knapendorferhof.de
Description: Wordpress Theme für knapendorferhof.de
Author: Samuel Vogel
Author URI: none
Template:
Version: 0.1
.
General comments/License Statement if any.
.
*/

body {
	font-family: Verdana, sans-serif;
}

a {
	text-decoration: none;
	color: #1a4223;
}

a:hover {
	text-decoration: underline;
}


img {
	border: none;
}
.clearer {
	clear: both;
}

#top {
	position: absolute;
	top: 0;
	left: 0;
}

#head-links {
	font-size: 8pt;
	float: right;
	margin-bottom: 10px;
}

#head-links a {
	color: black;
}

#head-links #admin-link {
	color: gray;
}

#container {
	width: 900px;
}

#header {
	clear: right;
}

#logo {
	background-color: #688461;
	width: 180px;
	height: 220px;
	float: left;
}

#logo a {
	display: block;
	width: 160px;
	height: 65px;
	margin: 30px auto;
	background-image: url(./images/logo.png);
}

#header img {
	width: 718px;
	height: 220px;
	border-left: 1px solid white;
}

#navi {
	padding: 1px 0px;
	margin: 0;
	width: 100%;
	clear: both;
}

#navi li {
	display: inline;
}

#navi li a {
	padding: 0.4em 0 0.1em 5px;
	background-color: #004628;
	color: White;
	font-family: Arial, sans-serif;
	font-size: 11pt;
	text-decoration: none;
	float: left;
	border-right: 1px solid white;
	width: 175px;
	height: 19px;
}

#navi li a:hover, #navi li.active a {
	font-weight: bold;
	background-color: #003200;
}

#container-bottom {
	padding-top: 6px;
	clear: both;
}

#green {
	background-color: #688461;
}

#white {
	background-color: white;
	float: left;
}

#subnavi {
	width: 180px;
	height: 350px;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

#subnavi ul {
	border-top: 1px solid white;
	margin-top: 40px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#subnavi li a {
	display: block;
	padding: 0.5em 0 0.1em 5px;
	border-bottom: 1px solid white;
}

#subnavi li a:link, #subnavi li a:visited {
	color: white;
	text-decoration: none;
}

#subnavi li a:hover, #subnavi li a.pcp-selected, #galerie-link:hover {
	background-color: #004628;
}

#galerie-link {
	border: 1px solid white;
	color: white;
	padding: 0.3em 0.2em 0.1em;
	margin: 60px 35px 0 5px;
	display: block;
}

#content {
	float: left;
	width: 520px;
	padding: 10px;
}

#content h2 {
	margin-top: 26px;
	margin-bottom: 0;
	color: #004628;
	font-size: 20pt;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

#content h3 {
	font-size: 15pt;
	margin-bottom: 0;
	font-weight: bold;
}

#content h3 a {
	color: black;
}

#content h3 span {
	font-size: 10pt;
}

#content p a {
	text-decoration: underline;
}

#content p a:hover {
	text-decoration: none;
}

#content {
	margin: 0.5em 0 1em;
	font-size: 14px;
	line-height: 1.5em;
	word-spacing: 1px;
}

#to-top {
	float: right;
	color: black;
	margin-bottom: 50px;
}

#misc {
	width: 180px;
	float: left;
	font-family: Arial;
	font-weight: bold;
}

#news-link {
	border: 1px solid gray;
	color: #696969;
	padding: 0.3em 0 0.1em;
	margin: 60px auto;
	width: 80px;
	text-align: center;
	display: block;
	
}

#news-link:hover {
	background: #CCCCCC;
}

#misc ul {
	margin-top: 220px;
	margin-left: 40px;
	padding-left: 0;
	list-style: none;
}

#misc ul li a {
	font-size: 9pt;
	color: #696969;
}

#misc ul li {
	padding: 10px;
	padding-left: 30px;
	background-repeat: no-repeat;
}

#li-mail {
	background-image: url(./images/mail.png);
	background-position: left center;
}

#li-print {
	background-image: url(./images/print.png);
	background-position: 3px center;
}

#links {
	margin: 30px 0 50px;
}

#links li {
	margin-bottom: 10px;
}


/* Calender */

.wplc_event_list {
	margin: 25px 0 50px;
	padding: 0px;
}

.wplc_event_list li {
	background-color: #DDDDDD;
	border: 1px solid #CCCCCC;
	padding-left: 5px;
	list-style-type: none;
	margin: 0 30px 7px;
}

.wplc_event_list li .wplc_event_desc {
	margin-left: 20px;
	font-size: 10pt;
}

.wplc_event_list li .wplc_event_desc div.strong {
	margin-bottom: 5px;
	font-weight: bold;
}




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
