/*
Theme Name: idealobserver
Based on: Minimalist Fever
*/


/* Typography & Colors */

a.ohne:link {color:#5E5E5E;border-bottom:dotted 0px #5E5E5E;text-decoration:none}
a.ohne:visited {color:#5E5E5E;border-bottom:dotted 0px #5E5E5E;text-decoration:none}
a.ohne:hover {color:#5E5E5E;border-bottom:solid 0px #5E5E5E;text-decoration:none}
a.ohne:active {color:#5E5E5E;border-bottom:solid 0px #5E5E5E;text-decoration:none}


a:link {color:#5E5E5E;border-bottom:dotted 1px #5E5E5E;text-decoration:none}
a:visited {color:#5E5E5E;border-bottom:dotted 1px #5E5E5E;text-decoration:none}
a:hover {color:#5E5E5E;border-bottom:solid 1px #5E5E5E;text-decoration:none}
a:active {color:#5E5E5E;border-bottom:solid 1px #5E5E5E;text-decoration:none}

body {color:#5E5E5E;font-family:verdana}


h2 {
	color:#5E5E5E;
	font-size:13px;
	font-weight:bold;
	padding-bottom:0.5em;
}

h3 {
	color:#5E5E5E;
	font-size:14px;
	font-weight:bold;
	padding-bottom:0.5em;
	border-bottom: 1px solid #5E5E5E;
}

h4 {
	font-size: 12px;
}

h5 {
	font: normal 12px;
}

img {
	border: none;
}

address {
	font-style: italic;
}

blockquote {
	margin: 1em 0;
	padding: 0 0 0 1.2em;
	border-left: 4px solid #c2cfdf;
}

address {
	font-style: italic;
}

dt {
	margin: 1em 0 .5em 0;
	font-weight: bold;
}

code, pre, var {
	font-size: 1em;
}

ol {
	margin-left: 2em;
}

dd {
	margin: .5em 0 1em 1.5em;
}

cite {
	font-weight: bold;
	font-style: normal;
}

input, textarea, select {
	padding:4px;
	border:1px solid #e5e5e5;
	font-size:12px;
	line-height:14px;
	background-color: #fff;
	font-family: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#999;
	word-wrap: break-word;
}

textarea {
	width: 350px;
}

input#author, input#email, input#url {
	width: 350px;
}

input#submit {
	width: 250px;
	height: 30px;
	padding: 2px 4px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #999;
}

/* Structure */

#warp {
	margin-bottom:1.5em;
}

#content { 
	text-align:left;
	background-color:#fff;
	margin: 0px 250px 20px 5px;
	padding: 0em 1.5em 0em 1.5em;
	border-right: solid 1px #e5e5e5;
	word-wrap: break-word;
}

.entry img {
	border: 1px solid #c2cfdf;
	padding: 3px;
}

.entry img a{
	border: 1px solid #c2cfdf;
	padding: 3px;
}

.entry { 
	background-color:#fff;
	padding: 0em 0.8em 0.8em 0.1em;
	word-wrap: break-word;
}

.entry ul {
	list-style: none;
	padding-left:0px;
	margin-left:2.0em;
}

.entry li{
	list-style: disc;
 	margin-left:1em;
}

.postmetadatasingle {
	margin-top: 4.0em;
}

#sidebar {

	text-align:left;
	width: 220px;
	float: right;
	clear: right;
	background-color:#fff;
	padding: 10px 10px 5px 10px;
	
	margin-top:0px;
	margin-right:0px;
	margin-bottom:10px;
	color:#999;
	min-height:300px;
	}

#sidebar h2 {
	color:#5E5E5E;
	font-size:12px;
	font-weight:bold;
	padding:1em 0 0 0;
	border-bottom: 1px solid #5E5E5E;
}

#sidebar ul{
	padding: 0;
	font-size:12px;
	color:#666;
	line-height: 1.8em;
	list-style: none;
	margin-left:0px;
	color:#999;
}

#sidebar ul li{
	list-style: none;
	padding-left:0;
	color:#999;
}

#footer{
	margin: 1em 18em 0em 0.5em;
	padding: 0em 0.8em 0.2em 0.8em;
	border:solid 1px #e5e5e5;
	background-color:#fff;
}

/* Comment Style */

ol.commentlist {
	background-color: transparent;
	margin-left: -1em;
}

html>body ol.commentlist {	margin-left: -4.3em;}

*+html ol.commentlist {
	margin-left: -1em!important;
}

.commentlist li {
	color: #999;
	padding: 5px 0 0 10px;
	list-style-type: none;
	margin-top: 10px;
	word-wrap: break-word;
}

#commentinfo {
	background-color: #ffffd0;
}

#commentinfo p{	
	padding-left: 5px;
}
.author-comment {
	background-color: #f1fdd7;
	padding-left: 5px;
}

.ping-comment {
	background-color: #e4fbfd;
	padding-left: 5px;
}

/* Navigation Elements */

.navigation {
	display: block;
	width:100%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 40px;
	padding-bottom: 5px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}


.aligncenter,
div.aligncenter {
	//display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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: 8px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	font-style:italics;
}
