/* 
Theme Name: WP-MV-Lieboch
Theme URI: 
Description: Theme based on WP-Multiflex-3, designed by <a href="http://webgazette.co.uk">Ainslie Johnson</a> 
Version: 1.0
Author: Thomas Skarget
Author URI: http://www.skarget.at
*/

/*
Used colors:
#CFCA39 -> Yellow inside MV-Lieboch Wappen
#B70C0A -> Red inside MV-Lieboch Wappen

#018402 -> Green of text and line
#E8E9EB -> footer background
*/ 


/* Various elements */

body {
	background-color: #fff;
	margin: 10px 0;
	font: 72% Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #000;
}

div {
	margin: 0;
	padding: 0;
}

p {
	font-size: 1.1em;
}

a {
 	color: #018402;
	font-weight: bold;
}

a:hover {
	color: #005D01;
}

code {
	font-size: 1.1em;
	display: block;
	font-family: "Courier New", Courier, monospace;
	background-color: #ffffcc;
	padding: 5px;
	margin: 10px;
	border: 1px solid #959595;
}

blockquote {
	background: url(images/quote.gif) left no-repeat;
	margin: 0;
	padding: 0 40px 0 40px;
	text-align: justify;
	font-size: 0.9em;
}

/* Main wrapper */

#wrap {
	width: 900px;
	margin:  0 auto;
	border: 1px solid #969696;
}

/* Header */

#header {
	background: url(images/header_logo.gif) no-repeat top left;
    /* image has height of 158px, 7px spacer */
	height: 165px;
	margin: 0;
	padding: 0;
	font-family:"trebuchet ms",arial,sans-serif;
}

/* Container wrappers */

#container {
	clear: both;
	margin: 0;
	padding: 0; 
}

#left-wrap {
	width: 690px;
	float: left;
	margin: 0;
	padding: 0;
}

/* Main content area */

#content {
	float: right;
	width: 480px;
	margin: 0;
	padding: 0;
}

#content .post, #content .page {
	margin: 0;
	padding: 0 5px 5px 5px;
}

#content h2 {
	font-size: 1.8em;
	font-family:"trebuchet ms",arial,sans-serif;
	margin: 0;
	padding: 0;
	border-bottom: 7px solid #E1E1E1;
	color: #646464;
}

#content h2 a {
	color: #646464;
	text-decoration: none;
}

#content h2 a:hover {
	color: #000;
	text-decoration: none;
}

#content h2.pagetitle {
	border-bottom: none;
	background: #bebebe url(images/bg_corner_topright.gif) top right no-repeat;
	font-family:"trebuchet ms",arial,sans-serif;
	color: #fff;
	margin: 0 15px 20px 15px;
	padding: 3px 5px;
	font-size: 1.3em;
}

#content .entry h1 {
	font-size: 2em;
	color: #646464;
}

#content .entry h2 {
	font-size: 1.8em;
	color: #646464;
	border-bottom: none;
}

#content .entry h3 {
	font-size: 1.5em;
	color: #646464;
}

#content .entry h4 {
	font-size: 1.1em;
	color: #646464;
}

#content a {
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content p {
	font-size: 1.1em;
}

#content p.prefix {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#content p.suffix {
	font-size: 0.9em;
	background: #E1E1E1 url(images/bg_corner_topright.gif) top right no-repeat;
	color: #000;
	padding: 5px;
	font-weight: normal;
	line-height: 16px;
	clear: both;
}

#content p.suffix a {
	color: #018402;
	text-decoration: none;
}

#content p.suffix a:hover {
	color: #005D01;
	text-decoration: underline;
}

#content p.edit {
	margin: 0;
	padding: 0;
	font-size: 0.9em; 
}

#content ul, #content ol {
	padding: 6px 0 6px 30px;
	margin: 0 0 0 30px;
}

#content li {
	font-size: 1.05em;
	padding: 2px 0 2px 0;
}

#content ul li {
	list-style: square url(images/bg_bullet_full_2.gif);
}

.navigation, .bottomnavigation {
	height: 15px;
}

.navigation .alignleft, .bottomnavigation .alignleft {
	float: left	
}

.navigation .alignright, .bottomnavigation .alignright {
	float: right;
}

.entry {
	overflow: hidden;
}

.entry a {
	overflow: hidden;
}

.entry img {
	overflow: hidden;
}

/* Monsterous hack to get IE6 to cut off an image bigger than the post area */

* html .entry p {
	width: 99%;
	overflow: hidden;
}


/* Sidebars */

