/* CSS Document
Edie Maney
Common CSS
© 2007 Edie Maney
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */

/* Normalize the padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
	
/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}

/* Remove list-style from lists */
ol, ul {
	list-style: none;
	}

/* Normalize line height for lists */	
li {
	line-height: 0;
	}
	
/* Normalize font-style and font-weight */
address, captin, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
	
/* Collapse table borders */	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
/* Remove borders from fieldsets and images */
fieldset, img {
	border: 0;
	}
	
/* Left align text in caption and th */
caption, th {
	text-align: left;
	}
	
/* Remove quotation marks from q */
q:before, q:after {
	content: '';
	}

	

/* Universal */

html, body {
	color: #fff;
	background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	}
	
html {
	text-align: center;
	}
	
body {
	width: 781px;
	margin: 13px auto;
	text-align: left;
	position: relative;
	}
	
	
/* Global Layout Elements */
	
div#content_main, div#content_main_solo, div#content_main_awards, div#content_main_upcoming, div#content_main_canvas, div#content_main_figure, div#content_main_abstract {
	position: relative;
	width: 781px;
	height: 644px;
	}
	
div#galleryroll, div#galleryroll1, div#galleryroll2, div#galleryroll3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 781px;
	height: 644px;
	z-index: 10;
	visibility: visible;
	}
	
div#galleryroll1 {
	visibility: hidden;
	background: url(../images/figure_18.jpg) top left no-repeat;
	}
	
div#galleryroll2 {
	visibility: hidden;
	background: url(../images/canvas_18.jpg) top left no-repeat;
	}
	
div#galleryroll3 {
	visibility: hidden;
	background: url(../images/abastract_18.jpg) top left no-repeat;
	}
	
div#subnav {
	width: 140px;
	height: 65px;
	position: absolute;
	top: 0;
	left: 278px;
	visibility: hidden;
	}
	
div#upcomingdiv {
	position: absolute;
	width: 139px;
	height: 22px;
	top: 43px;
	left: 403px;
	visibility: hidden;
	}
	
div#upcomingdivon {
	position: absolute;
	width: 139px;
	height: 22px;
	top: 43px;
	left: 403px;
	visibility: visible;
	}
	
	
/* Text */
	
h1 {
	width: 214px;
	height: 62px;
	}
	
h2 {
	display: none;
	}
	
h3	{
	font-size: 100%;
	margin: 0 0 0 0;
	}
	
p {
	font-size: 100%;
	margin: 0 0 0 0;
	}
	

/* Links */


/* Lists */

ul#nav_features {
	width: 781px;
	height: 28px; 
	}

ul#nav_features li {
	display: inline; 
	}

span.navname {
	display: none;
	}

/* Images */
	

/* Tables */


/* Forms */

form {
	margin: 0;
	padding: 0;
	border: none;
	}
