@charset "UTF-8";
/* Coded in front of a live studio audience: my boyfriend and my bird */

/* Undo defaults */
* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
.wrap {
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
}
a img {
	border: none;
}
a {
	color: #009;
}
a:hover {
	color: #900;
}

/* Starring */
#about {
	width: 470px;
	padding-right: 20px;
	float: left;
	color: #000;
}
#samples {
	width: 310px;
	float: left;
}

#samples ul, #samples li {
	list-style: none;
}
#samples li {
	margin: 5px 0 5px 0;
}
#samples li a {
	display: block;
	width: 300px;
	height: 100px;
	padding: 0;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 3px solid #CCCCCC;
}
#samples li a:hover {
	border: 3px solid #900;
	padding: 0;
}
a.evvy {
	background-image: url(images/thumb_evvy.jpg);
}
a.emersive {
	background-image: url(images/thumb_emersive.jpg);
}
a.nd {
	background-image: url(images/thumb_nd.jpg);
}
a.cvo {
	background-image: url(images/thumb_cvo.jpg);
}
a.svbh {
	background-image: url(images/thumb_svbh.jpg);
}
a.gmm {
	background-image: url(images/thumb_gmm.jpg);
}
a.dh {
	background-image: url(images/thumb_dh.jpg);
}
a.spia {
	background-image: url(images/thumb_spia.jpg);
}
a.scrubya {
	background-image: url(images/thumb_scrubya.jpg);
}
#evvy, #emersive, #nd, #cvo, #svbh, #gmm, #dh, #spia {
	display: none;
}

#modal_container {
	padding: 5px;
	background-color: #FFF;  
	border: 1px solid #000;  
	overflow: auto;
	text-align: left;
}
#modal_overlay {  
	background-color:#000;  
}
#modal_container img {
	border: 1px solid #000;
}

h1 {
	padding-bottom: .5em;
	border-bottom: 1px solid #000;
	font-weight: normal;
	font-size: 1em;
	margin-top: 1em;
}
h2 {
	font-size: .7em;
	font-weight: normal;
	margin-top: .5em;
	margin-bottom: 4em;
}

p, h3, #about ul li, label {
	line-height: 1.5em;
	font-weight: normal;
}

p, #about li, label {
	font-size: .8em;
}
#about p + p {
	margin-top: 1em;
}
#about p + h3, #about ul + h3 {
	margin-top: 1em;
}

#about ul {
	list-style-type: none;
}
#about ul li {
	list-style-type: none;
	border-left: 3px solid #555;
	color: #555;
	margin-bottom: 5px;
	padding-left: 10px;
	margin-left: 5px;
}
#about img {
	margin-bottom: 10px;
}

label {
	display: block;
	margin-bottom: 10px;
	width: 310px;
	text-align: right;
	vertical-align: top;
}
input[type=text], textarea  {
	width: 200px;
	border: 1px solid #006633;
}
textarea {
	height: 100px;
}
input[type=submit] {
	margin-left: 110px;
}

#copyleft {
	clear: both;
	text-align: center;
	font-size: .7em;
	padding: 10px;
	color: #555;
}
#copyleft a {
	color: #777;
}