/* CSS by Stoyan v. Dabov. If you have any questions, send them to stoyanvd at gmail dot com. */

/* Normalizes margin, padding */
body, div, ul, li, h1, h2, h3, p, blockquote, cite { 
margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3 { font-size : 100%; }

/* Removes list-style from lists */
ul { list-style : none; }

/* Removes styles from links */

a { text-decoration:none; }

a img {	border:none; }



/* html and body
------------------------------- */

/* the main background is below */

html {
	background-color:#000;
}

body {
	position:relative;
	margin:0 auto;
	width:59em;
	font-family:Verdana,sans-serif;
	font-size:small;
	text-align:left;
}

blockquote {
	margin:.8em 0 .3em 0;
	padding:0;
	font-style:italic;
}

cite {
	font-style:normal;
}

.clear {
	clear:both;
}

/* navigation
------------------------------- */

ul#nav {
	position:absolute;
	top:4.6em;
	left:0;
	z-index:10;
	text-align:right;
}

ul#nav li {
	padding: .6em;
}

/* buttons */

ul#nav li a {
	padding:.25em 1em .4em 1em;
	background-color:#fc3;
	color:#333;
	font-size:1.2em;
	font-weight:bold;
}

/* buttons rollover */

ul#nav li a:hover {
	background-color:#f39;
	color:#fff;
}

body#home li#home a, body#resume li#resume a, body#bio li#bio a, body#upcoming li#upcoming a, body#dance li#dance a, body#video li#video a, body#performance li#performance a, body#donate li#donate a, body#contact li#contact a {
	background-color:#f39;
	color:#fff;
}

/* content */

#content {
	position:relative;
	top:2em;
	left:14em;
	width:46em;
	padding:1.7em 3em 4em 3em;
	min-height:40em;
	background-color:#303;
	border-bottom:1px solid #ddd;
	text-align:left;
	font-size:0.88em;
	color:#fff;
}

#content li {
	padding: 1em 0;
}

#content p span {
	font-weight:bold;
}

#content p.titles span {
	
}

#content p br {
	margin:.1em 0;
}

ul#contact {
	margin-top:1em;
}

ul#contact li {
	padding: .3em 0;
}

h3.resume {
	border-bottom:none;
	color:#fff;
	text-decoration:underline;
}

ul.resume {
	list-style:disc;
	margin-bottom:1em;
}

ul.resume li {
	margin-left:1em;
}

ul.resume li span {
	font-weight:bold;
}

#footer {
	padding: 2.6em;
	color:#666;
	text-align:right;
	font-size:.8em;
}

.divider {
	margin:1.3em 0;
	border-bottom:1px solid #ddd;
}

ul#arranged li {
	margin-bottom:1em;
	min-height:150px;
	clear:both;
}

ul#arranged h3 {
	float:right;
	margin-bottom:.3em;
	width:22.9em;
}


ul#arranged img {
	float:left;
	margin-right: 2em;
}

ul.images li {

}

ul#over li {
	float:left;
	margin:6px 4px 0 0;
}

ul#right li {
	padding:0;
	margin:0 0 2px 10px;
}

ul#right1 li {
	padding:0;
	margin:0 0 1px 7px;
}

ul.images p {
	display:none;
}

img#placeholder {
	float:left;
}


/* typography
------------------------------- */

/* second level heading below */

h2 {
	padding-bottom:0.4em;
	margin-bottom:0.8em;
	color:#609;
	border-bottom:1px solid #ddd;
	font-size:2.4em;
	font-weight:normal;
	letter-spacing:-1px;
}

/* third level heading below */

h3 {
	padding-bottom:.3em;
	border-bottom:1px solid #dee;
	font-size:1.5em;
	font-weight:normal;
	color:#609;
	text-transform:lowercase;
}

#content p {
	padding: .8em .2em;
}

#content p em {
	font-style:italic;
}

/* content and footer links below */

div#content a {
	color:#c3c;
}

div#footer a {
	color:#999;
}

