/* www.dilekrecords.com */

/* @group Div */
/* ----------container zentriert das layout-------------- */

#container {
    width: 960px;
	margin-bottom: 10px;
	margin: 0 auto;
}

/* ----------banner for logo-------------- */

#banner {
	text-align: left;
	padding: 0px;
	margin: 0px;
	height: 140px;
	width: 940px;
	background: url(../images/bg.gif) repeat-x;
}

#banner img {
    padding: 50px 0px;
}

/* -----------------Inhalt--------------------- */

#content {
	padding: 0;
	margin: 0 320px;
}

div#content {
    min-height: 1600px;
	height: expression(this.scrollHeight > 1600 ? "auto":"1600px");
}


/* --------------left navigavtion------------- */

#left {
    float: left;
	width: 320px;
	margin: 0px;
	padding: 0px;
}

#right {
    float: right;
	width: 320px;
	margin: 0;
	padding: 0;
}

/* -----------footer--------------------------- */

#footer {
    clear: both;
	margin: 0px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	border-top: 1px solid #ededed;
}


/* @end */



/* @group Main */

* {
    margin: 0;
	padding: 0
}

body {
    background-color: #fff;
	color: #333;
	line-height: 1.4em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 62.5%;
	text-align: center;
}

h1 {
    display: none;
}

h2 {
    border-top: 3px solid #666;
	color: #333;
	font: 1.4em "Helvetica", Arial, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	padding-top: 0.4em;
	padding-bottom: 1.4em;
}

h3 {
    font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.1em;
}

h3 em {
	padding: 3px;
	background-color: #ededed;
	text-transform: uppercase;
	font-style: normal;
}

h4 {
    font-size: 1em;
	margin-bottom: 0.4em;
	font-style: normal;
}

h4 em {
    color: maroon;
	font-weight: bold;
	font-style: italic;
}

p {
    font-size: 1em;
	padding-bottom: 1.1em;
	color: #333;
	padding-left: 0px;
}

ul {
    font-size: 1em;
	list-style-type: none;
	padding-bottom: 1.2em;
	line-height: 1.8em;
	padding-left: 0;
}

img {
    border: none;
}

/* @end */

/* @group Links */

a:link, a:active, a:hover, a:visited {
    color: #333;
	text-decoration: underline;
}

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

a:visited {
    color: #333;
	text-decoration: underline;
}

/* @end */

/* @group Content */

.content {
	text-align: left;
    margin: 0;
	padding: 0;
	width: 300px;
	margin-bottom: 50px;
}

.intro {
    font-size: 1em;
	line-height: 1.6em;
	font-weight: bold;
}

.artist {
    height: 60px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 10px;
}

.artist:last-child {
    border-bottom: none;
}

.artist h3 {
    margin-bottom: 0;
}

.artist p {
    line-height: 2em;
}

.artist img, .disco img {
    border: 1px solid #ccc;
	padding: 1px;
	margin: 0 10px 10px 0;
	float: left;
}

.artist img:hover {
    border: 1px solid #444;
}

.disco {
    padding: 0;
	line-height: 1.4em;
	margin: 0 0 10px 5px;
}

.disco p {
    text-indent: 5px;
	font-size: 0.9em;
	line-height: 1.4em;
}

.disco ul {
    text-indent: 5px;
	font-size: 0.9em;
	line-height: 2em;
}

.intend {
	margin-left: 2em;
}

.releases p {
	background-color: #f2f2f2;
	padding: 5px;
	border-bottom: 1px solid #ffffff;
	
}

/* @end */

/* @group Contact */

textarea, input, select {
    font-size: 1em;
	font-weight: bold;
	background: #fff;
	color: #333;
	border: 1px solid #ccc;
	padding: 3px;
	margin-bottom: 20px;
}

input {
    width: 140px;
}

input:focus, textarea:focus, input:hover, textarea:hover {
    background-color: #fafafa;
}

textarea {
    width: 290px;
	height: 70px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

span {
    color: maroon;
	font-style: italic;
	font-size: 1em;
}

button {
    clear: both;
	background: #fafafa;
	color: #000;
	border: solid 1px #ccc;
	font-size: 1em;
	font-weight: normal;
	padding: 3px;
	cursor: pointer;
	text-transform: uppercase;
}

button:hover {
    background: #fff;
}

.ContactName {
    width: 140px;
	float: left;
	margin-right: 10px;
}

.ContactEmail {
    width: 140px;
	float: right;
}

.ContactBig {
    width: 290px;
	clear: both;
	float: none;
}

.ContactBig input {
    width: 290px;
}

/* @end */

/* @group Accordion */

.AccordionTitle, .AccordionContent, .AccordionContainer {
    position: relative;
	width: 300px;
}

.AccordionContainer {
    margin-bottom: 50px;
}

.AccordionTitle {
    width: 300px;
	overflow: hidden;
	cursor: pointer;
	vertical-align: middle;
	text-align: left;
	display: table-cell;
	background-color: #ededed;
	border-bottom: 3px solid #f7f7f7;
	-moz-user-select: none;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0px;
}

.AccordionTitle img {
    float: left;
	margin: 5px 10px 5px 5px;
	border: 1px solid #ccc;
}

.AccordionTitle p {
    padding-top: 15px;
	line-height: 1.4em;
}

.AccordionTitle span {
    float: right;
	color: #333;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
}

.AccordionTitle:hover {
    background-color: #f2f2f2;
}

.AccordionContent {
    height: 0px;
	width: 300px;
	overflow: hidden;
	display: none;
	margin: 15px 0 0;
	padding: 0;
}

/* @end */