/* 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	background: white;
	color: black;
	line-height: 1;
	font-family:"Times New Roman", Times, serif;
}

ol, ul {
	list-style: none;
}

/* Site-wide */
html {
	*height: 100%; /* Required for splash to work in IE7 */
	*overflow-x: hidden;
}

body {
	margin: 20px 0 20px 0;
}

body.splash {
	height: 100%;
	margin: 0;
	width: 100%;
}

.clearfix { 
	overflow : hidden;
	_zoom: 1;
}

div.description {
	margin: 0 0 1px 0px;
	position: relative;
	z-index: 1;
	height:496px;
	width:360px;
	padding:0px;
	float:left;
}

div.heading {
	margin: 0px;
	position: relative;
	z-index: 100;
	float:left;
	height:80px;
	width:430px;
	padding:0px;
	background-image:url('images/marmalade_2.gif');
	background-position:0px 0px; 
	background-repeat: no-repeat;
}

div.heading.splash {
	/*margin: 52px 0 52px 20px;*/
	/* margin: 35px 0 0px 0px; */
	
}

div.heading p {
	
	font-size:12px;
	padding-top:40px;
	padding-left:3px;
	
	}

	div.heading a {
		
		margin: 0 0px 0 0;
		opacity: 1;
		/*filter: alpha(opacity=100);*/
		filter: none;
		color:#000;
		text-decoration:none;
	}

	div.heading a:hover {
		text-decoration:underline;
		
	}
	
	div.heading img {
		float: left;
		zoom: 1;
	}
	
div#subheadings img, div#subheading img {
	margin: 0 0 0 10px;
}


#widenav {float:left; width:750px; background-color:#FFF; z-index:3; 
	bottom: 40px;
	left: 0;
	padding: 10px;
	position: absolute;}

/* Splash */
#splash {
	height: 100%;
	
	overflow: hidden;
	position: absolute;
	
	width: 100%;
	z-index: 1;
}

#splash.black {
	background: #000;
}

.splash {
	 background: #fbf304;
}
	
	#splash img {
		display: block;
		left: 0;
		position: absolute;
		top: 0;
		-ms-interpolation-mode: bicubic;
	}
	
	#splash .overlay {
		left: 0;
		height: 100%;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 2;
	}
	
	#splash.black .overlay {
		background: #000;
	}
	
	#splash.white .overlay {
		background: #fff;
	}
	
#splash-controls {
	/* bottom: 40px; */
	font-family:times;
	font-size: 11px;
	/* left: 0; */
	padding: 0px;
	position: relative;
	float:right;
	/*width: 373px;*/
	width: 300px;
	z-index: 3;
}

	#splash-controls a {
		text-decoration: none;
		
	}
	
	#splash-controls a:hover {
		text-decoration: underline;
	}
	
	#splash-controls .title {
		margin: 10px 0 5px 0px;
	}
	
	#splash-controls .items {
		display: none;
		width: 100%;
	}
	
		#splash-controls .items .navigate {
			float: right;
			margin: 2px 4px 2px 4px;
		}
	
	#splash-controls li {
		float: left;
		margin: 0 3px 0 0;
		padding: 0 6px 0 0;
	}
	
	#splash-controls li.last {
		background: transparent !important;
	}
	
		#splash-controls li a, #splash-controls li span {
			border-bottom: 0 !important;
			float: left;
			padding: 2px 4px;
		}

		#splash-controls li a:hover {
			filter: alpha(opacity=100) !important;
			opacity: 1 !important;
			text-decoration: none;
		}

#splash.black #splash-controls {
	/* background: url('images/ffffff-5pc.png') repeat top left; */
	background-color:#FFF;
	_background: #0d0d0d;
}

	#splash.black #splash-controls, #splash.black #splash-controls a, #splash.black #splash-controls a.active {
		color: #000;
	}
	
	#splash.black #splash-controls li {
		/* background: url('images/dot-ffffff.png') no-repeat right center; */
		_background: transparent;
	
	}

#splash.white #splash-controls {
	/* background: url('images/000000-5pc.png') repeat top left; */
	
		background-color:#FFF;
}

	#splash.white #splash-controls, #splash.white #splash-controls a, #splash.white #splash-controls a.active {
		color: #181818;
	}
	
	#splash.white #splash-controls li {
		/* background: url('images/dot-000000.png') no-repeat right center; */
		_background: transparent;
	}

#splash-controls li span, #splash-controls li a {
	filter: alpha(opacity=40);
	opacity: 0.4;
}
	
#splash-controls li a.active {
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}
	
/* Thumbnails */
div#thumbnails {
	/*margin: 20px 25px 9px 25px;*/
	margin: 20px 0 9px 25px;
	*margin-bottom: 19px;
	padding: 0 25px 1px 0;
}

div#thumbnails a {
	float: left;
	margin: 0 10px 10px 0;
}

div#thumbnails a:hover {
	float: left;
	margin: 1px 9px 9px 1px;
}

