/* Reset styles */
html *, body * {
	margin: 0px;
	padding: 0px;

	font-family: "Bitstream Vera Sans", Verdana, Arial, sans;
	font-size: 9pt;
}

/* Main body layout */
body {
	padding-top: 20px;
	padding-bottom: 120px;
	background: #112439 url(/images/lelie.png) no-repeat scroll center bottom;
}

#page-width {
	width: 770px;
	margin: 0px auto;
}

#header {
	padding-bottom: 10px;
	background: #112439 url(/images/header.png) no-repeat scroll center bottom;
}

#logo {
	position: relative;
	left: -40px;
	top: -5px;
}

#titel {
	position: relative;
	left: -160px;
}

#outer-wrapper {
	padding: 0px 60px 60px 60px;
	background: #adb4bb url(/images/lelie-mask.png) no-repeat scroll center bottom;
}

#inner-wrapper {
	display: block;
	width: 370px;
	padding: 20px 260px 0px 20px;
	background: #fff url(/images/ribbon.png) repeat-y scroll 550px top;
}

#tntpost {
	display: block;
	padding: 3px;
	float: right;
	color: #fff;
	text-decoration: none;
}

#tntpost img {
	border: none;
	vertical-align: middle;
	padding-left: 0.5em;
}

#lonewolves {
	display: block;
	padding: 6px 3px;
	float: left;
	color: #fff;
	text-decoration: none;
}

/* The right menu bar */
#menu {
	width: 260px;
	float: right;
	margin-right: -260px;
}

#languages {
	width: 320px;
}

.language, .language img {
	display: block;
	float: left;
	border: none;
	padding: none;
}

.language.nederlands { padding-left: 70px; }

#groepsfoto {
	margin-top: -10px;
}

.menu-items {
	list-style: none;
	margin-left: 80px;
	margin-top: -50px;
}

.menu-items a img { border: none; }

#jan, #willem, #addevaan, #chris {
	margin-left: 10px;
}

#menu-clearer {
	clear: both;
	font-size: 1px;
	height: 1px;
}

/* page styles */
p {
	margin: 1.25em 0px;
	line-height: 1.25em;
}

p#intro {
	margin-top: 0px;
	font-style: italic;
	font-size: 10pt;
}

h2 {
	font-size: 14pt;
	font-weight: normal;
	line-height: 1em;
	margin-top: 1.41em;
}

h3, h3 a {
	font-size: 12pt;
	font-weight: normal;
	line-height: 1em;
	margin-top: 1.41em;
}

h4, h4 a {
	font-size: 11pt;
	font-weight: normal;
	line-height: 1em;
	margin-top: 1.41em;
}

/* The list of upcoming performances on the main page */
#optredens {
	list-style: none;
}

#optredens li {
	padding-left: 64px;
}

.datum {
	display: block;
	float: left;
	width: 50px;
	height: 45px;
	padding-top: 5px;
	margin-left: -64px;
	background: transparent url(/images/blad.png) no-repeat scroll center center;
}

.dag {
	display: block;
	font-size: 24px;
	text-align: center;
	margin-bottom: -7px;
	color: #fff;
}

.maand {
	display: block;
	margin-left: 1px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}

/* The photo album */

h3.album-title {
	font-family: serif;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	margin: 0.625em 55px 0.625em 55px;
}

h3.album-title a {
	color: #000;
	text-decoration: none;
}

.postzegel-4-3 {
	padding: 20px;
	margin-top: 1.25em;
	background: #fff url(/images/postzegel-4-3.png) no-repeat scroll bottom right;
}
a .postzegel-4-3 { border: none; }

.postzegel-3-4 {
	margin-left: 40px;
	margin-top: 1.25em;
	padding: 20px;
	background: #fff url(/images/postzegel-3-4.png) no-repeat scroll bottom right;
}
a .postzegel-3-4 { border: none; }

/* The forms */
form ul {
	margin: 1em 0;
	list-style: none;
}

form li {
	margin: 2px 0;
}

label {
	float: left;
	clear: left;
	width: 10em;
}

input, textarea {
	border: 1px solid #aaa;
	padding: 2px;
}

fieldset {
	clear: left;
	margin: 1em 0;
	border: 1px solid #aaa;
	padding: 0 1em;
}

select {
	border: 1px solid #aaa;
}

select option {
	padding-right: 0.5em;
}

/**
 * Some specific styles for the admin area
 */

.operations {
	display: block;
	margin-top: 0.625em;
	margin-bottom: 0.625em;
	font-size: x-small;
	text-align: center;
}

.bigform li {
	margin: 1em 0;
}

.bigform label {
	float: none;
	width: 100%;
}

.bigform .text {
	width: 100%;
}

/**
 * Errors and messages
 */
#error {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #f00;
	background-color: #fee;
}

#message {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #090;
	background-color: #efe;
}

/**
 * The news area
 */

#news-list {
	clear: left;
	list-style: none;
}

#news-list li {
	padding-left: 64px;
}

#news-list li ul {
	list-style-type: square;
	list-style-position: inside;
}

#news-list li li {
	padding-left: 0;
}

#news-list hr {
	border: none;
	height: 1px;
	background-color: #aaa;
	margin-bottom: 1em;
}

p.byline {
	margin-top: 0.25em;
	font-size: small;
	color: #888;
}


