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

a:hover, a:focus {
	text-decoration: underline;
}

.clear {
	clear: both;
}

#content img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#title {
	height: 88px;
	width: 246px;
	float: left;
}

h1 {
	text-indent: -9999px;
	float: left;
}

h1 a {
	display: block;
	background: url(../images/logo_full.png) no-repeat left top;
	float: left;
	height: 88px;
	width: 246px;
	position: relative;
	top: -30px;
	margin-left: 20px;
}

#navigation {
	background-color: #4a4006;
	height: 60px;
	width: 100%;
	margin-top: 40px;
}

.navlinks li {
	list-style-type: none;
	display: block;
	float: right;
	text-align: center;
	width: 100px;
	margin-top: 15px;
	margin-right: 20px;
}

.navlinks li a {
	text-decoration: none;
	color: #f0f0f0;
	font-size: 18pt;
}

.navlinks li a:hover {
	color: #9cf;
}

#bookmarks {
	float: right;
}

#introduction {
	color: #666;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

#content {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}

h2.news_headline {
	text-indent: -9999px;
	display: block;
	background: url(../images/headline_news.png) no-repeat left top;
	height: 50px;
	width: 217px;
	margin-bottom: 30px;
}

h2.error_headline {
	text-indent: -9999px;
	display: block;
	background: url(../images/headline_error.png) no-repeat left top;
	height: 56px;
	width: 189px;
	margin-bottom: 30px;
}

h2.about_headline {
	text-indent: -9999px;
	display: block;
	background: url(../images/headline_about.png) no-repeat left top;
	height: 56px;
	width: 274px;
	margin-bottom: 30px;
}

h2.portfolio_headline {
	text-indent: -9999px;
	display: block;
	background: url(../images/headline_portfolio.png) no-repeat left top;
	height: 56px;
	width: 369px;
	margin-bottom: 30px;
}

.news {
	margin-bottom: 30px;
}

.news .date, .news .author {
	color: #666;
	font-size: 12pt;
}

.news .title {
	color: #8cc147;
	font-size: 18pt;
	margin-top: 5px;
	margin-bottom: 5px;
}

.news .text {
	margin-top: 20px;
}

.game {
	margin-bottom: 30px;
}

.game .title {
	color: #8cc147;
	font-size: 18pt;
	margin-top: 5px;
	margin-bottom: 5px;
}

.game .author {
	color: #666;
	font-size: 12pt;
}

.game .description {
	margin-top: 20px;
}

.game .files {
	list-style-type: disc;
	margin: 15px;
}

#footer {
	background-color: #4a4006;
	height: 20px;
	width: 100%;
	margin-top: 40px;
}

#footer p {
	font-size: 10pt;
	color: #f0f0f0;
	text-align: center;
	padding-top: 2px;
}

.divider {
	height: 1px;
	background-color: #330;
}

.comment-date {
	font-size: 10pt;
	color: #666;
}
