html {
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 100%;
}

body {
	text-align: center;
	background-color: white;
	font-size: 80%;
	font-family: Arial, Sans-Serif;
	height: 100%;
}

/* Block elements */

#sitecontainer {
	width: 700px;
	margin: 0 auto; 
	text-align: left;
	position: relative;
	min-height: 100%;
}

* html #sitecontainer {
	height: 100%;
}

#header {
	background-image: url(/wordpress/wp-content/themes/zo/images/header_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 130px;
	margin: 0px
}

#logo {
	float: left;
	margin: 0px
}

#topnavigation {
	display: none;
	float: right;
	margin: 0px;
	width: 400px;
	height: 25px;
	background-image: url(/wordpress/wp-content/themes/zo/images/topnavigation_background.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 90%;
	font-weight: normal;
	color: white;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
}

#navigation {
	display: none;
}

#speechballoons {
	display: none;
}

#speechballoon {
	display: none;
}

#breaker {
	display: none;
	clear: both;
}

#content {
	float: left;
	width: 500px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.article {
	margin-top: 0px;
	margin-bottom: 25px;
}

#sidebar {
	display: none;
	float: right;
	width: 170px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-left:1px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-style:solid;
	padding: 10px;
	font-size: 90%;
}

.sidebar {
	margin-bottom: 20px;
}

#footer {
	background-image: url(/wordpress/wp-content/themes/zo/images/footer.jpg);
	background-repeat: repeat-x;
	height: 45px;
	position: relative;
	margin-top: -45px;
	margin: 0px auto;
}

/* Mini SpeechBalloons */

ul#mini_speechballoon1, ul#mini_speechballoon2, ul#mini_speechballoon3 {
	width: 100%;
	float: left;
	margin: 0;
}

ul#mini_speechballoon1 li, ul#mini_speechballoon2 li, ul#mini_speechballoon3 li {
	list-style: none;
	display: inline;
}

 ul#mini_speechballoon1 li a {
	float: left;
	background-image: url(/wordpress/wp-content/themes/zo/images/speechballoon.jpg);
	background-repeat: no-repeat;
	background-position: top left; 
	padding: 8px; 
	margin: 0px;
	width: 96px;
	height: 70px; 
	font-size: 90%;
}

 ul#mini_speechballoon2 li a {
	float: left;
	background-image: url(/wordpress/wp-content/themes/zo/images/speechballoon.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 8px;
	margin: 0px;
	width: 96px;
	height: 70px;
	font-size: 90%;
}

ul#mini_speechballoon3 li a {
	float: left;
	background-image: url(/wordpress/wp-content/themes/zo/images/speechballoon.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 8px;
	margin: 0px;
	width: 96px;
	height: 70px;
	font-size: 90%;
} 

ul#mini_speechballoon1 li a:hover, ul#mini_speechballoon2 li a:hover, ul#mini_speechballoon3 li  a:hover {
	font-size: 120%;
	background-image: url(/wordpress/wp-content/themes/zo/images/speechballoon_big.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

/* Headers */

h1 {
	display:none;
}

h2 {
	font-weight: bold;
	color: #fe891a;
	margin: 0px;
	font-size: 120%;
}

h3 {
	font-weight: bold;
	color: #351e11;
	margin: 0px;
	margin-bottom: 5px;
	font-size: 120%;
}

/* Text Elements */

.date {
	margin: 2px;
	font-size: 90%;
}

.category {
	margin: 2px;
	font-size: 90%;
}


.more {
	color: #fe891a;
	text-decoration: none;
	font-style: italic;
}

/* Link Elements */

a {
	color: darkblue;
}

#topnavigation a {
	color: white;
	text-decoration: none;
}

#mini_speechballoon1 a, #mini_speechballoon2 a, #mini_speechballoon3 a {
	color: white;
	text-decoration: none;
}

#speechballoon a {
	color: white;
}

h2 a {
	color: #fe891a;
	text-decoration: none;
}

.category a {
	color: darkblue;
}

.more a {
	color: #fe891a;
	text-decoration: none;
}

/* Image Elements */

.logo {
	border:0px;
}

.zo_sidebar {
	margin: 0px;
}

/* SEARCH  */

.searchbox, .result-searchbox, .commentinput, .piv_notify, .piv_discreet {
	border: 1px solid #B5B5B5;
	padding: 3px;
	background: #EBEBEB;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.searchbutton, .result-searchbutton, .commentbutton {
	border: 1px solid #B5B5B5;
	background: #E2E8E5;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	height: 21px;
	margin-top: 5px;
}

.result-searchbox, .result-searchbutton {
	margin-bottom: 10px;
}

fieldset > .result-searchbox {
	margin-bottom: 11px;
}

.pivot-search fieldset, .pivot-search-result fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

.pivot-search label, .pivot-search legend, .pivot-search-result label, .pivot-search-result legend {
	display: none;
	visibility: hidden;
}