/* Start general body styles */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, blockquote {
	margin: 0;
	padding: 0;
}

body {
	background:#fff;
	color: #000;
	font: 12px Avenir, R Avenir Roman, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

/* End general body styles */


#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#banner {
	padding-top: 15px;
	text-align: left;
}


/* Start main nav styles */
#nav ul {
	padding-left: 0;
	margin-left: -10px;
}

#nav ul li {display: inline;}

#nav ul a {
	list-style-type: none;
	border-right: 1px dotted #666;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	color: #000;
}

#nav a:hover {color: #999;}

/* Following styles make "you are here" color for main nav */
body#works_item a#worksLink {color: #999;}
body#works_date a#worksLink {color: #999;}
body#works_title a#worksLink {color: #999;}
body#works_media_ceramic a#worksLink {color: #999;}
body#works_media_sculp a#worksLink {color: #999;}
body#works_media_paper a#worksLink {color: #999;}
body#works_media_install a#worksLink {color: #999;}
body#works_media_textile a#worksLink {color: #999;}
body#bio a#bioLink {color: #999;}
body#text_2010 a#textLink {color: #999;}
body#text_2009 a#textLink {color: #999;}
body#text_2007 a#textLink {color: #999;}
body#text_2006 a#textLink {color: #999;}
body#text_2005 a#textLink {color: #999;}
body#text_2003 a#textLink {color: #999;}
body#contact a#contactLink {color: #999;}
/* End main nav styles */

/* Following styles make "you are here" color for sub nav */
body#works_date a#works_date_link {color: #999;}
body#works_title a#works_title_link {color: #999;}
body#works_media_ceramic a#works_media_link {color: #999;}
body#works_media_ceramic a#works_media_ceramic_link {color: #999;}
body#works_media_sculp a#works_media_link {color: #999;}
body#works_media_sculp a#works_media_sculp_link {color: #999;}
body#works_media_paper a#works_media_link {color: #999;}
body#works_media_paper a#works_media_paper_link {color: #999;}
body#works_media_install a#works_media_link {color: #999;}
body#works_media_install a#works_media_install_link {color: #999;}
body#works_media_textile a#works_media_link {color: #999;}
body#works_media_textile a#works_media_textile_link {color: #999;}


/*Start right sidebar nav styles */
#rightSidebar {
	float: right;
	width: 150px;
	padding-top: 50px;
}

#rightSidebar li {
	list-style-type: none;
	border-bottom: 1px dotted #666;
}

#rightSidebar li a {
	display: block;
	list-style-type: none;
	text-decoration: none;
	padding: 1px 3px 1px 3px;
	color: #000;
}

#rightSidebar a:hover {color: #999;}

/* Following styles make "you are here" color for sidebar */
body#text_2010 a#link2010 {color: #999;}
body#text_2009 a#link2009 {color: #999;}
body#text_2007 a#link2007 {color: #999;}
body#text_2006 a#link2006 {color: #999;}
body#text_2005 a#link2005 {color: #999;}
body#text_2003 a#link2003 {color: #999;}

/*End right sidebar nav styles */


/* Start Content styles */
#content {
	width: 525px;
	padding-right: 75px;
	padding-top: 50px;
	padding-bottom: 20px;
}

#content h2 {
	font-size: 1em;
	padding-bottom: 0;
}

#content p {
	background:#fff;
	color: #000;
	padding-bottom: 1em;
}

#content li {
	list-style-type: none;
	padding-left: 2em;
	text-indent: -2em;
}

#content a:link { 
	color: #000; 
	text-decoration: none; 
	border-bottom: 1px dotted #666
}

#content a:visited { 
	color: #666; 
	text-decoration: none; 
	border-bottom: 1px dotted #999 
}

#content a:hover { 
	color: #666; 
	text-decoration: none; 
	border-bottom: 1px dotted #999 
}

#content a:active { 
	color: #999; 
	text-decoration: none; 
	border-bottom: none; 
}

#content img {
	padding-bottom: 20px;
}

#content .works img {padding-bottom: 10px;}

/* End Content styles */


/*Start cv formatting styles */
.cv {
	background:#fff;
	color: #000;
	padding-bottom: 30px;
}

.cv h1 {
	padding-top: 1em;
	padding-bottom: .3em;
	font-size: 1em;
}

.cv h2 {
	font-size: 1em;
	padding-bottom: 0;
}

.cv ul {
	padding-bottom: .5em;
}

.cv li {
	list-style-type: none;
	font-size: 1em;
	padding-left: 2em;
	text-indent: -2em;
}
/*End cv formatting styles */

.images img {padding-bottom: 20px;}


/*Start text formatting*/
.text li {
	padding-bottom: 1em;
}

/*Start links formatting*/
.links li {
	padding-bottom: 1em;
}

.linksCol1 {
	float: left;
	width: 200px;
}

.linksCol2 {
	float: left;
	width: 200px;
}
/*End links formatting*/


/*Start works formatting*/
.works {
	font-size: .9em;
	line-height: 1.2em;
}

.works a {
	font-weight: bold;
	list-style-type: none;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
.works a:link {color: #000;}
.works a:visited {color: #000;}
.works a:hover {color: #000;}

.works_thumbs {
	float: left;
	height: 190px;
	width: 175px;
}
.works_thumbs img {border: 0;}
/*End works formatting*/
