/* 2010 Digital Brands */

html {
	height: 100%;
	background-color: ;
	background-image: url('../images/gradient.png');
	background-repeat: repeat-x;
	overflow-x: hidden;
}

* {
	font-size: 1em;
	line-height: 1.2em;
	color: #333;
	list-style: none;
	text-decoration: none;
	font-family: 'Arvo', Georgia, serif;
}

a:hover {
	text-decoration: underline;
}

li:before {
	content: '–';
	padding-right: 10px;
}

h1, a, strong, h2 {
	color: #ef8f2a;
}

h2 {
	display: inline;
}

body, h1, h2, h1 + p, ul, table, tr, td {
	padding: 0px;
	margin: 0px;
}

h1{
	margin-bottom:10px;
}

h1, p, table {
	width: 440px;
}

img {
	border: none;
}

#logo {
	position: absolute;
	top: 65px;
	right: 0px;
}

#download {
	float: right;
}

#content {
	position: relative;
	margin: 0 auto;
	width: 875px;
	padding-bottom: 0px;
}

#nav {
	position: absolute;
	display: block;
	width: 140px;
	top: 50px;
	right: 100px;
}

#nav li:before {
	content: '';
	padding-right: 0px;
}

#nav li a {
	margin-left: 2px;
	-webkit-transition: margin 0.1s linear;
	-moz-transition: margin 0.1s linear;
}

#nav li a.current {
	padding-right: 0px;
	background: url('../images/butterfly.png') right top no-repeat;
}

#nav li a.current:after {
	margin-left: -10px;
	content: url('../images/butterfly.png');
}

#nav li a:hover {
	margin-left: 0px;
	text-decoration: none;
}

#float_img {
	position: absolute;
	bottom: -180px;
	right: -130px;
}

#footer {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	overflow: hidden;
}

#quest-additional {
	position: absolute;
	bottom: 0px;
	left: 250px;
	width: 190px;
	margin-bottom: 0px;
}

.innerCol{
	float:left;
	width:200px;
	margin:10px 20px 10px 0;
}

@media all and (max-width: 750px) {
	object, embed, #header, #footer, #float_img {
		display: none;	
	}
	#download {
		float: none;
	}
	#nav, #logo, #quest-additional {
		position: static;
		padding-bottom: 20px;
	}
	#nav {
		float: right;
	}
	#content, p, h1, table {
		clear: both;
		width: 320px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

@media all and (min-height: 800px) {
	#footer {
		position: fixed;
		bottom: 0px;
		left: 50%;
		width: 100%;
		margin-left: -50%;
		padding: 0px;
	}
	#float_img {
		position: fixed;
		bottom: 60px;
		left: 50%;
		width: 522px;
		margin-left: 50px;
		padding: 0px;
	}
	#content {
		padding-bottom: 240px;
	}
	#quest-additional {
		bottom: 240px;
	}
}

