/* Global and template stuff */
body {
	padding: 0;
	margin: 0;
	background: #ddd;
	background-image: url("/img/bg3.gif");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link, a:visited, a:active { text-decoration: none; color: crimson; }
a:hover { text-decoration: underline; color: pink; }
a img { border: 0; }

h3 {
	font-family: 'Cabin Sketch', cursive;
	font-size: 30px;
	margin-bottom: 10px;
	padding-bottom: 0;
}

h6 {
	font-family: 'Courier';
	font-size: 30px;
	text-align: center;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.wrapper {
	background: #fdeeee;
	width: 900px;
	padding: 0 20px;
	margin: 0 auto;
}

.header {
	display: block;
	margin: 0 auto;
}

.nav {
	width: 940px;
	text-align: center;
}

.nav ul {
	list-style-type: none;
	padding-left: 0;
}

.nav ul li {
	text-align: center;
	display: inline;
	padding-right: 20px;
}

.nav ul li a {
	font-family: 'Cabin Sketch', cursive;
	font-size: 40px;
	text-decoration: underline;
}

.random-footer-image {
	margin-top: 20px;
	border: solid 1px #000;
	height: 200px;
	margin-bottom: 20px;
}

.footer .footer-left {
	float: left;
	font-family: 'Cabin Sketch', cursive;
	font-size: 30px;
}

.footer .footer-right {
	float: right;
	font-family: 'Cabin Sketch', cursive;
	font-size: 30px;
}

.footer .footer-center {
	text-align: center;
	font-family: 'Cabin Sketch', cursive;
	font-size: 30px;
}

/* News page */
.news-wrapper {
	margin-top: 20px;
}

.news-article {
	margin-bottom: 20px;
	border-bottom: solid 1px #CCC;
	padding-bottom: 20px;
}

.news-article:last-of-type {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.news-article-heading {
	font-family: 'Cabin Sketch', cursive;
	font-size: 26px;
}

.news-article-info {
	font-style: italic;
	margin-bottom: 5px;
	font-size: 12px;
}

/* Games page */
.game {
	background: #f1dbdb;
	padding: 20px;
}
.game-title {
	font-family: 'Cabin Sketch', cursive;
	font-size: 26px;
	float: left;
	margin-top: 10px;
}
.game-screenshots {
	float: right;
	margin-bottom: 20px;
}
.game-screenshots .screenshot {
	min-width: 10px;
	min-height: 10px;
	max-width: 100px;
	max-height: 100px;
	
}
.game-description {
	margin-bottom: 20px;
}
.game-location {
	float: left;
}
.location-title {
	float: left;
	padding-right: 10px;
	font-weight: bold;
}
.game-options {
	float: right;
}
.game-options ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
.game-options ul li {
	text-align: left;
	display: inline;
	padding-right: 20px;
}

/* Info page */
.contact-left {
	width: 49%;
	float: left;
}
.contact-right {
	width: 49%;
	float: right;
}
.contact-right iframe {
	border: solid 1px #000;
}

.deletegdc {
	background-color: :#ec008c;
	font-family: 'Helvetica';
	font-size: 20px;
	text-align: center;
}