﻿/* 0 BASIC TAGS */

* {
	margin: 0;
	padding: 0;
}

table {
	font-size: 1em;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: arial, helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border-top: 1px solid #bababa;
	height: 0px;
	border-left-style: none;
	border-left-color: inherit;
	border-left-width: 0;
	border-right-style: none;
	border-right-color: inherit;
	border-right-width: 0;
	border-bottom-style: none;
	border-bottom-color: inherit;
	border-bottom-width: 0;
}

/* the hyperlinks (rood)*/
a {
	color: #d32525;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/*
a:visited {
	color: #980000;
}

a:active {
	color: #7F827C;
}*/

html,body {
	background: #FFF;
	height: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

img {
	border-width: 0;
}



/* 1 HEADER */

/* the container centers the page */
#container {
	width: 740px;
	height: auto;
	margin: 0 auto 0 auto;
}	

/* the topbar that contains the most upper links */
#topbar {
	width: 764px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: right;
}

/* the links in the topbar are an unordered list, formatted here */
	#topbar ul {
		float: right;
	}
	#topbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#topbar a {
		text-decoration: none;
		display: block;
		padding: 0 10px 0 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
		font-weight:bold;
	}
	#topbar a:hover {
		background: #000000;
		color: #FFF;
	}
	
/* the header that contains the big image */
#header {
	width: 770px;
	height: 188px;
	background: #FFF url(Images/header.jpg) top left no-repeat;
	position: relative;
}

/* the big title text in the header */
	#header h1 {
		font-family: "Gill Sans Ultra Bold Condensed", MS, Tahoma, Verdana, sans-serif;
		font-size: 45px;
		font-weight: 100;
		letter-spacing: -1px;
		color: #FFF;
		position: absolute;
		top: 10px;
		left: 10px;
	}
	

/* the navigationbar in the header */
#navbar {
	position: absolute;
	bottom: 50px;
	right: 35px;
}

/* the links in the navigationbar are an unordered list */
	#navbar ul {
	}
	
	#navbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#navbar a {
		text-decoration: none;
		display: block;
		padding: 4px 10px 4px 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
		color: #FFF;
		font-weight:bold;
	}
	#navbar a:hover {
		/*background: #000000;*/
		color: #d32525;
	}


/* 1.1 SHIM */

.shim {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	height: 8px;
	font-size: 0;
}

.column {
	background-image: url(images/content-shim.gif);
}

.gradient {
	background-image: url(images/content-shim-photo.gif);
}

.solid {
	background-image: url(images/content-shim-none.gif);
	
}

/* 2 PAGE */

.page 
{
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}

/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */

#home, #resume, #links, #register, #admin-albums, #admin-photos, #admin-users {
	background-image: url(images/body-repeat.gif);
	position: relative;
	width: 696px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#sidebar 
{
	color: White;
	float: left;
	width: 214px;
	height: 100%;
}

#content {
	margin-left: 256px;
}

/* the hyperlinks (rood)*/
#content a {
	color: #d32525;
}
#content a:hover {
	text-decoration: underline;
}

#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}

#coollinks {
	margin-left: 220px;
}

#resume h4, #links h4 {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.0em;
	position: absolute;
	left: 37px;
	width: 214px;
}

#resume #photo {
	position: absolute;
	left: 37px;
	top: 20px;
	width: 214px;
}

#resume .first {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	margin-left: 150px;
	height: 2.0em;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}

/* 2.2 ALBUMS PAGE */

#albums {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0px 37px;
	padding-bottom: 40px;
	width: 696px;
}

.view {
	margin-left: auto;
	margin-right: auto;
	width: 696px;
	text-align: center;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}

/* 2.3 PHOTOS, DETAILS, ADMIN/DETAILS PAGE */

#photos, #details, #admin-details {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0;
	width: 770px;
}

.buttonbar {
	background-image: url(images/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 754px;
	height: 33px;
	text-align: center;
}

.buttonbar-top {
	background-image: url(images/photonav-top-bg.gif);
}

#photos .view, #admin-details .view {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* 3 FOOTER */

.footer 
{
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	height: 75px;
	background: #FFF url(images/footer.gif) top left no-repeat;
	position: relative;
	font-size: 10px;
	color: #FFF
}

.menub {
	margin: 12px auto 5px auto;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFF;
}

.menub a {
		text-decoration: none;
		display: block;
		padding: 4px 10px 4px 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
		font-weight:bold;
		color: #FFF;
}

.menub a:hover {
	color: #d32525;
	text-decoration: none;
}



/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}
