/*-----------------------------------------------------------------------------
KD Schmid Screen Stylesheet
version:   1.0
date:      16/10/2008
email:     info@smit-und-partner.de
website:   smit-und-partner.de
-----------------------------------------------------------------------------*/

* {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

body {
	background: #FFF;
	color: #484848;
	font: 62.5%/1.5  Arial, Helvetica, sans-serif; 
	margin: 0;
	padding: 0;
}

h1 {
	color: #C00;
	font-size: 1.9em;
	line-height: 1;
	margin-bottom: 1em;
}

h2 {
	color: #C00;
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 0.6em;
}

h3 {
	color: #000;
	font-size: 1.3em;
	margin-bottom: 0.3em;
}

h4 {
	font-size: 1.4em;
	margin-bottom: 0.8em;
}

h5 {
	color: #798897;
	font-size: 1.1em;
}

p {
	font-size: 1.2em;
	line-height: 1.3;
	margin-bottom: 1em;
}

small {
	color: #999;
	font-size: 0.9em;
}

a {
	color: #C00;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul {
	margin-bottom: 1em;
	padding-left: 2em;
}

ul li {
	font-size: 1.2em;
	list-style: disc;
	line-height: 1.2;
	margin-bottom: 0.5em;
}

.table {
	border-collapse: collapse;
	margin-bottom: 3em;
	width: 100%;
}

.table caption {
	text-align: left;
}

.table th {
	color: #555;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}

.table tbody {
	font-size: 1.2em;
}

.table p {
	font-size: 1em;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
.clearfix {display: block;}
/* End hide from IE Mac */

* html .clearfix {height: 1px;}

.hide {
	display: none;
}

.alt {
	background: #F0F0F0;
}

.left-outside {
	color: #C00000;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}

.text .left-outside {
	float: left;
	margin-left: -110px;
	text-align: right;
	width: 100px;
}

a.all {
	display: block;
	font-size: 1.2em;
	margin-bottom: 1em;
	text-align: right;
}

.warning {
	background: #FEFCEF;
	border: 1px solid #F2D654;
	color: #97722B;
	padding: 5px;
}

.error {
	background: #FFE1E1;
	border: 1px solid #FF6262;
	color: #710000;
	font-size: 1.1em;
	padding: 5px;
}


/*
-----------------------------------------------------------------------------*/
#wrapper {
	padding-left: 30px;
}

#head{
	background: url(../img/head-bg.png) repeat-x 0 64px;
	height: 180px;
	margin-left: -30px;
	position: relative;
}

#logo, #logo h1 {
	background: #FFF;
	height: 120px;
	width: 370px;
}

#content {
	width: 1010px;
}

#wrapper #logo h1 {
	background: url(../img/logo.png) no-repeat;
	margin: 0;
}

#wrapper #logo span, #wrapper #logo a {
	display: block;
	text-indent: -9999em;
	height: 120px;
	width: 370px;
}

#sidebar, .sidebar {
	float: left;
	padding: 0 30px 0 0;
	width: 310px;
}

#main {
	float: left;
	min-height: 280px;
	width: 630px;
}

#main.wide {
	float: none;
	width: 970px;
}

#changelanguage {
	font-size: 1.2em;
	left: 7px;
	position: absolute;
	top: 181px;
}

#user {
	font-size: 1.2em;
	position: absolute;
	right: 10px;
	text-align: right;
	top: 10px;
}

#user .name {
	font-weight: bold;
}

#user .logout {
	margin-left: 3px;
}


/* NAVIGATION
-----------------------------------------------------------------------------*/
#navigation {
	left: 380px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 64px;
	width: 630px;
}

#navigation li {
	float: left;
	font-size: 1em;
	line-height: 1.4;
	list-style: none;
	margin: 0;
}

#navigation a {
	background: url(../img/navigation-bullet.png) no-repeat left center;
	color: #FFF;
	display: block;
	font-size: 1.2em;
	padding: 1px 0 1px 15px;
	text-decoration: none;
	width: 110px;
}

#navigation a:hover, #navigation a.active {
	background-image: url(../img/navigation-active-bullet.png);
	text-decoration: none;
}

