/* LAYOUT */
#wrapper{
	margin:auto;
	width:780px;
}
#header{
	border-bottom:1px dotted #30261C;
	padding-top:100px;
	margin:0 20px;
	margin-bottom:10px;
}
#main{	
	border-bottom:1px dotted #FDF9F0;
	min-height:400px;
	margin:0 20px;
}
#footer{
	margin:0 20px;
}
#title{
	float:left;
}
#logo{
	float:right;
}
#imprint{
	display:none;
}
#links{
	float:left;
	width:300px;
}
#meta{
	float:right;
}

/* STYLES */
body{
	font-family:georgia;
	font-size:10px;
	color:#30261C;
	background-color:#fcf7eb;
	background-image:url(../assets/k56-fond.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	
}
h1{
	font-family:"Trebuchet MS";
	font-size:3em;
}
strong{
	font-weight:600;
}
p,ul{
	font-size:1.2em;
	line-height:1.4em;
}
a{
	color:#231c15;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
li{
	display: inline;
}
#main p{
	margin-bottom:20px;
	width:400px;
}
#main p.category{
	margin-bottom:0px;
}
#main span.category-title{
	font-weight:bold;
}
/*
#main p.category a.gallery-link:before{
	content:", ";
}
*/
#footer div.bar{
	margin-top:10px;
	background-image:url(../assets/trans.png);
}
#footer ul{
	margin:5px;
}
#footer #links li{
	padding-right:15px;
}
#footer #meta li{
	padding-left:15px;
}
#footer p{
	color:#FDF9F0;	
	margin:5px;
}

/* UTILITIES */
div.clearer{
	clear:both;
}
