﻿/*
Theme Name: Decabaneta		
Theme URI: http://decabaneta.es	
Author: mallorcawebdesign
Author URI: http://mallorcawebdesign.eu/
Description: Theme exclusiv für die Züchterin Sybille Kuron in Bunyola entworfen. 
Version: 1.1
License: Sämtliche Rechte liegen beim Autor. Diese Seite darf nicht ohne Zustimmung des Autors weitergegeben oder verkauft werden.
*/

/* Farbpallete:

	Hintergrund: #052e98 - #054553
	Navigation:	#ddbbff - #ead488
	Hover: #9d6c32
	Schrift: #f5f5f5
*/
html {
	background: url("images/html-background.jpg") center center no-repeat fixed; 
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
    background-size:cover;
		
}
body {
	width:1060px;
	margin:0 auto;
	padding:0;
	border:0;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: small;
}

header {
	overflow:hidden;
	margin:5% auto 0 auto;
	padding:0;
	width:1060px;
	height:241px;
	border:0;
	text-indent: -99999px;
	background: url("images/header.png") no-repeat;	
}
#container { background-color:#054553;}

/* Navigation */
nav#main_navigation {
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #090909;
	background-color: #ead488;
	padding-left:34px;
}
html>body nav#main_navigation{
	overflow: hidden;
}

nav#main_navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
nav#main_navigation li {
	float: left;
	margin-right:59px;
}
nav#main_navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
}
nav#main_navigation a:hover,
.page-id-8 nav#main_navigation .n_01 a,
.page-id-10 nav#main_navigation .n_02 a,
.page-id-12 nav#main_navigation .n_03 a,
.page-id-14 nav#main_navigation .n_04 a,
.page-id-16 nav#main_navigation .n_05 a,
.page-id-18 nav#main_navigation .n_06 a,
.page-id-20 nav#main_navigation .n_07 a{
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	/*border: 1px solid #b9d;*/
	background-color: #9d6c32;
}
section {
	margin: 0 20px 0 20px;
	padding: 0 20px 0 20px;
	border: 0;
	min-height:400px;
}
section p {color:#f5f5f5;}
section h1,
section h2 {color:#ead488;}
section img {line-height:250%; width:auto; margin:5px 3px 10px 3px !important; border:5px solid #ead488 !important; text-align:center;}
footer {
	width: 100%;
	overflow: auto;
	clear: both;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border: 0;
	text-align: center;
	background-color:#ead488;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #090909;
}
footer#footer_navigation ul {
	list-style-type: none;
	width: 50%;
	margin: 0 auto;
	padding: 0;
}
footer#footer_navigation li {
	float: left;
	margin:20px 50px 0 0;
}
footer#footer_navigation a {
	font-weight: small;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
}

/* Gallery */
.galleria-stage .galleria-images img {border: 5px solid #ead488 !important;}
/* Kontaktformular */
div#plugin_kontakt div.field label,
address,
div#plugin_kontakt div.right a {color: #f5f5f5 !important;}
div#plugin_kontakt div.field.type_spam input {width:100px !important;}
div#plugin_kontakt div.field.type_spam img {margin:0 !important; border:none !important;}
div#plugin_kontakt div.buttons input {background:#ead488 !important; color:#000 !important;margin:20px 0 5px 5px !important;padding:3px 8px 3px 8px !important;}
div#plugin_kontakt div.field label strong {color:#ead488 !important;}