/* RESET */

/* http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126, License: none (public domain) */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* REBUILD */
body, html {
	background-color: #fff; 
	color: #666; 
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 3em;
	color: #555;
	}
	
span.normal {
	font-weight: normal;
	color: #666;
	}
	
h2 {
	font-size: 1.5em;
	color: #999;
	}
		
li {
	list-style-type: none;
	}
	
strong {font-weight: bold;}
	
em {font-style: italic;}
	
html{overflow-y:scroll;}

blockquote {
	margin: 1em 2em;
	font-size: .9em;
	}
	
p {
	line-height: 1.2em;
	margin-bottom: .5em;
	margin-top: .5em;
	}
	

/* DIV ID's */
#container {
	background-color: #fff; 
	width: 720px;
	margin: 5px auto; 
	background: transparent url(images/jeffu-header4.gif) no-repeat top left;
	}

#header {
	width: 720px;
	height: 120px;
	}
	
#footer {
	width: 600px; 
	padding-top: 10px; 
	margin-top: 10px;
	font-size: 12px;
	color: #999;
	clear: both;
	}
	
#title h1 {
	margin-left: -2000px;
	}
	
#jeffu {
	float: left;
	}
	
#address {
	clear: both;
	}
	
#content {
	width: 720px;
	clear: both;
	}

/* LINKS */
a {color: #900;}
a:hover {color: #c00;}

/* CLASSES */
.subheader {font-size: 22px; font-weight: bold;}
.title {font-weight: bold; font-style: italic;}
.nav {
	float: right; 
	margin-right: 0;
	}
	
.nav li {
	display: inline; 
	padding-left: 20px;
	}
	
.clear {
	clear:both;
	}
	
a.noblock {
	padding: 0;
	display: inline;
	float: left;
	}
	
.first, .worklist li:first-child {
	padding-top: 10px;
	border-top: 0;
	}
	
/* BIOGRAPHY SECTION */

/*.biography {float: left; width: 540px;}*/
.bio {margin-top: 30px;}

.bio p {
	font-size: .9em;
	line-height: 1.2em;
	margin-bottom: 1em;
	}

.news {
	margin-top: 30px;
	line-height: 1.3em;
	width: 560px;
	}
	
.news h1, .news h2 {
	margin-bottom: 1.5em;
	font-weight: bold;
	}
	
.news p {
	font-size: .9em;
	margin-bottom: 1em;
	}
	
.news h3 {
	font-size: 1.3em;
	margin-bottom: .5em;
	}
	
.news ul {
	margin-left: 1em;
	}
	
.news li {
	font-size: .9em;
	list-style-type: disc;
	}

	
.cv {
	margin-top: 1em;
	width: 600px;
	margin-right: 2em;
	float: left;
	}
	
.cv h2 {margin-bottom: .5em;}
	
.cv h3 {
	margin: 1em 0 0 0;
	color: #333;
	font-weight: bold;
	font-size: .9em;
	text-transform: uppercase;
	}
	
.cv p, .cv li {
	font-size: .85em;
	line-height: 1.2;
	margin-left: 0;
	margin-top: 0;
	}
	
.cv .wrapyear p, p.indent {
	margin-left: 3em;
	width: 720px;
	line-height: 14px;
	}

	
.cv .wrapyear p.first {
	margin-top: 1em;
	padding-top: 0;
	margin-left: 0;
	}

.cv p .year {
	width: 3em;
	display: inline-block;
	}

/* MENU - top navigation menu */
#menu {
	/*float: right;
	width: 720px;*/
	padding: 0;
	margin: 20px 0 0 96px;
	display: block;
	}

#menu li {
	float: left; 
	padding-right: 70px;
	padding-left: 0;
	margin: 0;
	margin-bottom: 5px;
	}

#menu a {
	font-size: 16px;
	color: #888;
	text-decoration: none;
	border-bottom: 0;
	}

#menu li.current a {
	color: #900;
	}

#menu a:hover, #menu li.current a:hover {
	color: #c00;
	}

/* WORKNAV - sidebar list of links */
.worknav {
	/*width: 120px;*/
	float: left;
	margin-top: 2.5em;
	}
	
	
.worknav li {
	/*margin-left: -36px;*/
	margin-bottom: 3px;
	}

ul.worknav a {
	text-decoration: none;
	color: #666;
	font-size: .9em;
	line-height: 1.5em;
	}

ul.worknav li.current a {
	color: #900;
	}
	
ul.worknav a:hover {
	text-decoration: underline;
	color: #900;
	}
	
/* WORKLIST - main list on Works page */
ul.worklist {
	margin: 0;
	width: 520px; /* width: 640px; */
	float: left;
	}
	
.worklist li {
	width: 520px; /* width: 640px; */
	display: block;
	clear: both;
	}
	
