/*
Theme Name: Literaturhotel Iserlohn
Theme URI: http://www.literaturhotel-iserlohn.de
Description: The original Design for the Website just adapted for the Wordpress Platform
Version: 1.0
Author: Kai Kroker (kai@nohype.de) and Christoper Mick (cm@mick-design.de)
*/

/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #ffffff;
	color: #006600;
	font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
}
a{
	color: #cc6600;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px;
}
select{
	padding: 0;
}
ul li{
	list-style: none;
}

ol li{
	list-style: decimal;
}

.col1 li, .col2 li, .col3 li {
	list-style-type: disc;
	list-style: disc;
	list-style-position: outside;
}

.col1 ul, .col2 ul, .col3 ul {
	margin: 0;
	padding: 0;
	list-style-position: outside;
}

/*=== Layout ===*/
.page{
	background: url(images/bottom-right.jpg) no-repeat bottom right;
	width: 950px;
}
.page h2, .page h3{
	font-size: 14px;
	margin: 0 0 15px;
}
.page p{
	padding: 0 0 5px;
}
/*=== Logo ===*/
#leftcol h1{
	background: url(images/LH_01.01_Logo3Sterne.jpg) no-repeat;
	background-position: 30px 30px;
	margin: 0 0 30px;
	text-indent: -9999px;
}
#leftcol h1 a{
	display: block;
	height: 252px;
	width: 204px;
}
#leftcol h1 a:hover{
	text-decoration: none;
}
/*=== Header ===*/
#header{
	background: url(images/top-right.jpg) no-repeat top right;
	height: 324px;
}
#header .nav{
	margin: 10px 0 0;
}
#header h2{
	clear: both;
	color: #ffffff;
	float: right;
	font: italic 24px "Times New Roman", Times, serif;
	padding: 10px 170px 0 0;
	text-align: right;
}
#header h2 em{
	font-size: 18px;
	font-weight: bold;
}
/*=== Navigation ===*/
 ul.nav{
	background: #ffffff;
	height: 28px;
	line-height: 28px;
	padding: 0 0 0 5px;
}
* html  ul.nav{
	padding: 0;
}
.nav li{
	float: left;
	font-size: 13px;
	margin: 0 8px;
}
.nav li a{
	color: #009933;
}

/*=== Columns ===*/
#columns{
	background: url(images/bottom-left.jpg) no-repeat left bottom;
	height: 650px;
	/*overflow: hidden;*/
	overflow: hidden;
}
/*--- Left Column ---*/
#leftcol{
	color: #ff9900;
	float: left;
	font-size: 14px;
	width: 204px;
}
#leftcol a{
	color: #ff9900;
}
#leftcol ul, #leftcol h2{
	padding: 0 5px 0 17px;
}
#leftcol ul li ul{
	padding: 0 0px 0 0px;
}
li.current_page_item a, #leftcol  ul li a:hover{
	text-decoration: underline;
}
/*--- Center Column ---*/
#centercol{
	float: right;
	width: 730px;
}
/*--- Sub Columns ---*/
.col1, .col2, .col3{
	color: #cc6600;
	float: left;
	margin: 15px 0 0 15px;
	width: 217px;
}
* html .col1{
	margin-left: 7px;
}
.col1 li, .col2 li, .col3 li{
	padding: 0 0 2px;
}
.col2{
	color: #006633;
	margin-left: 40px;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.fr{
	float: right;
}
