/*********************
SCREEN STYLE
**********************/

* 
{
	padding: 0;
	margin: 0;
}

html	
{
	font: normal 65%/1.4 "Century Gothic", Arial, sans-serif;
	color: #fff;
	background: #060606 url(../images/bg.jpg) no-repeat;
}

body	
{
	width: 965px;
	margin: 0px auto;
	font-size: 1.3em;
}

a
{
	color: #fff;
}

a:visited
{
	color: #f0ff00;
}

a img
{
	border: none;
}

.top
{
	text-align: right;
	margin-top: 10px;
	padding-right: 12px;
	text-transform: uppercase;
	font-size: 0.8em;
	background: url(../images/top_arrow.png) no-repeat right 2px;
	
}

.top a, .top a:visited
{
	display: inline;
	text-decoration: none;
	color: #aaa;
}

.top a:hover
{
	color: #ccc;
}

.breaker
{
	clear: both;
}

.printonly
{
	display: none;
}

/*********************
HEADER
**********************/
#header
{
	margin-top: 20px;
	padding: 20px;
	background: #222 url(../images/headerstrip2.png) repeat-x;
}

.content_block, #footer
{
	margin-top: 20px;
	padding: 20px;
	background: #222 url(../images/headerstrip.png) repeat-x;
}

#header h1
{
	text-indent: -9999px;
	background: url(../images/header.png) no-repeat;
	margin-left: -3px;
}

/*********************
NAV
**********************/
#nav
{
	font-size: 1.3em;
	margin-bottom: -5px;
	margin-top: -10px;
}

#nav ul
{
	width: 100%;
}

#nav li
{
	display: inline;
}

#nav li a
{
	text-decoration: none;
	color: #aaa;
}

#nav li a:hover
{
	color: #fff;
}

#nav .active a
{
	font-weight: bold;
	color: #fff;
}

#nav li #contact
{
	font-weight: bold;
	text-align: right;
	color: #fff;
	float:right;
}

/*********************
HOMEPAGE BLOCKS
**********************/
.content_block ul li
{
	display: inline;
	margin-right: 30px;
	height: 100%;
}

.content_block ul
{
	height: 100%;
}

.content_block h2
{
	font-weight: 100;
	font-size: 1.3em;
	margin-bottom: 20px;
}

.content_block ul a img
{
	border: 3px #fff solid;
	margin-bottom: 30px;
}

.content_block ul a:hover img
{
	border: 3px #f0ff00 solid;
}

.content_block #lastItemToTheRight
{
	margin-right: 0px;
}

.content_block .lastRow a img
{
	margin-bottom: 0;
}

/*********************
PROJECTS
**********************/
#project h2
{
	font-weight: 100;
	font-size: 1.3em;
	margin-bottom: 20px;
	color: #f0ff00;
	text-transform: uppercase;
}

#project img
{
	border: 1px #000 solid;
	margin-bottom: 1em;
}

#project a
{
	text-decoration: none;
	color: #aaa;
}

#project a:hover
{
	color: #f0ff00;
}

.indentedList
{
	margin-left: 20px;
}

.nextprevious
{
	float: right;
	color: #f0ff00;
}

.nextprevious a, .nextprevious a:visited
{
	color: #aaa;
	text-decoration: none;
	text-transform: uppercase;
}

#project .nextprevious a:hover
{
	color: #fff;
}

.categoryName
{
	color: #fff;
	font-weight: 100;
}

/*********************
RESUME
**********************/
#resume ul
{
	margin-bottom: 1em;
	list-style-type: none;
}

#resume li
{
	display: block;
	margin-bottom: 0px;
	margin-right: 0px;
	color: #aaa;
}

#resume h3
{
	font-weight: 100;
	font-size: 1.1em;
	margin-bottom: 10px;
	color: #f0ff00;
}

#resume a img
{
	border: none;
}

#resume  dl, #resume img
{
	margin-bottom: 1em;	
}

#resume  dl dt
{
	float: left;
	clear: left;
	width: 100px;
	margin-right: 1em;	
}

#resume dl dd, #resume dl dd a
{
	color: #aaa;
	text-decoration: none;
}

#resume dl dd a:hover
{
	color: #f0ff00;
}

#resume h3, #resume ul, #resume dl, #resume img
{
	margin-left: 20px;
}

#resume .download
{
	float: right;
	color: #f0ff00;
}

#resume .download a
{
	text-decoration: none;
	font-size: .8em;
	text-transform: uppercase;
	color: #aaa;
}

#resume .download a:hover
{
	color: #fff;
}

#resume .download #pdf
{
	padding-right: 2em;
	background: url(../images/pdf.gif) no-repeat top right;
}

/*********************
EXTRA
**********************/
#extra ul
{
	float: left;
	list-style-type: none;
	height: 100%;
	width: 26%;
}

#extra li
{
	display: block;
	margin-bottom: 0.8em;
}

#extra li a
{
	text-decoration: none;
	color: #aaa;
}

#extra li a:hover
{
	color: #f0ff00;
}


/*********************
FOOTER
**********************/
#footer
{
	font-size: 0.9em;
	color: #aaa;
}

