
html { height: 100%; overflow:auto; }
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	border-top: 1px transparent solid;
	margin-top: -1px;
	z-index: 0;
	position:relative;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	background: transparent url(foo.jpg) fixed;
	text-align: center;
}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}

#background {
	height: 100%;
	width: 100%;
	z-index: -1;
	position: absolute;
	color: white;	
	left: 0px;
	top: 0px;
	position: expression("absolute");
	top: expression(document.body.scrollTop - this.offsetHeight + this.offsetHeight);
}

#background[id] {
	position: fixed;
}

#cake {
	background: url('/img/chocolate_cake.png') no-repeat;
}

#chocolart {
	overflow: hidden;
	color: white;
	width: 813px;
	height: 632px;
	margin: 1em auto;
	background-image: url("/img/bg_uhland.jpg");
	text-align: left;
}

#chocolart h2 {
	color: rgb(66,30,16);
	font-weight: bold;
}

#chocolart a {
        color: rgb(225,182,148);
        text-decoration: underline;
}

#chocolart ul#side_nav {
	list-style: none;
	padding: 0;
}

#chocolart ul#side_nav li {
	display: block;
	color: rgb(225,182,148);
	font-size: 1.0em;
	margin: 1.8em 0 1em 1em;
	line-height: 1.15; 
	text-transform: uppercase;
	padding: 0;
}

#chocolart ul#side_nav a {
	text-decoration: none;
}
#chocolart ul#side_nav a:hover {
	text-decoration: underline;
}

#chocolart input.validationError {
	border: 1px solid #ff0000;
}

#chocolart #header {
	margin-top: 5px;
}

#chocolart #header #navigation #top {

	background-color: #371915;
	margin: 10px 10px 0 10px;
	height: 98;
	border: 2px solid white;
	z-index: 13;
	position: relative;	
	overflow: hidden;
}

#chocolart #header #navigation {
	clear: both;
	width: 430px;
	position: relative;
	text-align: center;
	margin: 0 auto;
}

#chocolart .topNavigation {
	cursor: pointer;
}

/* IE Win Workaround */

* html #chocolart #header #navigation {
	margin: 0 0 0 190px;
	text-align:center;
}

#chocolart .sponsor {
	margin: 1em 1em;
	float: left;
	width: 140px;
}

#chocolart .sponsor span {
	float: none;
	visibility: hidden;
}
	
#chocolart #main {
	overflow: hidden;
}

#chocolart #main #left {
	float: left;
	width: 172px;
	height: 100%;
	padding-left: 10px;	
	overflow: hidden;
}

#chocolart #main #middle {
	width: 468px;
	margin: 0px auto;
	float: left;
	height: 468px;
	/*background: url("/img/bg_content.jpg") no-repeat center;	*/
	overflow: hidden;
}

#chocolart #main #middle .media_report {
	margin-top: 0.5em;
}

#chocolart #main #middle .media_report a {
	display: block;
	text-indent: 1em;
}

#chocolart #main #middle #content {
	width: 94%;
	height: 90%;
	margin: 0em;
	padding: 1em;
	overflow: auto;
}

#chocolart #main #right {
	height: 450px;
	padding: 0 0.5em;
	overflow: hidden;
	float: right;
}

#chocolart #main #right #random_info_box {
	border: 0px solid #ffffff;
	width: 130px;
	height: 440px;
	margin: 0 auto;
	padding: 0.3em;
	background-color: rgb(132,67,29);
	-moz-border-radius: 1em;
	color: rgb(55,25,21);
}

#chocolart #main #right #random_info_box .info_box_image {
	-moz-border-radius: 1em;
	position: relative;
	z-index: 1;
	border: rgb(66,30,16) 2px solid;
	width: 7.5em;
	display: block;
	padding: 0.5em;
}

#chocolart #main #right #random_info_box .info_box_praline {
	height: 45px;
	width: 45px;
	margin: -20px 0 0 0;
	position: relative;
	z-index: 2;
	float: right;
}

#chocolart #main #right #random_info_box p {
	padding: 1px;
	font-size: 0.75em;
	line-height: 1.1;
	text-align: justify;
	color: white;
}

#chocolart #main #right #random_info_box #twitter ul {
	list-style: none;
	font-size: 0.75em;
	padding: 0pt;
}	

#chocolart #main #right #random_info_box #twitter li {
	margin: 0.3em 0;
	border-bottom: 1px solid #371915;
}	

#sponsor {
	font-size: 8pt;
	margin: 1em auto 0  auto;
	width: 950px;
}

#sponsor li {
	margin: 0 0.3em;
	list-style-type: none;
	float: left;
}


/************* Hacks **************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE5/Mac \*/
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}
/* End hide from IE5/Mac */
* html .buggybox {height: 1%;} /* for IE/Win */
*>html .buggybox {he\ight: auto;} /* for IE5/Mac */
