/*
Theme Name: BiteOnTheBeach
Theme URI: http://biteonthebeach.com/
Description: Bite On The Beach theme
Version: 0.3
Author: Steve Craig
Author URI: http://thescubageek.com.com/
Tags: fixed width, two columns
*/

/*********** main styles ***************/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #0099ff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #131;
}

a {
	color: #0099ff;
}

a:hover {
	color: #00226c;
}

hr
{
	border: none;
	border-top: 1px solid #999;
}

#container { 
	width: 1008px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* utility classes */
.alignleft {
	float: left;
	margin: 5px 10px 5px 0px;
}

.alignright {
	float: right;
	margin: 5px 0px 5px 10px;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.clear {
	clear: both;
}


/************** header ****************/

#header { 
	position: relative;
	display: block;
	height: 320px;
	width: 100%;
	background: #0099ff url('images/header.jpg') top left no-repeat;
	margin: 0px 0px;
} 

#header #restaurant
{
	position: absolute;
	color: #fff;
	top: 90px;
	left: 500px;
	font-size: 24px;
	font-family:Tahoma, Geneva, sans-serif;
}

#header #restaurant small
{
	font-size: 18px;
	color: #ccf;
}

#header #trip_advisor
{
	float: right;
	font-size: 10px;
	padding: 10px 40px 0px 0px;
	text-align: center;
	color: #ccf;
}

#header #info
{
	float: right;
	font-size: 12px;
	line-height: 18px;
	padding: 10px 10px 0px 0px;
	text-align: right;
	color: #ccf;
}

#header #info a
{
	color: #ccf;
}

#header #menu {
	position: absolute;
	top: 180px;
	left: 500px;
	width: 400px;
	font-size: 18px;
	z-index: 10;
	text-align: left;
}

#header #menu li
{
	list-style: none;
}

#header #menu a {
	display: inline-block;
	background: url('images/skull.gif') left no-repeat;
	height: 35px;
	line-height: 35px;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	padding: 0px 2px 0px 25px;
	color: #000;
	text-decoration: none;
	border: 1px solid #fff;
	margin-right: 10px;
}

#header #menu a:hover
{
	border: 1px solid #999;
	color: #09F;
}

/************************* main content ***************/


#mainContent { 
	position: relative;
	display: block;
	margin: 0px 0px;
	padding: 5px 100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-align:justify;
	background: #fff url('images/bg.jpg') top left repeat-y;
}

.alt
{
	background:#CCC;
}

.postmetadata
{
	padding: 5px 5px;
	clear: right;
}

.commentlist li
{
	padding: 5px 5px;
}

.navigation
{
	display: block;
	clear: right;
	float: right;
}

.prevlink
{
	float: left;
	text-align: left;
}

.nextlink
{
	float: right;
	text-align: right;
}

/************* footer ************/

#footer { 
	background: #0099ff url('images/footer.jpg') top left no-repeat;
	display: relative;
	font-size: 10px;
	text-align: center;
	clear: both;
	line-height: 14px;
	padding: 5px 160px;
	height: 120px;
	margin: 0px 0px;
} 

#footer li
{
	display: inline;
	list-style: none;
}

#footer #copyright
{
	float: left;
	text-align: left;
	padding-bottom: 10px;
}

#footer #wordpress
{
	float: right;
	text-align: right;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/********** HOME-SPECIFIC ***********/

#home_vid
{
	display: block;
	background: url('images/home_vid.gif') right top no-repeat;
}

#home_vid object
{
	display: block;
	border: 1px solid #000;
}

