@charset "utf-8";

/* CSS Reset */
/*
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,
b, u, i, center,
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;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
} */

/* design stuff */

* {
	margin: 0;
}
html, body {
	height: 100%;
	background: #EBEDEF;
	font-family: "monaco", "andale mono", "lucida console", monospaced;
    font-size: 9px;
    color: #666666;
}

img { background: url(img/loading.gif) no-repeat 50% 50%; }

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px;
	position: relative;
}




#contactform {
	color: #666666;
	background: #a7acaf;
	z-index: 1000;
}

#contact_button {
	width: 94px;
	height: 27px;
	float: left;
	margin: -5px 0 0 0;
	background: url(img/button_contact.png) top no-repeat;
}




#sketchbook_button {
	width: 111px;
	height: 35px;
	float: left;
	margin: -5px 0 0 0;
	background: url(img/button_sketchbook.png) top no-repeat;
}



.topbar {
	height:5px;
	background: #a7acaf;
}

.header {
	height: 10px;


	}



.content {
	background: url(img/background.png) no-repeat bottom center;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	width: 600px;
	padding-top: 50px;
	margin: auto;
	position: relative;
}

.graphics {
	width: 100%;
	height: 100%;
	padding: 145px 0 0 42px;
}
.topbarpad {
	padding: 5px 0px 5px 25px;
}



.clear {
	clear:both;
}

.topmenu {
	float: right;
	margin: 0 20px 0 0;
}



input[type=text] {
	background: #ebedef;
	border: 1px dashed #333333;
	color: #000;
	font-size: 10px;
	padding: 4px;
	width: 300px;

}

textarea {
	background: #ebedef;
	border: 1px dashed #333333;
	color: #000;
	font-size: 10px;
	padding: 4px;
	width: 300px;
	height: 100px;
}

#contactform .buttons { 
	width: 111px;
	height: 28px;
	clear:both;
 margin-left: 250px; 
 margin-bottom: -5px;
 background: url(img/button_submit_clear.png) top no-repeat;
 border: none;
}

.contactformright {
	width: 350px;
	float: left;
	display: inline;

}
.contactformcenter {
	width: 350px;
	display: inline;
	float: left;
}


label {
	display: block;
	margin: 7px 0 2px 0;
}

.contactform {
	margin: 0;
}

.contactformsubmit {
	margin: 5px 0 0 0;

}


a:hover{color:#ddd; text-decoration:none; margin-top: 10px; background-color:#333; }
a:link, a:visited{color:#666666; text-decoration:none; margin-top: 10px;}
#stage{width:515px; overflow: auto;overflow-x:hidden; overflow-y:hidden; height:231px; margin-bottom:6px;}
	#myList{width:12500px; border:0; margin:0; padding:0; left:4px;}
	#myList li{
		list-style:none; 
		margin:0; 
		padding:0; 
		border:0; 
		margin-right:15px;
		padding:2px; 
		background:#DEDEDE;
		float:left;
		width:515px;
		height:231px;
		}
		#gallery1 { overflow:hidden;} 
		#gallery1 a span {display:none; background-image:url(zoom.png); background-repeat:no-repeat; width:48px; height:48px; position:absolute; left:530px; top:398px;} 
		#gallery1 a:hover span {display:block;}
		