#sidebar {
	width: 200px;
	padding: 0 0 10px 0;
	margin: 0;
}

#right-sidebar {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0 0 10px 0;
}

#sidebar ul {
    list-style: none;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
}

#right-sidebar ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
}

#sidebar li {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
    background-color: #E8E9EB;	
}

#right-sidebar li {
    list-style: none;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
    background-color: #E8E9EB;	
}

#sidebar h2 {
	background-image: url(images/bg_corner_topright.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color: #fff;
    font-size: 1.2em;
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 20px;
    background-color: #018402;	
}

#right-sidebar h2 {
	background: url(images/bg_corner_topleft.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 20px;
	font-size: 1.2em;
	color: #fff;
    background-color: #018402;	
}

#sidebar a {
	font-size: 1.1em;
	color: #018402;
	font-weight: bold;
	text-decoration: none;
}

#right-sidebar a {
	font-size: 1.1em;
	color: #018402;
	font-weight: bold;
	text-decoration: none;
}

#sidebar li li {
	padding: 0;
	margin: 0 0 0 20px;
}

#sidebar  li li a {
	background: url(images/bg_bullet_full_1.gif) left no-repeat;
	padding-left: 10px;
	line-height: 20px;
}

#sidebar li li a:hover {
	background: url(images/bg_bullet_full_2.gif) no-repeat left;
	color: #005D01;
	text-decoration: underline;
}

#sidebar li li li {
    word-wrap: break-word;
    font-size: 0.9em;
	padding: 0;
	margin: 0 0 0 10px;	
}

#sidebar li li li a {
	background: url(images/bg_bullet_half_1.gif) left no-repeat;
	padding-left: 10px;
	line-height: 20px;
}

#sidebar li li li a:hover {
	background: url(images/bg_bullet_half_2.gif) left no-repeat;
	color: #2a5a8a;
	text-decoration: underline;
}



#right-sidebar ul ul {
	margin: 0;
	padding: 0;
}




#right-sidebar li li {
	background-image: none;
	margin: 0;
	padding: 0 0 0 10px;
	border-bottom: none;
}

#right-sidebar li li li {
	margin: 0;
	padding: 0 10px 0 10px;
	border-bottom: none;

}


#right-sidebar li li a {
	background: url(images/bg_bullet_full_2.gif) left no-repeat;
	padding-left: 12px;
}

#right-sidebar li li li a {
	background: url(images/bg_bullet_half_2.gif) left no-repeat;
	padding-left: 12px;
}

#right-sidebar a:hover {
	text-decoration: underline;
}

#right-sidebar div.textwidget {
	padding: 2px 10px 2px 10px;
}

#right-sidebar div.textwidget p {
	font-size: 1em;
	padding: 0;
	margin: 0; 
}

#right-sidebar div#calendar_wrap {
	text-align: center;
	margin: 0;
    padding: 0 0 0 0;
}

#right-sidebar #wp-calendar {
	text-align: center;
}

#right-sidebar #wp-calendar a {
	text-decoration: none;
}

#right-sidebar td {
	font-size: 0.9em;
	border: 1px solid #89AAD6;
	padding: 3px;
	background-color: #ffffff;
}

#right-sidebar td.pad {
	border: none;
	background: transparent;
}

#right-sidebar td#prev, td#next {
	border: none;	
	background: transparent;
}

#right-sidebar #today {
	background-color: #ffff99;
}

/* Footer */

#footer {
	clear: both;
	background: url(images/bg_foot.jpg) no-repeat top left;
	height: 50px;
	text-align: center;
}

#footer p {
	padding: 10px 0 2px 0;
	color: #7d7d7d;
	font-size: 0.9em;
}

#footer a {
	text-decoration: underline;
	color: #7d7d7d;
}

#footer a:hover {
	text-decoration: none;
	color: #000;
}

/* Images */

img.left {
	float: left;
	margin: 5px 5px 0 0;
	padding: 5px;
	border: 1px solid #E6E6E6;
}

img.right {
	float: right;
	margin: 5px 0 0 5px;
	padding: 5px;
	border: 1px solid #E6E6E6;
}

.entry img.wp-smiley {
	border: none;
	margin: 0;
	padding: 0;
}

.entry img {
	margin: 5px;
	padding: 5px;	
	border: 1px solid #E6E6E6;
}

.entry a img {
	border: 1px solid #E6E6E6;
}

.entry a:hover img {
	border: 1px solid #515151;
}

/* Various styles */

.strong {
	font-weight: bold;
	font-size: 1.1em;
}
