img
{
	border: 0;
}


html
{
	margin: 0;
	padding: 0;
}

body
{
	background: #9ddbf0;
	font-family: 'Liberation Sans', Arial;
	margin: 0;
	padding: 0;
}

#container
{
	width: 980px;
	margin: auto;
	overflow: hidden;
}

h1
{
	font-size: 2.4em;
	text-shadow: 2px 2px 2px #000, 0 0 2px #000;
	color: white;
}

h1,h2,h3,h4,h5
{
	margin-bottom: 0;
	margin-top: 0;
	font-weight: normal;
}

p.subheader
{
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	color: white;
	text-shadow: 2px 2px 2px #000;
}

h1, p.subheader, h2, h3, h4
{
	font-family: 'Oranienbaum', serif;
}

h2
{
	font-weight: bold;
}

#main-block
{
	width: 560px;
	float: left;
	font-size: 1.2em;
}

#main-block section
{
	background: white;
	padding: 8px 16px;
	margin-bottom: 1.0em;
}

#right-block
{
	width: 340px;
	background: white;
	float: right;
	padding: 8px 16px;
	text-align: center;
}

#right-block h2
{
	margin: 1.0em 0;
}

#right-block h2 a
{
	color: black;
	text-decoration: none;
}

#right-block p
{
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}

#right-block p form
{
	display: inline;
	margin: 0;
	padding: 0;
}

#right-block p a.buy-link
{
	display: inline-block;
	float: right;
	text-decoration: none;
	background: #DDE812;
	border: 1px solid #888;
	color: black;
	line-height: 1.6em;
	padding: 0 20px;
	
	background: #f1ff2b; /* Old browsers */
	background: -moz-linear-gradient(top, #f1ff2b 0%, #ecf100 3%, #eaf105 5%, #e7f200 8%, #e8f104 10%, #e6ef00 21%, #e0e902 44%, #d4e000 74%, #d2de02 87%, #cedc01 92%, #cedc01 97%, #dfe813 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1ff2b), color-stop(3%,#ecf100), color-stop(5%,#eaf105), color-stop(8%,#e7f200), color-stop(10%,#e8f104), color-stop(21%,#e6ef00), color-stop(44%,#e0e902), color-stop(74%,#d4e000), color-stop(87%,#d2de02), color-stop(92%,#cedc01), color-stop(97%,#cedc01), color-stop(100%,#dfe813)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1ff2b 0%,#ecf100 3%,#eaf105 5%,#e7f200 8%,#e8f104 10%,#e6ef00 21%,#e0e902 44%,#d4e000 74%,#d2de02 87%,#cedc01 92%,#cedc01 97%,#dfe813 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1ff2b 0%,#ecf100 3%,#eaf105 5%,#e7f200 8%,#e8f104 10%,#e6ef00 21%,#e0e902 44%,#d4e000 74%,#d2de02 87%,#cedc01 92%,#cedc01 97%,#dfe813 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1ff2b 0%,#ecf100 3%,#eaf105 5%,#e7f200 8%,#e8f104 10%,#e6ef00 21%,#e0e902 44%,#d4e000 74%,#d2de02 87%,#cedc01 92%,#cedc01 97%,#dfe813 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f1ff2b 0%,#ecf100 3%,#eaf105 5%,#e7f200 8%,#e8f104 10%,#e6ef00 21%,#e0e902 44%,#d4e000 74%,#d2de02 87%,#cedc01 92%,#cedc01 97%,#dfe813 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ff2b', endColorstr='#dfe813',GradientType=0 ); /* IE6-9 */	
}

header
{
	margin-bottom: 2.0em;
}

footer
{
	padding: 8px 16px;
	background: white;
}

header#teaser
{
	background: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	height: 350px; 
}

footer
{
	margin-top: 6.0em;
	background: url('../images/bunn.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	height: 334px; 
}

#author-description
{
	overflow: hidden;
}

#author-description h2
{
	margin-bottom: 0.5em;
}

#author-description div
{
	float: left; 
	width: 150px; 
	margin-right: 20px; 
	margin-bottom: 20px;
}

#author-description ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#author-picture
{
	font-size: 0.8em;	
	min-height: 950px;
}
