/*
author: jens buss // jensbuss.com
date: febuary 2010

client: Nina Friesleben
*/

/* GLOBAL ##################### */

.secret {
	display: none;
}

/* TYPE ##################### */

body, .subNavigation {
	font: normal normal normal 14px/16px Georgia;
}

#navigationContainer, #footer {
	font: normal normal bold 16px/18px Helvetica, Arial;
	letter-spacing: 1px;
}

h1 {
	font-size: 28px;
	line-height: 30px;
	margin: 0 0 22px 0;
}

p {
	margin: 0 0 18px 0;
}

/* PIC BOXES ##################### */

#rightCol .post .post-content h1 {
	font: oblique normal normal 14px/16px Georgia;
	text-align: center;
	margin: 0 0 16px 0;
}

/* LINKS ##################### */

.subNavigation a:hover, .subNavigation a.active {
	font-weight: bold;
}

a, input, select {
	outline: none;
	color: black;
}

.toggle1 {
	cursor: pointer;
}

a:hover, a:visited {
	text-decoration: line-through;
}

#head a, #footer a, #rightCol .post * {
	text-decoration: none;
}

#head a:hover, #footer a:hover {
	border-bottom: solid 2px black;
}

#head .subNavigation a, #head #title a, a img {
	border: none;
}

#rightCol .post a.post-content {
	color: white;
	text-align: center;
	display: block;
}

#rightCol .post a.post-content span {
	display: block;
	margin: 10px 10px 16px;
}

#rightCol .post a.post-content .title {
	font: oblique normal normal 14px/16px Georgia;
	margin: 10px 10px 16px;
	display: block;
}

/* LISTS ##################### */

ul.subNavigation li:first-child {
	margin: 9px 0 0 0;
}

#rightCol ul {
	list-style-type: none;
	margin: 0 0 18px 0;
}

#rightCol li {
	font-style: italic;
}

#rightCol li li {
	font-style: normal;
	margin: 0 0 9px 18px;
}