/*  
Theme Name: Hundezucht Rütelihof
Theme URI: http://www.ruetelihof.ch
Description: Site theme
Version: 1.0
Author: Manuel Merz - WEBclay | Jens Lutterklas - YooW.eu
 */
 
/* ****************************************************************************************************************************** */
/* BASIC STYLES																			 		  */
/* ****************************************************************************************************************************** */
* {
	padding: 0;
	margin: 0;
}
body {
	margin: 10px 0 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1168a5;
	background-color: #4389BC;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
}

html {
  min-height: 100.1%; /* AVOIDS THE JUMP IN FF BETWEEN PAGES */
}
ul {
	list-style-type: none;
}
ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	font-size: 13px;
}
p {
	text-align: justify;
	line-height: 23px;
	font-size: 13px;
}
a {
	font-size: 13px;
	text-decoration: none;
	color: #b41909;
}
a:hover {
	color: #1a1a1a;
}
#page {
	background-color: #fff;
	width: 950px;
	margin: 0 auto;
}
/* TAGCLOUD STYLES */

.s1 {font-size: 9px;color: #ff7600; text-decoration: none; font-weight: bold;}
.s2 {font-size: 11px;color: #039faf; text-decoration: none; font-weight: bold;}
.s3 {font-size: 14px;color: #de2159; text-decoration: none; font-weight: bold;}
.s4 {font-size: 19px;color: #039faf; text-decoration: none; font-weight: bold;}
.s5 {font-size: 22px;color: #ff7600; text-decoration: none;}
/* ****************************************************************************************************************************** */
/* HEAD STYLES																				 		  */
/* ****************************************************************************************************************************** */
#header {
	width: 950px;
	height: 132px;
	margin: 0 auto;
	background: url(../images/head.gif);
}
#toplinks {
	float: right;
}
#toplinks ul {
	margin: 0 125px 0 0;
	padding: 0;
}
#toplinks li {
	display: inline;
}
#toplinks a {
	color: #fff;
	font-size: 11px;
}
#toplinks a:hover {
	text-decoration: underline;
}
#logo {
	float: left;
}
#logo h1 {
	margin: 0px 0 0 70px;
	font-size: 24px;
	color: #fff;
}
#logo h1 a {
	font-size: 24px;
	color: #fff;
}
#logo h2 {
	margin: 42px 25px 0 0;
	float: right;
	font-size: 16px;
	color: #1168a5;
}
#logo a {
	text-decoration: none;
}
#topbar {
	background: url(../images/topbar.gif);
	background-repeat: repeat-x;
	height: 32px;
}
#topbar p {
	padding: 4px 0 0 10px;
	color: #fff;
	letter-spacing: 1px;
}
/* ****************************************************************************************************************************** */
/* MAINNAV STYLES																			 		  */
/* ****************************************************************************************************************************** */
#navigation {
	display: block;
	width: 190px;
	border: 3px solid #ebebeb;
	background-color: #ebebeb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainnav {
	width: 190px;
}
#mainnav li {
	margin: 1px 0 1px 0;
}
#mainnav a {
	display: block;
	height: 21px;
	padding: 5px 0 0 28px;
	background: url(../images/nav.gif) no-repeat;
	font-size: 12px;
	text-align: left;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#mainnav a:hover {
	background: url(../images/nav_hover.gif) no-repeat;
}
#mainnav li.onpage a {
	background: url(../images/nav_hover.gif) no-repeat;
}
/* ****************************************************************************************************************************** */
/* SUBNAV STYLES																			 		  */
/* ****************************************************************************************************************************** */
#mainnav .subnav li a {
	display: block;
	padding: 3px 0 3px 28px;
	width: 162px;
	height: 15px;
	background: none;
	font-size: 11px;
	text-align: left;
	color: #1168a5;
}
#mainnav .subnav li a:hover {
	color: #b41909;
	_background-image: none;
}
#mainnav .subnav li.onpage a {
	color: #b41909;
}

/* ****************************************************************************************************************************** */
/* CONTENT STYLES																			 		  */
/* ****************************************************************************************************************************** */
#content {
	float: right;
	width: 690px;
	margin: 0 15px 0 0;
	padding: 0 10px 10px 0;
}
#content a {
	text-decoration: underline;
}
#content a:hover{
	text-decoration: none;
}
#content p img {
	border: 4px solid #ececec;
	margin: 10px;
}
#content p {
	margin: 0 0 15px 0;
}
#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content li {
	margin: 2px 0 6px 0;
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 15px;
	line-height: 12px;
}
#content li a {
	padding-left: 25px;
	text-decoration: none;
}
#content h3 {padding: 0 0 10px 0}
h2.title {
	clear: both;
	display: block;
	margin-bottom: 15px;
	padding-bottom: 5px;
	background: url(../images/img03.gif) repeat-x left bottom;
	font-size: 20px;
}
h3.title {
	float: left;
	display: inline;
	padding-bottom: 5px;
	font-size: 11px;
	color: #245F96;
	text-decoration: none;
	border: 0;
}
#content .post h3.title a {text-decoration:none;border:0;}
#content .post p {
	clear: both;
	padding-bottom: 5px;
	background: url(../images/img03.gif) repeat-x left bottom;
}
#content .post:hover {
	background-color: #f2f2f2;
}
#content .date {float: right; font-size: 10px; color: #4389BC; font-weight: bold;}
#content .pagebar {text-align: center;}

