/*============================= Font Face for E-tard ================================*/


@font-face {
	font-family: "Franklin";
	src: url(fonts/FRAHV.EOT);
} 



/*============================= CSS3 Font Face ================================*/

@font-face {
	font-family: "Franklin";
	src: url(fonts/FRAHV.TTF) format("truetype");
}


/*============================= Standard Tags ================================*/

* {
	margin: 0;
	padding: 0;
}

html {
	background: url(../gfx/bg_blank.png) center 0 repeat-y;
	height: 100%;
}

body {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	height: 100%;
}

h1,h2,h3,h4,p {
	margin: 10px 0;
}

h2 { font: 2.3em/2.0em Franklin,Impact,"Arial Black"; color: #f17a2a; }
h3 { font: 1.8em/1.5em Franklin,Impact,"Arial Black"; color: #fdbb30; }
h4 { font-size: 1.4em; }



li {
	margin-left: 15px;
}

a {
	color: white;
	text-decoration: underline;
}

a:hover, a:focus {
	text-decoration: none;
}

a img {
	border: none;
}


input, textarea {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 12px;
	padding: 1px 3px;
	
}

.cb { clear: both; }
.cl { clear: left; }
.cr { clear: right; }

.fl {
	float: left; 
	margin-right: 15px;
}

.fr {
	float: right; 
	margin-left: 15px;
}

/*============================= Main Layout ===============================*/

#bg {
	background-image: url(../gfx/bg.png);
	background-repeat: no-repeat;
	background-position: center 55px;
}


#wrapper {
	background: url(../gfx/content_bg.jpg) 0 bottom no-repeat;
	background-color: #126576;
	position: relative;
	margin: 15px auto;
	width: 920px;
	height:auto !important; /* real browsers */
	min-height:100%; /* real browsers */
}

#title {
	padding-top: 84px;
	padding-left: 12px;
	background: url(../gfx/banner.jpg) 0 0 no-repeat;
	height: 423px;
}


#title h1 {
	margin: 0 0 0 25px;
	padding: 0;
}

#title h1 a {
	display: block;
	height: 68px; /* Don't forget print.css too */
	width: 236px; 
	text-indent: -2000em;
	overflow: hidden; /* IE */
	background: url(../gfx/logo.png) 0 0 no-repeat;
	outline: none;
}

#title h1 a:hover, #title h1 a:focus {
	background: url(../gfx/logo.png) 0 -68px no-repeat;
}




/*===================== Two Column Layout - Left Sidebar ==============================*/


#container2ls {
	width: 100%;
	float: right;
	margin-left: -320px;
	
}

#content2ls {
	margin-top: -120px;
	margin-left: 320px;
	padding: 20px 35px 60px 35px;
}

#sidebar2ls {
	margin-top: -120px;
	width: 250px;
	padding: 20px 35px 60px 35px;
	float: left;
}


#sidebar2ls h3 {
	font: 2.3em/2.0em Franklin,Impact,"Arial Black"; color: #fdbb30;
}

#sidebar2ls li {
	margin-bottom: 5px;
}


/*================================ Main Nav ==================================*/


#nav {
	position: absolute;
	top: 66px;
	left: 340px;
}

#nav ul { 
	list-style: none;
}

#nav li {
	position: relative;
	width: 250px;
}

#nav li a {
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 0 15px;
	text-decoration: none;
	line-height: 27px;
	outline: none;
}

#nav li a:hover, #nav li a.selected, #nav li a:focus {
	background: url(../gfx/nav_mo.png) -6px 0 no-repeat;
}

#s0 { margin-left: 0; }
#s1 { margin-left: 10px; }
#s2 { margin-left: 18px; }
#s3 { margin-left: 27px; }
#s4 { margin-left: 36px; }
#s5 { margin-left: 45px; }
#s6 { margin-left: 55px; }
#s7 { margin-left: 65px; }
#s8 { margin-left: 75px; }
#s9 { margin-left: 78px; }





/*============================= Footer =================================*/


#footer {
	position: absolute;
	width: 100%;
	bottom: 0;	
}

#footer ul {
	float: right;
	padding: 10px 0;
	display: none;
}

#footer ul li {
	float: left;
	margin: 0;
	list-style: none;
	padding: 0 10px;
	border-left: 1px solid #fff;
}

#footer ul li a {
	
}

#footer ul li:first-child {
	border-left: none;
}


/*============================= Content =================================*/

#googlemap {
	width: 250px;
	height: 400px;
	margin-top: 30px;
	background: white;
}

.googlemap {
	color: #666;
}

/*============================= Blog o Sphere =================================*/

.blogentry {
	margin-bottom: 40px;
}


.blogarchives ul {
	margin-bottom: 10px;
}

.comment {
	border-bottom: 1px dotted silver;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


/*============================= Record Set Paging =================================*/


.pages a, .pages span {
	display: block;
	float: left;
	padding: 4px 5px;
	margin: 0 6px 0 0;
	background: #999;
	width: 16px;
	text-align: center;
}

.pages span.current {
	font-weight: bold;
	background: #666;
	color: #fff;
}

.pages a {
	color: #666;
	text-decoration: none;
	color: #fff;
}

.pages a:hover {
	color: #fff;
	background: #555;	
}


/*============================= Social Networking =================================*/

ul.social li {
	list-style: none;
	display: inline;
	margin: 0 5px 0 0;
}


ul.social li a:hover img {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/*============================= Attractions =================================*/

.event {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}


