*
{
    margin: 0px;
    padding: 0px;
}

body
{
    font: 1em Helvetica, Arial, sans-serif;
    background-color: #333;
    color: #fff;
	margin-top: 2em;
	background: #888 url(../images/bg.gif);
}

h1, h2, h3, h4, h5, h6
{
    font-family: Futura, "Century Gothic", Helvetica, Arial, sans-serif;
    font-weight: normal;
	
}

h1
{
	position: absolute;
	top: 0.1em;
	left: 0.1em;
	font-size: 2em;
	color: #111;
	text-shadow: 1px 2px 2px #aaa;
	opacity: 0.7;
}

h2
{
	font-size: 1.5em;
	letter-spacing: 0.1em;
}

p
{
   margin-top: 1em;
   line-height: 1.5em;
}

dl
{
	margin-top: 1em;
	line-height: 1.5em;
}

dt
{
	margin-top: 1em;
	font-weight: bold;
}

dd
{
	margin-left: 2em;
}

ul
{
	margin-top: 1em;
}

li
{
	margin-left: 2em;
}

#previous
{
	
	left: 0.1em;
	text-align: left;
}

#next
{
	right: 0.1em;
	text-align: right;
}

.navItem
{
	font-family: Futura, "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 4em;
	display: block;
	cursor: pointer;
	line-height: 1.5em;
	text-decoration: none;
	position: fixed;
	top: 2em;
	width: 1em;
	height: 10em;
	color: white;
	opacity: 0.3;
	
	display: none;
}

.qtip-wrapper
{
	-moz-box-shadow: 3px 4px 4px #111;
	-webkit-box-shadow: 3px 4px 4px #111;
	box-shadow: 3px 4px 4px #111;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#preview
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.floatClear
{
	clear: both;
}

.previewItem
{
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 2px;
	
	/*-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	
	-o-box-shadow: 1px 2px 8px #aaa;
	-icab-box-shadow: 1px 2px 8px #aaa;
	-khtml-box-shadow: 1px 2px 8px #aaa;
	-moz-box-shadow: 1px 2px 8px #aaa;
	-webkit-box-shadow: 1px 2px 8px #aaa;
	box-shadow: 1px 2px 8px #aaa;
	
	
	opacity: 0.7;*/
}


.activePreview
{
	background-color: white;
}

.projects
{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
}

.project
{
	position: relative;
	margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    max-width: 60em;
    min-width: 500px;
	height: 100%;
	
	background: #111 url(../images/bgdark.gif);
	padding: 5em;

	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	
	-o-box-shadow: 1px 2px 6px #aaa;
	-icab-box-shadow: 1px 2px 6px #aaa;
	-khtml-box-shadow: 1px 2px 6px #aaa;
	-moz-box-shadow: 1px 2px 6px #aaa;
	-webkit-box-shadow: 1px 2px 6px #aaa;
	box-shadow: 1px 2px 6px #aaa;
	
	/*opacity: 0.7;*/
	
}

.tags
{
	font-size: 0.8em;
}

.project .description
{
    margin-top: 1em;
    margin-bottom: 1em;
	font-size: 0.8em;
}

.project .description h3
{
	font-size: 1.5em;
	margin-top: 1.5em;
}


.project .image
{
	margin-top: 1em;
	text-align: center;
}

#instructions
{
	text-align: center;
	font-size: 0.8em;
	padding-bottom: 1em;
}

img
{
	border: 0px;
}

a
{
    color: yellow;
}