/* Table of contents
	 0. Reset
	 1. Global
	 2. Containers
	 3. Navigatie
	 4. blokken
	98. Moods
-------------------------------------------------- */


/* 0. Reset
-------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, address, code,
del, dfn, em, i, h4, h5, h6, p, blockquote, pre,
a, abbr, acronymg, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
}

a {
	outline: none;
}

a img {
	border: none;
}

a.back {
	position: absolute;
	left: 284px;
	top: 521px;
	color: #E82687;
	text-decoration: none;
}

ul {
	list-style: none;
}

/* 1. Global
-------------------------------------------------- */

body {
	background: #6d6f71;
	color: #fff;
	padding-bottom: 40px;
	font: normal 11px "Courier New", "Courier", serif;
	line-height: 11px;
}

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

a:hover {
	color: #fff;
	text-decoration: none;
}

h1 {
	
}

.text-block h1 {
	font: bold 16px "Courier New", "Courier", serif;
	text-transform: lowercase;
	margin-bottom: 7px;
}

p {
	line-height: 14px;
	margin-bottom: 9px;
	font-family: Verdana;
}

.parties p {
	line-height: 18px;
}

/* 2. Containers
-------------------------------------------------- */

.main-container {
	margin: 0 auto;
	width: 940px;
	min-height: 549px;
	position: relative;
}

.main-container.big-cal {
	min-height: 670px;
}

.content-container {
	width: 648px;
	margin: 0 auto;
	position: relative;
}

/* 3. Navigatie
-------------------------------------------------- */

.navigation { /* ie6.css */
	background: #130d15;
	position: absolute;
	overflow: auto;
	width: 100%;
	height: 15px;
	left: 0;
	top: 112px;
	padding-top: 4px;
}

.navigation li {
	float: left;
	display: block;
}

.navigation li a {
	text-indent: -10000px;
	overflow: hidden;
	background-image: url(/static/gfx/navigation-sprite.gif);
	display: block;
	height: 9px;
}

.navigation li.home a {
	background-position: 0 top;
	width: 24px;
}

.navigation li.home a:hover,
.home li.home a {
	background-position: 0 bottom;
}

.navigation li.calendar a {
	background-position: -32px top;
	width: 49px;
}

.navigation li.calendar a:hover,
.calendar li.calendar a,
.party li.calendar a {
	background-position: -32px bottom;
}

.navigation li.location a {
	background-position: -89px top;
	width: 49px;
}

.navigation li.location a:hover,
.location li.location a {
	background-position: -89px bottom;
}

.navigation li.photos a {
	background-position: -145px top;
	width: 36px;
}

.navigation li.photos a:hover,
.photos li.photos a {
	background-position: -145px bottom;
}

.navigation li.fan a {
	background-position: -188px top;
	width: 17px;
}

.navigation li.fan a:hover,
.fan li.fan a {
	background-position: -188px bottom;
}

.navigation li.links a {
	background-position: -259px top;
	width: 29px;
}

.navigation li.links a:hover,
.links li.links a {
	background-position: -259px bottom;
}

.navigation li.contact a {
	background-position: -296px top;
	width: 43px;
}

.navigation li.contact a:hover,
.contact li.contact a {
	background-position: -296px bottom;
}

.navigation li.djs a {
	background-position: -347px top;
	width: 18px;
}

.navigation li.djs a:hover,
.djs li.djs a {
	background-position: -347px bottom;
}

.navigation li {
	margin-left: 39px;
}

.navigation li.first-child {
	margin-left: 14px;
}

.logo {
	position: relative;
	top: 0;
	left: 0;
}

.logo a {
	display: block;
	width: 360px;
	height: 97px;
	background: url(/static/gfx/logo-clubchurch.gif);
}

/* 4. blokken
-------------------------------------------------- */

.text-block {
	position: absolute;
	top: 344px;
}

.block {
	width: 280px;
	height: 175px;
	background: url(/static/gfx/bg-block.png);
	float: left;
	margin-left: 20px;
	padding: 10px;
	position: relative;
}

.block.first-child {
	margin-left: 0;
}

.block-btm {
	height: 32px;
	width: 300px;
	position: absolute;
	bottom: -32px;
	left: 0;
	background: url(/static/gfx/bottom-block.png);
}

.img-block {
	position: absolute;
	top: 147px;
}

.img-block .block {
	padding: 0;
	width: 300px;
	height: 175px;
}

.dj-block .block {
	padding: 0;
	width: 220px;
	height: 175px;
}

.img-block .block-btm {
	bottom: -29px;
	padding: 0px 0 0 10px;
	height: 32px;
	width: 290px;
}

.dj-block .block-btm {
	width: 210px;
	padding: 0px 0 0 10px;
	height: 32px;
}

.second-img-row {
	position: absolute;
	top: 344px;
}

/* 96. Calendar
-------------------------------------------------- */

