//
//  Created by Joost Schuttelaar on 2007-01-25.
//  Copyright (c) 2007 Joost Schuttelaar. All rights reserved.
//

//  flatten everything, every browser will look the same (bad)

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, table, p, td, div, span, img, form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: black;
	color: #888888;
	background-image: url('/images/stars_background.jpg');
	background-repeat: repeat-y;
	font-family: verdana, arial, sans-serif;
	background-position: top center;
	font-size: 11px;
	line-height: 12pt;
	margin: 0;
	text-align: center; /* yay IE! */
}

h1 {
	color: #d3d3d3;
	font-size: 13px;
	font-family: trebuchet ms;
	margin-top: 40px;
	margin-bottom: 15pt;
}

#right_column h1 {
	color: #888888;
	margin-bottom: 8pt;
}

h2 {
	font-size: 11px;
	font-weight: normal;
	color: white;
	margin-bottom: 8pt;
}

p {
	margin-top: 0;
	margin-bottom: 7pt;
}

a {
	color: #18507b;
	text-decoration: underline;
}

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

a:visited {
	color: #18507b;
}

a img {
	border: 0;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: left;
}

div#header {
	text-align: left;
	margin-top: 40px;
	margin-bottom: 12px;
}

div#content {
	margin-left: 34px;
	border-top: 1px solid #444444;
}

div#right_column {
	float: right;
	width: 192px;
}

div#right_column img.portrait {
	border-left: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-right: 1px solid #444444;
	
}

div#wide_column {
	margin-top: 12px;
}

div#left_column {
	width: 436px;
	margin-top: 12px;
}

div#footer {
	font-size: 9px;
	border-top: 1px solid #444444;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 34px;
	text-align: right;
	clear: both;
}

table.form {
	border-collapse: collapse;
}

table.form td {
	vertical-align: top;
	padding-right: 8px;
	padding-bottom: 4px;
}

input.text {
	width: 400px;
}

textarea {
	width: 400px;
	height: 280px;
}

select {
	width: 400px;
}

img.left_photo {
	padding-right: 40px;
	border-right: 1px solid #444444;
	margin-right: 20px;
	padding-bottom: 40px;
	float: left;
}

div#photo_showcase table {
	border-collapse: collapse;
	width: 100%;
}

div#photo_showcase table tr td.photo {
	padding-left: 0;
	padding-right: 40px;
	border-right: 1px solid #444444;
	padding-bottom: 40px;
}

div#photo_showcase table tr td.last_photo {
	padding-left: 0;
	padding-right: 40px;
	border-right: 1px solid #444444;
	padding-bottom: 0;
}

div#photo_showcase table tr td {
	padding-left: 20px;
	vertical-align: top;
}

div#photo_showcase {
	margin-bottom: 40px;
}

body#personal div#content {
	background-image: url(/uploaded_files/site_images/personal/gert_big.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}