@charset 'utf-8';
@import url(reset.css);

body {
	font: 16px/22px Georgia, "Times New Roman", Arial, Sans-Serif;
	color: #5d5d5d;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	color: #3a3a3a;
}

h1 {
	font-size: 36px;
	margin-bottom: 30px;
}

h2 {
	font-size: 24px;
}

a {
	color: #175CBA;
}

a:hover {
	color: #000;
}

a:hover, a:focus, .post a:active {
	position:relative;
	top:1px;
}

small {
	font-size: 12px;
	color: #3A3A3A;
	font-style: italic;
	font-weight: bold;
}

a.post-edit-link {
	font-size: 12px;
	color: green;
}

div.container {
	width: 900px;
	margin: 0 auto;
	background: #fff;
}

div#header {
	height: 130px;
	background: transparent url('img/nav_bg.jpg') no-repeat 0 0;	
}


div.sf-blue ul li.active ul {
	display: block;
	margin-left: 30px;
	background: transparent url('img/transparent.png') repeat 0 0;
}

a#logo  {
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size: 28px;
	margin-top: 49px;
	padding: 0 30px;
	float: left;
	text-decoration: none;
	color: #7a7a7a;
	font-weight: lighter;
}

a#logo:hover {
	top: 0px;
	color: #175CBA;
	
}

a#logo span {
	color: #fff;
	margin-top: 4px;
	display: none;
	font-size: 20px;
	letter-spacing: normal;
}

div#upper-aside {
	width: 300px;
	margin-right: 25px;
	float: left;
	padding-top: 60px;
	margin-bottom: 30px;
}

/* Animals */
.hund { background: transparent url('img/dog_home.jpg') no-repeat 30px 60px; min-height: 320px;}

.katze-steht {
	background: transparent url('img/katze_steht.jpg') no-repeat 30px 60px;  min-height: 380px;
}

.katze-spielt {
	background: transparent url('img/katze-spielt.jpg') no-repeat 30px 60px;  min-height: 320px;
}

.hase {
	background: transparent url('img/hase.jpg') no-repeat 30px 60px;
	min-height: 430px;
} 

div#content {
	width: 570px;
	float: left;
	margin-top: 60px;
}

div#footer {
	clear: both;
	background: #f2f2f2;
	min-height: 150px;
	padding-left: 35px;
	padding-bottom: 15px;
	font-size: 14px;
}

div#footer h2 {
	color: #3a3a3a;
}

div#footer td {
	width: 120px;
}

div#footer li.widget {
	width: 268px;
	padding-right: 20px;
	float: left;
}

div#footer li.widget h2 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#footer li.widget ul.opening li {
	float: left;
}

div#content {
	padding-bottom: 40px;
}

div#content p {
	margin: 25px 0;
}

div#content ul {
	list-style: disc;
	padding-left: 30px;
	margin: 25px 0;
}

div#content h2,
div#content h3 {
	font-size: 24px;
	margin: 35px 0 20px 0;
	color: #175CBA;
}

div#content h2.post-title {
	margin-bottom: 0px;
}

div#content td {
	padding: 1px;
	padding-right: 3px;
	font-weight: bold;
}

div.description,
div.post {
	margin-bottom: 30px;
}

div#content ul#links {
	list-style: none !important;
	padding-left: 0px !important;
}

div#content ul#links li {
	margin-bottom: 15px;
}

div#content ul#links h2 {
	display: none;
}

div#content ul#links a {
	display: block;
}

div#content strong {
	color: #3a3a3a;
}

div#more-entries h5 {
	color: #3a3a3a;
	font-size: 28px;
	margin-bottom: 10px;
	margin-top: 50px;
}

div#more-entries ul {
	list-style: none;
	padding-left: 0px;
}


div#more-entries ul li {
	border-bottom: 1px solid #ccc;
}


div#more-entries ul li a {
	display: block;
	text-decoration: none;
	padding: 4px;
}

div#more-entries ul li a:hover {
	top: 0;
	background: #f7f7f7;
}


div#more-entries ul li a h2 {
	font-size: 18px;
	margin-bottom: 0px !important;
	margin-top: 0px;
}

p.accede {
	background: #f7f7f7;
	padding: 10px;
	font-size: 14px;
	color: #212121;
	font-style: italic;
}

p.accede span {
	color: #175CBA;
	font-weight: bold;
}

body.single div#content h1 {
	font-size: 28px;
	margin-bottom: 0px;
	color: #175CBA;
}

.full-length {
	width: 900px !important;
	position: relative;
}
.full-length img {
	margin-left: 170px;
}

.full-length small {
	display: block;
}

.center {
	text-align: center;
}

div#mapsearch {
	font-size: 12px;
	line-height: 14px;
}

div.gallery {
	padding: 10px;
	padding-right: 10px;
	background: #f2f2f2;
}

div.gallery img {
	float: left;
	padding-right: 10px;
	border: none !important;
}

.alignleft {
float: left;
margin-right: 15px;
border: 7px solid #f2f2f2;}

.teaser img {
float: left;
border: 7px solid #f2f2f2;
margin-right: 15px;}