#home #navigation a.active {
	background-image: url(../img/navigation-bullet.png);
}

#subnavigation {
	left: 360px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 125px;
}

#subnavigation li {
	float: left;
	font-size: 1em;
	list-style: none;
}

#subnavigation a {
	background: url(../img/subnavigation-separator.png) repeat-y left;
	color: #C00;
	display: block;
	font-size: 1.2em;
	line-height: 1;
	padding: 0 9px 0 10px;
	text-decoration: none;
}

#subnavigation .first a {
	background: none;
}

#subnavigation a.active, #subnavigation a.active:hover {
	color: #000;
}


/* MAIN
-----------------------------------------------------------------------------*/
.no-headline {
	padding-top: 2.9em;
}

.images, .text {
	padding-bottom: 2em;
}

.images {
	float: left;
	margin-right: 15px;
	width: 160px;
}

.image {
	margin-bottom: 1em;
}

.image img {
	display: block;
	margin-bottom: 0.3em;
}

.image p, .caption {
	color: #999;
	font-size: 1.1em;
	margin: 0 0 13px 0;
}

.block {
	margin-bottom: 1em;
}

.highlight {
	border: 1px solid #CC0000;
	margin-bottom: 1em;
	padding: 10px 10px 0;
}

.highlight .text {
	padding-bottom: 0;
	width: 430px;
}

.highlight .images {
	padding: 0;
}

.text {
	float: right;
	width: 450px;
}

.no-images .text {
	float: right;
	width: 580px;
}

input.textinput {
	border: 1px solid #C00;
	font-size: 1.1em;
	padding: 0.2em;
}

input.submit {
	background: #C00;
	border: 1px outset #C00;
	color: #FFF;
	padding: 0.1em;
}

.twitter h3 a {
	color: inherit;
	text-decoration: none;
	font-size: 1.1em;
}

/* CATEGORIES
-----------------------------------------------------------------------------*/
.categories {
	margin: 0;
	padding: 0;
}

.categories li {
	background: #DDD;
	font-size: 1em;
	list-style: none;
	padding: 1em 0;
	margin-bottom: 1px;
}

.categories li a {
	background: url(../img/category-bullet.png) no-repeat left center;
	color: #000;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 20px;
	text-decoration: none;
}

.categories ul {
	padding: 5px 10px 0 40px;
}

.categories ul li, .artists ul li {
	float: left;
	padding: 0;
	width: 25%;
}

.categories ul a, .artists ul a {
	background: none;
	color: #C00;
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 0.2em;
	padding: 0;
	text-decoration: underline;
}

.artists {
	clear: both;
	margin: 1em 0;
	padding: 0;
}

.artists li {
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	font-size: 1em;
	list-style: none;
	margin: 2em 0;
	padding: 0.5em 0;
}

.artists li.highlight {
	border: 1px solid #CC0000;
}

.artists li, .artists li.no-highlight {
	border: none;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

.artists h2 {
	color: #555;
	margin-bottom: 0.4em;
}

.artists ul li {
	border: none;
	margin: 0;
	padding: 0.2em 0;
}

.agents {
	margin-bottom: 15px;
	padding: 0;
}

.agents li {
	list-style: none;
	margin-bottom: 0.5em;
}

.agents .email {
	margin-left: 0.3em;
}

.agents .region {
	display: block;
	padding-top: 0.2em;
}


/* Contact
-----------------------------------------------------------------------------*/
.contacts .first td, .contacts .first th, .contacts .single td {
	border-top: 1px solid #CCC;
}

.contacts .last td, .contacts .single td {
	border-bottom: 1px solid #CCC;
}

.contacts td {
	padding: 0.2em 0;
}

.contacts th {
	font-size: 1em;
	font-weight: normal;
	padding-top: 0.2em;
}

.contacts .position {
	display: block;
}

/* SHOWS
-----------------------------------------------------------------------------*/
.shows td {
	border-bottom: 1px solid #FFF;
	padding: 0.2em;
	vertical-align: top;
}

.shows .title {
	display: block;
	font-weight: bold;
}


/* FOOT
-----------------------------------------------------------------------------*/
#foot {
	border-top: 1px solid #999;
	clear: both;
	margin: 0 0 30px 340px;
	padding: 20px 0;
	position: relative;
}