.month-list {
	position: absolute;
	top: 137px;
	background: #ff00af;
	height: 17px;
	width: 100%;
	padding-top: 4px;
}

.month-list li {
	display: block;
	color: #fff;
	margin-right: 11px;
	float: left;
	font-size: 12px;
}

.month-list li.first-child {
	margin-left: 14px;
}

.month-list li a {
	color: #000;
	text-decoration: none;
}

.month-list li a:hover {
	color: #fff;
}

.month-overview {
	position: absolute;
	top: 171px;
	width: 956px;
	border-collapse: separate;
	border-spacing: 8px 0;
	margin-left: -8px;
	height: 380px;
}

.month-overview th {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	padding: 0 10px 5px;
}

.month-overview td {
	background: url(/static/gfx/bg-block.png);
	width: 16.7%;
	font: 11px Arial, sans-serif;
	line-height: 16px;
	vertical-align: top;
	padding: 0 10px;
}

.month-overview td .date {
	display: block;
	color: #EA2687;
	font: bold 13px "Courier New", Courier, monospace;	
}

.month-overview td strong {
	display: block;
}

.month-overview td strong a {
	font-size: 12px;
}

/* 97. Footer
-------------------------------------------------- */

.footer {
	width: 940px;
	margin: 15px auto 0;
}

.footer p {
	width: 842px;
	float: left;
	font-size: 9px;
}

.footer .signs {
	float: right;
}

.footer .signs li {
	display: inline;
}

/* Parties
-------------------------------------------------- */

.picture-frame {
	width: 250px;
	height: 411px;
	position: absolute;
	top: 141px;
	background: url(/static/gfx/bg-party-block.png);
}

.party-description {
	width: 631px;
	height: 370px;
	position: absolute;
	top: 141px;
	left: 269px;
	background: url(/static/gfx/bg-party-block.png);
	padding: 20px;
}

.party-description h1,
.content-big h1 {
	color: #E82687;
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: lowercase;
}

.party-description h2 {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 4px 0 6px;
	margin-bottom: 20px;
	text-transform: lowercase;
	font-size: 13px;
}

.party-description p,
.content-big p {
	margin-bottom: 15px;
	font: 13px/18px Verdana, Arial, Helvetica, sans-serif;
}

.party-description p strong {
	color: #E82687;
}

.party-description .note {
	font-size: 11px;
	padding-top: 20px;
}

.content-big {
	height: 371px;
	position: absolute;
	top: 141px;
	background: url(/static/gfx/bg-block.png) repeat;
	padding: 20px;
}

.size2of3 {
	width: 631px;
}

.size1of3 {
	width: 210px;
	left: 690px;
}

.size3of3 {
	width: 900px;
	height: 371px;
	overflow: auto;
}

.content-big h1 {
	color: #fff;
	line-height: normal;
}

input.newsletter {
	font: normal 13px Verdana;
	color: #130D15;
	border: none;
	width: 150px;
	margin-right: 15px;
	background: #eee;
}

input.newsletter:focus {
	background: #fff;
}

input.newsletter-submit {
	font: normal 13px Verdana;
	color: #130D15;
	border: none;
}

.links-col {
	width: 440px;
	float: left;
}

.link-list {
	margin-bottom: 20px;
}

.link-list li {
	font-size: 12px;
	line-height: 16px;
}

.link-list .header {
	font-size: 15px;
	font-weight: bold;
}

.link-list a {
	float: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.link-list .no-arrow a {
	padding-left: 0;
	background: none;
}

.dj-overview {
	border-collapse: collapse;
	width: 100%;
}

.dj-overview td {
	width: 25%;
	height: 156px;
	border-left: 5px solid #000;
	border-top: 5px solid #000;
	text-align: center;
}

.dj-overview tr td:first-child {
	border-left: none;
}

.dj-overview tr:first-child td {
	border-top: none;
}

.dj-overview td a {
	text-decoration: none;
}

.dj-overview td a:hover u {
	text-decoration: none;
}

.block-btm a {
	float: right;
}

.prev {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(/static/gfx/arrow-left.gif);
	border: 1px solid #fff;
	margin-right: 4px;
	position: relative;
	top: 2px;
}

.next {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(/static/gfx/arrow-right.gif);
	border: 1px solid #fff;
	position: relative;
	top: 2px;
}

/* 98. Moods
-------------------------------------------------- */

.home .main-container {
	/*background: url(/static/gfx/bg-mood1.jpg);*/
}

.calendar .main-container {
	/*background: url(/static/gfx/bg-mood2.jpg);*/
}

.party .main-container {
	/*background: url(/static/gfx/bg-mood3.jpg)*/
}

.location .main-container {
/*	background: url(/static/gfx/bg-mood4.jpg);*/
}


.mood-img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}


.love {
	background-image: url(/static/gfx/logo-love.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}


.zondagbroek {
	position: absolute;
	top: 144px;
	right: 0;
	z-index: 100;
}
