/*
Theme Name: Charnwood2011
Theme URI: mikegrant.le@gmail.com
Description: A theme for Charnwood 2011's wordpress website
Version: 1.0
Author: Mike Grant
Author URI: mikegrant.le@gmail.com
Tags: green
*/


/*  body und schrift deffinitionen */
html {
padding:0px;
margin:0px;
}

body {
background: #a3da21 url(bg.jpeg) 0% 0% repeat-x;
font-size: 12px;
font-family: Verdana;
color:#564b47;
padding:0px;
margin:0px;
}
a {
color: #000000;
font-size: 12px;
background-color:transparent;
text-decoration: none;
}
pre {
color: #564b47;
font-size: 11px;
background-color: #e1ddd9;
font-family: Courier, Monaco, Monospace;
}
p,h1, h3, pre {
padding: 5px 15px;
margin: 0px;
}
li {
list-style-type: none;
}
h3 {
font-size: 13px;
text-transform:uppercase;
color: #564b47;
background-color: transparent;
}
/*  positioning-layers dynamisch */
#logo {
	position: absolute;
	background:url(header.png) right top no-repeat; 
	height: 104px;
	top: 8px;
	right: 4%;
	width: 96%;
}

#left {
	position: absolute;
	border: 5px solid #5CC33B;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	padding: 5px;
	left: 2%;
	width: 17%;
	top: 120px;
	background: #fff;
}

#middleleft {
	position: absolute;
	border: 5px solid #5CC33B;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	left: 22%;
	width: 74%;
	top: 120px;
	background: #fff;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	display:inline;
	float: left;
	margin:0 10px 10px 0;
}
.alignright {
	display:inline;
	float: right;
	margin:0 0 10px 10px;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.latest-news h5 {
	margin:0;
}
.latest-news {
	margin:0 0 20px 10px;
	padding:0;
}
.latest-news li {
	margin:0 0 3px;
}
.latest-news h5 a:hover {
	text-decoration:underline;
}
.aktt_tweets ul {
	margin:0 0 20px 10px;
	padding:0;
}
.aktt_tweets ul li {
	margin:0 0 3px;
}
.post, .postmetadata {
	clear:both;
}
