/* Global Tag Styles */
*
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 1em;
	text-decoration: none;
}

html
{
	overflow: -moz-scrollbars-vertical;
	overflow: -webkit-scrollbars-vertical;
	overflow-y: scroll;
	scrollbar-highlight-color: #605d4f;
	scrollbar-face-color: #292f2f;
}


body
{
	background: #292f2f url(../images/bg-main.jpg) repeat scroll center top;
	padding-top: 5px;
	font: 15px/25px "Arial" , Verdana, sans-serif;
	color: #999;
	-webkit-text-size-adjust: none;
}

a
{
	color: #666;
	text-decoration: underline;
}

a:hover, a:focus
{
	color: #c0c0c0;
}

a:active
{
	color: #000;
}

/* Id Tag Styles */
.slogan
{
	font-weight: bold;
	text-align: center;
	color: #000000;
}

#main
{
	width: 550px;
	margin: 0px auto;
	position: relative;
}

#header
{
	width: 550px;
	margin: 0px 0px 0px 0px;
	position: relative;
}

#content
{
	border-width: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
}

#footer
{
	height: 30px;
	width: 550px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
}

#content .panel
{
	background-color: #000000;
	border-width: 0px;
	margin: 0px 0px 0px 0px;
	width: 550px;
	padding: 0px 0px;
}

#content .panelheader
{
	color: #000000;
	text-align: center;
	font-weight: bold;
	background-color: #ff8040;
}

#content table
{
	border-spacing: 0px;
	border-width: 0px;
	width: 550px;
	background-color: #000000;
	font: 15px/17px "Arial" , Verdana, sans-serif;
	color: #bbb;
}

#content td
{
	padding: 10px 5px 10px 10px;
	background-color: #000000;
}

#content td.alt
{
	background-color: #151515;
}

#content td.objective
{
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

#content ul
{
	margin: 5px 0px 10px 10px;
	padding-top: 0px;
	padding-left: 20px;
}

#content a:link
{
	color: #e08253;
}

#content a:active
{
	color: #ffffff;
}

#content a:visited
{
	color: #e08253;
}

#content iframe
{
	border-width: 0px;
	margin: 0px 0px 0px 0px;
	height: 450px;
	width: 550px;
	padding: 0px 0px;
}

#navigation
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	height: 30px;
	padding: 0px 10px;
	background-color: #000000;
	line-height: 28px;
	font-weight: bold;
	z-index: 1;
}

#navigation li
{
	float: left;
	z-index: 1;
}

#navigation li a
{
	cursor: pointer;
	display: block;
	text-decoration: none;
	float: left;
	padding-right: 10px;
	margin-right: 5px;
	background: url(../images/listbackgroundcap.png) no-repeat right 30px;
	z-index: 1;
}

#navigation li a span
{
	cursor: pointer;
	display: block;
	float: left;
	padding: 1px 0 1px 10px;
	background: url(../images/listbackground.png) no-repeat 0 30px;
}

#navigation li a:hover, #navigation li a:focus
{
	background-position: right 0;
	text-shadow: #ddd 0 0px 0;
}

#navigation li a:hover span, #navigation li a:focus span
{
	background-position: 0 0;
}

#navigation li a:active
{
	background-position: right -30px;
	text-shadow: #eee 0 0px 0;
}

#navigation li a:active span
{
	background-position: 0 -30px;
	padding: 2px 0 0 10px;
}

.about #navigation li#nav-about a, .resume #navigation li#nav-resume a, .games #navigation li#nav-games a, .code #navigation li#nav-code a, .talks #navigation li#nav-talks a, .papers #navigation li#nav-papers a, .contact #navigation li#nav-contact a
{
	background-position: right -60px;
	color: #ffffff;
	text-shadow: #666 0 0px 0px;
	cursor: default;
}

.about #navigation li#nav-about a span, .resume #navigation li#nav-resume a span, .games #navigation li#nav-games a span, .code #navigation li#nav-code a span, .talks #navigation li#nav-talks a span, .papers #navigation li#nav-papers a span, .contact #navigation li#nav-contact a span
{
	background-position: 0 -60px;
}

