body { 
	background-image: url(images/background.jpg);
	margin: 0;
	font-family: Georgia, Times New Roman, serif;
	line-height: 1.65em;
}

h1 {
	 border-bottom: 1px solid #000000; 
	 margin-bottom: 0px;
	 font-weight: 700;
}

.faq h3 {
	padding-left: 10px;
	color: #fff;
	text-shadow: rgb(122,122,122) 2px 2px 10px;
}

.faq p {
	padding-left: 10px;
}

#container { 
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.vertical_bar_head { 
	clear: both;
	background-image: url(images/footer_bg.jpg);
	background-position: center;
	background-color: #000000;
	height: 150px;
	width: 100%;
}

.vertical_bar { 
	clear: both;
	background-image: url(images/footer_bg.jpg);
	background-position: center;
	background-color: #000000;
	height: 250px;
	width: 100%;
}

h1, h2, h3, h4 { 
	text-transform: uppercase;
}

ul { 
	list-style: none;
	text-align: left;
	margin: 0;
	padding-left: 10px;
}

ul.menu-list {
	list-style: disc;
	text-align: left;
	margin: 0;
	padding-left: 20px;
}

li { 
	margin: 0;
}

/*-- Links --*/

a:link { 
	text-decoration: none;
	color: #d84e47;
	transition: color .25s;
	-webkit-transition: color .25s;
	-moz-transition: color .25s;
	-ms-transition: color .25s;
	-o-transition: color .25s;
}

a:visited { 
	color: #fed665;
	text-decoration: none;
	transition: color .25s;
	-webkit-transition: color .25s;
	-moz-transition: color .25s;
	-ms-transition: color .25s;
	-o-transition: color .25s;
}

a:hover { 
	color: #36383d;
	transition: color .25s;
	-webkit-transition: color .25s;
	-moz-transition: color .25s;
	-ms-transition: color .25s;
	-o-transition: color .25s;
}

/*-- Header --*/

#header { 
	color: #fff;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header img { 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#header p {
	display: inline;
	line-height: .25em;
}

/*-- Navigation --*/

#nav_bar { 
	width: 100%;
	background-color: #000000;
}

#nav { 
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	color: #ffffff;
}

#nav a { 
	padding: 13px;
	color: #dee7f2;
	transition: background-color .25s;
	-o-transition: background-color .25s;
	-webkit-transition: background-color .25s;
	-moz-transition: background-color .25s;
	-ms-transition: background-color .25s; 
}

#nav a:hover { 
	background-color: #d84e47;
	transition: background-color .25s;
	-o-transition: background-color .25s;
	-webkit-transition: background-color .25s;
	-moz-transition: background-color .25s;
	-ms-transition: background-color .25s; 
}

#nav a:active { 
	background-color: #d84e47;
	box-shadow: #000 0px 0px 5px inset;
	-moz-box-shadow: #000 0px 0px 5px inset;
	-webkit-box-shadow: #000 0px 0px 5px inset;
	-o-box-shadow: #000 0px 0px 5px inset;
	transition: background-color .25s, box-shadow .25s;
	-o-transition: background-color .25s, -o-box-shadow .25s;
	-webkit-transition: background-color .25s, -webkit-box-shadow .25s;
	-moz-transition: background-color .25s, -moz-box-shadow .25s;
	-ms-transition: background-color .25s, -ms-box-shadow .25s;
}

/*-- Left Column --*/

.left_column {
	width: 580px;
	float: left;
}

.left_box {
	border-bottom: 1px dashed #000000;
	padding: 20px 0 20px 0;
	min-height: 340px;
}

.left_box h1 {
	 background-color:#ffffff;
	 padding: 10px 0 10px 0;
}

.left_box h4 {
	text-transform: none;
	font-size: 1.25em;
}

.left_box a:visited {
	color: #d84e47;
}

