/*
Theme Name: hundehof.com
Theme URI: http://hundehof.com/
Description: hundehof default
Version: 1.0
Author: Heiko Bee
Author URI: http://maxout.de/
Tags: custom, three columns, widgets

	This theme was designed and built by Heiko Bee,
	whose blog you will find at http://maxout.de

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Begin Typography & Colors */

* {margin:0;padding:0;border:0;}

body {
	color: #636563;
	background-color: #FFFFE7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin:10px;
	}

p {
	color: #636563;
	padding-left: 5px;
	padding-right:5px;
	margin-bottom:10px;
	
}

h1,h2,h3 {
	font-size: 0.9em;
	padding-left: 5px;
}

h1 {
	color: #840810;

}

h2 {
	color: #4B7930;
	text-align: center;
}

h3 {
	color: #636563;
}

a {
	font-family: Arial, Helvetica, sans-serif;
}

a.menu:link {
	font-size: 12px;
	font-weight: normal;
	color: #8B8888;
	text-decoration: none;
}

a.menu:hover {
	font-size: 12px;
	font-weight: normal;
	color: #4B7930;
	text-decoration: underline;
}

a.menu:visited {
	font-size: 12px;
	font-weight: normal;
	color: #8B8888;
	text-decoration: none;
}

a.menu:aktive {
	font-size: 12px;
	font-weight: normal;
	color: #8B8888;
}

a:link {
	font-size: 12px;
	font-weight: normal;
	color: #4B7930;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #4B7930;
	text-decoration: underline;
}

a:visited {
	font-size: 12px;
	font-weight: normal;
	color: #4B7930;
	text-decoration: none;
}

a:aktive {
	font-size: 12px;
	font-weight: normal;
	color: #4B7930;
}

br {
	clear:both;	
}
#header h1 {
	height:65px;
	margin-bottom:2px;
	width:175px;
	background:#fff url(images/logo.gif) 5px 0px no-repeat;
	border:1px solid #ccc;
	float:left;
	}
#header h1 span {
	display:none;
	}
#header img {
	float:left;
	border:1px solid #ccc;
	margin-left:2px;
}

div.sidebar-head {
	width:180px;
	height:25px;
	background:#F7EFD6;	
	float:left;
	margin-bottom:2px;
	border:1px solid #ccc;
	
}
div.sidebar-head h2 {
	margin-top:5px;	
}

#mainNav {
	background:#fff;
	width:582px;
	height:20px;	
	padding:2px 0 3px 0;
	border:1px solid #ccc;
	margin:0px 0 0 2px;
	float:left;
	padding-left:10px;
}
#mainNav ul {
	list-style:none;
	
}
#mainNav ul li {
	display:inline;
	float:left;
	margin:2px 5px 0 0;	
	border-right:1px solid #999;
	padding-right:5px;
}
#mainNav ul li a:link,#mainNav ul li a:visited {
	color:#555;	
}
#mainNav ul li a:hover {
	color:#555;	
	text-decoration:underline:
}

#sidebar-right {
	width:182px;
	float:left;
}
#content {
	float:left;	
	width:402px;
	padding:5px 5px 20px 5px;
	margin-left:2px;
}
#content h1 {
	margin-bottom:10px;	
}
#content div.entry img { border: 5px solid #fff;}

#sidebar {
	float:left;	
	width:180px;
}

div.box{
	border:1px solid #ccc;
	margin:2px 0 2px 0;
	float:left;
	width:180px;
		
}#footer {
	clear:both;	
	width:785px;
	text-align:center;
}

#dayweather {
	display:none;	
}

#sidebar ul {
	list-style:none;	
}

.wpcf7-form input,.wpcf7-form textarea {
    font-size: 12px;
    border:1px solid #ccc;
    padding:2px;
}