#foot p {
	color: #999;
	margin: 0;
	top: 5px;
	position: absolute;
	left: 0;
}

#foot #shortcuts {
	position: absolute;
	top: 0;
	left: 0;
	width: 630px;
}

#foot #shortcuts li {
	float: right;
	list-style: none;
	margin-left: 1em;
	padding: 5px;
}

#foot #shortcuts a {
	display: block;
}

/* DOCUMENTS
-----------------------------------------------------------------------------*/
ul.documents {
	padding: 0;
	margin-bottom: 30px;
}

.documents li {
	list-style: none;
}

.documents a, .documents span {
	background: url(../img/document.png) no-repeat left center;
	display: block;
	padding: 4px 0 4px 28px;
}

.documents .locked span {
	background-image: url(../img/document_locked.png);
}

ul.gallery {
	padding: 0;
}

.gallery li {
	float: left;
	list-style: none;
	margin: 0 5px 5px 0;
}

.gallery img {
	border: 1px solid #000;
	display: block;
}

.gallery .locked span {
	display: block;
	position: relative;
}

.gallery .locked .icon {
	background: url(../img/locked.png) no-repeat right bottom;
	bottom: -2px;
	height: 16px;
	position: absolute;
	right: -2px;
	width: 16px;
}

.gallery li a {
	display: block;
	height: 60px;
	width: 60px;
}

.gallery li a:hover img {
	border-color: #CC0000;
}


/* ORCHESTRAS
-----------------------------------------------------------------------------*/
ul.orchestras {
	padding: 0;
}

ul.orchestras li {
	border-bottom: 1px solid #DFDFDF;
	list-style: none;
	padding: 0.3em 0;
}

ul.orchestras li li {
	border: none;
	font-size: 1em;
	margin-bottom: 0;
	padding: 0.2em 0;
}


/* IMPRESSIONS
-----------------------------------------------------------------------------*/
ul.impressions {
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
	
ul.impressions li {
	float: left;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
	
ul.impressions img {
	display: block;
}

#artists-impressions {
	height: 100px;
	margin-bottom: 4em;
	width: 630px;
}

#artists-impressions li {
	height: 100px;
	width: 158px;
}

#sidebar-impressions-single {
	margin-bottom: 2em;
}

#sidebar-impressions-single, #sidebar-impressions-single li {
	background: #FFF;
	height: 220px;
	width: 300px;
}

#sidebar-impressions-single.flexheight, 
#sidebar-impressions-single.flexheight li {
	height: 350px;
}

#sidebar-impressions-grid {
	margin-bottom: 2em;
	height: 200px;
	width: 300px;
}

#sidebar-impressions-grid li {
	height: 100px;
	width: 100px;
	overflow: visible;
}


/* SEARCH
-----------------------------------------------------------------------------*/
.searchform .textinput {
	margin-bottom: 1.5em;
	width: 200px;
}

.searchresults {
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 3em;
	padding: 0;
}

.searchresults li {
	border-top: 1px solid #DFDFDF;
	list-style: none;
	padding: 5px 0 4px;
}

.searchresults .title {
	display: block;
	margin-bottom: 0.2em;
}

.searchresults .section {
	color: #999;
	display: block;
	font-size: 0.9em;
}

.pagination {
	padding: 0;
}

.pagination li {
	float: left;
	font-size: 1.1em;
	list-style: none;
	margin-right: 0.3em;
}

.pagination a, .pagination span {
	border: 1px solid #C00;
	display: block;
	line-height: 1;
	padding: 0.3em 0.5em;
	text-decoration: none;
}

.pagination a:hover {
	text-decoration: underline;
}

.pagination span {
	background: #C00;
	color: #FFF;
}

/* LOGIN
-----------------------------------------------------------------------------*/
#login {
	margin-top: 25px;
	width: 180px;
}

#login input {
	font-size: 1.1em;
}

#login #username {
	margin-bottom: 4px;
	width: 174px;
}

#login #password {
	border-right: none;
	float: left;
	width: 130px;
}

#login .submit {
	background: #ddd;
	border: 1px solid #c8c8c8;
	color: #484848;
	float: left;
	width: 45px;
}