.left_column img { 
	border: 1px solid #d84e47;
	padding: 10px;
	margin-right: 20px;
	float: left;
	box-shadow: rgb(122,122,122) 0px 0px 10px;
	transition: box-shadow .5s, transform .5s;
	-webkit-transition: box-shadow .5s, -webkit-transform .5s;
	-o-transition: box-shadow .5s, -o-transform .5s;
	-moz-transition: box-shadow .5s, -moz-transform .5s;
}

.shows_list:hover { 
	transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	transition: box-shadow .5s, transform .5s;
	-webkit-transition: box-shadow .5s, -webkit-transform .5s;
	-o-transition: box-shadow .5s, -o-transform .5s;
	-moz-transition: box-shadow .5s, -moz-transform .5s;
	box-shadow: 0px 0px 30px #ccc;
}

/*-- Right Column --*/

.right_column { 
	padding: 0 0 20px 20px;
	width: 159px;
	float: right;
	border-left: 1px dashed #000000;
}

.right_box { 
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #000000;
}

.right_box img { 
	border: 1px solid #d84e47;
	padding: 10px;
	transition: box-shadow .25s;
	-webkit-transition: box-shadow .25s;
	-moz-transition: box-shadow .25s;
	-o-transition: box-shadow .25s;
}

.right_box img:hover { 
	box-shadow: 0px 0px 5px #ccc;
	transition: box-shadow .25s;
	-webkit-transition: box-shadow .25s;
	-moz-transition: box-shadow .25s;
	-o-transition: box-shadow .25s;
}

/*-- Show Widget --*/

.show_widget img {
	border: none;
	float: left;
	margin: auto;
	padding: 0;
	transition: box-shadow .25s, -webkit-transform .25s;
	-webkit-transition: box-shadow .25s, -webkit-transform .25s;
	-moz-transition: box-shadow .25s, -moz-transform .25s;
	-o-box-shadow .25s, -moz-transform .25s;
}

.show_widget img:hover {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transition: box-shadow .25s, -webkit-transform .25s;
	-webkit-transition: box-shadow .25s, -webkit-transform .25s;
	-moz-transition: box-shadow .25s, -moz-transform .25s;
	-o-box-shadow .25s, -moz-transform .25s;
	box-shadow: rgb(122,122,122) 0px 0px 10px;
	-o-transition: box-shadow .25s, -o-transform .25s;
	float: left;
}

/*-- Footer --*/

#footer { 
	clear: both;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: .90em;
	line-height: 1.5em;
}

#footer a:hover { 
	color: #dee7f2;
	transition: color .25s;
	-webkit-transition: color .25s;
	-moz-transition: color .25s;
	-ms-transition: color .25s;
	-o-transition: color .25s;
}

.foot_col { 
	width: 250px;
	padding-right: 16.5px;
	float: left;
	color: #ffffff;
	text-align: left;
}

.foot_col h4 { 
	border-bottom: 1px solid #fed665;
	padding: 0 0 10px 10px;
}

/*-- Red Button --*/

.button_red { 
	border-radius: 7.5px;
	padding: 10px;
	background-color: #d84e47;
	text-align: center;
	box-shadow: #000 0px 0px 1px;
	transition: box-shadow .25s;
	-webkit-transition: box-shadow .25s;
	-moz-transition: box-shadow .25s;
	-o-transition: box-shadow .25s;
	-ms-transition: box-shadow .25s;
}

.button_red a { 
	color: #ffffff;
}

.button_red:hover { 
	transition: box-shadow .25s;
	-webkit-transition: box-shadow .25s;
	-moz-transition: box-shadow .25s;
	-o-transition: box-shadow .25s;
	-ms-transition: box-shadow .25s;
	box-shadow: #000 0px 0px 6px;
	color: #f0f0f0;
}

.button_red:active { 
	transition: background-color .15s, box-shadow .15s;
	-webkit-transition: background-color .15s, box-shadow .15s;
	-moz-transition: background-color .15s, box-shadow .15s;
	-o-transition: background-color .15s, box-shadow .15s;
	-ms-transition: background-color .15s, box-shadow .15s;
	box-shadow: #000 0px 0px 3px inset;
	background-color: #c63d36;
	color: #f0f0f0;
}


