/* 
 * SIMPLE PAGE STYLESHEET
 *
 * Updated: Thu. 2004/05/28
 * Author: Jeroen Mulder
 *
 * Interested in the use of Cascading Style Sheets?
 * Don't hesitate to drop questions at <me at jeroenmulder dot com>
 *
 * There's some awefull MSIE/Win fixing going on at some places. Any suggestions are much appreciated!
 */

@import url("headers.css");

body {
	color: #666666;
	margin: 0;
	padding: 0;
	font: normal x-small/16px Verdana, Tahoma, Arial, sans-serif;
	voice-family: "\"}\""; voice-family: inherit;
	font-size: small;
}

html>body {
	font-size: small;
}

h1 {
	font: bold 120% "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #666666;
	letter-spacing: -0.5px;
	margin: 4px 0;
	padding: 0;
}

h2 {
	font: bold 115% "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #666666;
	letter-spacing: -0.5px;
	margin: 0;
	padding: 0;
}

/* HEADER */
/* ------ */
h2#header {
	border-top: 10px solid #666666;
	height: 40px;
	margin: 0;
	padding: 15px 20px;
}

h2#header a {
	background: url("/images/layout/logo.gif") no-repeat;
	display: block;
	margin: 0;
	padding-top: 40px;
	overflow: hidden;
	height: 40px;	
	voice-family: "\"}\""; voice-family: inherit;
	height: 0;
}

html>body h2#header a {
	height: 0;
}

a:link, a:visited {
	color: #ff6633;
	text-decoration: underline;
}

a:hover, a:active {
	color: #ff6633;
	text-decoration: none;
}

div#content {
	padding: 20px;
	position: relative;
}

div#content h1 {
	background-repeat:  no-repeat;
	margin: 0 0 20px 0;
	overflow: hidden;
	padding: 20px 0 0 0;
	width: 150px;
	height: 20px;	
	voice-family: "\"}\""; voice-family: inherit;
	height: 0;
}

html>body div#content h1 {
	height: 0;
}

/* CONTENT > BREADCRUMBS */
/* --------------------- */
p#bread {
	font: bold 75% Arial, Verdana, sans-serif;
	color: #cccccc;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

p#bread a:link, p#bread a:visited {
	color: #cccccc;
	text-decoration: none;
}

p#bread a:hover, p#bread a:active {
	color: #cccccc;
	text-decoration: underline;
}

/* FOOTER */
/* ------ */
p#footer {
	clear: both;
	color: #999999;
	font: 75% Verdana, Tahoma, sans-serif;
	margin: 25px 0 5px 0;
	padding: 10px 0 0 0;
	text-align: center;
}

p#footer a:link, p#footer a:visited {
	color: #333333;
	text-decoration: underline;
}

p#footer a:hover, p#footer a:active {
	color: #666666;
	text-decoration: none;
}

code {
	color: #ff6633;
	font: normal 12px/12px Courier New, serif;
	text-align: left;
}

ul {
	margin: 0 10px 25px 10px;
	padding: 0;
}

ul li {
	background: url("/images/layout/list_link.gif") no-repeat 6px 7px;
	list-style: none;
	margin: 0 0 8px 0;
	padding: 0 0 0 20px;
}

.none {
	display: none;
}