/* primary styles */
body {
	background-image:url(/images/site/bkgrnd.gif);
	background-color:#cc0000;
	margin:0px;
	padding:0px;
	color:#fffbfb;
	font-size:68%;
	font-family:verdana, arial, sans-serif;
	position:relative;
}
div {
	margin:0px;
	padding:0px;
}

table {
	border-collapse:collapse;
	text-align:left;
}

h1, h2, h3, h4, h5 {
	font-weight:bold;
	font-family:georgia,serif;
	color:#ffff99;
	margin-bottom:.2em;
}
h1 {font-size:24px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5 {font-size:13px;}

p {
	font-family:arial, sans-serif;
	font-size:13px;
	margin:0 0 1.2em 0;
}
#resume p {
	max-width:45em;
}
td {
	font-size:13px;
	padding:2px;
}
img {
	border:none;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#ecfd04;
}
a:visited {
	color:#ffff99;
}
a:hover {
	color:#00fddb;
	text-decoration:underline;
}
a:active {
	color:#ffffcc;
}


/* layout */
#main-container {
	width:700px;
	margin:0 auto;
	position:relative;
}

#header {
	height:100px;
	position:relative;
}
#masthead {
	height:82px;
	width:217px;
	float:left;
}
#masthead img {
	height:82px;
	width:217px;
}
#header ul {
	padding:0px;
	margin:40px 0 0 50px;
	float:left;
	width:auto;
}
#header ul li {
	font-weight:bold;
	list-style:none;
	float:left;
	width:auto;
	padding:0 16px;
	font-size:11px;
	font-style:italic;
	text-align:center;
}
/*#header ul {
	padding:0px;
	margin:60px 0 0 50px;
	float:left;
	width:auto;
	background:#c70331;
}
#header ul li {
	font-weight:bold;
	list-style:none;
	float:left;
	width:auto;
	padding:2px 12px;
	font-size:12px;
	font-style:italic;
	text-align:center;
	background:#ef7000;
}*/
#header a {
	color:#fff;
}
#classes #top-active-classes, #contact #top-active-contact, #new #top-active-new, #resume #top-active-resume, #recordings #top-active-recordings {
	/*color:#ffee00;*/
	color:#ffffcc;
	text-decoration:underline;
}
#header li img {
	height:40px;
	width:57px;
}

#content-main {
	margin:20px 0 0 00px;
	position:relative;
	min-height:30ex;
}

#footer {
	position:relative;
	border-top:1px dotted #fffbfb;
	margin:4em 0em ;
	clear:both;
}
#footer ul {
	margin:1.5em 0 2em 80px;
	padding:0;
}
#footer ul li {
	font-weight:bold;
	list-style:none;
	/*float:left;*/
	display:inline;
	width:auto;
	padding:1.2em;
	font-size:13px;
	font-family:georgia,serif;
}
#footer a {
	color:#ffffcc;
}
#column-1 {
	width:49%;
	float:left;
	margin-right:1%;
}
#column-2 {
	width:49%;
	float:left;
}
#column-3 {
	width:62%;
	float:left;
}

.block-1 {
	clear:both;
	margin-top:2em;
	border-top:1px dotted #fffbfb;
	padding: 1em 0;
	width:45em;
}

/* special styles */
.float-left {
	float:left;
	margin:0 0.7em 0.7em 0;
	width:auto;
}
.float-right {
	float:right;
	margin:0 0 0.7em 0.7em;
	width:auto;
}
.clear-all {
	clear:both;
}

.right {
	text-align:right;
}
.center {
	text-align:center;
}
.bold {
	font-weight:bold;
}
.small {
	font-size:10px;
}
.large {
	font-size:17px;
}

.bordered {
	margin-top:1.5em;
}

.bordered td, .bordered th {
	border:1px solid #920205;
	padding:4px;
	vertical-align:top;
}

td.cd-cover {
	width:104px;
	padding:.3em 0 1.5em 0;
	vertical-align:top;
}
td.cd-cover img {
	width:104px;
	height:104px;
}
td.cd-blurb {
	padding:0 1em 1em 1em;
	vertical-align:top;
}

.spacer-20 {
	height:200px;
}
.spacer-10 {
	height:100px;
}

.blockquote-small {
	font-size:13px;
	font-family:arial, sans-serif;
	color:#ffffcc;
	max-width:40em;
}
.quote-right {
	text-align:right;
	display:block;
}

.highlight {
	color:#00fddb;
	font-weight:bold;
}
