/** 
  * main css file of the frubar laboratory!
  * @file:   page.css
  * @author: Thomas 'DrScream' Merkel
  * 
  */
@import "corner-box.css";

body {
	background-color: #f6f6f6;
}

/* # box ####################################################### */
.box {
	background: #fff url(/img/portal-box-sides.png) repeat-y;
	width: 744px;
	margin: 4em auto 0 auto;
	color: #5F6775;
}

#central .interior {
	background: url(/img/central-header.png) top left no-repeat;
}

#central .header {
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 120px;
}

/* # header #################################################### */
.header {
	min-height: 20px;
	padding: 30px 30px 0 30px;
}

.header h1 {
	border: 0;
	font-weight: bold;
	color: #bd1d01;
	font-size: 200%;
	margin: 0;
	margin-right: 300px;
}

.header p {
	font-weight: bold;
	margin-right: 300px;
	margin-top: 0;
	color: #3C475B;
}

/* # content ################################################### */
.contents {
	background: url(/img/portal-box-bottom.png) no-repeat bottom left;
	padding: 0 30px 30px 30px;
}

.contents:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;

}

.contents p {
	line-height: 1.5;
	margin: 1em 0;
}

.contents hr {
	display: block;
	background: #fff url(/img/divider.png) no-repeat top center;
	height: 5px;
	margin: 1em 0 2em 0;
	border: none;
	clear: both;
}

.contents h3 {
	font-size: 100%;
	border: none;
	margin: 1em 0;
}

.contents a {
	color: #A5CF43;
}

.contents a:hover {
	color: #9BDE8D;
}

ul li, ol li {
    margin-bottom: 0.5em;
}

/* # footer #################################################### */
#footer {
	border: none;
	width: 720px;
	margin: 1em auto;
	padding: 0;
	font-size: 80%;
	color: #AAA;
	text-align: center;
}

#footer p {
	margin: 0.3em;
	clear: both;
}

#footer a:link,
#footer a:visited {
	color: #999;
}

#footer a:hover,
#footer a:active {
	color: #666;
}
