/*
 * Project: Capriolus (stylesheet)
 * Author: Victor Zuydweg
 * Date: april 2008
 */

@import "navigation.css";
@import "framework.css";
@import "table.css";
@import "forms.css";

/* Elements */

*
{
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", "Trebuchet MS", Century Gothic, Helvetica, Arial, sans-serif;
	font-size: .98em;
}

body
{
	color: #333;
	background: #ddd;
	font-size: .95em;
}

h2
{
	font-size: 1.75em;
}

h2, p
{
	margin-bottom: 25px;
}

a
{
	color: #811;
}	a:hover
	{
		color: #333;
	}

a img
{
	border: none;
}

dl
{
	margin-top: 10px;
	margin-bottom: 10px;
}

dt
{
	padding: 5px 0;
	position: absolute;
	font-weight: bold;
}
dd
{
	padding: 5px 20px 3px 150px;
	border: 1px solid #aaa;
	border-width: 1px 0;
	margin-bottom: -1px;
}