/*   
Theme Name: minimalismus
Author: smashill
Author URI: http://smashill.com
Version: 1.0
*/

body {
	background: #2f495c url(images/bg.jpg) center repeat-y;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: .88em;
	line-height: 1.5em;
	color: #444444;
	text-align: center;

}

#container {
	width: 980px;
	text-align:left;
	margin: 0px auto 0px auto;
}

#sidebar {
	width: 300px;
	float: left;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0 20px 10px 0;
	text-align: justify;
	}
	
#sidebar ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

#menuside { 	padding-left: 50px;
				text-align: justify;
			}

#footer {
	width:180px;
	float: left;
	clear: both;
	font-size: .64em;
}

#entries {
	background: #fff;
	width: 650px;
	float: right;
	}



.post {
	margin-bottom: 1em;
}

.post img{
    display: block;
    margin-left: auto;
    margin-right: auto 
	}


a {
	color: #000;
	text-decoration: underline;
	

}

.post img.wp-smiley { border:0px; 
                      padding:0px;
                      margin:0px;
					  background: transparent;
					  display: inline;
}



a:link h3 {
	color: #ffcc00;
	border: none;
}

a:link h4 {
	color: #fff;
	border: none;
}

a:link img {
	border: none;
}

ul {
	list-style: none;
	margin-left: 5px;
	padding-left: 5px;
	margin-top: 5px;
}

li.linkcat {
	list-style-type: none;
}

img {
	border: none;
}


h1 {
	font-size: 2em;
	line-height: 1em;
	text-transform: uppercase;
	display: inline;
	padding: 3px 10px;
	margin-bottom: .3em;
	background: #000;		
}



h2 {
	font-size: 16px;
	line-height: 1em;
	text-transform: uppercase;
}

h3 {
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: .1em;
	margin-top: .1em;
	letter-spacing: .2em;
	color: #34353e;
	
}

h4{
	display: inline;
	padding: 3px 10px;
	width: 300px;
	margin-bottom: .3em;
	background: #2f495c;		
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 16px;	
	text-decoration:none;
		}

.post h3 {
	border-bottom: none;
	letter-spacing: normal;
	margin-bottom: -.5em;
}

.post img {
	border: 2px solid grey,
	}
blockquote {
	background-color: #f3f3f3;
	padding: 10px;
	margin: 15px 0;
}



.comments_tiny {
	color: #b8b8b8;
	border-bottom: 1px dashed silver;
}

.alt {
	margin: 0;
	padding: 10px;
	background: #f3f3f3;
}

.commentlist {
	margin-top: 0px;

}

.commentlist li {
	margin: 5px 0 0 0px;

}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

li.comment {
	font-weight: bold;
	padding: 10px;
	list-style: none;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform {
	margin-top: 30px;
}

.commentmetadata {
	font-weight: normal;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

.content {
	margin-bottom: 25px;
	padding-left: 5px;
	font-weight: normal;
}

.floatLeft { 
    float: left; 
    margin: 4px; 
}


.floatright { 
    float: right; 
    margin: 4px; 
}

.commentbox {
	width: 100%;
	height: 100px;
}