/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*////////////////////////////////////////////////////////////////////////
DIRKBROSSE
////////////////////////////////////////////////////////////////////////*/

body {
	background: #7c0b0e url('../img/bg.jpg') repeat-x; 
	color: #FFF;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 62.5%;
	line-height: 140%;
}

#horizon {
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

#wrapper {
	left: 50%;
	margin-left: -480px;
	position: absolute;
	text-align: left;
	top: -0;
	width: 990px;
}

#content {
	clear: both;
	padding-top: 85px;
}

/*////////////////////////////////////////////////////////////////////////
HEADER
////////////////////////////////////////////////////////////////////////*/


#langNav {
	color: #848484;
	height: 20px;
	padding-top: 8px;
	text-align: right;
	width: 880px;
}

#langNav ul, #langNav li {
	display: inline;
}

#langNav a {	text-decoration: none;}
#langNav a:link    { color: #FFF }
#langNav a:visited { color: #FFF }
#langNav a:hover   { color: #CC0000 }
#langNav a:active  { color: #ed8257 }

#langNav li.active a  { color: #ed8257 }

#header {
	background:url("../img/bg_header.jpg") no-repeat right top;
	height: 415px;
	position: relative;
	top:28px;
	
}

#footer {
	clear: both;
	font-size: 1.1em;
	padding: 36px 0;
}

#footer a:link    { color: #ed8257 }
#footer a:visited { color: #ed8257 }
#footer a:hover   { color: #FFF }
#footer a:active  { color: #000 }

#quote {
	color: #000;
	font-family :Georgia,"Nimbus Roman No9 L",serif;
	font-size: 2.6em;
	left: 40px;
	line-height: 100%;
	height: 80px;
	position: relative;
	top:180px;
	width:500px;
}


#welcome {
	position: relative;
	top:243px;
}
/*////////////////////////////////////////////////////////////////////////
NAV
////////////////////////////////////////////////////////////////////////*/

#nav {
	height: 35px;
	padding-top: 38px;	
}

#nav ul, #nav li {
	display: inline;
}

#nav  ul {
	padding:10px 10px 0;
}

#nav  li {
	float:left;
	background:url("../img/left_both.gif") no-repeat left top;
	padding:0 3px 0 9px;
}

#nav a {
	background:url("../img/right_both.gif") no-repeat right top;
	color:#f9dacc;
	display:block;
	float:left;
	font-size: 1.2em;
	padding:14px 15px 8px 6px;
	text-decoration:none;
	text-transform: uppercase;
	width:.1em;
}

#nav > ul a {width:auto;}

#nav a:hover {color:#000;}

#nav-home, #nav-biography, #nav-composer, #nav-conductor, #nav-gallery, #nav-shop, #nav-press, #nav-calendar, #nav-downloads, #nav-contact {
	background-position:0 -150px;
	border-width:0;
}


ul.home #nav-home a, ul.biography #nav-biography a, ul.composer #nav-composer a, ul.conductor #nav-conductor a, ul.gallery #nav-gallery a, ul.shop #nav-shop a, ul.press #nav-press a, ul.calendar #nav-calendar a, ul.downloads #nav-downloads a, ul.contact #nav-contact a {
	background-position:100% -150px;
	padding-bottom:8px;
	color:#333;
}

ul.home #nav-home, ul.biography #nav-biography, ul.composer #nav-composer, ul.conductor #nav-conductor, ul.gallery #nav-gallery, ul.shop #nav-shop, ul.press #nav-press, ul.calendar #nav-calendar, ul.downloads #nav-downloads, ul.contact #nav-contact {
	background-position:0% -150px;
}

ul.home #nav-home a, ul.biography #nav-biography a, ul.composer #nav-composer a, ul.conductor #nav-conductor a, ul.gallery #nav-gallery a, ul.shop #nav-shop a, ul.press #nav-press a, ul.calendar #nav-calendar a, ul.downloads #nav-downloads a, ul.contact #nav-contact a {
	color: #FFF;
}

#nav li:hover, #nav li:hover a {
	background-position:0% -300px;
	color:#EEE;
}
/*
#nav li:hover a {
	background-position:100% -150px;
}
*/

#nav li:hover a {
	background-position:100% -300px;

}


#subnav {
	clear: both;
	position: relative;
	top:12px;
	
}

#subnav ul, #subnav li {
	display: inline;
}

#subnav a {
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 9px; 
}