.worklist li img {
	width: 120px;
	float: left;
	margin-right: 30px;
	display: block;
	}
	
.worklist li a {
	text-decoration: none;
	display: block;
	padding: 1em;
	margin-left: -1em;
	/*border-radius: 5px;*/
	}
	
.worklist li a h3 {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	line-height: 1em;
	margin-bottom: .3em;
	}
	
.worklist li a p {
	text-decoration: none;
	color: #666;
	font-size: .9em;
	margin-bottom: .3em;
	}
	
.worklist li a:hover h3 {
	text-decoration: underline;
	}
	
.worklist li a:hover {
	background-color: #eee;
	}
.worklist h2 {
	width: 400px;
	height: 24px;
	}
	
/* NEWSLIST */
.newslist  li {
	margin-bottom: 1em;
	line-height: 1.2em;
	width: 500px;
}

/* WORK - individual Artwork pages */
.work {
	float: left;
	margin: 0;
	width: 560px;
	margin-top: 1em;
	font-size: .9em;
	line-height: 1em;
	}
	
.work img {
	width: 560px;
	}
	
.work p {
	margin-top: 0;
	margin-bottom: 5px;
	line-height: 1.2em;
	}
	
.work p.specs {
	font-size: .9em;
	}
	
.work h3 {
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
	line-height: 1.2em;
	}
	
.work h4 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em;
	}
	
.workpage h2 {
	width: 400px;
	float: left;
	}

.work li {
	list-style-type: square;
	margin-left: 1em;
	margin-bottom: .5em;
	}
	
.work ul {
	margin-bottom: 1em;
	}
	
/* WORKNEXT - top prev/next links */
ul.worknext {
	float: left;
	margin-top: 6px;
	}
	
ul.worknext li {
	float: left;
	margin-left: 20px;
	}

ul.worknext li a {
	text-decoration: none;
	color: #666;
	font-size: .8em;
	}
	
ul.worknext li a:hover {
	color: #900;
	text-decoration: underline;
	}

.nextonly {
	margin-left: 3.6em;
	}

/* CONTACT FORM */
form {
	font-weight: bold;
	}
	
input.styled, textarea.styled {
	background-color: #eee;
	color: #000;
	border: 1px solid #666;
	}
	
input.formbutton {
	margin-right: 20px;
	background-color: #eee;
	border: 1px solid #666;
	}

input.formbutton:active {
	background-color: #600;
	color: #eee;
	border: 1px solid #000;
	}
	
/*THUMBNAILS*/
div.lightbox {
	z-index: 10;
	}

div.lightbox a, div.lightbox a:hover, a.lightbox, a.lightbox:hover {
	text-decoration: none;
	}
	
img.thumb4 {
	width: 150px;
	margin-right: 36px;
	}
	
img.thumb6 {
	width: 80px;
	margin-right: 12px;
	}

img.last {
	margin-right: 0;
	}
	
.cv p {
	line-height: 1.25em;
	}
	
.lightbox {
	margin-bottom: 1.5em;
	}
	
/* SUPERJEFFUMARKET */
.cans {
	padding-top: 30px;
	clear: both;
	}
	
.cans h2 {
	margin-bottom: 20px;
	}
.cans a {
		display: block;
		float: left;
		width: 80px;
		height: 120px;
		/*text-align: center;*/
		font-size: .8em;
		margin: 0 10px 10px 0;
		text-decoration: none;
		}
.cans a:hover {
		text-decoration: underline;
		}

.cans p {
	margin-bottom: 10px;
	}
.cans h3 {
	margin-bottom: 20px;
	color: #900;
	font-size: 1.3em;
	text-transform: uppercase;
	}
.breadcrumb {
		margin-right: 200px;
		text-align: right;
	}
.breadcrumb a {
	text-decoration: none;
	}
.breadcrumb a:hover {
	text-decoration: underline;
	}
	
.can_pic {
	float: left;
	margin-right: 50px;
	}
.product {
	float: left;
	width: 200px;
	margin-right: 50px;
	margin-bottom: 30px;
	}
.buy {
	float: left;
	width: 120px;
	border: 1px solid #888;
	padding: 20px;
	border-radius: 10px;
	}
	
@media print {
	body, p, h1, h2, span.normal, ul, li {
		color: #000;
		}
	#title h1 {
		margin-left: 0;
		font-weight: 900;
	}
	span.normal {
		font-weight: 100;
		}
	#title a {
		text-decoration: none;
		}
	#container {
		width: 6.5in;
		background: #fff url() no-repeat top left;
	}
	#header {
		height: auto;
		}
	#content, cv, .cv .wrapyear p, p.indent, h2, .workpage h2 {
		width: auto;
		}
	ul#menu {
		visibility: hidden;
		}
}