/*  ----------------------------------------------------------------------------

Client: soulDance Marcina de Almeida

Agency: kubus media, Basel
Author: Joscha van der Linden

----------------------------------------------------------------------------  */

/* font definition */

@font-face {
	font-family: 'BulldozerRegular';
	src: url('../files/fonts/bulldozer-webfont.eot');
	src: local('☺'), url('../files/fonts/bulldozer-webfont.woff') format('woff'), url('../files/fonts/bulldozer-webfont.ttf') format('truetype'), url('../files/fonts/bulldozer-webfont.svg#webfontiCaMD9b3') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* General */

body {
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.4em;
	font-size: 13px;
	color: #000000;
}

h1 {
	font-size: 26px;
	line-height: 29px;
	color: #bc2b32;
	font-family: BulldozerRegular, Arial, Verdana, sans-serif;
}

h2 {
	font-size: 18px;
	line-height: 21px;
	color: #bc2b32;
	font-family: BulldozerRegular, Arial, Verdana, sans-serif;
}

a {
	color: #bc2b32;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

.red {
	color: #fff;
	background-color: #bc2b32;
}

hr {
	color: #bc2b32;
	border: 1px dotted #bc2b32;
}

img {
	border: none;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.leftcontent {
	width: 100px;
	float: left;
}

.rightcontent {
	font-weight: bold;
	float: left;
}

.visible {
	visibility: visible;
}

.invisible {
	display: none;
}

#brand {
	z-index: 30;
	position: fixed;
}

#content {
	position: absolute;
	width: 510px;
	top: 200px;
	left: 300px;
	z-index: 20;
}

#strip {
	position: absolute;
	width: 627px;
	top: 0;
	left: 230px;
	bottom: 0;
	z-index: 1;
	height: 100%;
}

/* Specials */

#contact #strip,
#home #strip {
	display: none;
}

#contact #content {
	top: 150px;
	left: 250px;
	height: 234px;
	padding: 45px 0 0 50px;
	background: transparent url(../images/base/contact_strip.png) 0 0 no-repeat;
}
#home #content {
	top: 450px;
	left: 575px;
	padding: 10px 10px 20px 20px;
	width: 360px;
}

#home #content h2 {
	margin: 0;
	padding: 0 0 5px 0;
}

#contact .left {
	float: left;
	width: 180px;
}

#contact .right {
	float: left;
}

.zitat {
	text-align: center;
}

#classes .entry {
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 2px dotted #bc2b32;
}

#classes .details {
	color: #bc2b32;
	font-weight: bold;
	padding: 10px 0 0 0;
}

/* Navigation */

#nav {
	top: 150px;
	position: fixed;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav ul li.news {
	margin-left: 10px;
}

#nav ul li.about {
	margin-left: 40px;
}

#nav ul li.personal {
	margin-left: 20px;
}

#nav ul li.classes {
	margin-left: 20px;
}

#nav ul li.workshops {
	margin-left: 30px;
}

#nav ul li.contact {
	margin-left: 10px;
}

#nav ul li.gallery {
	margin-left: 20px;
}

#nav ul li.video {
	margin-left: 40px;
}

#nav ul li.links {
	margin-left: 20px;
}

ul.subnavigation {
	margin: 0;
	padding: 0;
}
ul.subnavigation li {
	float: left;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 10px;
}
ul.subnavigation li a {
	text-decoration: none;
}
ul.subnavigation li.active a {
	color: #fff;
	background-color: #000;;
}

/* Forms */

.form_input {
	width: 90%;
	border: none;
	color: #fff;
	background-color: #bc2b32;
	padding: 5px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin-bottom: 10px;
}

a.button,
.datebar_cell a,
.datebar_active,
.form_input_button {
	border: none;
	color: #fff;
	font-weight: bold;
	padding: 5px 8px;
	background-color: #bc2b32;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
	line-height: 2.4em;
}

a.button:hover,
.datebar_cell a:hover,
.datebar_active,
.form_input_button:hover,
a.active {
	background-color: #000;
}