a:link    { color: #FFF }
a:visited { color: #FFF }
a:hover   { color: yellow }
a:active   { color: #000 }

#subnav a.active {
	color: #FFCC00;
}

#subsubnav {
	clear: both;
	position: relative;
	top:12px;
}

#subsubnav ul, #subsubnav li {
	display: inline;
}

#subsubnav a {
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 3px; 
}

#subsubnav a.active {
	color: #FFCC00;
	font-style: italic;
}
/*////////////////////////////////////////////////////////////////////////
HOME
////////////////////////////////////////////////////////////////////////*/

#blog {
	float: left;
	width: 580px;
}

#bodycopy {
	float: left;
	width: 580px;
	padding-bottom: 50px;
}

hr {
	background-color: #690404;
	border: 0;
	color: #690404;
	height: 1px;
	width: 580px;
}

.blogpost {
	width: 580px;
}

#blogContainer {
	width: 580px;
	float: left;
}

.blogpost-meta {
	color: #e86a36;
	padding: 12px 0;
}

.blogpost-meta a {
	color: #FFF;
	text-decoration: none;
}

.blogpost-meta a:hover {
	text-decoration: underline;
}

a.comments {
	background: transparent url('../img/icon_comments.gif') no-repeat; 	
	padding-left: 24px;
}


/*////////////////////////////////////////////////////////////////////////
SIDEBAR
////////////////////////////////////////////////////////////////////////*/

#sidebar {
	float: left;
	padding-left: 90px;
	width: 276px;
}

#sidebar-top {
	height: 6px;
}

#sidebar-bottom {
	height: 6px;
}

#sidebar-body {
	background: transparent url('../img/bg_sidebar.gif') repeat-y; 
	min-height: 100px;
	padding-left: 18px;
	margin-bottom: -5px;
}

input.search {
	background: transparent url("../img/bg_search.gif") no-repeat;
	border-width: 0;
	width: 170px;
	height: 33px;
	padding-bottom: 4px;
	padding-top: 12px;
	padding-left: 36px;
}

input.newsletter {
	background: transparent url("../img/bg_form.gif") no-repeat;
	border-width: 0;
	width: 190px;
	height: 33px;
	padding-bottom: 4px;
	padding-top: 12px;
	padding-left: 12px;
}

input.bt_submit {
	padding-top: 18px;
	position: relative;
	top:8px;
}

#promo {
	margin-left: -48px;
}


/*////////////////////////////////////////////////////////////////////////
TYPO
////////////////////////////////////////////////////////////////////////*/

h1 {
	font-size: 3.2em;
	font-weight: normal;
	padding-bottom: 16px;
	padding-top: 24px;
	text-transform: uppercase;
}

h2 {
	font-size: 3.2em;
	font-weight: normal;
	padding-bottom: 8px;
	padding-top: 36px;
	text-transform: uppercase;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	padding-bottom: 8px;
	padding-top: 6px;
	text-transform: uppercase;
}

h2.discography {
	color: #961c1f;
	font-size: 2.6em;
}

h5 {
	color: #fa7b44;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 125%;
}

p.date {
	color: #fd6d73;
	font-size: 1.1em;
	font-style: italic;
	padding-bottom: 16px;
}

p.summary {
	font-size: 1.3em;	
	line-height: 140%;
}

.label {
	color: #e87a52;
}

p {
	font-size: 1.3em;
	line-height: 140%;
}

#quote p {
	font-size: 1.1em;
	line-height: 100%;
}

/*////////////////////////////////////////////////////////////////////////
FORMS
////////////////////////////////////////////////////////////////////////*/
.formRow {
	clear:both;
	min-height:30px;
}

.formLabel {
	float:left;
	vertical-align:middle;
	width:80px;
	text-align:right;
	padding-right:5px;
	font-size:1.2em;
	padding-top:3px;
	
}

.formField {
	font-size:1.1em;
}

/*////////////////////////////////////////////////////////////////////////

////////////////////////////////////////////////////////////////////////*/

#bodycopy ul, #sidebar ul {
	margin-left: 0;
	padding-left: 12px;
	list-style: none;
}

#bodycopy li, #sidebar li {
	padding-left: 20px;
	background-image: url(../img/li.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	font-size: 1.2em;
	height: 16px;
}

#sidebar li {
	font-size: 1.2em;
	line-height: 160%;
}

#sidebar li a {
	text-decoration: none
}

h2 > .jaar {
	font-size: 0.7em;
	font-weight: normal;
	font-style: italic;
}

h1 > .jaar {
	font-size: 0.7em;
	font-weight: normal;
	font-style: italic;
}

p.intro {
	font-size: 1.4em;
	padding-bottom: 24px;
}

