/* RESETS */ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	
}
ol, ul {
	list-style: none;

}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/************************            SHOWTIME             *************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/

/* FONTS */
html, body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

/* FOOTER SETUP */
html, body {
	height: 100%;
	}

/* CONTAINER */
#wrapper {
	width: 920px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -8em; /* the bottom margin is the negative value of the footer's height */	
	}

/*HEADER*/
#header {
	width: 920px;
	height: 125px;
	background-image: url(images/logo.jpg);
	background-position:left;
	background-repeat:no-repeat;
	}

#topnav ul {
	position: relative;
	top: 102px;
	float:right;
	padding-right: 20px;
	}
#topnav li {
	display: inline;
	padding: 0 0 0 8px;
	}
#topnav li a {
	color:#000000;
	font-weight:bold;
	text-decoration: none;
	}


/*BODY*/
#content {
	width: 920px;
	}
	
.bios {
	width: 950px;
	padding-bottom: 25px;
	}
.biopic {
	float:left;
	width: 300px;
	padding: 0px 4px 4px 0px
	}

.biowriteup {
	float: right;
	width: 454px;
	}

#projects {
	width: 700px;
	height: 500px;
	margin: 0 auto;
	}

.projectimage {
	float: left;
	padding: 0 20px 40px 0;	
	}
	
#projectwrite {
	margin-left: 182px;
	padding-bottom: 40px;
	}

/*CONTENT LEFT*/

#mainnav ul {
	float:left;
	width:190px;
	text-align:right;
	padding-left: 0px;
	padding-right: 10px;
	}
	
#mainnav li {
	padding: 8px 0 8px 0;
	font-size: 14px;
	}
#mainnav li a {
	color:#000000;
	font-weight:bold;
	text-decoration: none;
	}

#nav2 {
	width: 300px;
	float: left;
	padding-top: 8px;
	}

#nav2 ul {
	text-align:right;
	}
#nav2 li {
	padding: 0px 25px 18px 0;
	font-size: 12px;
	}
#nav2 li a {
	color:#000000;
	text-decoration: none;
	}


/*CONTENT RIGHT*/
#bodycontent {
	float: right;
	width: 560px;
	padding: 8px 20px 20px 0;
	}

.bodycopy {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 5px 0px 0px;
	display:block;
	line-height:18px;
	} 
	
.bodyhead {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	}

.bodyquote {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000099;
	padding: 10px 15px 0px 15px;
	display:block;
	line-height:18px;
	}
.quotetitle {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	}

#pressim {
	float:left;
	padding-right: 10px;
	}

.press {
	float:left;
	}
	
.press ul {
	padding-left: 0px;
	}
.press li {
	padding: 8px 0 8px 0;
	font-size: 11px;
	}
.press li a {
	color:#000000;
	text-decoration: none;
	}
	
.moviehead{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	padding: 12px 0 4px 0;
	}	
	
#veronica_left {
	float:left;
	}

#veronica_right {
	float: right;
	}
	
	
/*GALLERY*/




/*FOOTER*/

#footnav ul {
	padding-top: 8px;
	position: relative;
	}
#footnav li {
	display: inline;
	padding: 0 20px 0 20px;
	}
#footnav li a {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	}

.copywrite {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 10px;
	padding: 30px 5px 0px 5px;
	display:block;
	line-height:18px;
	} 
	
	
.footer, .push {
	height: 8em; /* .push must be the same height as .footer */
	clear:both;
	}

.footer {
	background-color: #000000;
	}


