/*
	sampan saitin css
	lauri j 2007
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	min-width: 800px;
	font-size: 62.5%;
	font-family: "Trebuchet MS", sans-serif;
	background: #000;
	color: #707070;
	/* ie hack */
	text-align: center;
}



/*	LAYOUT BLOCKS
*/
#wrapper {
	position: relative;
	margin: 0 auto 0 auto;
	width: 800px;
	min-height: 100%;
	text-align: left;
}

#content {
	position: relative;
	min-width: 800px;
}

/* ie6 hack */
* html #content {
	height: 100%;
}

#footer {
	text-align: left;
	clear: both;
	padding: 35px 0 5px 0;
}

div.left {
	position: relative;
	margin: 25px 0 0 0;
	width: 380px;
	float: left;
}

div.right {
	position: relative;
	margin: 25px 0 0 40px;
	width: 380px;
	float: left;
}



/*	NAVIGATION
*/
.navigation {
	font-size: 2.0em;
	line-height: 1.25em;
	list-style: none;
	text-transform: uppercase;
}

.subnavigation {
	margin: 10px 0 0 0;
	font-size: 1.4em;
	line-height: 1.5em;
	list-style: none;
	text-transform: uppercase;
}

.navigation li, .subnavigation li {
	display: inline;
}

.navigation a, .subnavigation a { text-decoration: none; color: #ab79be; }
.navigation a:visited, .subnavigation a:visited { color: #ab79be; }
.navigation a:hover, .subnavigation a:hover { color: #ffffff; }
.navigation .current a, .subnavigation .current a { color: #ffffff; }



/*	CONTENT
*/

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", serif;
}

h2 {
	margin: 65px 0 0 0;
	font-size: 6.0em;
	line-height: 1.25em;
	font-weight: bold;
	color: #4C8A5F;
	/*color: #52bd28;*/
}

h3 {
	margin: 35px 0 0 0;
	font-size: 2.0em;
	line-height: 1.25em;
	font-weight: bold;
	color: #4C8A5F;
}

.right h4 {
	margin: 0;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.5em;
}
	
p {
	margin: 0 0 25px 0;
	font-size: 1.6em;
	line-height: 1.5em;
}

p.caption {
	margin: 5px 0 0 0;
	font-size: 2.0em;
	line-height: 1.25em;
	font-style: italic;
}

p.legend {
	margin: 5px 0 0 0;
	font-size: 1.6em;
	line-height: 1.3em;
}

#footer p {
	font-size: 1.4em;
	line-height: 1.5em;
	text-transform: uppercase;
	text-align: center;
	color: #202020;
}

.right ul {
	margin: 0 0 15px 0;
	font-size: 1.4em;
	line-height: 1.5em;
	list-style: none;
}

.left ul {
	margin: 0 0 15px 0;
	font-size: 1.4em;
	line-height: 1.5em;
	list-style: none;
	}
	
img.gallery {
	clear: both;
}

img.thumbnail {
	margin: 10px 10px 10px 0;
	clear: none;
	float: left;
	border: none;
}

img.thumbnail { border-top: 10px solid #8a6fa7; }
a:hover img.thumbnail { border-top: 10px solid #ffffff; }
