/*  
Theme Name: Online Marketing Blog - Wordpress Theme
Theme URI: http://online-marketing-blog.de/
Description: Bla Bla
Version: 1.0
Author: Andreas Dantz
Author URI: http://andreasdantz.de/

*/


/*
97BBD9
6A8494
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 66%;
}

img {
	border: 0;
}

#wrapper-header {
	height: 3.5em;
	line-height: 3.5em;
	width: 100%;
	background-color: #565443;
	border-bottom: 1em solid #B4B09F;
	margin-bottom: 2em;
}

#header {
	width: 900px;
	margin: 0 auto;
}

#header h1 {
	font-size: 1.4em;
}

#header h1 a {
	color: #B4B09F;
	text-decoration: none;
}

#wrapper-content {
	width: 900px;
	margin: 0 auto;
}

.statement {
	background-color: #D0DEE9;
	padding: 1em;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #666;
}

.statement strong {
	font-weight: 200;
}

#wrapper-main {
	position: relative;
	margin-top: 2em;
}

#content {
	position: absolute;
	left: 225px;
	width: 450px;
}

#content h1 {
	font-size: 1.8em;
	padding: 0.1em 0em 0.2em 0em;
}

#content .entry {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.6em;
	color: #333;
}

#content p {
	margin: 0.8em 0em;
}

#content ul {
	margin: 1em;
	list-style-type: square;
}

.postmetadata {
	margin-bottom: 2em;
}

.post {
	margin-bottom: 4em;
}

ol.commentlist {
	list-style-type: none;
}

ol.commentlist li {
	border-bottom: 1px solid #565443;
	font-size: 1.2em;
	padding: 0.5em 0em;
}

.sidebar {
	position: absolute;
	width: 190px;
}
.sidebar h2 {
	color: #565443;
	font-size: 1.4em;
	border-bottom: 1px solid #565443;
	padding: 0.4em 0em 0.1em 0em;
	margin: 1em 0em 0.2em 0em;
}
.sidebar h2.first {
	margin-top: 0;
}

.sidebar ul {
	list-style: none;
}

.sidebar ul ul li {
	border-bottom: 1px solid #B4B09F;
	padding: 0.2em 0em 0.2em 0em;
}

.sidebar ul ul ul li {
	padding-left: 0.8em;
	border-bottom: 0;
}

#sidebar1 {
	left: 0px;
}
#sidebar2 {
	right: 0px;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

blockquote, code {
	display: block;
	border-left: 0.8em solid #565443;
	padding: 1em;
	margin: 0.5em;
	background-color: #B4B09F;
}

blockquote {
	font-style: italic;
}

code {
	font-family: Courier, monospace;
	font-size: 0.9em;
}

/* Links */

a:link {
	color: #565443;
	text-decoration: none;
}
a:visited {
	color: #565443;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* TagCloud */

#tagcloud li {
	display: inline;
	border: 0;
	margin: 0;
	padding: 0;
	margin-right: 0.2em;
}

#tagcloud .t1 { font-size: 1em; }
#tagcloud .t2 { font-size: 1.1em; }
#tagcloud .t3 { font-size: 1.2em; }
#tagcloud .t4 { font-size: 1.3em; }
#tagcloud .t5 { font-size: 1.4em; }
#tagcloud .t6 { font-size: 1.5em; }
#tagcloud .t7 { font-size: 1.6em; }
#tagcloud .t8 { font-size: 1.7em; }
#tagcloud .t9 { font-size: 1.8em; }
#tagcloud .t10 { font-size: 2em; }

/* Formular */

form textarea {
	width: 430px;
}
