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

/* Eric Meyer Reset */
html, body, div, span, 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,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}




/* My CSS */
/* Global */
body { font-size: 12px; font-family:"DIN Next W01 Light"; color: #58534c; background: #FFFFFF url('../images/tile.png') repeat-y left top; line-height: 14px;}

:focus { outline: 0; }

a{ color: #000; }
a img{ border: none; }


/* Layout */
.boundingBox{ margin: 0 auto; width: 300px; }

/* Content */
#content{ padding: 0px; font-family:"DIN Next W01 Light"}

/* Content - Portfolio Listing */
ul#portfolio-filter{ position: absolute; top:155px; left: 80px; margin: 0px; padding: 0; padding-left: 0px; }
ul#portfolio-filter li{ display: block; }

a{ margin: 0px; padding: 1px 8px 1px 1px; background: #604984; color: #fff; font-weight: bold; text-decoration: none; }
a:hover { color: #f8f7f5;}
a.current { background-color: #000;}

ul#portfolio-list { position: absolute; top: 155px; left: 180px; margin: 0px; padding: 0; padding-left: 0px; }
ul#portfolio-list li { clear: both; display: block; }

img#logo { position: absolute; top:26px; left: 13px; }
object#work { position: absolute; top:123px; left: 80px; }
object#contact { position: absolute; top:460px; left: 80px; }
object#caption { position: absolute; top:26px; left: 400px; }
div#artwork, object#reel { position: absolute; top: 155px; left: 400px; }







/* divChanger */
#artworknav {
	position: absolute;
	top: 123px;
	left: 400px;
	z-index: 10;
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: block;
	height:10px;
}
#artworknav li {
	display: inline;
}
#artworknav li a {
	background-color: #f8f7f5;
	display: block;
	float: left;
	margin-right: 13px;
	text-decoration: none;
	height: 5px;
	width: 30px;
}
#artworknav li a:first-child {
	background-color: #4f2e74;
	cursor: inherit;
}
#artworknav li a:hover {
	background-color: #4f2e74;
}
.activeartwork { 
	background-color: #000000;
}

#content {
} 
#artwork #artwork { 
	position: absolute; top: 0px; left:0px;
}
#artwork img {
	border: 1px solid #f8f7f5;
}
