/*
Theme Name: zoo
Theme URI: http://zoo.micw.eu
Description: 
Version: 1.08
Author: Michael Wesemann
Author URI: http://zoo.micw.eu
*/



/********************************************************************** Page */

body {
	margin: 0 auto;
	padding: 0;
	background-color: #363636;
	background-image:url('images/bg.png');
	background-repeat: repeat;
}

hr {
	border: 0px;
	width: 100%;
	height: 1px;
  border-top: 0px solid;
  border-left: 0px solid;
  border-right: 0px solid;
  border-bottom: 0px solid;
  background-color: #4A4A4A;
  height: 1px;
	margin-top:2px;
	margin-bottom:2px;
}

#main {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

.cleared {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}

form {
	padding:0 !important;
	margin:0 !important;
}

table.position {
	position: relative;
	width: 100%;
	table-layout: fixed;
}

/**************************************************************** Box, Sheet */

.Sheet {
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 900px;
	min-width:3px;
	min-height:3px;
}

.Sheet-body {
	position: relative;
	z-index: 1;
	padding: 16px;
	padding-bottom: 6px;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl, .Sheet-tc, .Sheet-bc,.Sheet-cr, .Sheet-cl {
	position:absolute;
	z-index:-1;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl {
	width: 2px;
	height: 2px;
}

.Sheet-tl {
	top:0;
	left:0;
	clip: rect(auto, 1px, 1px, auto);
}

.Sheet-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 1px, 1px);
}

.Sheet-bl {
	bottom: 0;
	left: 0;
	clip: rect(1px, 1px, auto, auto);
}

.Sheet-br {
	bottom: 0;
	right: 0;
	clip: rect(1px, auto, auto, 1px);
}

.Sheet-tc, .Sheet-bc {
	left: 1px;
	right: 1px;
	height: 2px;
}

.Sheet-tc {
	top: 0;
	clip: rect(auto, auto, 1px, auto);
}

.Sheet-bc {
	bottom: 0;
	clip: rect(1px, auto, auto, auto);
}

.Sheet-cr, .Sheet-cl {
	top: 1px;
	bottom: 1px;
	width: 2px;
}

.Sheet-cr {
	right:0;
	clip: rect(auto, auto, auto, 1px);
}

.Sheet-cl {
	left:0;
	clip: rect(auto, 1px, auto, auto);
}

.Sheet-cc {
	position:absolute;
	z-index:-1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.Sheet {
	margin-top: 20px !important;
}

#page-background-simple-gradient, #page-background-gradient, #page-background-glare {
	min-width:900px;
}

/******************************************************************** Header */

div.Header {
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 868px;
	height: 80px;
}

div.Header-jpeg {
	position: absolute;
	z-index:-1;
	top: 10px;
	right: 15px;
	width: 500px;
	height: 50px;
}

/********************************************************************** Logo */

.Logo {
	display : block;
	position: absolute;
	left: 17px;
	top: 0px;
	width: 834px;
}

h1.Logo-name {
	display: block;
	text-align: left;
}

h1.Logo-name, h1.Logo-name a, h1.Logo-name a:link, h1.Logo-name a:visited, h1.Logo-name a:hover {
	font-family: "Times New Roman", Georgia, Times, Serif;
	font-size: 48px;
	text-decoration: none;
	padding:0;
	margin:0;
	margin-bottom:-10px;
	color: #a1a9af !important;
}

.Logo-text {
	display: block;
	text-align: left;
}

.Logo-text, .Logo-text a {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	padding:0;
	margin:0;
	margin-bottom:4px;
	color: #D4D4D4 !important;
}

/************************************************************* ContentLayout */

.contentLayout {
	position: relative;
	margin-bottom: 0px;
	width: 868px;
}

/**************************************************************** Box, Block */

