/* ---------------------------------------------- */
/* --------- Vanessa Woods Stylesheet  ---------- */
/* ---------------------------------------------- */

/* ----- Undoing Defaul HTML Specifications ------ */

/* normalizes link decoration */
:link, :visited { text-decoration:none }

/* normalizes list styling */
ul, ol { list-style:none }

/* normalizes sizes of headings and pre/code/kbd */
h1, h2, h3, h4, h5, h6, pre, code, kbd { font-size:1em; }

/* normalizes the margins and padding for all elements that have a default specifications for them */
dl, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input
{ margin:0; padding:0 }

/* normalizes image borders */
a img,:link img,:visited img,abbr { border:0 }

/* de-italicizes address, abbr elements */
address,abbr { font-style:normal }


/* Global 
------------------------------------------------ */

body {
	margin-bottom:30px;
	color:#000;
	background-color:#d3d8de;
	font: 11px/1.3em Verdana, Geneva, sans-serif;
}

a {
	color:#6a6c6e;
}

a:hover {
	color:#000;
}

h2 {
	margin-bottom:15px;
	padding-bottom:10px;
	width:100%;
	border-bottom:1px solid #fff;
}

h3 {
	font-size:12px;
	margin-bottom:10px;
}

h4 {
	margin-bottom:5px;
	font-weight:normal;
}


/* Structure
----------------------------------------------- */

#wrapper {
	margin:0px auto;
	width:770px;
}

#header {
	
}

#nav {
	height:49px;
	background:url(../images/nav.gif);
}

#content {
	min-height:210px;
	padding:22px 0;	
}

#side {
	float:right;
	
}

#footer {
	margin-top:10px;
	padding-left:175px;
	height:19px;
	background:url(../images/footer.gif) no-repeat;
	clear:both;
}


/* Headlines
----------------------------------------------- */



/* Navigation
----------------------------------------------- */

#nav li {
	position:relative;
	float:left;
	min-width:41px;
	height:33px;
}

#nav li.films {
	margin-right:101px;
}

#nav li.photo {
	margin-right:98px;
}

#nav li.collage {
	margin-right:98px;
}

#nav li.about {
	margin-right:95px;
}

#nav li ul {
	display:none;
}

#nav li:hover ul, #nav li.over ul {
	position:absolute;
	top:33px;
	display:block;
	height:16px;
	min-width:361px;
}

#nav li:hover ul li {
	margin:0;
	float:left;
	height:16px;
	min-width:20px;
}


/* Content
----------------------------------------------- */

#home #content {
	padding:0px;
}

#works li {
	margin-bottom:20px;
	padding-bottom:15px;
	min-height:170px;
	clear:both;
	border-bottom:1px solid #fff;
}


#works li img {
	margin-left:20px;
	float:right;
}

#works li table {
	margin-left:20px;
	float:right;
}

#works li p {
	margin-bottom:10px;
	width:490px;
}

#works li h3 {
	margin-bottom:8px;
}

.duration {
	padding-bottom:6px;
}

#thumbs {
	margin-top:47px;
	float:left;
}

#thumbs li {
	margin-right:10px;
	margin-bottom:10px;
}

#image {
	margin-top:20px;
	width:580px;
	height:430px;
	float:right;
	text-align:center;
}

#image h3 {
	margin-bottom:15px;
	font-size:2em;
}

#image img {
	margin-bottom:10px;
}

#image div img {
	margin-bottom:20px;
}

.book {
	float:right;
	margin-bottom:40px;
}

#artist-books li {
	margin-bottom:17px;
	font-size:1.5em;
}

#about-bio #content p {
	width:402px;
}

.right {
	float:right;
}

.bio {
	margin-top:23px;
	float:right;
}

#about-news h4 {
	font-weight:bold;
}

td.caption {
	padding:10px 0 3px 0;
	font-weight:bold;
	text-decoration:underline;
}

p.address {
	text-align:center;
	font-weight:bold;
}

.underline {
	text-decoration:underline;
}

p.last {
	text-align:right;
	position:relative;
	left:270px;
}

/* page specific */

#about-cv p, #about-statement p, #about-bio p, #about-news p {
	padding-bottom:10px;
}



/* Side
----------------------------------------------- */



/* Footer
----------------------------------------------- */
