/*
Theme Name: Lavinia
Theme URI: http://www.lavinia-steiner.de
Description: Wordpress template for German politican Lavinia Steiner
Version: 1.0
Author: Fabian Steiner
Author URI: http://www.lavinia-steiner.de
License: GPL
*/

body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	background: #6C821D;
	font-size: 0.83em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, 'DejaVu Sans', sans-serif;*/
}

/* Container */
#container {
	width: auto;
	margin: 0 auto;
}
/* Container end */

/* Header */
#header {
	/*clear: both;
	float: left;*/
	width: 100%;
	/*height: 50px;*/
	/*padding: 10px 40px;*/
	padding: 0;
	margin: 0;
	/*margin-top: 10px;*/
}
#header h1 { margin: 0; width: 100%; text-align: center; }
#header h1 a {
	color: #A6A53F;
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	/*line-height: .4em;*/
	padding-bottom: 0;
}
#header h1 a:hover {
	text-decoration: none;
}
#header h2 {
	color: #A6A53F;
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.4em;
	/*margin-left: 50px;*/
	margin: 0 10px 0 0;
	text-align: center;
}
/* Header end */

/* column container */
.colmask {
	position: relative;	/* This fixes the IE7 overflow hidden bug */
	/*clear: both;*/
	/*float: left;*/
	width: 100%; /* width of whole page */
	/*overflow: hidden; /* This chops off any overhanging divs */
	/*border: 4px solid #A7A541;*/
	border-top: 4px solid #A7A541;
	border-bottom: 4px solid #A7A541;
	background-color: #FFFFFF;
}

.threecol .colmid {
	background: #FFFFFF;/* center column background colour */
}
.threecol .col3 {
	display: none;
}

/* Footer */
#footer {
	/*clear: both;*/
	float: left;
	width: 100%;
	text-align: center;
	font-size: 0.7em;
	/*font-style: italic;*/
	padding: 10px 0;
	color: #A6A53F;
}
/* Footer end */


/* Links */
a {
	color: #6C821C;
	text-decoration: none;
}
a:hover {
	color: #6C821C;
	text-decoration: underline;
}
a:focus {
	border: none;
}
a img {
	border: none;
}
/* Links end */

/* Content Bar */
.infos {
	text-align: right;
	font-family: Georgia, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	/*font-variant: small-caps;*/
	/*letter-spacing: 1px;
	line-height: 2em;*/
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.adminonly {
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
/* Content Bar end */

/* Content */
.col1 h1, .col1 h2 {
	color: #6C821C;
}
.col1 h1 {
	/*font-family: Georgia, serif;*/
	/*font-size: 36px;*/
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 10px;
}
.col1 h2 {
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 10px;
}
.col1 p {
	font-family: Georgia, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.4em;
}
.col1 .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 5px 10px;
}
.col1 div .alignleft {
	float: left;
}
.col1 div.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.col1 div.alignright {
	float: right;
}
.col1 .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.col1 .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	margin-top: 2px;
}
.col1 ul {
	margin-left: 5%;
	padding-left: 5%;
	width: 80%;
	list-style: outside disc;
}
.col1 ul li {
	font-family: Georgia, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.4em;
}
.col1 ol li {
	font-family: Georgia, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.4em;
}
.post {
	margin-bottom: 50px;
}
/* Content end */

#breadcrumbs {
	/*font-family: Georgia, serif;*/
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	/*text-transform: uppercase;*/
	/*font-variant: small-caps;*/
	/*letter-spacing: 1px;
	line-height: 2em;*/
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
