/* ----------------------------------------------------------- */
/* Copyright 2000-2009 (Non-)verbaal, http://www.nonverbaal.nl */
/* ----------------------------------------------------------- */

@import url("reset.css");
@import url("clearfix.css");
@import url("form.css");

/* Elements -------------------------------------------------- */
/* ----------------------------------------------------------- */

body {
	color: #58595b;
	font: 62.5% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fbfbfb url(../images/body/raster.gif) repeat;
}

a {
	font-weight: 700;
	text-decoration: none;
}

a:hover,
a:active { text-decoration: underline; }

h1 {
	font-size: 1.6em;
	font-weight: 700;
	text-transform: uppercase;
}

h2 {
	font-size: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
}

h3 {
	font-size: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
}

p {
	margin-bottom: 1em;
	line-height: 1.6em;
}

th,
td { line-height: 1.6em; }

ul {
	list-style: disc;
	margin: 1em 2em;
	line-height: 1.6em;
}

ol {
	list-style: decimal;
	margin: 1em 2em;
	line-height: 1.6em;
}

hr {
	width: 100%;
	height: 1px;
	margin: 1em 0;
	clear: both;
	border: none;
	background: url(../images/hr.gif) repeat-x left bottom;
}

em { font-style: italic; }

strong { font-weight: 700; }

/* Classes --------------------------------------------------- */
/* ----------------------------------------------------------- */

.float-left {
	float: left;
	margin-right: 1em;
}

.float-right {
	float: right;
	margin-left: 1em;
}

div.title {
	padding: 10px;
	margin: 10px 0;
	border-bottom-width: 5px;
	border-bottom-style: solid;
}

div.pagetitle { margin-bottom: 20px; }

div.content {
	background: #FFF;
	padding: 20px;
}

div.image { margin-bottom: 20px; }

div.child {
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: url(../images/hr.gif) repeat-x left bottom;
}

div.child.last {
	background-image: none;
	padding-bottom: 0;
}

div.first div.title {
	background: none !important;
	padding: 10px 20px;
	margin-top: 0;
}

div.first div.content { background: none !important; }

div.button {
	padding: 3px;
	margin-bottom: 20px;
}

/* Basic structure ------------------------------------------- */
/* ----------------------------------------------------------- */

#container {
	position: relative;
	width: 830px;
	background: no-repeat fixed;
}

#main {
	float: left;
	width: 100%;
	margin-top: 150px;
	margin-bottom: 10px;
}

#main-inner {
	position: relative;
	overflow: hidden;
	width: 590px;
}

#content {
	float: right;
	position: relative;
	width: 370px;
	padding: 0 10px;
	font-size: 1.1em;
	background: url(../images/content/bg.gif) repeat-y;
}

#sidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	font-size: 1.1em;
}

#sidebar-inner { position: fixed; }

#header {
	position: absolute;
	height: 150px;
	top: 0;
	left: 0;
	width: 100%;
}

#footer {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
	color: #FFF;
	font-size: 1.1em;		
}

/* Sidebar --------------------------------------------------- */
/* ----------------------------------------------------------- */

#logo {
	position: absolute;
	top: 25px;
	left: 0;
}

#logo a {
	position: absolute;
	display: block;
	height: 53px;
	width: 200px;
	background: no-repeat;
	text-indent: -9999em;
	outline: none;
}

#info {
	position: absolute;
	top: 90px;
	left: 0;
	width: 200px;
	font-weight: 700;
}

#nav {
	position: absolute;
	top: 150px;
	width: 200px;
}

#nav ul a {
	background-repeat: repeat-x;
	background-position: left bottom;	
	display: block;
	height: 20px;
	padding: 5px 0 5px 10px;	
	text-decoration: none;
}

#nav ul a:hover { font-size: 1.1em; }

#nav ul {
	margin: 0 0 20px;
	list-style: none;
	text-transform: uppercase;
}

#nav ul li.first {
	height: 20px;
	padding: 5px 0 5px 10px;
}

#nav ul.default {
	background-repeat: repeat-x;
	background-position: left top;
}

/* Footer ---------------------------------------------------- */
/* ----------------------------------------------------------- */

#footer-inner {
	position: absolute;
	top: 0;
	left: 200px;
	height: 70px;
	width: 350px;
	padding: 20px;
	/*
	background-image: url(../images/footer/manos.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;	
	text-indent: 100px;
	*/	
}

#footer-inner p {
	padding-top: 20px;	
}
