/*
Theme Name: Minimal White
Theme URI: http://www.minicore.de
Description: Minicore.de
Version: 2.1
Author: Mark Tomicki

*/
a:visited {
        color: #000;
}
img {
        border: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	background-color: #eeecec;
}
#page {
	width: 900px;
	border: 1px solid #d6d6d6;
	background: #fff;
	margin: 0 auto;
	margin-top: 40px;
}
#content {
	width: 870px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
#logo {
	padding-top: 15px;
        padding-bottom: 10px;
}
#navigation {
	margin-top: 15px;
	width: 870px;
	height: 40px;
	background-color: #fff;
	border-bottom: 1px solid #d6d6d6;
}
#navigation_links {
	float: left;
	width: 659px;
}
#navigation_links ul {
	margin: 0;
	padding: 0;
}
#navigation_links li {
        margin-right: 10px;
	font-size: 11px;
	line-height: 30px;
	float: left;
	list-style: none;
}
#navigation_links li a {
	color: #000;
	text-decoration: none;
}
#navigation_links a:visited {
	color: #000;
	text-decoration: none;
}
#navigation_links a:hover {
	color: #e4702e;
	text-decoration: none;
}
#navigation_links a:active {
	color: #e4702e;
	text-decoration: none;
}
#search {
	padding-top: 3px;
	float: left;
	line-height: 30px;
        text-align: right;
}
#blog {
	float: left;
	width: 599px;
}
#sidebar {
	border-left: 1px solid #d6d6d6;
	padding-left: 20px;
	float: left;
	width: 250px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
.sidebar li {
	list-style: none;
	font-size: 11px;
        color: #222;
        background-color: #eeeeee;
	border-bottom: 1px dotted #d6d6d6;
        margin-bottom: 2px;
}
.sidebar li:hover {
	color: #fff;
        text-decoration: none;
        background-color: #222;	
}
#main {
	margin-top: 25px;
}
#comments {
	margin-top: 25px;
}
#blogroll ul li {
        margin: 0;
        list-style: none;
        padding: 0;
        font-size: 11px;
        height: 35px;
        line-height: 35px;
        border-bottom: 1px dotted #e6e6e6;
}
#blogroll ul li a:link {
        color: #222;
        text-decoration: none;
}
#blogroll ul li a:visited {
        color: #222;
        text-decoration: none;
}
#blogroll ul li:hover {
        text-decoration: underlined;
}
#commentform {
        color: #222;
        font-size: 11px;
}
#commentform a:link {
        text-decoration: none;
        color: #e4702e;
        font-size: 11px;
}
#commentform a:visited {
        color: #e4702e;
        font-size: 11px;
}
#s {
        height: 20px;
        background: #fff url('http://minicore.de/img/search.jpg');
        line-height: 25px;
        width: 180px;
        border: 0;
        background-repeat: no-repeat;
        padding-left: 27px;
}
#searchsubmit {
        display: none;
}
.submenu {
        color: #222;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
        text-align: left;
}
.headline {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.0em;
        margin-bottom: 15px;
}
.headline a:visited {
	text-decoration: none;
	color: #000;
}
.headline a:hover {
	color: #e4702e;
}
.headline a:link {
	text-decoration: none;
	color: #000;
}
.subline {
	font-size: 10px;
	margin-top: 2px;
        margin-bottom: 15px;
	width: 570px;
	line-height: 20px;
	height: 20px;
	background-color: #fff;
	border-bottom: 0px dotted #d6d6d6;	
}
.clear {
	clear: both;
}
.date {
        width: 370px;
	float: left;
	color: #000;
}
.date a:link {
        color: #fff;
        text-decoration: none;
}
.date a:visited {
        color: #fff;
        text-decoration: none;
}
.comments {
        text-align: right;
	width: 200px;
	float: left;
	color: #000;
}
.social_tweet {
	margin-right: 3px;
	line-height: 20px;
	float: left;
}
.social_rss {
	float: left;
}
.blogtext {
	width: 570px;
	line-height: 20px;
	font-size: 12px;
	margin-top: 15px;
}
.post_foot {
	height: 70px;
	width: 570px;
	font-size: 11px;
	color: #000;
	line-height: 40px;
	border-bottom: 1px dotted #333;
        margin-bottom: 30px;
}
.post_foot a:link {
	color: #fff;
        text-decoration: none;
}
.post_foot a:visited {
	color: #fff;
        text-decoration: none;
}
.comment {
	width: 570px;
        font-size: 12px;
	padding: 10px;
        padding-left: 0;
        margin-left: 0px;
	border: 0px dotted #e6e6e6;
	margin-bottom: 10px;
}
.comments a:link {
        color: #fff;
        text-decoration: none;
}
.comments a:visited {
        color: #fff;
        text-decoration: none;
}
.comment_avatar {
	float: left;
	margin-right: 10px;
	width: 50px;
	height: 50px;
	background-color: #e6e6e6;
}
.comment_text {
        width: 510px;
	font-size: 12px;
	float: left;
}
.author a:link {
        color: #fff;
        text-decoration: none;
}
.author a:visited {
        color: #fff;
        text-decoration: none;
}
img.picture_left {
	padding: 2px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
	border: 1px dotted #d6d6d6;	
}
.about {
	width: 245px;
	font-size: 11px;
	line-height: 14px;
}
.about strong {
	color: #e4702e;
}
.blogtext a:link {
	color: #e4702e;
}
.blogtext img {
	color: #e4702e;
	border: 0px;
        
}
#twitter_update_list ul {
        margin: 0;
        padding: 0;
}
#twitter_update_list li {
        font-size: 11px;
        color: #222;
        list-style: none;
        margin-bottom: 15px;
        padding: 5px;
        margin-left:0px;

}
#twitter_update_list li a:link {
        color: #222;
        font-weight: bold;
}
li.lastfm-item {
        list-style: none;
        line-height: 16px;
        color: #222;
        font-size: 11px;
}
a.lastfm-link {
        list-style: none;
        color: #222;
        text-decoration: none;
        font-weight: bold;
        font-size: 11px;
}
.fav {
text-align: right;
float: left;
width: 40px;
}
.post_headline {
float: left; 
width:530px;
}





.review {
	border-bottom: 1px dashed #222;
	padding: 2px;
}
.review_name {
	width: 270px;
	float: left;
	font-weight: bold;
}
.review_type {
	width: 70px;
	float: left;
}
.review_date {
	width: 90px;
	float: left;
}
.review_stars {
	width: 130px;
	float: left;
}

#navigation_black {
background: #222 url(/images/alert-overlay.png) repeat-x; 
display: inline-block; 
padding: 5px 10px 6px; 
float: left;
color: #fff; 
text-decoration: none;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
border-bottom: 1px solid rgba(0,0,0,0.25);
margin-bottom: 25px;
margin-top: 10px;
}
