/* CSS Document */

html, * { margin: 0;}

body {
	background: #fbfbfb url(../images/bg.gif) repeat-x fixed;
	color: #000;
	font-size: 76%;
	font-family: Garamond, Baskerville, Georgia, Caslon, "Adobe Caslon", "Times New Roman", Times, serif;
}
a:link {
	color: #c00;
}
a:visited {
	color: #369;
}
a:hover {
	color: #f90;
}
a:active {
	color: #f90;
}
p {
	margin-bottom: 1em;
	line-height: 1.5em;
}
img {
	float: left;
	margin-right: 10px;
}
#wrapper {
	margin: 1em auto;
	position: relative;
	min-width: 776px;
}
#header {
	margin-top: 1em;
	border-bottom: 1px solid #CCCCCC;
}
#header h1 {
	margin:1em;
	font-style: italic;
	letter-spacing: .25em;
}
#header #nav {
	margin: 0 0 -.25em;
	list-style: none;
	padding: 0 2em;
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
}
#header #nav li {
	display:inline;
	margin: 0 12px 0;
	font-size: 0.85em;
	font-weight: bold;
}
#header a {
	text-decoration: none;
}
#header a:link {
	color: #333333;
}
#main {
	margin: 1em auto;
	position: relative;
	width: 85%;
	min-width: 750px;
	max-width: 990px;
	padding-bottom:2em;
	top:0;
	left: 0;
	overflow: visible;
}
.clear {
	font-size: 1px;
	height: 1px;
	margin-top: 2em;
}
#content {
	margin: 0 0 0 11em;
	padding: 1em;
	background: #f5f5f4 url(../images/mbg.gif) repeat-x;
}
#content h2 {
	text-transform: capitalize;
	margin-bottom: 1.5em;
	
}
#listofevents, #listofevents ul {
	list-style: none;
}
#listofevents h3 {
	margin: 0;
	margin-top: 1em;
}
#listofevents li.eventname {
	font-style: italic;
	letter-spacing: .0625em;
	font-size: 1.25em;
}
#listofevents li.place {
	font-weight: bold;
}
#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 1em .5em 1em 1em;
	width: 9.25em;
	max-width: 11em;
	background: #f3f3f6 url(../images/sidebg.gif) repeat-x;
	z-index:10;
}
#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sidebar li {
	line-height: 2.5em;
}
#footer {
	position:relative;
	font-size: 0.85em;
	color: #ababab;
	text-align: center;
	border-top: 1px dashed #CCCCCC;
	padding: 5px;
	margin: 2em 1em 1em;
	clear: both;
}
#footer p {
	margin-top: 10px;
}
#footer a:link, #footer a:visited {
	color: #3f3f3f;
}
#portrait {
	margin-right: 15px;
	margin-bottom: 15px;
}
input, textarea {
	color: #990033;
	background: #F3DEBA;
}
#resume, #statement, #script {
	width: 540px;
	margin: 0 auto;
}
#resume ul {
	list-style: none;
	padding-right: 2em;
}
#resume li {
	padding-right: 3em;
}
#script {
	font: .95em "Courier New", Courier, mono;
	max-width: 700px;
}
