﻿/* Colors:
Orange: #fbb040
*/
html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #ffffff;
	height: 101%;
}
body {
	border: 0px;
	background-color: #000000;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
td, div {
	font-size: 1.0em;
	line-height: inherit;
	vertical-align: top;
	text-align: left;
}
a {
	COLOR: #fbb040;
	CURSOR: pointer;
	TEXT-DECORATION: none;
}
a:hover {
	COLOR: #ffffff;
	TEXT-DECORATION: none;
}
.home_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
}
h1 {
	font-size: 2.0em;
	margin: 0px 0px 0px 0px;
	line-height: 125%;
}
h2 {
	font-size: 1.6em;
	margin: 0px 0px 0px 0px;
	line-height: 125%;
}

/* Tour Dates Section */
div.tour-container {
	display: block;
	width: 100%;
	text-align: left;
	margin: 0 0 20px 0;
}
div.tour-col1 {
	display: inline-block;
	width: 20%;
}
div.tour-col2 {
	display: inline-block;
	width: 56%;
	margin: 0 1% 0 1%;	
}
div.tour-col3 {
	display: inline-block;
	width: 20%;
	text-align: right;
}
div.tour-col3-tickets-link {
	display: block;
	width: 100%;
	text-align: right;
}
div.tour-col3-facebook-link {
	display: block;
	width: 100%;
	text-align: right;
	margin: 20px 0 0 0;
}