/* ----- GENERAL ----- */

body {
	font-size: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: arial;
}

/* ----- HEADER ----- */

#header {
	position: relative;
	height: 75px;
	border-bottom: 1px solid #666;
}

#title {
	position: absolute;
	bottom: 0px;
	right: 50px;
	font-weight: bold;
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}

/* ----- CLOSE WINDOW LINK ----- */

#close-window {
	position: absolute;
	right: 0;
	top: 0;
}

#close-window a {
	background-color: #515D6D;
	border-bottom-left-radius: 5px;
	color: #FFF;
	display: block;
	font-size: .8em;
	margin: 0;
	padding: 3px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#close-window a:hover {
	background-color: #900;
}

#close-window a img {
	float: left;
	border: none;
	margin-right: 3px;
	position: relative;
	top: 2px;
}

/* ----- CONTENT ----- */

#content-wrapper {
	clear: both;
	padding: 0;
	margin: 10px;
}

p {
	font-size: 1em;
	margin: .8em 0;
}

/* ----- THUMBNAILS -----  */

#thumbnail-wrapper {
	background-color: #DEDEDE;
	float: left;
	margin-bottom: 10px;
	padding: 2px;
	text-align: center;
	width: 99%;
}

ul#thumbnails {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

ul#thumbnails li {
	display: inline;
	margin: 0;
}

ul#thumbnails li a {
	background-color: #FFF;
	border: 1px solid transparent;
	color: #FFF;
	float: left;
	margin: 3px;
	padding: 3px;
	text-decoration: none;
	width: 50px;
}

ul#thumbnails li a#current {
	background-color: #556A97;
}

ul#thumbnails li a:hover {
	border: 1px solid #000;
}

ul#thumbnails li img {
	height: 50px;
	width: 50px;
}

small {
	margin: .8em auto;
}
