/*
Theme Name: IWU Wordpress
Theme URI: http://www.iwu.de
Description: IWU
Author: jc
Version: 0.5
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* --- */
html,body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	color: #333;
	height: 100%;
	background-color: #f0f0f0;
}



h1 {
	font-size: 18px;
	line-height: 1.5em;	
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 1em 0 1em 0;
}


p {
	margin-top: 1em;	
}

#wrap {
	margin: 0 auto;
	width: 960px;
	height: 100%;
	border-left: 5px solid #f5f5f5;
	border-right: 5px solid #f5f5f5;
	padding: 0 5px 0 5px;
	background-color: #fff;
	border-bottom: 1px solid #e0e0e0;

}

#body {
	float: left;
	text-align: left;
	height: 100%;	
}

ul {
	list-style-type: square;
	margin-left: 18px;
	margin-top: 1em;
	margin-bottom: 1em;
}

ul li {
	line-height: 1.5rem;
}

a {
	color: #90a000;
	text-decoration: none;
}

#header {
	float: left;
	width: 960px;
	padding: 1em 0 1em; 0;
	margin: 0 0 1em 0;
	border-bottom: 2px solid #e0e0e0;
}

#sidebar {
	float: left;
	width: 130px;
	padding-left: 5px;
	margin-right: 20px;
}

#content {
	float: left;
	width: 700px;
}

#footer {
	float: left;
	width: 960px;
	line-height: 36px;
	height: 36px;
	font-size: 9px;
	text-align: right;
	color: #999;
	font-family: "Lucida Sans Unicode","Trebuchet MS",Arial;
}

#footer a {
	color: #999944;
	padding-right: 5px;
}

/* -- menu -- */
#navigation ul {
	margin-top: 0;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#navigation li {
	line-height: 1.5em;
	width: 100%;
	height: 2em;
	border-bottom: 1px solid #efefef;
}

#navigation a {
	display: block;
	line-height: 2em;
	padding-left: 10px;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation li.current-menu-item a,
#navigation li.current_page_item a {
	color: #506000;
	font-weight: bold;
}

/* -- posts -- */

.post h1 {
	font-size: 18px;
}

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

.post .meta {
	font-size: 11px;
	color: #666;
	margin: 0;
	font-family: "Lucida Sans Unicode","Trebuchet MS",Arial;
}

.post .meta a {
	text-decoration: none;
}

.post {
	padding: 0 0 2em 0;
	border-bottom: 1px solid #e0e0e0;
}