/*------------------------------------------------------------------------------

Marjoleinlever.nl
default.css

Diederick de Vries <diederick@diederickdevries.net>, 
Amsterdam, the Netherlands, july 2008

Legal:

 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU Library General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

------------------------------------------------------------------------------*/


body {
	background-color: black;
	text-align:center;
}

p {
	font-family: helvetica, sans-serif;
	color: #a1a1a1;	
}

img {
	border: none;
}

/* IE < 6 does not support auto margins at all. IE >= 6 only with valid doctype. */
.centered {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 800px;
	margin: auto;
	text-align: left;	/* For IE */
}

h1, h2, h3, h4 {
	font-family: helvetica, sans-serif;
	color: #d97d27;
	font-weight: normal;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 150%;
	color: #a1a1a1;
	text-align: right;	
}

h4 {
	font-size: 150%;
	color: #a1a1a1;
}

.floatright {
	float: right;
}

ul.nav {
	display: table;
	color: white;
	margin-left: auto;
	margin-right: auto;
}

ul.nav>li {
	display: table-cell;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}

li {
	margin-left: -30pt;
	list-style-type: none;
	color: #a1a1a1;
	font-family: helvetica, sans-serif;
}


.header {
	color: #d97d27;
}

a {
	color: #d97d27;
	text-decoration: none;	
}

a.nav {
	color: #a1a1a1;
	text-decoration: none;
	font-family: helvetica, sans-serif;
}

.nav_current {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-family: helvetica, sans-serif;
}

.title {
	text-align: center;
}

/* Biogafie */

.column_left {
	position: absolute;
	float: left;
	width: 35%;
}

.column_right {
	float: right;
	width: 40%;
}

.column_center {
        text-align: left;
        margin-left: 20%;
        margin-right: 20%;
}

/* Elements */

.column_fotos_left {
	position: absolute;
	float: left;
	width: 40%
}

.column_fotos_right {
	float: right;
	width: 25%;
}

p.copyright {
	text-align: center;
}

th {
	font-family: helvetica, sans-serif;
	text-align: right;
	vertical-align: top;	
	color: #d97d27;
	padding: 0px;
	margin: 0px;
}

td {
	font-family: helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	color: #a1a1a1;
	padding: 0px;
	margin: 0px;
}

.ensemble {
	margin-bottom: 10px;
}

.ensemble_member {
	color: #d97d27;
	font-size: 120%;
	padding: 0px;
	margin: 0px;
}

.geluidsvoorbeeld {
	float: right;
	clear: right;
	width: 100%;
	margin-bottom: 20pt;
}

.media {
	float: right;
}

input, select, textarea {
	border: solid 1px #000000;
	background-color: #1a1a1a;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: white;
}

.button {
	background-color: #d97d27;;
	color: black;
	border:	1px solid silver;
}


