/**
 * @author Piet van Dongen <piet@kleurcode.nl>
 * @copyright Piet van Dongen
 * 
 * @package Electronation
 */

/**
 * Index of this Cascading Style Sheet
 *
 * 1. GRID
 *
 * 2. TYPOGRAPHY
 *   2.1 General
 *   2.2 Headings
 *   2.3 Text elements
 *   2.4 Lists
 *   2.5 Forms
 *   2.6 Tables
 *   2.7 Images
 *
 * 3. LAYOUT
 *   3.1 Header
 *   3.2 Navigation
 *   3.3 Content
 *
 * 4. HACKS
 *
 */
 
/*------------------------------------------------------------------------------
1. BLUEPRINT OVERRIDES
------------------------------------------------------------------------------*/

/* 2.1 Grid
------------------------------------------------------------------------------*/



/* 2.2 Typography
------------------------------------------------------------------------------*/

body {
	font-size: 87.5%;
}

html>body {
	font-size: 14px;
}

li ul, 
li ol       { margin:0; }
ul, ol      { margin: 0 1.5em 1.5em 0; }

ul, ol      { list-style-type: none; }

dl          { margin: 0 0 1.5em 0; }
dd          { margin-left: 0;}

fieldset {padding:0;margin:0;border:0;}

.showgrid { background: url(/style/grid21-dark.png);  }

/*------------------------------------------------------------------------------
2. TYPOGRAPHY
------------------------------------------------------------------------------*/

/* 2.1 General
------------------------------------------------------------------------------*/

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #f2f0eb;
}


/* 2.2 Headings
------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6,
div#mainNavigation {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #9c9686;
	font-weight: bold;
	letter-spacing: -0.1em;
}

h1#electronation {
	display: none;
}

div#content h1,
h2 {
	font-size: 2.5em;
	line-height: 1.2em;
	margin-bottom: 0.4em;
	padding-top: 0.8em;
	background: transparent url("/images/chalklineRed.jpg") 0 0 repeat-x;
	color: #d5cec2;
}

h3 span.time {
	color: #5F5B53;
}

div#footer h1, div#footer h2, div#footer h3, div#footer h4, div#footer h5, div#footer h6 {
	color: #f2f0eb;
}


/* 2.2 Links
------------------------------------------------------------------------------*/

a {
	color: #9c9686;
	text-decoration: none;
	border-bottom: 0.2em solid #57544c;
	font-weight: bold;
	outline: none;
}

a.image,
#lightbox a,
div#gmap a {
	border: 0;
	padding: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	border-width: 0;
	color: #db1920;
}

a:hover {
	color: #f2f0eb;
	border-bottom-color: #9c9686;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	border-width: 0.2em;
}

a:active {
	color: #db1920;
	border-bottom-color: #db1920;
}


/* 2.3 Lists
------------------------------------------------------------------------------*/

/* Unordered */

ul.lineup {
	padding: 0 10px;
}

div#gmap ul {
	margin: 0;
}

div#gmap div {
	margin: 0 !important;
	padding: 0 !important;
}

/* Definition */

div.tickets dl,
div.tracks dl {
	padding: 0 10px;
}

div#content dl dt {
	float: left; 
	clear: left; 
	width: 6em; 
}

div#content dl.briefTerm dt {
	width: 2em; 
}

div#content dl dd {
	margin: 0 0 0 7em; 
	padding: 0; 
}

div#content dl.briefTerm dd {
	margin: 0 0 0 3em; 
}

/* Colophon */

dl.emailAddress,
dl.tel,
dl.kvk {
	margin-bottom: 0;
}

div#footer dl.adr dt {
	display: none;
}

dl.emailAddress dt,
dl.tel dt,
dl.kvk dt,
div#footer dl.validation dt  {
	width: 30%;
	float: left;
}

div#footer dd.postal-code,
div#footer dd.locality,
div#footer dl.validation dd {
	float: left;
}

div#footer dd.locality {
	padding-left: 0.4em;
}

div#footer dd.country-name,
div#footer dl.validation dt {
	clear: left;
}


/* 2.4 Forms
------------------------------------------------------------------------------*/

form legend {
	display: none;
}

form label {
	display: block;
}

form input[type="text"],
form input.text,
form input[type="password"],
form input.password,
form textarea,
form select {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	display: block;
	width: 440px;
	background: url("/images/inputBackground.gif") 0 0 no-repeat #fff !important;
	border: 1px solid #ccc;
	font-size: 114.3%;
	padding: 0.25em 0.5em;
	border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
}

form input[type="file"],
form input.file {
	display: block;
}

form textarea {
	height: 10em;
	overflow: auto;
	line-height: 1.5em;
}

form li.error input {
	border-color: #8a1f11;
}

form input:focus,
form textarea:focus {
	border: 1px solid #333;
}

form select {
	width: 440px;
}

form li.error {
	padding: 0;
	background-color: transparent;
}

form fieldset ol li {
	position: relative;
	margin: 0 0 1em 0;
}

form li.error p {
	font-style: italic;
}

