/**
 * Title:       Default
 * Description: This stylesheet defines the default layout of
 *              Looftdenheergaryp.nl
 * Copyright:   Pronamic Internet, Vormgeving en Software
 * Company:     Pronamic Internet, Vormgeving en Software
 * Author:      Jelke Boonstra
 * Version:     1.0
 */

html, body, input, textarea {
	font-family: "Arial", "Verdana", "Helvetica", sans-serif;
    font-size: 12px;
}

#vimeo-video { 
	height: 300px;
	width: 400px;

	padding: 0;
	margin:0;
}

html, body {
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	padding-bottom: 50px;
	text-align: center;
	background: #000 url(background-new.jpg) no-repeat top left;
	/*background: #CBCB96 url(pattern.jpg);*/
}

#text {
	height: 650px;
	width: 66px;

	float: left;
	
	position: relative;
	left: -60px;
	margin-bottom: -650px;

    background: url("looftdenheer.png") no-repeat;
}

* html #text {
    background-image: url("looftdenheer.gif");
}


/**
 * Container
 */
#container {
	background: #990000 url(background_content.jpg);
	background-repeat: repeat-x;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	width: 600px;
	min-height: 600px;
	margin: 0px auto;
	padding-bottom: 20px;
}

/* IE - min-height - FIX */
* html #container { height: 600px; }

.clear {
  clear: both;
}

/**
 * Header
 */

#header {
	width: 600px;
	height: 200px;
	margin: auto;
}

.hook {
	display: none;
}

#page_welkom #header { background-image: url("header.jpg"); }
#page_agenda #header { background-image: url("agenda.jpg"); }
#page_dirigenten #header { background-image: url("dirigenten.jpg"); }
#page_bkorps #header { background-image: url("bkorps.jpg"); }
#page_akorps #header { background-image: url("akorps.jpg"); }
#page_geschiedenis #header { background-image: url("geschiedenis.jpg"); }
#page_fotos #header { background-image: url("fotos.jpg"); }
#page_gastenboek #header { background-image: url("gastenboek.jpg"); }
#page_links #header { background-image: url("links.jpg"); }
#page_contact #header { background-image: url("contact.jpg"); }

/**
 * Menu
 */

#menu {
	width: 600px;
	height: 25px;
	margin: auto;
	background: url(menu-back.jpg) repeat-x;
	border-top: 1px solid white;
	font-size: 11px;	
	word-spacing: 5px;
	text-align: center;
	padding: 0;
}

#menu ul {  
	padding: 0 0;
	margin: 0px;
	float: left;
	width: 600px;
	text-align: center;
}


#menu ul li { 
	display: inline; 
	padding: 1em 0;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	color: white;
}

#menu a:visited {
	text-decoration: none;
	color: white;
}

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


/**
 * Main
 */

#main {
 	margin: 0px auto;	
	width: 500px;
	text-align: left;
	padding-top: 20px;
	letter-spacing: 0.5px;
}

#main h1 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	margin: 0;
	padding: 0;
}

#main h2 {
	font-size: 12px;
	font-weight: bold;
	color: white;
	margin: 0;
	padding: 0;
}

#main p {
	margin-top: 0;
	padding-top: 0;
}


#news img {
	float: right;
	margin: 5px;
	padding: 2px; 
	border: 1px solid #00000;
}

#news a {
	color: white;
	text-decoration: none;
}

#news a:hover {
	text-decoration: none;
	background: white;
	color: #003366;
}

#news a visited {
	text-decoration: none;
}

.text_color {
	color: white;
}

#news ul li {
	margin: 5px;
}

#column1 {
	width: 160px;
	float: left;
}

#column2 {
	width: 300px;
	float: right;
}

#links1 {
	width: 250px;
	float: left;
}

#links2 {
	width: 250px;
	float: right;
}

#links1 caption, #links2 caption {
	color: #003366;
	font-weight: bold;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 6px;
	text-align: left;	
}

#links1 a, #links2 a {
	color: white;
	text-decoration: none;
}

#links1 a:hover, #links2 a:hover {
	text-decoration: none;
	background: white;
	color: #003366;
}

#links1 a visited, #links2 a visited {
	text-decoration: none;
}

/* Images list */
#images-list {
	float: left;

	list-style: none;

	margin: 0;
	padding: 0;
}

#images-list li {
	float: left;

	margin: 0;
	padding: 0;
}


table.person th {
	display: none;
}

table.person caption {
	color: #003366;
	font-weight: bold;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 6px;
	text-align: left;
}

table.person td {
	width: 150px;
	color: white;
}

table.person2 th {
	display: none;
}

