/******Eric Meyer's reset reloaded stylesheet...Thanks Eric ;) ******/

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: "" "";
}

/* ======= start custom styling ======= */

body {
	background: #f9f7f4;
	color: #003;
	font: 0.9em optima, sans-serif;
	line-height: 1.2em;
}

#container {
	padding: 80px 0 0 0;
	width: 760px;
	margin: 0 auto;
	position: relative;
}

#header {
	margin: 0 0 1em 0;
}

/* keeping the name inside 1 H tag as well as 1 link will be a better setup :) - you should define all states: a:link, a:visited, a:hover, a:focus, a:active */

#header h1 a {
	color: #777;
	font: 2em optima, sans-serif;
	line-height: 1.2em;
	text-decoration: none;
}

/* ======= menu styling ======= */
#nav {
	display: block;
	margin: 0 0 .5em 0;
	position: relative;
}

#nav ul {
	margin: 0 0 0 -2px;
}

#nav ul li {
	display: inline;
	margin: 0 1em 0 0;
}

#nav ul li a {
	display: inline;
	text-decoration: none;
	padding: 0 2px;
}
/* ======= submenu styling ======= */
#nav ul li ul#subnav {
	margin: 0 0 .6em -2px;
	position: absolute;
	top: 1.4em;
	left: 0;
}


#nav ul li ul#subnav li {
	display: inline;
	margin: 0 1em 0 0;
}

#nav ul li ul#subnav li a {
	text-decoration: none;
	color: #777;
	padding: 0 2px;
}
/* ======= section specific menu styling ======= */
/* ARTWORK */
body #nav ul li a#art {
	color: #00a4d3;	
}
body#artwork #nav ul li a#art {
	color: #00a4d3;
	border-bottom: 1px solid #00a4d3;	
}
body#artwork #nav ul li ul#subnav li a {
	color: #00a4d3;
}
/* ARTWORK --- subnav */
body#artwork #nav ul li ul#subnav.re li a#re {
	color: #00a4d3;	
	border-bottom: 1px solid #00a4d3;
}
body#artwork #nav ul li ul#subnav.pa li a#pa {
	color: #00a4d3;	
	border-bottom: 1px solid #00a4d3;
}
body#artwork #nav ul li ul#subnav.dr li a#dr {
	color: #00a4d3;	
	border-bottom: 1px solid #00a4d3;
}
body#artwork #nav ul li ul#subnav.cu li a#cu {
	color: #00a4d3;	
	border-bottom: 1px solid #00a4d3;
}
/* COMMISSIONS */
#nav ul li a#com {
	color: #d37200;	
}
body#commissions #nav ul li a#com {
	color: #d37200;	
	border-bottom: 1px solid #d37200;
}
body#commissions #nav ul li ul#subnav li a {
	color: #d37200;
}
/* COMMISSIONS --- subnav */
body#commissions #nav ul li ul#subnav.ad li a#ad {
	color: #d37200;	
	border-bottom: 1px solid #d37200;
}
body#commissions #nav ul li ul#subnav.sc li a#sc {
	color: #d37200;	
	border-bottom: 1px solid #d37200;
}

/* EXHIBITIONS (no subnav) */
#nav ul li a#exh {
	color: #333;
}
body#exhibitions #nav ul li a#exh {
	color: #333;	
	border-bottom: 1px solid #333;
}
/* ABOUT (no subnav) */
#nav ul li a#abo {
	color: #d100d3;	
}
body#about #nav ul li a#abo {
	color: #d100d3;	
	border-bottom: 1px solid #d100d3;
}
/* CONTACT (no subnav) */
#nav ul li a#con {
	color: #70a400;	
}
body#contact #nav ul li a#con {
	color: #70a400;	
	border-bottom: 1px solid #70a400;
}
/* footer (no subnav) */

#footer{
	font: 0.8em optima, sans-serif;
	color: #70a400;
	width : 66%;
    margin : 0 auto;	
}
#footer p a{
	color: #70a400;	
	text-decoration: none;
}
#footer p a:link{
	color: #70a400;	
	text-decoration: none;
}
#footer p a:visited{
	color: #70a400;	
	text-decoration: underline;
}
#footer p a:hover{
	color: #777;	
}
#foter p a:active{
	color: #777;	
	text-decoration: underline;	
}
.clear {
	clear: both;
}

#content {
	clear: both;
	margin: 100px 0;
}
#content p{
	width: 400px;
}