/*  
 * Theme Name: 		ExpressionBlue
 * Theme URI: 		http://www.theenglishguy.co.uk/expression-blue-wordpress-theme/
 * Description: 	This shades of blue theme by <a href="http://www.theenglishguy.co.uk/">The English Guy</a> is perfect for a beginner, easy to use, clean design with two columns - sidebar on either side, up to you -  and easy to alter to your own desires.
 * Author: 			Richard Dows
 * Author URI: 		http://www.theenglishguy.co.uk/
 * Tags:			two-columns, theme-options, blue, black, fixed-width, left-sidebar, right-sidebar, threaded-comments
 * Version:			1.0.3
 */
* {
	margin: 0;
	padding: 0;
}

html {
	height: 101%;
}

body,html { /*background-image: url(images/bg_slice-7.png);
  background-repeat: repeat-x;
  background-position: top left;*/
	background: #926741;
	font-size: 100.01%;
	font-family: "Trebuchet MS", sans-serif;
	color: #fff;
	color: #333;
}

#wrap {
	width: 900px;
	width: 720px;
	margin: 0 auto;
	text-align: left;
}

/*----------------------------- header ---------*/
#header {
	min-height: 101px;
	height: auto !important;
	height: 101px;
	padding: 0 0 0 15px;
}

#header h1 {
	font-size: 24px;
	margin: 5px 0 0 0;
}

#header .logo {
	font-size: 24px;
	font-size: 36px;
	margin: 5px 0 0 0;
	font-weight: bold;
	padding-top: 20px;
	font-family: Arial Black, sans-serif;
	letter-spacing: 1px;
	line-height: 36px;
}

#header .logo a {
	color: #black;
}

#header h2 {
	font-size: 18px;
	font-weight: 100;
	margin: 5px 0 0 0;
}

#header .desription {
	font-size: 18px;
	font-weight: 100;
	margin: 5px 0 0 0;
	color: #D4C398;
	
	font-family: Arial Black, sans-serif;
	letter-spacing: 1px;
}

/*------------------------------- menu ---------*/
#menu {
	width: 720px;
	margin: 0px 0 25px 0px;
	height: 38px;
}

#menu ul {
	padding-left: 0;
	margin-left: 0;
	background-color: transparent;
	color: #fff;
	float: left;
	/*width: 100%;*/
	font-family: arial, helvetica, sans-serif;
	border-left: 1px solid #581000;
	border-right: 1px solid #581000;
}

#menu ul li {
	display: inline;
}

#menu ul li:first-child a {
	border-left: 1px solid #581000;
}

#menu ul li a {
	padding: 10px 16px;
	background-color: transparent;
	color: #black;
	text-decoration: none;
	float: left;
	border-left: 1px solid #581000;
	border-right: 1px solid #581000;
	display: block;
	height: auto !important;
	height: 17px;
}

#menu ul li a:hover { /*background-image: url(images/menu_hover.png);*/
	color: #fff;
	border-left: 1px solid #581000;
	border-right: 1px solid #581000;
}

#menu ul li a.active { /*background-image: url(images/menu_hover.png);*/
	color: #fff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

a.current-page-item {
	color: #fff !important;
}

/*---------------------------- content ---------*/
#content {
	width: 650px;
	width: 500px;
	float: right;
	margin: 0;
	margin: 0 35px 0 0;
	margin: 0 20px 0 0;
}

.left_sidebar #content {
	float: left;
	margin: 0 0 0 35px;
}

.post {
	margin: 0 0 45px 0;
}

.post-content {
	position: relative;
	padding: 10px;
	background-color: #946a45;
	border: 3px solid #D4C398;
}

.post-content img {
	margin: 5px;
	max-width: 620px;
}

.post-main p {
	margin: 5px 0 5px 0;
}

.post-main ul,.post-main ol,.post-main dl {
	margin: 0 5px 10px 25px;
}

.clip-topleft,.clip-bottomright {
	position: absolute;
	width: 52px;
	height: 50px;
}

.clip-topleft {
	background-image: url(images/tl_corner.png);
	top: -25px;
	left: -25px;
}

.clip-bottomright {
	background-image: url(images/br_corner.png);
	bottom: -25px;
	right: -25px;
}

/*---------------------------- sidebar ---------*/
#sidebar {
	width: 200px;
	width: 170px;
}

.right_sidebar #sidebar {
	float: left;
}

.left_sidebar #sidebar {
	float: left;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	margin-top: 1px;
}

#sidebar ul li a {
	background-color: #7FBEF9;
	background-color: #D4C398;
	display: block;
	height: auto !important;
	padding: 5px 0 5px 6px;
	color: #333;
	color: #black;
	font-size: 13px;
}

#sidebar ul li a:hover {
	background-color: #7FBEF9;
	background-color: transparent;
	color: #fff;
	border-left: 0px solid #333;
	padding: 5px 0 5px 6px;
}

#sidebar .block {
	margin: 0 0 10px 0;
}

