html, body {
	height:100%;
}

body {
	font-size: medium;
	font-family: Georgia, Times, "Times New Roman", serif;
	line-height: 1.5em;
	text-align:center;
	background: #FFF url("images/body_bg.gif") repeat-x;
}


/* --- Setup --- */
/* ============= */

* {
	margin:0;
	padding:0;
}

ul {
	list-style:none;
}

img {
	border-style: none;
}

a {
	text-decoration:none;
}

a:hover  { 
	text-decoration:underline;
}


/* --- Floats --- */
/* ============== */

.left {
	float: left;
	margin: 5px 10px 5px 0;
}

.right {
	float: right;
	margin: 5px 0 5px 10px;
}

.clear {
	clear:both;
}

.border {
	border: 1px solid black;
}



/* --- Links --- */
/* ============= */

a {
	text-decoration:none;
	color:black;
}

a:hover  { 
	text-decoration:underline;
}


/* --- Container --- */
/* ================= */
#content {
	position: relative;
	width:876px;
	height: auto !important;
	height:100%;
	min-height: 100%;
	margin: 0 auto;
	background: url("images/main_bg.png") repeat-y;
}


/* --- Header --- */
/* ============== */

#header {
	position: relative;
	margin: 0 48px;
	width:780px;
	text-align: left;
}

#header img {
	padding: 20px 10px 0;
}

#subheading {
	width:760px;
	height:37px;
	padding:7px 10px;
	margin-top: 10px;
	background: #000 url("images/sub_heading.jpg") right no-repeat;	
/* 	Image from: http://www.flickr.com/photos/jrossol/69387500/sizes/l/in/photostream/
	Used under a By-SA 2.0 Generic License	*/
	text-align: left;
	color: white;
	line-height: 1.3;
	font-size: 14px;
}

#contact {
	position: absolute;
	right: 10px;
	top: 6px;
	font-size: 14px;
	line-height: 1.2;
	text-align: right;
}

#contact a {
	text-decoration: underline;
}



/* --- Navigation --- */
/* ================== */

#navigation {
	position: relative;
	margin: 0 48px 10px;
	padding: 17px 5px 5px;
	width:770px;
	height:25px;
	background: url("images/navigation_bg.gif") repeat-x;
}

#navigation li {
	display: inline;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0 18px;
}


body#home #home_nav,
body#teaching #teaching_nav,
body#conducting #conducting_nav,
body#about_peter #about_peter_nav,
body#events #events_nav,
body#performance #performance_nav {
	text-decoration: underline overline;
	cursor: default;
}



/* --- Main --- */
/* ============ */

#main {
	position: relative;
	margin: 0 48px;
	width:740px;
	padding: 20px 20px 40px;
	line-height: 1.5em;
	text-align:justify;
}

#main p, #main blockquote, #main ul, #main ol {
	margin-bottom: 10px;
}

#main h2 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: normal;
	text-decoration: underline;
}

#main h3 {
	margin-top:20px;
}


#main h3+h4 {
	margin-top: 10px;
}


#main p+h4, #main ul+h4  {
   margin-top:20px;
}


#main li {
	margin-left: 20px;
}

#main ul {
	list-style: disc;
}

#about_peter #main ul {
	list-style: none;
}

#about_peter #main li {
	margin-left: 0;
}

#main blockquote {
	padding: 15px 75px;
	text-align: center;
	font-style: italic;
}

#main hr {
	background: url("images/hr_bg.png") no-repeat center;
	height:10px;
	width:118px;
	border:none;
	display:block;
	margin: 1.5em auto;
}

#main a {
	border-bottom: 1px dashed black;
}

#main a:hover {
	border-bottom: none;
}

#main #previous_events {
	font-size: 12px;
}




/* --- Footer --- */
/* ============== */

#footer {
	position: absolute;
	margin: 0 48px;
	width:760px;
	height: 26px;
	padding: 3px 10px 0;
	background: #000;
	color: white;
	font-size: 12px;
	bottom:6px;
	left:0;
}

#footer a {
	color: white;
}

#postcontainer {
	background: black;
	height: 26px;
	z-index:-1;
	margin-top: -26px;
}