/* ======== CSS Reset ======== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ======== Galleria jQuery plugin CSS ====== */

.galleria{list-style:none;width:960px}
.galleria li{display:block;width:70px;height:75px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.caption{display:block; font-family:"Trebuchet MS", Verdana, sans-serif; color: white; font-weight: bold; font-size: 15px; position: relative; top: -55px; right: 25px; text-align: right; }
* html .galleria li div span{width:400px} /* MSIE bug */

/* ======== Begin Eve's CSS ======== */

a {
	color: #86bde3;
}

body {
	background: url(images/bg.jpg);
	text-align: center;
	color: white;
	font-family: Verdana, sans-serif;
	line-height: 20px;
}

#es_container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#es_header {
	width: 960px;
}

#es_logo {
	float: left;
}

#es_logo img {
	margin-top: 15px;
	margin-bottom: 15px;
}

#es_menu {
	float: right;
}

#es_bio {
	margin-bottom: 50px;
	padding: 15px;
	font-size: 11px;
	line-height: 20px;
}

#es_bio h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 20px 0;
}

#es_bio ul {
  list-style: disc;
  margin-left: 20px;
}
