/*-----------------------------------------
Basic Defaults
-----------------------------------------*/

/* Zero all defaults */
* { margin: 0; padding: 0; }

/* Page body style */
body {
	background:#070707;
	margin: 0;
	padding: 0;
	color: #666;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 62.5%;
	}

/* Clear floats with line break */
div.clear, br { clear: both; font-size: 2px; }


/*-----------------------------------------
Standard text links
-----------------------------------------*/

a { font-weight: normal; }

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #9ae5ff;
	border-bottom: none;
	}

a:focus, a:hover, a:active {
	color: #66b8f8; 
	text-decoration: none; 
	border-bottom: 1px dotted #999;
	}


#namespace {
	position: absolute;
	width: 349px;
	left: 80px;
	top: 40px;
	}

#nextspace {
	position: absolute;
	width: 50px;
	left: 694px;
	top: 40px;
	}

/*-----------------------------------------
Side Nav
-----------------------------------------*/

#content {
	position: absolute;
	width: 405px;
	left: 80px;
	top: 110px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #666;
	margin: 0;
	font-size: 11px;
	line-height: 16px;
	height: 998px;
	}

#content #footer {
	padding: 30px 0 0 0;
	text-align: left;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #666;
	margin: 0;
	font-size: 9px;
	}

#content h1 {
	padding: 10px 0 0 0;
	color: #66b8f8;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 12px;
}

#content h2 {
	color: #66b8f8;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
#content p {
	padding: 10px 0 0 0; 
}

#content ul {
	padding: 10px 10px 10px 0;
	list-style: none;
	}

#content li {
	padding-left: 24px;
	line-height: 22px;
	font-size: 10px;
	color: #999;
	font-weight: bold;
	
	}

#content li.back { background: url(media/icon_backarrow.png) 0% 50% no-repeat; }
#content li.video { background: url(media/icon_video.png) 0% 50% no-repeat; }
#content li.screenshot { background: url(media/icon_screenshot.png) 0% 50% no-repeat; }
#content li.wireframe { background: url(media/icon_wireframe.png) 0% 50% no-repeat; }
#content li.interactive { background: url(media/icon_interactive.png) 0% 50% no-repeat; }



#content a:focus, 
#content a:hover, 
#content a:active {
	border: 0;
	}

#content a:link img,
#content a:visited img {
	border: 2px solid #66b8f8; 
	}

#content a:focus img, 
#content a:hover img, 
#content a:active img {
	border: 2px solid #9ae5ff; 
	text-decoration: none;
	}




#thumbContent {
	position: absolute;
	width: 405px;
	left: 359px;
	top: 110px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #666;
	margin: 0;
	font-size: 11px;
	line-height: 16px;
	height: 998px;
	}

#thumbContent #footer {
	border: 0;
	padding: 30px 0 0 0;
	text-align: left;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #999;
	margin: 0;
	font-size: 9px;
	}
	
#thumbContent a:focus, 
#thumbContent a:hover, 
#thumbContent a:active {
	border: 0;
	}

#thumbContent a:visited img {
	border: 2px solid #440044; 
	}

#thumbContent a:link img {
	border: 2px solid #66b8f8; 
	}

#thumbContent a:focus img, 
#thumbContent a:hover img, 
#thumbContent a:active img {
	border: 2px solid #9ae5ff; 
	text-decoration: none;
	}		

	
	
#thumbContentLeft {
	position: absolute;
	width: 405px;
	left: 80px;
	top: 110px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #666;
	margin: 0;
	font-size: 11px;
	line-height: 16px;
	height: 998px;
	}

#thumbContentLeft a:focus, 
#thumbContentLeft a:hover, 
#thumbContentLeft a:active {
	border: 0;
	}
	
#thumbContentLeft a:visited img {
	border: 2px solid #440044; 
	}

#thumbContentLeft a:link img {
	border: 2px solid #66b8f8; 
	}

#thumbContentLeft a:focus img, 
#thumbContentLeft a:hover img, 
#thumbContentLeft a:active img {
	border: 2px solid #9ae5ff; 
	text-decoration: none;
	}	
	
	