.Block {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.Block-body {
	position: relative;
	z-index: 1;
	padding: 0px;
}

.Block {
	margin: 7px;
}


/*************************************************************** BlockHeader */

.BlockHeader {
	position:relative;
	z-index:0;
	height: 24px;
	padding: 0 10px;
	margin-bottom: 0px;
}

.BlockHeader .t {
	height: 30px;
	color: #F0F0F0;
	font-family: "Times New Roman", Georgia, Times, Serif;
	font-size: 18px;
	white-space : nowrap;
	padding: 0 1px;
	line-height: 30px;	
}

/********************************************************* Box, BlockContent */

.BlockContent {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.BlockContent-body {
	position: relative;
	z-index: 1;
	padding: 5px;
}

.BlockContent-body {
	color:#D4D4D4;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	margin-left: 15px;
	margin-right: 15px;
}

.BlockContent-body a:link {
	color: #a1a9af;
	font-family: Arial, Helvetica, Sans-Serif;
}

.BlockContent-body a:visited, .BlockContent-body a.visited {
	color: #a1a9af;
	font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}

.BlockContent-body a:hover, .BlockContent-body a.hover {
	color: #6C797F;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.BlockContent-body ul {
	list-style-type: none;
	color: #C0C5C9;
	margin:0;
	padding:0;
}

.BlockContent-body ul li {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	line-height: 125%;
  line-height: 1.25em;
}

/***************************************************************** Box, Post */

.Post {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.Post-body {
	position: relative;
	z-index: 1;
	padding: 10px;
}

.Post {
	margin: 7px;
}

img {
	background-color:#363636;
	background-image:url('images/bg.png');

}

a img {
	border: none;
}

.article img, img.article {
	margin: none;
}

.metadata-icons img {
	border: none;
	vertical-align: middle;
	margin: 2px;
}

.article table, table.article {
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.article table, table.article .article tr, .article th, .article td {
	background-color:Transparent;
}

.article th, .article td {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border: solid 1px #595959;
	vertical-align: top;
	text-align:left;
}

.article th {
	text-align: center;
	vertical-align: middle;
	padding: 0px;
}

pre {
	overflow: auto;
	padding: 0.1em;
}

/************************************************************ PostHeaderIcon */

.PostHeader {
	text-decoration:none;
	margin: 0.1em 0;
	margin-top: 0px;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: "Times New Roman", Georgia, Times, Serif;
	font-size: 26px;
	color: #F0F0F0;
}

.PostHeader a, .PostHeader a:link, .PostHeader a:visited, .PostHeader a:hover {
	font-family: "Times New Roman", Georgia, Times, Serif;
	font-size: 26px;
	margin:0;
	color: #F0F0F0;
}

.PostHeader a:link {
	font-family: "Times New Roman", Georgia, Times, Serif;
	text-decoration: none;
	text-align: left;
  color: #C0C5C9;
}

.PostHeader a:visited, .PostHeader a.visited {
	font-family: "Times New Roman", Georgia, Times, Serif;
	text-decoration: none;
	text-align: left;
  color: #C0C5C9;
}

.PostHeader a:hover, .PostHeader a.hovered {
	font-family: "Times New Roman", Georgia, Times, Serif;
	text-decoration: none;
	text-align: left;
  color: #6C797F;
}

/***************************************************************** PostIcons */

.PostHeaderIcons {
	padding:1px;
}

.PostHeaderIcons, .PostHeaderIcons a, .PostHeaderIcons a:link, .PostHeaderIcons a:visited, .PostHeaderIcons a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #D4D4D4;
}

.PostHeaderIcons a, .PostHeaderIcons a:link, .PostHeaderIcons a:visited, .PostHeaderIcons a:hover {
	margin:0;
}

.PostHeaderIcons a:link {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #a1a9af;
	font-style: italic;
}

.PostHeaderIcons a:visited, .PostHeaderIcons a.visited {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	text-decoration: none;
	color: #a1a9af;
	font-style: italic;
}

.PostHeaderIcons a:hover, .PostHeaderIcons a.hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	text-decoration: none;
	color: #6C797F;
	font-style: italic;
}

/*************************************************************** PostContent */

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
  color: #D4D4D4;
}

.PostContent p {
	margin: 0.5em 0;
}

.PostContent, .PostContent p {
	font-family: Arial, Helvetica, Sans-Serif;
  color: #D4D4D4;
}

.PostContent {
  margin:0;
}


a {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
  color: #a1a9af;
}

a:link {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
  color: #a1a9af;
}

a:visited, a.visited {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
  color: #a1a9af;
}

a:hover, a.hover {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
  color: #6C797F;
}


h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
font-family: "Times New Roman", Georgia, Times, Serif;
font-size: 36px;
  color: #D4D4D4;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
	font-family: "Times New Roman", Georgia, Times, Serif;
	font-size: 26px;
  color: #D4D4D4;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
	font-family: "Times New Roman", Georgia, Times, Serif;
	font-size: 20px;
  color: #D4D4D4;
	padding:0;
	margin:0;
	margin-top:20px;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {
	font-family: "Times New Roman", Georgia, Times, Serif;
	font-size: 18px;
  color: #F0F0F0;
	padding:0;
	
	margin:0;
	margin-top:20px;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {
	font-family: "Times New Roman", Georgia, Times, Serif;
	font-size: 14px;
  color: #F0F0F0;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
	font-family: "Times New Roman", Georgia, Times, Serif;
	font-size: 12px;
  color: #F0F0F0;
}

/*************************************************************** PostBullets */

ol, ul {
	color: #D4D4D4;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
}

li ol, li ul {
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li {
	margin:0.2em 0;
	padding:0;
}

ul {
	list-style-type: none;
}

ol {
	list-style-position:inside;
	
}

.Post li {
	padding:0px 0 0px 13px;
	line-height:1.2em;
}

.Post ol li, .Post ul ol li {
	background: none;
	padding-left:0;
}

.Post ul li, .Post ol ul li {
	background-image: url('images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:13px;
}

/***************************************************************** PostQuote */

blockquote, blockquote p, .PostContent blockquote p {
	color:#D4D4D4;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: italic;
}

blockquote, .PostContent blockquote {
	margin:10px 10px 10px 10px;
	padding:5px 5px 5px 20px;
	background-color:#262626;
	background-image:url('images/bg.png');
}

/***************************************************************** PostIcons */

.PostFooterIcons {
	padding:1px;
}

.PostFooterIcons, .PostFooterIcons a, .PostFooterIcons a:link, .PostFooterIcons a:visited, .PostFooterIcons a:hover {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
	color: #D4D4D4;
}

.PostFooterIcons a, .PostFooterIcons a:link, .PostFooterIcons a:visited, .PostFooterIcons a:hover {
	margin:0;
}

.PostFooterIcons a:link {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #a1a9af;
}

.PostFooterIcons a:visited, .PostFooterIcons a.visited {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #a1a9af;
}

.PostFooterIcons a:hover, .PostFooterIcons a.hover {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #6C797F;
}

/******************************************************************** Button */

.button-wrapper .button {
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:18px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
	vertical-align: middle;
}

.button img, .button-wrapper img {
  margin: 0;
}

.button-wrapper {
	display:inline-block;
	vertical-align: middle;
	position:relative;
	height: 18px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.firefox2 .button-wrapper {
	display:block;
	float:left;
}

.button-wrapper .button {
	display:block;
	height: 18px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	white-space: nowrap;
	text-align: left;
	padding: 0 5px !important;
	line-height: 18px;
	text-decoration: none !important;
	color: #F0F0F0 !important;
}

input, textarea {
	background: transparent ;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #D4D4D4;
	padding: 0px 0 0 3px;
	margin:1px;
}

input, select {
  vertical-align: middle;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
}

.button-wrapper.hover .button, .button:hover {
	color: #F0F0F0 !important;
	text-decoration: none !important;
}

.button-wrapper.active .button {
	color: #F0F0F0 !important;
}

.button-wrapper .l, .button-wrapper .r {
	display:block;
	position:absolute;
	z-index:-1;
	height: 54px;
	background-image: url('images/Button.png');
}

.button-wrapper .l {
	left:0;
	right:7px;
}

.button-wrapper .r {
	width:415px;
	right:0;
	clip: rect(auto, auto, auto, 408px);
}

.button-wrapper.hover .l, .button-wrapper.hover .r {
	top: -18px;
}

.button-wrapper.active .l, .button-wrapper.active .r {
	top: -36px;
}

/******************************************************************** Footer */

.Footer {
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 868px;
	margin: 0px auto 0px auto;
}

.Footer .Footer-inner {
	margin-bottom:0px;
	position: relative;
	z-index: 0;
	padding: 0px;
	text-align: center;
}

.Footer .Footer-text p {
	margin: 0;
}

.Footer .Footer-text {
	display:inline-block;
	color:#A8A8A8;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.Footer .Footer-text a:link {
	text-decoration: none;
	color: #a1a9af;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.Footer .Footer-text a:visited {
	text-decoration: none;
	color: #a1a9af;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.Footer .Footer-text a:hover {
	text-decoration: none;
	color: #6C797F;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

/**************************************************************** PageFooter */

.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover {
	font-family:Arial;
	font-size:11px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	color:#a1a9af;
}

.page-footer {
	margin-top:25px;
	margin-bottom:15px;
	text-align:center;
	text-decoration:none;
	color:#A8A8A8;
}

/**************************************************************** LayoutCell */

.contentLayout .content {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 650px;
}

.contentLayout .content-wide {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 866px;
}

/**************************************************************** LayoutCell */

.contentLayout .sidebar1 {
	position: relative;
	margin: 0;
	margin-top: 1px;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 216px;
}

/*************************************************************** CommentList */

.commentlist, .commentlist li {
	background: none;
}

.commentlist li li {
	margin-left:30px;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin:1px;
	background: #fff;
}

.
commentlist li cite {
	font-size:1.2em;
}

#commentform textarea {
	width: 98%;
}

#commentform a {
	font-style: italic;
}

img.wp-smiley {
	border:none;
	margin:0;
	padding:0;
}

.navigation {
	display: block;
	text-align: center;
	font-style: italic;
}

/***************************** Recommended by http://codex.wordpress.org/CSS */

.aligncenter, div.aligncenter, .article .aligncenter img, .aligncenter img.article, .aligncenter img, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.alignright img, img.alignright {
	margin: 10em;
	margin-right: 0;
}

.alignleft img, img.alignleft {
	margin: 1em;
	margin-left: 0;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #F0F0F0;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0px;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.hidden {
	display: none;
}

/****************************************************************** Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

.gallery {
    letter-spacing: normal;
}

#todays-events{
  position: relative;
  z-index: 11;    
}

#upcoming-events{
  position: relative;
  z-index: 10;    
}

/*********************************************************************** END */


a.more-link, a.more-link:link, a.more-link:visited {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
  color: #a1a9af;
	font-style: italic;
}

a.more-link:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
  color: #6C797F;
	font-style: italic;
}




