/*
Theme Name: Neurodermitis
Version: 1.1
Author: INblau
Author URI: http://www.inblau.de
*/

@import url(container.css);
@import url(navi.css);
@import url(content.css);

* {
	margin:0;
	padding:0;
	font-family:Trebuchet MS, Verdana, sans-serif;
	font-size:12px;
}

h1 {
	margin-top:5px;
	font-size:18px;
	font-weight:normal;
	color:#85134b;
}

p {
	line-height:1.2;
	color:#655b4f
}

a {
	color:#85134b;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

ul.post-categories a,
h1 a {
	text-decoration:none;
}

img {
	border:0;
}

div.post img {
	float:left;
	margin:0 10px 10px 0;
	border:0;
}
