/*  
Theme Name: clean
Theme URI:
Description: 
Version: 0.1
Author: Felix Boettcher
Author URI: http://felixboettcher.de
*/


/*
------> general
*/

body {
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	background: ;
	color: #000;
	}
	
	
.content {}
.post .page {}
.post-header, .page-header {}
.post-text, .page-text {}
.post-metadata, .page-metadata {}
.navigation {}
.navigation-next {}
.navigation-prev {}

/*
------> header
*/

#header {height:194px;width:800px;padding:10px;}

#menu {width:162px;float:left;padding:10px;}

/*
------> index
*/

.content {width:600px;margin-left:206px;padding:10px;}

.content ul li{
margin-bottom:15px;list-style: square;list-style-image: url(images/list.gif);list-style-position:outside;margin-left:20px;
}

.alignright {float:right;padding:0 0 10px 10px;}
/*
------> menu
*/

#menu li {list-style:none;}
#menu li a{color:#000000;display:block;padding:6px;text-decoration:none;}
#menu li a:hover {color:#fff;background:#c5460d;}

/*
------> page
*/



/*
------> archive
*/



/*
------> footer
*/

#slickbox{width:300px;height:20px;position:absolute;top:-20px;left:0px;background:red;}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 60px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -60px; /* negative value of footer height */
	height: 40px;
	clear:both;
	margin-left:200px;
	padding: 10px;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