/*-- Members Form --*/

#member {
	clear: both;
	padding-top: 20px;
}

#member td {
	padding: 10px;
}

#member .label {
	padding: 10px;
	background-color: #000;
	font-size: 1.5em;
	color: #fff;
}

/*-- Booking Form --*/

table {
	width: 580px;
}

.row {
	border: 1px dashed #000;
}

#book_box { 
	clear: both;
	padding: 20px 0 20px 0;
}

#book_box h1 {
	 background-color:#ffffff;
	 padding: 10px 0 10px 0;
}

#book_box h4 {
	text-transform: none;
	font-size: 1.25em;
}

#book_box a:visited {
	color: #d84e47;
}

textarea {
	width: 580px;
	height: 150px;
	background-image: url(images/textarea_bg.png);
	background-repeat: no-repeat;
}

.textright {
	width: 140px;
	text-align: right;
}

/*-- Gallery --*/

#gallery {
	width: 800px;
	height: 200px;
	margin: 0;
}

.picture_area {
	width: 780px;
	height: 115px;
	text-align: right;
	text-shadow: 2px 2px 10px #000;
	padding-right: 20px;
	color: #fff;
	font-size: 1.75em;
	padding-top: 80px;
	margin-left: auto;
	margin-right: auto;
}

/*-- Social --*/

#socialbar {
	position: absolute;
	top: 0px;
	margin-left: 698px;
	z-index: 2;
	width: 90px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	height: 35px;
	text-align: center;
	background-color: #000;
	float: right;
}

#socialbar img {
	display: inline-block;
	border: none;
	padding: 4px 2px;
	position: relative;
	top: -8px;
	transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-o-transition: -o-transform .5s;
}

#socialbar img:hover {
	transform: translate(0px, 4px);
	-webkit-transform: translate(0px, 4px);
	-moz-transform: translate(0px, 4px);
	-o-transform: translate(0px, 4px);
	transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-o-transition: -o-transform .5s;
}

/*-- Games --*/

.gametext {
	width: 110px;
	padding-left: 10px;
	display: inline;
}

#nes, #snes, #sega, #n64 {
	float: left;
	height: 280px;
	margin: 20px 0 20px 0;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px solid #d84e47;
	background-color: #fff;
}

.games img {
	border: 1px solid #d84e47;
	padding: 10px;
	margin-right: 20px;
	margin-top: 20px;
	box-shadow: 0px 0px 10px #ccc;
}

.nesgame {
	width: 100%;
	padding: 10px 0 10px 0;
	float: left;
	border-bottom: 1px dashed #000;
}

.nesgame:hover {
	color: #d84e47;
}

.snesgame {
	width: 100%;
	padding: 10px 0 10px 0;
	float: left;
	border-bottom: 1px dashed #000;
}

.snesgame:hover {
	color: #d84e47;
}

.segagame {
	width: 100%;
	padding: 10px 0 10px 0;
	float: left;
	border-bottom: 1px dashed #000;
}

.segagame:hover {
	color: #d84e47;
}

.n64game {
	width: 100%;
	padding: 10px 0 10px 0;
	float: left;
	border-bottom: 1px dashed #000;
}

.n64game:hover {
	color: #d84e47;
}

#customerName {
	display: block;
	padding: 10px;
	margin: 10px 0;
	font-size: 1.2em;
	width: 100%;
	box-sizing: border-box;
}

.member-form {
	padding: 20px;
	border-radius: 6px;
	background: #fff;
	border: 1px solid #666;
	margin: 20px 0;
	display: block;
	width: 400px;
	box-sizing: border-box;
}

.member-form button {
	width: 100%;
}

.member-form h3 {
	padding: 0;
	margin: 0;
}

.member-form p {
	font-size: 0.8em;
	margin-top: 0;
	padding-top: 0;
	line-height: 1.3em;
}

.perks {
	list-style-type: disc;
	margin-left: 20px;
}

/*--- GENERAL ---*/

.clear {
	clear:both;
}

.no-border {
	border:none;
}

.clearfix {
	clear: both;
}