/*

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-l.css');

/* Import the typography styles */
@import url('styles/typography.css');

/* 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: 940px;
	background-color: #fff;
	padding: 20px 10px;
}

/* Styling the menu */
#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	position:absolute;
	left:-9000px;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
	text-decoration: none;
	background-color: #58595B;
	border-right: 0.25em #fff solid;
	color: #fff;
	padding: 0.25em 0.75em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: medium;
}

.menu a:hover {
	color: #fff;
	background-color: #8C0052;
}

.menu a:visited {
	color: #fff;
	background-color: #58595B;
}