h4 {
/*	color: #FFCC00;*/
	color: #dc2028;
	
	font-size: 1.6em;
	
	line-height: 160%;
	text-transform: uppercase;
}

h3 {
	font-size: 1.8em;
	line-height: 160%;
}

p.naam {
	font-size: 1.1em;
	font-style: italic;

}

.quote_odd, .quote_even {
	padding-bottom: 35px;

}

.quote_odd>h4, .quote_odd>p.naam{
	color: #ed8257;
}

.quote_even>h4, .quote_even>p.naam{
	color: #EFEFEF;
}

/*////////////////////////////////////////////////////////////////////////

////////////////////////////////////////////////////////////////////////*/

#highlights {
	float: left;
	width: 580px;
}

.disco-thumb {
	float: left;
	min-height: 95px;
	width: 95px;
	
}

.lightboxcontent {
	display: none
}

.highlights-jaar {
	float:left;
	padding-right: 2%;
	text-align: right;
	width:15%;
}

.highlights-jaar>h2 {
	padding-bottom: 0;
	padding-top: 0;

}

.highlights {
	float:left;
	padding-top: 6px;
	width:80%;
}

.highlights li {
	background-image: url(../img/li.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	display: block;
	font-size: 1.2em;
	line-height: 150%;
	padding-bottom: 18px;
	padding-left: 20px;
}

.highlights-row {
	clear: both;
	padding-bottom: 24px;
}

h2>a{
	text-decoration: none;
}

/*////////////////////////////////////////////////////////////////////////
SHOP
////////////////////////////////////////////////////////////////////////*/

.shop-overview_odd, .shop-overview_even {
	clear: both;
}

.shop-overview_odd {
	background-color: #550406;
	overflow: hidden;
}

.shop-overview_even {
	background-color: #981c1f;
	overflow: hidden;
}

.shop-thumb {
	float: left;
	width: 170px;
}

.shop-bijschrift {
	float: left;
	font-size: 0.8em;
	padding: 5px 0;
	width: 400px;
}

h3.shop {

	width: 100%;
}

.shop-overview_even h3 {
	background-color: #b20a0f;
}

.shop-overview_odd h3 {
	background-color: #440102;
}

/*////////////////////////////////////////////////////////////////////////
CALENDAR
////////////////////////////////////////////////////////////////////////*/





ul.reviews {
	line-height: 160%
}

ul.reviews li {
min-height: 50px

}

li.doc, li.pdf {

	background-repeat: no-repeat;

	display: block;
	font-size: 1.2em;
	line-height: 150%;
	padding-bottom: 24px;
	padding-left: 40px;

}

li.doc {
	background-image: url(../img/icon_doc.png);
}

li.pdf {
	background-image: url(../img/icon_pdf.png);
}

table.downloads td {
	padding: 6px;
}

.resultRowOne, .resultRowTwo {
	font-size: 1.3em;
	padding: 8px;
}

.resultRowOne {
	background-color: #8b1416;
}
.resultRowTwo {
	background-color: #cf0206;
}
/*
p.back {
	text-align: right;
}
*/
p.back a {
	margin-top: 24px;
	padding: 4px 16px;
	background-color: #430102;
} 

.odd-row {
	background-color: #CC0000;
	width: 100%
}
.even-row {
	background-color: #961b1e;
}

.even-row td ,.odd-row td {
	padding: 4px;
}

.sales-specifcations {
	width:95%;

}

.sales-specifcations td {
	font-size: 1.2em;
	padding: 6px;
	
}

.cart-totals-row {

	background-color: #242424;
	text-align: right;
}

.cart-totals-row td 	{
	margin-top: 10px;
}
.checkoutbutton {
	padding-top: 35px;
	text-align: right;
	width: 95%
}

td {
	
}


.rss {
	

	background-image: url(/img/rss_icon_glass32.png);
	background-repeat: no-repeat;
	padding-left: 36px;
	width: 150px;
	height: 34px;
	font-size: 1.2em;
	
/*	background-image: url(../img/rss_icon_glass32.png);
	background-image:none;
	background-repeat: no-repeat;
	background-position: 0 .5em;
	font-size: 1.2em;
	height: 16px;*/
	
}

.continue {
	font-size: 1.1em;
	padding: 12px 0 0 0;
}

.compilatietrack {
	color: #FFCC00;
	font-weight: bold;
	
}

.reactie_odd, .reactie_even {
	padding-bottom: 18px;
}

.reactie_odd {
	color: #ed8257
}

.footnote {
	font-size: 1.2em;
	font-style: italic;
	padding-left: 12px;
}