/* Global and template stuff */
body {
	padding: 0;
	margin: 0;
	background-image:url("/interstatearcade/img/TilingBackground.jpg");
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
}

a:link, a:visited, a:active { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; color: #555; }
a img { border: 0; }

h3 {
	font-family: 'Press Start 2P', cursive;
	font-size: 15px;
	margin-bottom: 10px;
	padding-bottom: 0;
}
h4{
	font-size: 16px;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.wrapper {
	width: 920px;
	background-image:url("/interstatearcade/img/MainPageBackground.png");
	background-repeat:repeat-y;
	padding: 0 20px;
	margin: 0 auto;
}

.header {
	display: block;
	margin-left: -140px;

}

.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: 'Press Start 2P', cursive;
	font-size: 20px;
	text-decoration: underline;
}

.random-footer-image {
	float: center;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	margin-left: -10px;

}

.footer .footer-left {
	float: left;
}

.footer .footer-right {
	float: right;
}

.footer .footer-center {
	text-align: center;
	font-family: 'Press Start 2P', cursive;
	font-size: 20px;
}

.session {
	padding-left: 240px;
	padding-right: 240px;
	margin-bottom: 40px;
}



/* tour page */
.tour-overview {
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-left: 30px;
}

.tour-overview-heading {
	font-family: 'Press Start 2P', cursive;
	font-size: 16px;
}
.tour-img {
	padding-bottom: 20px;
	padding-top: 20px;
	margin-left: 10px;
}


.tour-wrapper 
{
	margin-left: 40px;
	margin-right: 40px;
}

.tour-left {
	float: left;
	width: 48%;
}

.tour-right {
	float: right;
	width: 48%;
}

/* Games page */
.game {
	
	padding: 20px;
}
.game-title {
	font-family: 'Press Start 2P', cursive;
	font-size: 20px;
	float: left;
	margin-top: 10px;
}
.game-developer {
	font-family: 'Press Start 2P', cursive;
	font-size: 16px;
	float: left;
	margin-top: 10px;
}
.game-screenshots {
	float: right;
	margin-bottom: 20px;
	margin-right: 200px;
}


.game-screenshots img.screenshot {
	min-width: 10px;
	min-height: 10px;
	max-width: 100px;
	max-height: 100px;
}

.game-description {
	margin-bottom: 20px;
}
.game-location {
	float: left;
}

/* Cabs page */
.cabs-wrapper {
	
	padding: 20px;
}
.cabs-title {
	font-family: 'Press Start 2P', cursive;
	font-size: 16px;
	float: left;
	margin-top: 10px;

}
.cabs-screenshots {
	float: center;
	margin-top: 50px;
}


.cabs-screenshots .screenshot {
	min-width: 10px;
	min-height: 10px;
	max-width: 100px;
	max-height: 100px;
}

.cabs-description {
	margin-bottom: 20px;
}
.cabs-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;
}