#sidebar .block-top {
	background-color: #946A45;
	height: auto !important;
	/*height: 30px;*/
	padding: 0px 0px 0px 6px;
	border: 1px solid #D4C398;
	border-bottom: 1px solid #D4C398;
	color: #black;
	font-size: 18px;
	font-weight: 100;
}

#sidebar .block-top h3 {
	color: #5b5b5b;
	font-size: 18px;
	font-weight: 100;
}

#sidebar .block-content {
	
}

#sidebar .block-bottom {
	margin: 0;
	
}

/*--------------------------- calendar ---------*/
#wp-calendar {
	width: 100%;
	padding: 0;
	margin: 0;
}

#wp-calendar caption {
	font-weight: bold;
	font-size: 20px;
}

#wp-calendar td,#wp-calendar th {
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	background-color: #aabac6;
	text-align: center;
}

#wp-calendar td:hover {
	background-color: #1a88c9;
}

/*----------------------------- footer ---------*/
#footer {
	font-size: 12px;
	text-align: center;
	padding: 25px 0 10px 0;
	clear: both;
	width: 100%;
	color: #5b5b5b;
}

/*----------------------------------------------*/
a, a:hover {
	color: #333;
	text-decoration: none;
}

.post-content {
	font-size: 13px;
	line-height: 21px;
	font-family: tahoma, verdana, helvetica, sans-serif;
}

.post-title {
	border-bottom: 1px solid #fff;
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
}

.post-content a:link,.post-content a:visited {
	text-decoration: underline;
}

.post-content a:hover {
	color: #fff;
	text-decoration: none;
}

.post-title h1 {
	margin: 12px 0px 3px 0px;
	font-size: 21px;
	line-height: 25px;
	font-family: tahoma, verdana, helvetica, sans-serif;
}

.post-title h1 a {
	text-decoration: none !important;
	font-family: tahoma, verdana, helvetica, sans-serif;
}

.post-title h1 a:hover {
	color: #fff;
	text-decoration: underline;
}

h2 {
	margin: 11px 0px 19px 0px;
	font-size: 14px;
	line-height: 19px;
	color: #333;
	font-family: tahoma, verdana, helvetica, sans-serif;
}

/*.post-title h2 a:link, .post-title h2 a:visited {
  text-decoration: none;
}*/
#footer a:link,#footer a:visited {
	text-decoration: underline;
	color: #5b5b5b;
}

#footer a:hover {
	text-decoration: none;
	color: #5b5b5b;
}

.post-date {
	font-size: 12px;
	padding-left: 7px;
	color: #333;
	margin-bottom: 12px;
	float: right;
	margin-right: 36px;
}

.lb {
	background: #AABAC6;
}

ul.overview {
	margin: 12px 0px 12px 0px;
}

ul.overview li {
	list-style: none;
	margin-top: 7px;
}

/*ul.overview li a { font-weight: bold; }*/
ul.overview li ul {
	margin: 16px 0px 16px 0px
}

ul.overview li ul li {
	list-style: circle;
	margin-left: 20px;
}

.postcontent ul li {
	list-style: none;
}

.postcontent a {
	color: #333;
	line-height: 23px;
}

.postcontent a:hover {
	color: #333;
}

#footer a:link,#footer a:visited {
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

.post-date {
	font-size: 12px;
	padding-left: 3px;
}

.inhalt {
	margin: 20px 0px 16px 0px;
	border-top: 1px solid #fff;
	padding: 7px 0px;
	font-size: 18px;
	font-weight: bold;
}

/*------------------------------- misc ---------*/
.navigation {
	margin: 0 0 15px 0;
}

.align-left {
	float: left;
}

.align-right {
	float: right;
}

blockquote {
	margin: 5px 10px 5px 15px;
	padding: 2px 5px;
	background-color: #369;
	border: 1px solid #333;
}

abbr,acronym {
	border: 0;
}

.gallery .gallery-item {
	width: 27% !important;
}

/*--------------------------- wordpress ---------*/
.aligncenter,div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-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;
}

/******* Werbeflächen: *******/
#metaCols {
	width: 980px;
	margin: 0px auto;
}

* html #metaCols {
	width: 986px;
}

#metaCol_1 {
	width: 130px;
	float: left;
	margin-top: 170px;
}  /* Skyscraper links */
#metaCol_2 {
	width: 720px;
	float: left;
}

#metaCol_3 {
	width: 130px;
	float: right;
	margin-top: 170px;
	text-align: right;
}  /* Skyscraper rechts */
#pageTop {
	background: transparent;
	width: auto;
}  /* Banner Oben */
.bannerTop {
	width: 795px;
	margin: 0 auto;
}

#pageBottom {
	background: transparent;
	width: auto;
	clear: both;
}  /* Banner Unten */
.bannerBottom {
	width: 795px;
	margin: 0 auto;
}

.pageBackgound {
	background-image: url(images/bg_slice-8.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #581000;
	border-bottom: 2px solid #D4C398;
}



#artikel_text_unten { clear: both; }