table.person2 caption {
	color: #003366;
	font-weight: bold;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 6px;
	text-align: left;
}

table.person2 td {
	width: 150px;
	color: white;
}

.agenda {
	border-collapse: collapse;

	width: 100%;
}

.agenda thead tr { 
	background: none;
}

.agenda tr.odd {
	background-color: #990002;
}

.agenda tr {
	background-color: #ae3d3f;

	display: block;
	
	padding: 5px 0;
}

/**
 * Footer
 */

#footer
{
	font-size: 11px;
}

#footer a
{
	text-decoration: none;
	color: #003366;
}

#footer a:visited 
{
	text-decoration: none;
	color: #003366;
}

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


/**
 * Agenda
 */

table.agenda
{
	width: 520px;
}

table.agenda caption
{
	color: white;
	font-weight: bold;
	font-size: 13px;
	margin: 6px 0 6px 0;
	text-align: left;
}

table.agenda th {
	color: #003366;
	font-weight: bold;
	letter-spacing: 0.5px;
}

table.agenda td.date
{
	width: 75px;
	color: white;
}

table.agenda td.title
{
	width: 250px;
	color: white;
}

table.agenda td.waar
{
	width: 80px;
	color: white;
}

table.agenda td.wie
{
	width: 75px;
	color: white;
}

table.agenda td.tijd
{
	width: 40px;
	color: white;
}

/**
 * Nieuws
 */

#column_1
{
	margin-top: 30px;
}

table.news caption
{
	color: #003366;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 6px;
	text-align: left;
}

table.news th
{
	color: white;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-align: left;
}

table.news td.date
{
	width: 100px;
	color: #003366;
}

table.news td.title
{
	width: 400px;
	color: #003366;
}

table.news a
{
	text-decoration: none;
	color: white;
}

table.news a:visited 
{
	text-decoration: none;
	color: white;
}

table.news a:hover 
{
	color: #003366; 
	text-decoration: none;
}

/**
 * Foto
 */

#photo img {
  float: left;
  
  margin: 0 1em 1em 0;
}

/**
 * Foto album
 */
#photo .item {
	height: 81px;
	clear: both;
	width: 500px;
	margin: 0 0 10px 0;
	border-top: dotted 1px #003366;
	border-bottom: dotted 1px #003366;
	color: #003366;
	line-height: 15px;
}

#photo p {
	width: 400px;
	margin: 4px 0 0 5px;
	float: left;
	
}

#photo img {
	border: solid 1px White;
	margin: 2px 0 0 0;
}

#photo_album img {
  padding: 2px;
  
  border: 1px solid White;
  
  display: block;
  
  float: left;
  
  margin: 6px;
}

#photo a
{
	text-decoration: none;
	margin: 0 0 0 5px;
	color: white;
}

#photo a:hover
{
	text-decoration: underline;
}

#photo a visited
{
	text-decoration: none;
}

/**
 * Gastenboek
 */
#guestbook
{
	border-top: dotted 1px #003366;
	border-bottom: dotted 1px #003366;
	padding: 5px;  
	heigth: 400px;
	margin-bottom: 20px;
}



#guestbook span
{
	display: block;
	margin-top: 5px;  
	color: White;
}

#guestbook input, #guestbook textarea
{
	width: 20em;
}

#guestbook input.button
{
	width: auto;
	margin-top: 10px;
}

.post
{
	border-top: dotted 1px white;
	padding: 2px;
	color: white;
}

.post a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.post a:hover
{
	text-decoration: none;
	background: white;
	color: #003366;
}

.post a visited
{
	text-decoration: none;
}

.post p
{
	border-top: solid 1px #003366;
	border-bottom: solid 1px #003366;
	background: white;
	color: #003366;
	padding: 2px;
}

.color1
{
	color: white;
}

.color2
{
	color: white;
}

/**
 * Contact form
 */
#contact_form
{
	width: 300px;
	float: left;
}

#contact_form span
{
	display: block;  
	color: White;
}

#contact_form label
{
	  display: block;  
	  margin-bottom: .75em;
}

#contact_form br
{
	  display: none;
}

#contact_form input, #contact_form textarea
{
	  width: 20em;
}

#contact_form input.button
{
	  width: auto;
}

#contact_form textarea
{
	  height: 10em;
}

/**
 * adress
 */
.adress
{
	width: 200px;
	margin: 0;
	float: left;
	color: white;
}

.adress a
{
	color: #003366;
	text-decoration: none;
}
.adress a:hover
{
	text-decoration: none;
	color: white;
}

.adress a visited
{
	text-decoration: none;
}