#content .pagebar .ditto_currentpage {
	padding: 1px 3px; 
	margin: 0 1px; 
}
#content .pagebar .ditto_page {
    background: #dcdecf; 
	padding: 1px 3px; 
	margin: 0 1px; 
	border: 1px solid #BBC0A2;
	text-decoration: none;
}
#content .pagebar .ditto_previous_link {
    background: #dcdecf; 
	padding: 1px 3px; 
	margin: 0 1px; 
	border: 1px solid #BBC0A2;
	text-decoration: none;
}
#content .pagebar .ditto_next_link {
    background: #dcdecf; 
	padding: 1px 3px; 
	margin: 0 1px; 
	border: 1px solid #BBC0A2;
	text-decoration: none;
}
#content .pagebar a:hover {
    text-decoration: none;
}
#sidebar {
	float: left;
	width: 190px;
	padding: 0 10px 0 10px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* ****************************************************************************************************************************** */
/* FOOTER STYLES																			 		  */
/* ****************************************************************************************************************************** */
#footer {
	width: 950px;
	height: 105px;
	background: url(../images/footer.gif) no-repeat;
	margin: 0 auto;
	font-size: 11px;
	color: #04778e;
}
#footer p {
	float: right;
	margin: 5px 10px 0 0;
	font-size: 11px;
	letter-spacing: 2px;
}
#footer a {
	font-size: 11px;
}
/* ****************************************************************************************************************************** */
/* BASE STANDARD SEARCH STYLES																 		  */
/* ****************************************************************************************************************************** */
.ajaxSearch_resultsInfo {
	padding: 5px;
	background-color: #eeeeee;
}
.ajaxSearch_highlight {
	font-weight: bold;
}
.ajaxSearch_result {
	padding-top: 4px;
	padding-bottom: 4px;
}
.ajaxSearch_extract {
	padding: 5px;
	background-color: #f2f2f2;
}
.ajaxSearch_resultLink {
	padding: 5px;
	font-weight: bold;
}
/* ****************************************************************************************************************************** */
/* BASE STANDARD GALLERY STYLES																 		  */
/* ****************************************************************************************************************************** */
#content  ul.thumbs li {
	list-style: none;
	background: none;
	/*display: inline;*/
	float: left;
	margin: 0 auto;
	text-align: center;
}
ul.thumbs {clear:both;}
#content  ul.thumbs li a {
	padding: 0;
}
#content  ul.thumbs li a img {
	border: 0;
}
#content  ul.thumbs li p {
	width: 110px;
	margin: 0 auto;
	text-align: center;
}
#content .childscontainer {
	text-align: right;
}
#content .childscontainer ul.thumbs li {
	float: left;
	height: auto;
	border: 0;
	background-image: none;
}
#content .childscontainer ul.thumbs li a {
	width: 150px;
	height: 80px;
	border: 0;
	text-decoration: none;
}
#content .childscontainer ul.thumbs li p {
	text-align: center;
	font-weight: bold;
	clear: left;
}
/* ****************************************************************************************************************************** */
/* BASE STANDARD EMAIL CONTACT FORM STYLES													 		  */
/* ****************************************************************************************************************************** */
#EmailForm p label {
	font-size: 1em;
}
#EmailForm fieldset {
	position: relative; 
	margin: 10px 0 5px 0;
	padding: 8px 0 8px 10px;
	border: 1px solid #e1e1e1;
	background-color: #f1f1f1;
}
#EmailForm legend {
	position: absolute;
	top: -.5em; 
	left: .5em;
	font-size: 1.1em;
	font-weight: bold;
}
#EmailForm label {
	display: block;
	float: left;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3d3d3d;
}
#EmailForm input.field {
	padding: 2px 3px 2px 3px;
	width: 350px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	margin: 2px 0 2px 10px;
	height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#EmailForm select {
	padding: 2px 3px 2px 3px;
	width: 350px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	margin: 2px 0 2px 10px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#EmailForm input.field:hover {
	background-color: #efefef;
}
#EmailForm  textarea {
	padding: 2px 3px 2px 3px;
	width: 350px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	margin: 2px 0 2px 10px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
div.errors { color:#F00; }
#EmailForm input.invalidValue{ background: #FFDFDF; border:1px solid #3D3D3D; }
#EmailForm  input.requiredValue{ background: #FFFFDF; border:1px solid #3D3D3D; }
#EmailForm  textarea.requiredValue{ background: #FFFFDF; border:1px solid #3D3D3D; }