/* ----------------------------------------
Theme Name: TIG7
Theme URI: http://www.arnorichter.de/
Description: Ein eigens für das TIG7 gestaltetes Theme
Version: 1.0
Author: Arno Richter
Author URI: http://www.arnorichter.de/
Last Modified: 2009.03.23
Provides: Theme definition file for WordPress 2.5
---------------------------------------- */

html {
	/* die scrollleiste immer anzeigen */
     overflow: -moz-scrollbars-vertical;
     height: 100%;
     margin-bottom: 1px;
}

body {
	font: 62.5% Verdana, Tahoma, Arial, sans-serif;
	color: #000;
	line-height: 1.4em;
}

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

h1 {
	display: block;
	width: 8.4em;
	float: left;
}

h1 img {
	margin-left: 0;
	margin-right: 0.5em;
}

h2, h3 {
	font-weight: normal;
	text-transform: uppercase;
}

#top-nav {
	width: 84em;
	margin-top: 0.8em;
	font-weight: normal;
	text-transform: uppercase;
	float: left;
}

.clear {
	clear: both;
}

#header {
	margin-top: 2em;
	margin-bottom: 2em;
}

#main {
	overflow: auto; /* fuer die floats! */
	margin-left: auto;
	margin-right: auto;
	padding-left: 2em;
	padding-bottom: 10em;
	width: 88em;
	/* background: #000; */
}

#main ul, h3 {
	margin-bottom: 1em;
}

#main #top-nav li {
	display: inline;
	margin-right: 0.4em;
	text-shadow: 0 1px 0 rgba(0,0,0,0.45);
}

#main .bigbox {
	float: left;
	width: 23em;
	min-height: 33em;
	padding: 1em;
	margin-right: 1em;
	background: #fff;
	color: #000;
	
	-webkit-border-radius: 0.8em;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 0.8em;
	-moz-border-radius-topright: 0;
}

#main .doublebox {
	float: left;
	width: 49em;
	min-height: 33em;
	padding: 1em;
	margin-right: 1em;
	background: #fff;
	color: #000;
	
	-webkit-border-radius: 0.8em;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 0.8em;
	-moz-border-top-right-radius: 0;
}

#main .bigbox p, #main .doublebox p, h2 {
	margin-bottom: 1em;
	max-width: 45em;
}

#main .bigbox img {
	/* damit bilder nicht die boxen sprengen */
	/* max-width: 21em; */ /* temporaer deaktiviert wegen der ensemblefotos. mal sehen was da passiert */
	max-width: 100%;
	/* border: solid 1px #999; */
}

#main .doublebox img {
	max-width: 42em;
	/* border: solid 1px #999; */
}

#main #news {
	width: 32em;
	padding-right: 2em;
}

#main form fieldset {
	border: solid 1px #ccc;
	width: 40em;
	padding: 1em;
	margin-bottom: 2em;
}

#support_form form input[type="text"] {
	width: 14em;
}

#news form fieldset {
	width: 28em;
}

.nowplaying_image {
	text-align: center;
	margin-top: 0.8em;
	margin-bottom: 2.2em;
}

.teaser-image {
	width: 18em;
	border: solid 1px #ddd;
	
	-webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.85, transparent), to(white));
}

.btn-small {
	width: 63px;
	height: 9px;
	position: relative;
	top: 1px;
	left: 5px;
	border: 0;
	margin-right: 14px;
}

.file-icon {
	width: 12px;
	height: 14px;
	position: relative;
	top: 3px;
	border: 0;
	margin-right: 0.3em;
}

.error, .error a {
	color: red;
}

.msg, .msg a {
	color: green;
}

.past {
	color: #aaa;
}

input[type="text"], select {
	margin-bottom: 0.5em;
}

#downloads {

	margin-top: 2em;
}

#downloads li {
	padding: 0.5em;
	border-bottom: solid 1px #ddd;
	width: 24em;
}

#programm {
	width: 100%;
	border-collapse: collapse;
}

#programm td {
	padding: 0.5em;
	border: solid 1px #ddd
}

#programm th {
	padding: 0.5em;
	padding-left: 0.65em;
	font-weight: normal;
	text-align: left;
}

#programm #prg_edit, #programm #prg_cancel {
	width: 4.8em;
}

#programm #prg_seats {
	width: 6.4em;
}

#programm #prg_time {
	width: 12.5em;
}

#special_box {
	color: #bb0000;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	margin-bottom: 0.8em;
}

/* programm styles fuer den IE */
.ie #programm {
	color: #000;
}

#ensemble a {
	color: #000;
}

#ensemble dd, #ensemble ul {
	margin-left: 2em;
	margin-bottom: 1em;
}

#ensemble li, #menge_box {
	display: inline;
}

.person_image {
	text-align: center;
}

.person_image img {
	max-width: 320px;
	width: 320px;
	height: 400px;
	border: 0;
}

p.indent {
	padding-left: 3em;
}

select#stueck {
	max-width: 100%;
}

/* stile fuer verein der freunde seite */
#friends-list {
	list-style-type: square;
	margin-left: 2.5em;
}

.form-text {
	margin-left: 2.5em;
}


/* banderole */

#bg-mid {
	/*
	position: relative;
	z-index: 2;
	*/
}

#banderole {
	width: 260px;
	height: 70px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 30%;
	z-index: 1;
}

#banderole img {
	width: 260px;
	height: 70px;
}