/* General */
body
{
	background-color: #6CB3CE;
	background-image: url('../img/background2.png');
	font-family: 'Special Elite', arial, serif;
	background-repeat: no-repeat;
	background-position: center top;

	color: #333333;
	text-decoration: none;

	text-align: center;

	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:focus { outline: none; }

img { border-style: none; }

h1
{
	font-size: 20px;
	border-bottom: 1px solid;
	color: #50A61E;
	font-weight: bold;
}

h2
{
	font-size: 18px;
	text-decoration: underline;
	color: #FFF;
}

#ca_content p, .wbox
{
	font-size: 16px;
	background: #FFFFFF;
	padding: 10px;
	opacity: 0.80;
	filter: alpha(opacity=80);
}

.bold { font-weight: bold; }
.at { font-family: arial, serif; }
.smalltext { font-size: 10px; }
.validation_fail { border: 2px solid red; }
.validation_error_notice { color: red; }
.smallredtext { font-size: 10px; color: red; }

/* Nav */
#skel_nav_back
{
	background: #FFFFFF;
	height: 33px;
	opacity: 0.75;
	filter: alpha(opacity=75);
	position: fixed;
	top: 7px;
	width: 100%;
	z-index: 1000;
}

#skel_nav
{ 
	text-align:center;
	width: 100%;

	height: 33px;

	top: 10px;
	position: fixed;
	z-index: 1000;
}

#skel_nav a
{
	text-decoration: none;
	color: #333333;
}

#skel_nav a:hover { color: #50A61E; }

#skel_nav ul
{ 
	margin: auto;
	padding: 4px;
	font-size: 18px;
}

#skel_nav ul li
{
	display: inline;
	list-style-type: none;

	padding: 0px 20px 0px 20px;

	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #333333;
}

#skel_nav ul #nav_li_home { border-left: 0px; }
#skel_nav ul #nav_li_faq { border-right: 0px; }

#skel_nav .nav_selected
{ 
	color: #50A61E;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #50A61E;
}

#skel_nav .nav_selected a { color: #50A61E; }

/* Head */
#skel_head_a
{
	width: 925px;
	margin: auto;
	position:relative;
	z-index: 100;
	text-align: left;
	padding: 15px;
	margin-top: 25px;
	font-size: 45px;
}

#skel_lineup {
	width: 925px;
	margin: auto;
	background: #FFFFFF;
	position:relative;
	z-index: 100;
	text-align: left;
	padding: 15px;
	margin-top: 25px;
	opacity: 0.80;
	filter: alpha(opacity=80);
	font-size: 18px;
}

#skel_head_a { text-align: center; padding: 5px; height: 95%; width:955px; margin-top: 650px; margin-bottom: 75px;}

#defaultCountdown
{
	margin: auto;
	margin-top: 5px;
	width: 650px;
	font-size: 45px;
	padding-bottom: 25px;
	color: #FFF;
}

#hlt_buynow, #hlt_buynow a
{
	font-weight: bold;
	font-size: 45px;
	color: red;
	text-decoration: none;
	padding: 2px;
	margin-top: 2px;
	display: inline-block;
}

#lineup a { text-decoration: none; color: #333333;}

#hlt_buynow a:hover, #lineup a:hover { text-decoration: underline; }

.lu_sthead
{

	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: #50A61E;
}

/* Content */
#skel_content
{
	width: 1135px;
	margin: auto;
	position:relative;
	z-index: 100;

	margin-top: 15px;
}

#ca_content
{
	text-align: left;
	width: 1100px;
	margin-top: 15px;
	padding: 20px;
	background: #9FCFDF;
}

/* Featured */
#featured_cont
{
	margin: auto;
	width: 925px;
}

#featured a, #featured h2
{
	font-size: 25px;
	text-align: left;
}

/* Gallery */
#gallery_t img
{
	border: 1px solid white;
}

#gallery_cont .scrollWrapper
{
	padding: 10px;
	width: 95%;
	margin:auto
}

#gallery_cont
{
	margin-top: 10px;
}

/* Add This Social Media */
.addthis_toolbox .custom_images a {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
}
.addthis_toolbox .custom_images a img {
    opacity: 1.0;
    filter: alpha(opacity=100);
}
.addthis_toolbox .custom_images a:hover img {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

/* News */
.news_ft { 
	font-style:italic;
	border: 1px solid #CCCCCC;
	padding: 3px 100px 3px 5px;
	font-size: 14px;
}

#news_pagination
{
	width: 25%;
	background: #FFFFFF;
	padding: 5px;
	opacity: 0.65;
	filter: alpha(opacity=65);
	font-size: 14px;
}

/* Footer */
#skel_footer
{
	color: #DDD;
	font-style:italic;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#skel_footer a
{
	color: #EEEEEE;
}

#skel_footer a:hover
{
	color: #FFFFFF;
}

