/*

Theme Name: Appenzeller Coaching
Theme URI: http://appenzeller.de
Description: Theme for the Wolfgang W. Appenzeller Coaching Website.
Version: 1.0
Author: Wolfgang W. Appenzeller
Author URI: http://appenzeller.de
Tags: appenzeller, coaching

This file is part of the Theme for the Wolfgang W. Appenzeller Coaching Website
http://appenzeller.de

Released under the Creative Commons BY 3.0 Germany License
http://www.opensource.org/licenses/gpl-license.php

*/


/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');

/* Import a basic layout */
/* @import url('styles/3c-b.css'); */
@import url('styles/2c-r.css');

/* import Ubuntu open web font */
/* @import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700,300); */
/* @import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700); */

/* Import the typography styles */
@import url('styles/typography.css');
body {
	background-color: #58595B;
	background-color: #fff;
	/* background: url(http://www.appenzeller.de/wp-content/themes/coaching/images/body_bg.jpg) 50% 0; */
}
/* The simplest method of turning any one of these layouts into a fixed-width layout is to add a width and centering margin to the #wrapper div. */
#wrapper {
	margin: 0 auto;
	width: 960px;
	background-color: #fff;
	padding: 0 5px;
}


/*****************/
/* Logo position */
.logo {
	float:left;
	margin:20px 0 0 0;
}


/***************************************/
/***** Meta Navigation oben rechts *****/
.meta-navigation {
	float: right;
	list-style-type: none;
	overflow: hidden;
	padding: 0;
	border-bottom: 50px;
}
.meta-navigation li {
	float: left;
	padding: 0 0 0 10px;
}
.meta-navigation li a {
	text-decoration: none;
}
.meta-navigation li.first {
	border-radius: 0px 0px 0px 5px;
	-moz-border-radius: 0px 0px 0px 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.meta-navigation li.last {
	border-radius: 0px 0px 5px 0px;
	-moz-border-radius: 0px 0px 5px 0px;
	-webkit-border-bottom-right-radius: 5px;
}


/***************************/
/***** Main Navigation *****/
.main-navigation {
	float: right;
	margin: 60px 0 0 0;
	position: relative;
	z-index: 89;
}
.main-navigation ul {
	margin: 0;
	padding: 0; 
	list-style-type: none;
	list-style-image: none;
}
.main-navigation li {
	display: inline;
	margin: 0 0 0 10px;
}
.main-navigation ul li a {
	text-decoration: none; 
	margin: 4px;
	padding: 5px 20px 5px 20px;
	background-color: #58595B;
	padding: 3px 8px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-radius: 10px;
}
.main-navigation ul li a:hover, .main-navigation ul li.current-menu-item a {
	background-color: #8C0052;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-radius: 10px;
}


/********/
/* Gras */
#gras100 {
	height: 100px;
	margin-bottom: 10px;
	background: url(https://appenzeller.de/wp-content/themes/coaching/images/wolken_rund_fade_100.jpg) top no-repeat #FFFFFF;
}
#gras400 {
	height: 350px;
	margin-bottom: 10px;
	padding: 50px 0 0 50px;
	background: url(https://appenzeller.de/wp-content/themes/coaching/images/wolken_rund_fade_400.jpg) top no-repeat #FFFFFF;
}

/*******************/
/***** Feature *****/
#feature {
	width: 400px;
	height: 250px;
	background-color: #fff;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


/*************************/
/***** Skip the Menu *****/
#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	position:absolute;
	left:-9000px;
}
/**************************************************************/

.widget-title {
	margin: 0 0 0.5em 0;
	border-bottom: 1px #58595B dotted;
}
/*
.post, .widget-container, #respond, .page, .comments {
	background:  url(http://www.appenzeller.de/wp-content/themes/coaching/images/bg_box.gif) bottom repeat-x  #FFFFFF;
	border: solid 1px #D6D6D6;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 20px 0;
}
*/

.post, #respond, .page, .comments {
	padding: 15px;
}
.widget-area ul {
	list-style-type: none;
	margin: 0;
}
.widget-container {
	padding: 5px 5px 15px 5px;
}

/***************************************/
/***************************************/
#access {
	clear: both;
	background-color: #58595B;
}
#colophon {
	background: url(https://appenzeller.de/wp-content/themes/coaching/images/footer_bg.jpg) 50% 0;
	padding: 1em 1em 5em 1em;
}
#site-info ul {
	list-style: none;
	margin: 0;
}
#site-info li {
	display: inline;
	margin-right: 2em;
}
#site-info a, #site-info a:hover, #site-info a:visited {
	text-decoration: none;
	color: #fff;
}


/*******************************************************************************************/
/***** Quotes erstellen, werden später mit <span class="quotestart">&#8220;</span> eingefügt *****/
.quotestart {
	float: left;
	height: 45px;
	margin-top: -20px;
	padding-top: 45px;
	margin-bottom: -50px;
	font-size: 600%;
	color: #8C0052;
}
.quoteend {
	float: right;
	height: 25px;
	margin-top: 0px;
	padding-top: 45px;
	font-size: 600%;
	color: #8C0052;
}


/**********************************************
Formulare
**********************************************/
form {
	margin:8px;
	width:100%;
	max-width:500px;/*font-size:11px;
	padding:4px;*/
}
/*
form h4 {
	font-size:1.3em;
	font-weight:bold;
}
*/
label {
	display:block;
	width:100%;
}
/*
label.checkbox {
	display:inline;
}
label.select {
	display:inline;
	margin-right:8px;
}
form div {
	border-bottom: 1px dashed #e1e1e1;

	padding:.4em 0 .3em 0;
	width:100%;
	margin:0 0 6px 0;
}
form div div {
	border-bottom:none;
	margin-bottom:0;
	padding:0;
}
*/
input[type=text], select {
	width:20em;
	padding:4px;
	margin: 0 0 2em 0;
	/*font-size:1.3em;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
input[type=checkbox] {
	width:30px;
	margin:0px 5px 0 0;
}
input[type=radio] {
	width:20px;
	margin:5px 6px 0 0;
}
/*
input {
	margin: 7px 0 0 0;
}
*/
textarea {
	width:17em;
	padding:4px;
	margin: 0 0 2em 0;
	/*font-size:1.3em;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	height:5em;
}
select {
	/*font-size:1.3em;*/
	width:auto;
	margin-right:9px;
	min-width:17em;
	padding:2px;
}
.formsuccess {
	color: #0f0;
	font-weight: bold;
}
.failure, .wp_crm_error_messages {
	color: #f00;
	font-weight: bold;
	margin: 1em 0;
}