div#thumbnails a img {
	border: 1px solid #e5e5e5;
}

a.noborder img {
	border: 1px solid #ffffff !important;
}

#thumbnails-toggle {
	float: left;
	height: 262px;
	position: relative;
}

	#thumbnails #thumbnails-toggle a {
		border-bottom: 1px solid #808080;
		color: #333333;
		display: block;
		float: none;
		font-family: Georgia, serif;
		font-size: 12px;
		line-height: normal;
		margin: -15px 0 0 0;
		position: absolute;
		text-decoration: none;
		top: 100%;
		white-space: nowrap;
	}
	
	#thumbnails #thumbnails-toggle a:hover {
		border-bottom: 1px solid #FFFFFF;
		text-decoration: none;
	}

/* Portfolio */
.hidden {
	display: none;
}

/* Project */
div#summary {
	color: #333333;
	font-family:times;
	font-size: 12px;
	line-height: 18px;
	margin: -3px 0 19px 25px;
	*margin: -4px 0 8px 25px;
	width: 350px;
}

	div#summary p {
		margin: 0 0 1em 0;
	}

	div#summary a {
		border-bottom: 1px solid #808080;
		color: #333333;
		text-decoration: none;
	}

	div#summary a:hover {
		border-bottom: 1px solid #FFFFFF;
		text-decoration: none;
	}

/* Project Scroll */
#scroll {
	margin: 20px 0 20px 0;
	overflow: hidden;
	width: 100%;
}

#scroll-wrapper {
	left: 50%;
	position: relative;
}

#scroll-images {
	display: none;
	position: relative;
}

.scroll-image {
	border: 1px solid #e5e5e5;
	position: absolute;
}

.scroll-image a, .scroll-image img {
	float: left;
}

.invisible {
	opacity: 0;
	filter: alpha(opacity=0);
}

.opacity50 {
	opacity: 0.5 !important;
	filter: alpha(opacity=50) !important;
}

a.next {
	opacity: 1;
	position: absolute;
	filter: alpha(opacity=100);
}

a.next:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* Project Scroll No JS */
#scroll-nojs {
	margin: 20px 0 20px 0;
	overflow: auto;
	width: 100%;
}

#scroll-nojs-images {
	position: relative;
}

/* Info */
div#profile, div#contact {
	margin: 18px 0 20px 25px;
}

div#profile {
	width: 1127px;
	_width: 1128px;
}

	#profile .magma {
		border: 0;
		float: left;
		padding: 0 1px 1px 0;
	}
	
		#profile .magma img {
			border: 1px solid #eaeaea;
		}
	
	#profile .magma:hover {
		padding: 1px 0 0 1px;
	}

div#contact {
	width: 1078px;
	_width: 1079px;
}

div.column {
	color: #333333;
	float: left;
	font-family: georgia, serif;
	font-size: 12px;
	line-height: 18px;
	/*margin: 0 25px -1em 0;*/
	margin: 0 25px 0 0;
	width: 350px;
}

div.column.wide {
	margin-right: 0;
	width: 700px;
}

div.column.half {
	margin-bottom: 1em;
	margin-right: 0;
	width: 175px;
}

	div.column p, div.column ul {
		margin: 0 0 1em 0;
	}
	
	div.column ul.half {
		float: left;
		margin: 0 10px 0 0;
		padding: 0 0 2em 0;
		width: 132px;
	}
	
	div.column ul.half.last {
		margin-right: 0;
	}

	div.column a {
		border-bottom: 1px solid #808080;
		color: #333333;
		text-decoration: none;
	}

	div.column a:hover {
		border-bottom: 1px solid #FFFFFF;
		text-decoration: none;
	}
	
	div.column h3 {
		font-weight: bold;
		margin: 0 0 1em 0;
	}
	
div.column-section {
	border-top: 1px solid #cccccc;
	padding: 1em 0 0 0;
}
	
/* Contact Form */
div#contact-form p.fieldwrap {
	overflow : hidden;
	zoom: 1;
	margin: 0 !important;
}

div#contact-form p.fieldwrap label {
	float: left;
	font-weight: bold;
	width: 66px;
}

div#contact-form p.fieldwrap input, div#contact-form p.fieldwrap textarea {
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #bbbbbb;
	float: left;
	font-size: 12px;
	margin: 1px 0 4px 0;
	padding: 1px;
	width: 280px;
}

div#contact-form div.submit {
	margin: -4px 0 1em 0;
	text-align: right;
}

div.ddfmerrors {
	display: none;
}

div#contact-form div.errorlist {
	background-color: #FFFFAA;
	border: 1px solid #e5e59a;
	margin: 0 0 1em 0;
	padding: 5px 5px 5px 7px;
}

/* Google Map */
#map {
	border: 1px solid #CCCCCC;
	height: 484px;
	width: 700px;
}

#map a, #map a:hover {
	border: 0;
}

