/*
Theme Name: TirzaMatter
Theme URI: http://www.konscht.ch
Description: Default Theme für konscht.ch
Version: 0.1
Author: David Matter
Author URI: http://kreativzone.ch
Tags: none
Text Domain: kubrick
*/

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 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
}

body {
	padding: 0;
	margin: 0;
	background: #fff url(images/bg_html.jpg) repeat-x;
	font-size: 12px;
	font-family: 'Helvetica';
	color: #f4dfc8;
	line-height: 170%;
}

#page {
	background: url(images/bg_body.jpg) no-repeat top center;
	width: 100%;
	height: 550px;
	display: table;
}

a {
	text-decoration: none;
	color: #c18a2d;
}

h1, h2, h3, h4, h5 {
	font-family: 'Helvetica';
	color: #f4dfc8;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

#wrapper {
	top: 0px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	background: url(images/bg_wrapper.png) repeat-y top center;
}

#header {
	margin-left: 30px;
	margin-right: 30px;
	height: 370px;
	width: 900px;
}

#header_fullwidth {
	vertical-align: text-bottom;
	margin-left: 30px;
	margin-right: 30px;
	height: 250px;
	width: 900px;
	overflow: hidden;
}

#menu {
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 10px;
	background: url(images/bg_menu.jpg) no-repeat center top;
	height: 55px;
	width: 900px;
	text-align: center;
}

#content {
	padding-top: 10px;
	margin-left: 30px;
	float: left; 
	width: 500px;
	padding-left: 40px;
	padding-right: 60px;
}

#contentfullwidth {
	margin-left: 30px;
	margin-right: 30px;
	float: left; 
	width: 800px;
	padding-left: 40px;
	padding-right: 40px;
}

#sidebar {
	float: left;
	margin-right: 30px;
	padding-right: 30px;
	padding-left: 0px;
	padding-top: 10px;
	width: 240px;
}

.clear {
	clear: both;
}

#footer {
	position: absolute;
	margin-top: 0px;
	background: url(images/bg_footer.png) no-repeat top center;
	height: 100px;
	width: 900px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	font-family: 'Georgia';
	text-style: italic;
	font-size: 14px;
}

/* header */

#logo {
	float: left;
	width: 400px;
	height: 70px;
}

/* END header */

/*menu */

#menu ul {
	margin-left: -20px;
	list-style-type: none;
	text-decoration: none;
	font-style: none;
	text-align: center;
}

#menu ul li {
	text-align: center;
	margin: 20px;
	display: inline;
	text-decoration: none;
	font-style: none;
}

#menu ul li a{
	font-size: 18px;
	color: #efd4ac;
}

#menu ul li a:hover {
	font-size: 18px;
	color: #c18a2d;
}

#menu ul li a:active {
	font-size: 18px;
	color: #c18a2d;
}

/* END menu */

/* content */

.entry {
	width: 500px;
}

/* END content */

/* sidebar */

#sidebar ul {
	list-style-type: none;
}

#sidebar li {
	list-style-type: none;
}


/* END sidebar */

.footer {
	margin-top: 40px;
}
	
