@charset "UTF-8";
/* CSS Document */


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;
	vertical-align: baseline;
}


body {
     margin: 0;
     padding: 0;
	 
}



#container {
		margin: 0 auto;
		width: 80%;
}


#header {
	width: 900px;
	float: left;
	margin-top: 50px;
	text-transform: uppercase;

}

#header h1 {
	color: #000000;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   	font-weight: 600;
	font-size: 1.8em;
	text-transform: uppercase;
	
}


#content {
	margin: 50px 0 50px 0;
	float: left;
}


.workthumbnails {
	float: left;
	text-align: center;
	width: 200px;
	margin: 0 50px 80px 0;
}




/*nvigation*/


#navbox {
	width: 100%;
	float: left;
	margin: 0;
	margin-top: 50px;
	
}


#ul#nav {
	float: left;
	
}



ul#nav li {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   	font-weight: 600;
	font-size: 0.9em;
	display: inline;
	float: left;
	padding: 2%;
	margin: 0;
	color: #000000;
	text-transform: uppercase;
  
	
}

#nav .on {
	color: #000000;
	
}

ul#nav a {
	padding: 0;
	margin: 0;
	color: #000000;
	
	
}

ul#nav a:hover {
	
	
}

a:link {
	text-decoration: none;
	color: #000000;

	padding: 0;
	margin: 0;
}

a:visited {
	text-decoration: none;

	padding: 0;
	margin: 0;
}

a:hover {
	text-decoration: none;
	/*color: #000;*/
	
}
a:active {
	text-decoration: none;
	
}

a img {
	border: none;
}

img {
	max-width: 100%;

	
}


p {
	font-family: "HelveticaNeue", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   	font-weight: 500;
	font-size: 0.9em;
	line-height: 1.5em;
	
	
}

p a{
	color: #545454;
	
}

p a:link{
	color: #545454;
	text-decoration: underline;
	
}


h1 {
	color: #000000;
	font-family: "HelveticaNeue", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   	font-weight: 800;
	font-size: 1em;
	
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	
	
}


/*title of works on works page*/
h3 {
	
	color: #000000;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   	font-weight: 600;
	font-size: .6em;
	margin-top: 10px;
	text-transform: uppercase;
}




h4 {
	
	color: #000000;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   	font-weight: 600;
	font-size: .9em;
	margin-top: 10px;
	text-transform: uppercase;
}

h4 a{
	color: #000000;
}

h6 {
	font-family: Helvetica, Arial, sans-serif;
	
}





.on {
  color: #000000;
  
}

