/* @adapted from http://localhost/cs_comps/0809/proteinfolding/style.css */
/* @adapted from the 2009 Protein Folding Comps Group*/
/* @subsequently adapted from 3D Motion Capture and analysis */

html {
	height:100%;
}

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-image: url('kangaroo-main.jpg'), url('kangaroo-x.jpg'), url('kangaroo-y.jpg');
	background-repeat: no-repeat, repeat-x, repeat;
	height:100%;
	margin-top: 0;
}

h1 {
	text-align:center;
	font-variant: small-caps;
	font-size: 2em;
}

h2 {
	text-align:center;
}

img {
	border: 1px solid black;
}

#column {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	border: 2px solid black;
	min-height: 100%;
}

#heading {
	background-color: #E29A0E;
	border-bottom-style: solid;
}

#heading h1 {
	margin-bottom: 2px;
	margin-top: 2px;
}

#heading h2 {
	margin-left: 50px;
	margin-top: 5px;
}

#navigation {
	width: 800px;
	border-bottom-style: solid;
	padding-bottom: 5px;
	border-bottom-width: 3px;
	background-color: #262236;
}

#navigation a {
	color: #fff;
	padding: 2px;
}

#navigation #menu {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 3px;
}

#navigation #menu .menu_item {
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
	padding-right: 15px;
}

#navigation #menu a:hover {
	color: #231e5f;
	background-color: #fff;
}

#content {
	text-align: left;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

#content h1 {
	color: 
	text-align: center;
	font-style: italic;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

#content h3 {
	padding: 15px;
	background-color: #f9fe81;
}

.about-box {
	padding: 10px;
	border-style: solid;
	border-color: #231e5f;
	background-color: #f9fe81;
	margin-bottom: 20px;
}

.about-box h1 {
	margin-top: 2px;
	border-style: hidden;
	margin-bottom: 5px;
	text-decoration: none;
	font: normal bold 2.5em Georgia, "Times New Roman", Times, serif;
}

.about-box h2 {
	margin-top: 2px;
	font-size: 1em;
	font-style: italic;
}

.about-box ul {
	list-style-type: none;
	list-style-position: outside;
	opacity: 1;
}
