@CHARSET "ISO-8859-1";

html,body {
	margin: 0;
	padding: 0
}

body {
	font: 85%/ 1.3 Verdana, Arial, sans-serif;
	text-align: center;
	background: #757D88;
	padding-bottom: 20px;
}

p {
	margin-top: 0
}

a {
	outline: none;
	color: #007bc4;
}

h1,h2,h3 {
	font-style: normal;
	font-weight: 300;
	font-family: sans-serif;
	color: #007BC4;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

.indent {
	padding: 10px 0px 0px 10px;
}

div#lastName,div#firstName {
	position: absolute;
	height: 46px;
	margin: 45px 0 0 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 40px;
	font-variant: small-caps;
	font-weight: 500;
	text-align: left;
	color: white;
	text-align: left;
	opacity: 0.5;
}

div#firstName {
	top: -20px;
	left: 20px;
}

div#lastName {
	left: 110px;
}

div.header {
	position: relative;
	height: 100px;
	width: 770px;
	margin: 0 auto;
	overflow: hidden;
	background: black;
	/* background: #595D66; */
	background-repeat: no-repeat;
}

div#school {
	background: #101d14;
	background-image: url("../images/schoolBanner.jpg");
}

div#wildcat {
	background: #768d9f;
	background-image: url("../images/wildcatBanner.jpg");
}

div#publications {
	background: #9f9c97; /* #949d9c;*/
	background-image: url("../images/carrickarede.jpg");
}

div#resources {
	background: #d8b5b7;
	background-image: url("../images/portlandHeadlight.jpg");
}

div#miscellaneous {
	background: #211604;
	background-image: url("../images/stonePath.jpg");
}

div.header h1,div#menu {
	position: relative;
	top: 76px;
	width: 770px;
	margin: 0 auto;
	text-align: left
}

div.header h1 {
	padding: 30px 0 10px;
	color: #FFF;
}

ul#nav {
	list-style-type: none;
	margin: 0 10px;
	padding: 0;
}

ul#nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#nav {
	float: right;
	font-size: 80%
}

ul#nav li {
	float: left;
	margin-left: 3px;
	text-align: center;
}

ul#nav a {
	float: left;
	width: 95px;
	padding: 5px 0;
	background: #369A3D;
	text-decoration: none;
	color: #FFC;
	opacity: 0.7;
}

ul#nav a:hover {
	background: #CDFFA1;
	color: #006A35
}

ul#nav li.activelink a,ul#nav li.activelink a:hover {
	background: #FFF;
	color: #003;
}

ul.listings li {
	padding: 5px;
}

div#container {
	width: 770px;
	margin: 0 auto 10px;
	padding: 20px 0 10px;
	text-align: left;
	background: #FFF;
}

div#content {
	float: left;
	display: inline;
	width: 560px;
	margin: 0 0 10px 10px;
}

div#fullContent {
	width: auto;
	margin: 0px 10px 10px 10px;
}

div#content h2,div#fullContent h2 {
	margin: 10px 0;
	color: #007BC4
}

div.comments {
	padding: 5px;
	background: #EEE;
	margin-bottom: 10px;
}

div#lastComment {
	margin-bottom: 0px;
}

div.date span {
	display: block;
	font-size: 150%;
	font-weight: bold
}

div.date {
	background: #F1DDC4;
	float: left;
	width: 4em;
	padding: 5px 4px;
	color: #B0001E;
	text-align: center;
	margin: 10px;
	font-size: 80%;
	line-height: 0.9;
	opacity: 0.7;
}

div.comments div.date {
	margin: 10px 10px 0px 10px;
}

div.comments p {
	padding: 10px;
	margin: 0;
	text-align: justify;
}

div.comments div.odd {
	background: #DAE6FE
}

div.repeatedLakes {
	/* By default we replace the single image.  If the user has javascript enabled, 
	we will replace it with multiple images that have a gradient between them.*/
	background-image: url("../images/lakesOfTheClouds.jpg");
	background-repeat: repeat-y;
}

div.gradient, div.gradient2 {
	position: relative;
	z-index: -2;	
}

div#sideBanner {
	float: left;
	display: inline;
	width: 180px;
	margin: 0 0 10px 10px;
	/* The height will be bigger or smaller if javascript is enabled. */
	height: 559px;
	z-index: 0;
	overflow: hidden;
}

div#footer {
	clear: both;
	width: 750px;
	margin: 0 10px 0;
	padding: 10px 0;
	background: #586695;
	color: #FFF;
	text-align: center;
	background: url("../images/footer.jpg") repeat;
}

div#footer p {
	margin: 0
}

div#myPicture {
	width: 300px;
	height: 233px;
	margin: 0px 10px 0px 0px;
	float: left;
	background-image: url("../images/meAtMtDesert.jpg");
	background-repeat: no-repeat;
}

div.smallMargin {
	width: 100%;
	margin: 10px;
}

address {
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	font-family: Verdana, Arial, sans-serif;
	color: #007BC4;
}

div#addressBlock * {
	vertical-align: bottom;
}

/* Used to put hidden images in.
 */	
div#hiddenDiv {
	position: absolute;
	visibility: hidden; 
	top: 0px;
	left: 0px;
}
