/* CSS Document */
body,td,th {
	font-family: Optima, "Myriad Web", Arial, Helvetica, sans-serif;
	color: #BFBFBF;
	background-color:#000000;
}

a:link, a:visited, a:active {
	color: #DE0000;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
}

#homeContent {
	width: 700px;
	height: 375px;
	margin: 0 auto;
	background-image: url('images/star.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	top: -30px;
}

#innerContent {
    position: relative;
    margin: 0 auto;
    top: 110px;
	width: 400px;
	font-size: larger;
	text-align: center;
	color: white;
}

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




#header {
        position: relative;
   	width: 700px;
    	margin: 0 auto;
    	padding: 5px 0 8px 0;
    	text-align: center;
    	border-bottom: 1px white dotted;
}

#header img {
	border: none;
}

#navigation {
	color: white;
	margin: 0 auto;
	text-align: center;
	width: 700px;
	font-size: larger;
	font-weight: bolder;
	position: relative;
	top: 10px;
}

#navigation a {
	padding: 0 5px 0 5px;
}



#footer {
    position: relative;
	width: 700px;
	margin: 0 auto;
	font-size: smaller;
	padding: 10px 0 10px 0;
	text-align: center;
}

#preload {
	display: none;
	visibility: hidden;
}

#homeNavigation {
	text-align: center;
	width: 700px;
	margin: 0 auto;
	font-size: 1.3em;
	font-weight: bolder;
	padding: 10px 0 10px 0;
	color: white;
}

#homeNavigation a {
	padding: 0 8px 0 8px;
}

.quote {
       
}

.attribution {
    position: relative;
    left: 300px;
	text-align: left;
	font-style: italic;
	margin-top: 4px;
	margin-bottom: 10px;
}

#content {
	color: #ededed;
	font-size: .90em;
	line-height: 1.2em;
	letter-spacing: 0.12em;
}

#content a {
	font-weight: bolder;
}

.alignleft {
	float: left;
	margin: 0 6px 5px 0;
}

.alignright {
	float: right;
	margin: 0 0 5px 6px;
}

#portfolio {
	position: relative;
	width: 650px;
	margin: 0 auto;
	padding-bottom: 15px;
}

.portfolio-item {
	position: relative;
	height: 200px;
	margin-bottom: 20px;
}

.item-name {
	position: relative;
	font-size: 1.5em;
	border-bottom: 1px dotted white;
	padding-bottom: 3px;
}

.screenshot {
	float: right;
	margin-top: 20px;
}

a img {
	border: none;
}

h2 {
	text-align: center;
}

.highlight {
	color: #DE0000;
}
