body
{
font-family: Arial;
font-size: 16px;
}

#maincontainer
{
color: #ffffff;
text-align: center;
background-color: #ba221f;
border:2px solid;
width: 250px;
height: 350px;
border-radius:25px;
-moz-border-radius:25px; /* Firefox 3.6 and earlier */
}

#main {
	width: 100%;
	display: -webkit-box;
	margin: 0 0 0 0;
	padding: 0;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-align: stretch;
	-webkit-box-sizing: border-box;
	-webkit-transition: all 0.25s  ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
text-align: center;
color: #ffffff;
overflow: scroll;
-webkit-overflow-scrolling: touch;
height: 100%;
}

#homecontent
{
text-align: center;
}

.homebutton
{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#e6e6e6);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#e6e6e6));
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0),
		0px 1px 0px rgba(255,255,255,1);
width: 90%;

}

.homebutton a
{
color: #000000;
text-decoration: none;
font-weight: bold;
}

#content
{
height: 100%;
    top: 45px;
    right: 0;
    bottom: 0;
    left: 0;
background: #a90329; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #a90329 2%, #9b161b 47%, #6d0019 90%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(2%,#a90329), color-stop(47%,#9b161b), color-stop(90%,#6d0019)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, #a90329 2%,#9b161b 47%,#6d0019 90%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, #a90329 2%,#9b161b 47%,#6d0019 90%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, #a90329 2%,#9b161b 47%,#6d0019 90%); /* IE10+ */
background: radial-gradient(center, ellipse cover, #a90329 2%,#9b161b 47%,#6d0019 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#header
{
background-color: #291810;

}

#venuelist
{
width: 100%;
text-align: left;
}

.venue_item
{
height: 50px;
padding-left: 7px;
border-bottom-style: solid;
border-bottom-width: 2px;
border-bottom-color: #291810;
vertical-align: middle;
}

.venue_item a
{
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
font-size: 22px;
display: block;
height: 100%;
}

#map {
	width: 100%;
	display: -webkit-box;
	margin: 0 0 0 0;
	padding: 0;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-align: stretch;
	-webkit-box-sizing: border-box;
	-webkit-transition: all 0.25s  ease-in-out;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
color: #000000;
text-align: left;
}

#map a {
color: #ba221f;
}

#directionsPanel
{
color: #FFFFFF;
}

