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;
	font-family:"Trebuchet MS";
}

body {
	background:#000 url(images/main/Tintner_background.jpg) top left no-repeat;
	height:340px;
}

.header {
	min-height:44px;
	height:44px;
	background: transparent url(images/main/headerbar.png) top left;
	position:relative;
	z-index:10;
	
	
}
.footer {
	background:url(images/main/footerbg.jpg) top left transparent repeat-x;
	min-height:188px;
	min-width:990px;
	border-top-color:#dd6608;
	border-top-width:2px;
	border-top-style:solid;
	margin-top:50px;
	
}
.wrapper {
	min-height:700px;
}

.splashbg {
	background:transparent url(images/main/splash2.png) top left;
	float:right;
	width:308px;
	height:583px;
	z-index:9;
	position:absolute;
	right:0;
	margin-top:-44px;
}
.nav ul {
	float:right;
	margin-right:30px;
	display:inline;
}

.nav ul li {
	font-size:.75em;
	text-transform:uppercase;
	font-weight:bold;
	list-style:none;
	float:left;
	padding-bottom:25px;
	margin-right:50px;
	margin-top:13px;	
}
.nav ul li.duck {
	margin-top:5px;
}
.nav ul li a {
	color:#fff;
	text-decoration:none;
}

.nav ul li a:hover, body.home .nav ul li.home-link a, body.web .nav ul li.web-link a, body.print .nav ul li.print-link a, body.me .nav ul li.me-link a {
	color:#dd6608;
	border-bottom-style:dotted;
	border-bottom-color:#dd6608;
	border-bottom-width:1px;
}
	.nav ul li.duck {
		background:transparent url(images/main/duck.png) top left no-repeat;
		width:35px;
		height:29px;
	}

.content-container {
	margin-top:50px;
	float:left;
	width:60%;
	margin-left:100px;
}
	.body-content {
		color:#fff;
		font-size:.8em;
		line-height:1.4em;	
	}

		.body-content p {
			margin-bottom:20px;
		}
		.tagline {
			font-size:1.4em;
		}
.what-are {
	margin-bottom:50px;
}
.what-are h1 {
	color:#DD6608;
	font-size:1.3em;

	
}
.what-is-color {
	padding-bottom:10px;	
	

}

.what-is-design {
	padding-bottom:10px;	

}

.what-is-development {
	padding-bottom:10px;	
}

.what-am-i{
    
	padding-right:30px;
}
.what-am-i h1 {
	color:#DD6608;
	font-size:1.3em;
}
			
.web-header {
	background:transparent url(images/main/webHeader.png) no-repeat top left;
	text-indent:-10000px;
	height:58px;
}
.me-header {
	background:transparent url(images/main/meHeader.png) no-repeat top left;
	text-indent:-10000px;
	height:48px;
}
.me-bio {
	background:transparent url(images/main/bio.png) no-repeat top left;
	text-indent:-10000px;
	width:819px;
	height:585px;
	margin-top:-60px;
	position:absolute;
	z-index:11;
	top:140px;
	left:88px;

}
	.bio-content {
		margin-top:150px;
		margin-left:227px;
		position:relative;
		z-index:12;
		
	}
	.bio-content a{
		color:#dd6608;
		text-decoration:none;
		border-bottom-width:1px;
		border-bottom-style:dotted;
		border-bottom-color:#dd6608;
	}
	.bio-content h1 {
		background:transparent url(images/main/h1b.png) top left no-repeat;
		height:25px;
		color:#dd6608;
		font-size:1.2em;
		padding-top:7px;
		padding-left:18px;
	}
	.bio-content p {
		padding-bottom:20px;
	}
	.example {
		margin-top:25px;
		margin-bottom:60px;
	}
		.example h1 {
			background:transparent url(images/main/accent.png) no-repeat scroll left top;
			font-size:1.3em;
			font-weight:bold;
			margin-left:13px;
			padding-bottom:35px;
			padding-left:36px;
			padding-top:7px;
		}
		.examplecontent {
			margin-left:400px;
			margin-top:-18px;
			min-width:300px;
		}
		.examplecontent a {
			color:#dd6608;
			text-decoration:none;
			border-bottom-width:1px;
			border-bottom-style:dotted;
			border-bottom-color:#dd6608;
		}
		.examplecontent .goseesite {
			float:right;
			padding-top:15px;
		}
		.example ul {
			list-style:none;
		}
		.example ul li {
			float:left;
			padding-right:15px;
		}
	
.viewmoreoptions {
	float:left;
	margin-top:-13px;
	margin-left:15px;
}
.viewmoreoptions ul {
	margin-top:10px;
	
}
.viewmoreoptions ul li {
	margin-right:20px;
}
.viewmoreoptions span {
	border-bottom-style:dotted;
	border-bottom-color:#fff;
	border-bottom-width:1px;
	cursor:pointer;
}
.pngfix { 
	behavior: url(iepngfix.htc); 
	}


.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix {
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
	
.hide {
	display:none;
}