*+html #login .submit,
* html #login .submit {
	height: 19px;
}

#login a.register {
	background: #ededed;
	border: 1px solid #c8c8c8;
	color: #484848;
	display: block;
	font-size: 1.1em;
	margin-bottom: 12px;
	padding: 1px 3px;
	text-decoration: none;
}

#login fieldset {
	margin-bottom: 8px;
}


/* FORMS
-----------------------------------------------------------------------------*/
fieldset {
	margin-bottom: 1em;
}

label {
	font-size: 1.2em;
	font-weight: bold;
}

input.text, input.password, texarea, select {
	border: 1px solid #c8c8c8;
	color: #484848;
	padding: 2px;

}

input.text, input.password {
	float: none;	
	width: auto;
}

dl.form {
	margin-bottom: 1.5em;
}

dl.form dt {
	clear: both;
	float: left;
	font-weight: bold;
	padding: 3px 0;
	width: 23%;
}

dl.form dd {
	border-bottom: 1px solid #DDD;
	padding-bottom: 4px;
	margin: 0 0 5px 0;
}

dl.form dd.last {
	border: none;
}

dl.form input.text, dl.form input.password, dl.form textarea {
	width: 350px;
}

dl.form textarea {
	width: 500px;
}

dl.form .error {
	border: none;
	background: transparent;
	font-weight: bold;
	padding: 0;
}


/* Gallery
-----------------------------------------------------------------------------*/
#gallery {
	margin: 0 0 20px 0;
	padding: 0;
	width: 680px;
}

#gallery li {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	list-style: none;
}

#gallery a {
	background: url(../img/dia.png) no-repeat;
	display: block;
	padding: 1px;
	width: 158px;
	height: 158px;
	overflow: hidden;
}

/*
-----------------------------------------------------------------------------*/
/* MILKBOX */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
	cursor: pointer;
}

#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:101;
	overflow:hidden;
	left: 50%;
	top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #fff;/* set the Milkbox background color */
	margin:0; padding: 10px;/* set the Milkbox padding */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.mbLoading{ background: #fff url(../img/loading.gif) no-repeat center; }/* IMAGE: loading gif */

#mbCanvas{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }

.clear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#mbBottom { 
	/* set text options */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
	position: relative;
}

/* navigation */
/* be careful if you change buttons dimensions */

#mbNavigation{
	height: 20px;
	padding-top:3px;
}


#mbCount{ 
	display: block;
	width:55px; 
	overflow:hidden;
	padding: 3px 0;
	font-size:9px; /* count font size */
	top: 10px;
	left: 55px;
	position: absolute;
}

#mbCloseLink, #mbPrevLink, #mbNextLink, #mbPlayPause{
	outline:none;
	display:block;
	float:right;
	height:20px;
	cursor: pointer;
	position: absolute;
	top: 10px;
}


#mbPrevLink, #mbNextLink{ width:20px; }
#mbPrevLink{ background: transparent url(../img/prev.png) no-repeat; left: 0; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(../img/next.png) no-repeat; left: 25px; }/* IMAGE: next */

#mbCloseLink {
	right: 0;
	width:20px;
	background: transparent url(../img/squeezebox-close.png) no-repeat;/* IMAGE: close */
}

/* description */

#mbDescription{
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: normal;
	text-align:justify;
}


/* SQUEEZEBOX
-----------------------------------------------------------------------------*/
#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility: visible;
}

#sbox-overlay {
	position: absolute;
	background-color: #000;
}

#sbox-window {
	position: absolute;
	background-color: #fff;
	text-align: left;
	overflow: visible;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#sbox-btn-close {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 25px;
	top: 25px;
	background: url(../img/squeezebox-close.png) no-repeat center;
	border:	none;
}

.sbox-window-ie6 #sbox-btn-close {
	background-image: url(../img/squeezebox-close.png;
}

.sbox-loading #sbox-content {
	background-image: url(../img/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#sbox-content {
	clear: both;
	overflow: hidden;
	background-color: #fff;
	height:	100%;
	width: 100%;
}

.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
}

.sbox-content-iframe#sbox-content {
	overflow: visible;
}

.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility:	hidden;
}
