/*


THE KITES MASTER STYLESHEET
John Philip, october '09


------------------------------------------------------------------------------------------*/
/* STYLE RESET
------------------------------------------------------------------------------------------*/

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, dd, dl, dt, li, ol, ul, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; 
font-weight: inherit; font-style: inherit; font-size: 100%; line-height: 1;
font-family: inherit; text-align: left; vertical-align: baseline; } 
a img, :link img, :visited img { border: 0; }
table { border-collapse: collapse; border-spacing: 0; } ol, ul { list-style: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; }


/* Her laves en indholdsfortegnelse */


/*------------------------------------------------------------------------------------------
INVISIBLES
------------------------------------------------------------------------------------------*/

div.hr hr { display: none; }



/*------------------------------------------------------------------------------------------
LAYOUT
------------------------------------------------------------------------------------------*/

body {
	font-family: "Helvetica Neue", sans-serif;
	font-size: 14px;
	text-shadow: 0 0 0 #000;
	text-shadow: rgba(0,0,0,0.01) 0 0 0;
	font-weight: bold;
	color: #444;
	background-color: #fff;
	}

div#wrapper {
	width: 600px;
	margin: 0 auto;
	border-top: 3px solid #000;
	}



/*------------------------------------------------------------------------------------------
STATIC
------------------------------------------------------------------------------------------*/

/*
ELEMENTS
------------*/

p { margin: 20px 0 0 0; }

.night {
	padding: 10px;
	background-color: #000;
	margin: 10px 0 10px;
}

.day {
	padding: 10px;
	background-color: #fff;
}

h1 { display: inline; font-family: "HelveticaNeue-CondensedBlack"; font-size: 40px; }
h2 { font-family: "HelveticaNeue-CondensedBlack"; font-size: 20px; }
h1 a {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

.night h1, .night h2 { color: #fff; }

.day h1, .day h2 { color: #000; }

.night h1 a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 50px;
	
}

a.link {
	color: #858585;
	font-size: 17px;
}

.expired {
	padding: 10px;
	background-color: #eee;
	margin: 10px 0 10px;
	color: #fff;
}



/*
HEADER 
------------*/

div#header h1 {
	display: block;
	width: 600px;
	height: 114px;
	text-indent: -3000px;
	background: url(images/logo.png) 220px 0 no-repeat;
	border-bottom: 8px solid #000;
	margin: 80px 0 5px 0;
	padding: 0 0 50px 0;
}
div#header div#bilboard h2, div#header div#bilboard h3 { display: none; }
div#header div#bilboard {
	width: 600px;
	height: 404px;
	background: url(images/bilboard.jpg) 0 0 no-repeat;
}



/*
NAVIGATION 
------------*/

div#nav {
	font-family: "HelveticaNeue-CondensedBold";
	background-color: #000;
	height: 4em;
	margin: 10px 0 0 0;
}

div#nav ul {
	margin: 0 0 0 1em;
}

div#nav ul li a {
	padding: 10px;
	text-decoration: none;
	color: #aaa;
	float: left;
	text-transform: uppercase;
	margin-top: 0.8em;
}
div#nav ul li a:hover { text-decoration: underline; }

.forside a#forside { color: #fff; }
.koncerter a#koncerter { color: #fff; }


/*
FOOTER 
------------*/

div#footer {
	margin: 50px 0 30px 0;
}

div#footer div#social p span a:hover, div#footer div#social p a:hover {
	text-decoration: underline;
}

div#footer div#social span {
	float: right;
}

div#footer div#social p {
	padding: 0 0 5px 0;
}

div#footer div#social p a {
	text-decoration: none;
	color: #444;
}

div#footer div#social p span a, div#footer div#social p span {
	color: #888;
}

div#footer div#copyright {
	border-top: 2px solid #000;
}

div#footer div#copyright p {
	margin: 4px;
	font-weight: normal;
	text-align: right;
	font-size: 11px;
	color: #aaa;
}



/*------------------------------------------------------------------------------------------
CONTENT
------------------------------------------------------------------------------------------*/
