/* Media: Screen */

body {
	background-image: url(/img/parchment-bg.png);
	color: #630;
}
h1,h2,h3,h4,h5,h6 {
	letter-spacing: .1em;
	color: #600;
}
.section :first-child {
	margin-top: 0px;
}
.zend_form #body {
	width: 100%; height: 6em;
}
.zend_form pre {
	font-size: .6em;
}
#header {
	position: relative;
	text-align: center;
}
#header #title {
}
#header #menupublic {
	width: 10em;
	position: absolute; top: 0px; left: 0px;
	text-align: left;
}
#header #menuprivate {
	width: 10em;
	position: absolute; top: 0px; right: 0px;
	text-align: right;
}
#header #logo {
/*
	padding-top: 25px;
*/
}
.navbar {
}
.navbar ul li {
	margin-bottom: .5em;
}
.navbar a {
	text-decoration: none;
}
/*
#navbar li a:hover {
	background-image: url(/img/target.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-color: transparent;
}
*/
.navbar a:link, .navbar a:visited, .navbar a:hover {
	color: #580015;
}
#contentframe {
/*
	background-color: #f90;
	border: 3px solid white;
	border-left-width: 1px;
	border-right-width: 1px;
	padding-top: 3em;
*/
	position: relative; top: 64px;
	text-align: center;
}

img.scissortopleft {
	margin-top: -7px;
	margin-left: 6px;
}
#contentframe #content {
/*
	background-image: url(/img/translucent-25.png);
	border: 2px solid white;
*/
	width: 80%;
	text-align: left;
	margin: auto;
}
#contentframe #content h1 {
	margin-top: -1em;
}
#contentframe #content a:link {
	color: #300;
}
#contentframe #content a:visited {
	color: #330;
}
#contentframe #content a:hover {
	color: #360;
}
#contentframe .header, #contentframe .footer {
/*
	background-image: url(img/woodenbolts.png);
	background-repeat: repeat-x;
*/
}
#contentframe #content .crumbs {
	margin-bottom: 1em;
	font-size: 60%;
}
#contentframe #content .crumbs a {
	margin: .5em 0em;
	border: 1px dotted black;
	padding: .25em .5em;
	background-image: url(/img/translucent-25.png);
	text-decoration: none;
}
.figures {
	text-align: center;
}
.figures img {
	margin: 10px;
	border: 1px solid black;
	padding: 10px;
	background-color: white;
}
.started a {
	background-color: yellow;
}
.notstarted a {
	background-color: red;
}