form button {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 100%;
	border: 0;
	background: url("/images/buttonBackground.png") 0 0 repeat-x #333;
	padding: 0.5em 1em;
	margin: 0 0 1em 0;
	color: #ddd;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

form button[disabled="disabled"] {
	background-color: #999;
}

form button:hover {
	cursor: pointer;
	color: #fff;
	background-color: #444;
}

form button[disabled="disabled"]:hover {
	cursor: default;
	color: #ddd;
	background-color: #999;
}


/* 2.5 Other
------------------------------------------------------------------------------*/

/* Spans */

span.subHeading {
	display: block;
	font-size: 85.7%;
	line-height: 1.75em;
	margin-bottom: 1.75em;
	margin-top: -1.75em;
	color: #81807d;
}

/* Abbreviations */

abbr {
	border: 0;
}

/* Selection */

::-moz-selection {
	background: #db1920;
	color: #f2f0eb;
}

::selection {
	background: #db1920;
	color: #f2f0eb;
}




/*------------------------------------------------------------------------------
3. LAYOUT
------------------------------------------------------------------------------*/

body {
	background: #000;
}

div#content h1, h2, h3, h4, h5, h6, .subHeading,
div.block,
ul.gallery,
div.subNavigation ul {
	padding-right: 10px;
	padding-left: 10px;
}

div#gmap h1, div#gmap h2, div#gmap h3 {
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

div.block h2, div.block h3, div.block h4, div.block h5, div.block h6, div.block .subHeading {
	padding-right: 0px;
	padding-left: 0px;
}


/* 2.1 Header
------------------------------------------------------------------------------*/

div#header {
	background: url("/images/headerBackground.jpg") center -11px repeat-x #dfd7cb;
}

div#header div.container {
	height: 153px;
	position: relative;
}

/* Logo */

div#logo h1 {
	margin: 0 0 0 0;
}

div#logo h1 a {
	display: block;
	height: 187px;
	width: 150px;
	background: url("/images/logo.png") 0 0 no-repeat #e41b22;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
}

h1 span {
	display: none;
}

/* Navigation */

div#mainNavigation {
	font-size: 1.5em;
	letter-spacing: -0.1em;
}

div#mainNavigation li {
	position: absolute;
	left: 160px;
	bottom: 10px;
}

div#mainNavigation ul li.parties { left: 320px; }
div#mainNavigation ul li.artists { left: 480px; }
div#mainNavigation ul li.radio   { left: 640px; }
div#mainNavigation ul li.label   { left: 800px; }

div#mainNavigation ul li.active  { bottom: 4px; }

div#mainNavigation ul li a,
div#mainNavigation ul li span {
	display: block;
	width: 140px;
	padding-left: 10px;
	line-height: 1.5em;
	background: url("/images/mainNavigationBackground.png") 0 0 repeat-x #dbd8d1;
	color: #7a6a5b;
	border: none;
}

div#mainNavigation ul li.parties a { background-position: -160px 0; }
div#mainNavigation ul li.artists a { background-position: -320px 0; }
div#mainNavigation ul li.radio a   { background-position: -480px 0; }
div#mainNavigation ul li.label a   { background-position: -640px 0; }

div#mainNavigation ul li.last a {
	margin-right: 0;
}

div#mainNavigation ul li.active span,
div#mainNavigation ul li.active a,
div#mainNavigation ul li a:hover {
	background: #f2f0eb;
	color: #db1920;
	padding-bottom: 6px;
}

div#mainNavigation ul li.active span,
div#mainNavigation ul li.active a {
	padding-bottom: 6px;
	background: transparent url("/images/mainNavigationBackgroundActive.gif") left bottom repeat-x;
}



/* 2.2 Content
------------------------------------------------------------------------------*/

div#content {
	background: url("/images/background.jpg") 0 0 repeat #111;
	padding: 4.6em 0 3em 0;
}

div.item,
div#footer div.subNavigation {
	background: transparent url("/images/chalklineGreyLight.jpg") 0 0 repeat-x;
	padding-top: 1.5em;
}

/* Parties */

div.calendar {
	width: 60px;
	margin-left: 10px;
}

div.calendar span.month,
div.calendar span.day {
	text-align: center;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

div.calendar span.month {
	font-size: 85.7%;
	line-height: 1.75em;
	background: #79161a;
}

div.calendar span.day {
	font-size: 1.5em;
	letter-spacing: -0.1em;
	line-height: 1; 
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background: #f2f0eb;
	color: #111;
}

div#party div.flyer {
	padding-top: 2.5em;
	background: transparent url("/images/chalklineRed.jpg") 0 0 repeat-x;
	color: #d5cec2;
}

div#party dl.vcard {
	display: none;
}

ul.gallery li {
	display: inline;
}

ul.gallery li {
	margin-right: 1.5em;
}

/* Maps */

div#gmap {
	width: 284px;
	height: 284px;
	border: 3px solid #dcded8;
	margin: 0 10px;
	color: #333;
}

/* Images */

div#content img {
	border: 3px solid #dcded8;
	margin-bottom: 1.5em;
}

/* Lightbox */

div#lightbox div#imageDetails {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
}

div#lightbox div#imageDetails a {
	color: #db1920;
	margin: 0 1em;
}

div#lightbox div#imageDetails a#prevLinkText {
	margin-left: 0;
}


/* 2.3 Footer
------------------------------------------------------------------------------*/

div#footer {
	font-size: 85.7%;
	padding: 3em 0;
}



/*------------------------------------------------------------------------------
4. HACKS
------------------------------------------------------------------------------*/