/**
 * 
 *
 * @author			Janis von Seggern
 * @site			http://janisvonseggern.de
 * @version			1.0.1
 * @last-modified	2009-03-21
 */

@import url("css/generic.css");
@import url("css/menu.css");
@import url("css/navigation.css");
@import url("css/sidebar.css");
@import url("css/interessante-seiten.css");

/**
 * @section Layout
 */
body { margin: 0; }
p { margin: 0 0 1em; }
hr { margin: 2em 0; }
ul { margin: 0 0 1em; }
dd { margin: 0 0 1em 2em; }

/* headings */
h1,h2,h3,h4,h5,h6 { margin: 0 0 0.3em; }

/* links */
a:active {
	top: 1px;
	position: relative;
}

/* pictures */
.alignleft {
	float: left;
	margin-right: 1em;
}
.alignright {
	float: right;
	margin-left: 1em;
}

/* header */
#header {
	margin: -2em -2em 2em;
	padding: 2.8em 2.5em;
}

/* wrapper */
#wrapper {
	width: 900px;
	margin: auto;
	padding: 2em;
	overflow: hidden;
}

/* header */
#header #title { display: inline-block }
#header #description { display: block; }

/* site mission */
#sitemission {
	margin: 0 -2em 2em;
	padding: 0 7em 2em 5em;
	clear: both;
}
#sitemission p:last-child { margin: 0; }

/* content */
#contents {
	width: 60%;
	float: left;
}

/* sidebars */
#sidebars {
	width: 38%;
	float: right;
}

/* search form */
#searchform input {
	width: 99%;
	font-size: 1.5em;
	color: #888;
}
#searchform input:current { color: #333; }

/* footer */
#footer { margin: 1em 0; }
#footer p { margin: 0; }

/**
 * @section Colors, Images
 */
body {
	color: #444;
	background: url("images/background.gif");
}
hr {
	border: none;
	border-bottom: 1px solid #ccc;
}
dt { color: #555; }
dd { color: #666; }
small { color: #777; }
	small a { color: #777; }
	small a:hover { color: #444; background: none; }

/* headings */
h1,h2,h3,h4,h5,h6 { color: #000; }

/* links */
a { color: #2163C0; }
a:hover {
	color: #fff;
	background: #2163C0;
}

/* header */
#header {
	background-color: #333;
	background-image: url("media/ago_header.png");
	background-position: right center;
	background-repeat: no-repeat;
}
#header #title { color: #fff; }
#header #description { color: #777; }
#header a { color: #fff; }
#header a:hover #title { background: #3a3a3a; }

/* site mission */
#sitemission {
	color: #777;
	border-bottom: 1px solid #ccc;
}

/* wrapper */
#wrapper {
	border: 1px solid #777;
	border-top: none;
	background: #fff;
}

/* footer */
#footer { color: #888; }
#footer a { color: #888; }
#footer a:hover {
	color: #333;
	background: #ccc;
}

/**
 * @section Typography
 */
body {
	font-family: "Lucida Grande", "Verdana", sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}
dt { font-weight: bold; }
small { font-size:0.8em; }

/* headings */
h1,h2,h3,h4,h5,h6 { line-height: 1.3em; }

/* links */
a:hover { text-decoration: none; }

/* header */
#header { font-size: 1em; }
#header #title {
	font-family: "Georgia", serif;
	font-weight: normal;
	font-size: 3em;
	line-height: 1.3em;
}
#header a { text-decoration: none; }
#header #description { font-weight: normal; }

/* site mission */
#sitemission {
	font-size: 1.05em;
	line-height: 1.3em;
	text-align: justify;
}

/* footer */
#footer {
	font-size: 0.9em;
	text-align: center;
}
#footer a:hover { text-decoration: none; }