body {
    background: url("none") no-repeat scroll center top #F4F59B;
    font-size: 12px;
    overflow-x: hidden;
    overflow-y: auto;
}
h2 {
    font-size: 16px;
}
img.thumb {
    clear: both;
    display: block;
    float: none;
	margin: 14px 0px -10px 47px;
}
#nav {
    display: none;
}

@font-face { font-family: 'Futura LT BT';
	src: url('fonts/FutuLt__.ttf');
	src: local('Futura LT BT'), local('FuturaLTBT'), url('fonts/FutuLt__.ttf') format('truetype');}

#mobileNav {
    display: block;
	font-family: 'Futura LT BT';
	text-align: center;
}

#mobileNav h1
{
	margin: 0px auto;
}

#mobileNav h1 a
{
	color: #000;
	text-shadow:5px 5px 5px #9e9e56;
	font-weight: normal;
	font-size: 36px;
	text-decoration: none;
}

#mobileNav h1 a:active,
#mobileNav h1 a:hover
{
	color: orange;
	text-decoration: underline;
}

#mobileNav menu
{
	display: block;
	width: 100%;
	height: 23px;
	margin-left: -30px;
}

#mobileNav menu li
{
	list-style-type: none;
	display: block;
	float: left;
	width: 31%;
	margin-right: 2%;
	text-align: center;
	background: #49474D;
	
	/* Firefox v3.6+ */
	background-image:
	-moz-linear-gradient(50% 0% -90deg,
	rgb(73,71,77) 18%,
	rgb(0,0,0) 99%,
	rgb(71,69,75) 20%); 
	
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image:
	-webkit-gradient(linear,
	50% 0%,
	50% 100%,
	color-stop(0.18, rgb(73,71,77)),
	color-stop(0.99, rgb(0,0,0)),
	color-stop(0.2, rgb(71,69,75)));
	
	/* Chrome v10.0+ and by safari nightly build*/
	background-image:
	-webkit-linear-gradient(-90deg,
	rgb(73,71,77) 18%,
	rgb(0,0,0) 99%,
	rgb(71,69,75) 20%);
	
	/* Opera v11.10+ */
	background-image:
	-o-linear-gradient(-90deg,
	rgb(73,71,77) 18%,
	rgb(0,0,0) 99%,
	rgb(71,69,75) 20%);
	
	background-image:
	linear-gradient(-90deg,
	rgb(73,71,77) 18%,
	rgb(0,0,0) 99%,
	rgb(71,69,75) 20%);

	/* Firefox v1.0+ */
	-moz-border-radius:5px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:5px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:5px;
	
	filter:
		progid:DXImageTransform.Microsoft.gradient(startColorstr = #ff49474d,endColorstr = #ff000000,GradientType = 0);
	
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr = #ff49474d,endColorstr = #ff000000,GradientType = 0)";
}

#mobileNav menu li.last
{
	margin-right: 0px;
}

#mobileNav menu li a
{
	font-size: 16px;
	text-decoration: none;
	border: solid 0px #000;
	display: block;
	line-height: 25px;
}

#innerNav {
    border: 0 solid white;
    display: none;
    height: 60px;
    margin-left: 0;
    margin-top: 40px;
    overflow: hidden;
    width: 360px;
}
#main {
    height: auto;
    margin-left: 10px;
    overflow-y: auto;
    width: auto;
	background: #000;
    border:solid 2px #000000;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
	margin-bottom: 10px;
}
#main p {
	margin: 5px 30px 5px 30px;
}

#vidMain {
	height: auto;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
    text-align: center;
}
#player {
	width: 272px !important;
	height: 204px !important;
}