/*  
Theme Name: Crab House
Theme URI: http://www.eightwebstudio.com
Description: Theme de Wordpress dise&ntilde;ado para Crab House Caribe
Version: 1.0
Author: eight web studio
Author URI: http://www.eightwebstudio.com/
*/

body {
	background: #c20a0b url(images/bg.jpg) repeat-x top;
	font: 14px "Times New Roman", Times, serif;
	color: #000;
}
form, a, img, iframe {
	border:0;
	margin:0;
	padding:0;
}
/* Main Container */ 
.main {
	background:url(images/bg-main.png) repeat-y center top;
	padding:0 10px;
	height:100%;
}
/* Header */
#header {
	width:inherit;
	height:auto;
	background:#000 url(images/bg-header.jpg) repeat-x top;
}
#logo a {
	display:block;
	height:135px;
	background:url(images/crab-house.png) center bottom no-repeat;
	margin:10px 0;
}
#tools {
	background:url(images/bg-tools.png) no-repeat right top;
	height:150px;
}
/* Hiddens */
#logo h1, #reserve span, #footer span {
	display:none;
}
#reserve a {
	display:block;
	background:url(images/reservations.jpg) center top no-repeat;
	height:83px;
	width:300px;
	margin-top:40px;
}
#reserve a:hover {
	background-position: bottom;
}
/* Menu */
#menu {
	width:920px;
	height:32px;
	margin:0 auto;
	padding:14px 10px 0 10px;
	background:url(images/bg-menu.png) bottom center no-repeat;
}
#menu ul li {
	position: relative;
	display: inline;
	margin: 0;
}
#menu li a {
	margin: 0;
}
#menu ul li ul {
	position: absolute;
	width: 150px;
	background-color: #000;
	top: 30px;
	left: -10px;
	display: none;
}
#menu a:link, #menu a:visited {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	padding:14px 14px 13px 14px;
	font-size:1.2em;
	border-right:1px solid #7d0c0c;
}
#menu a:hover {
	background:#000 url(images/hover.png) repeat-x;
}
#menu .current_page_item a:link, #menu .current_page_item a:visited {
	background:#000 url(images/hover.png) repeat-x;
}
/* Footer */
#footer {
	width:920px;
	height:auto;
	background:#f9eaea url(images/bg-footer.png) no-repeat top center;
	padding:10px;
	margin:0 auto;
	margin-top:10px;
	font-size:0.8em;
	color:#d4a1a1;
}
#footer li {
	float:left;
}
#flhome a {
	display:block;
	width:118px;
	height:62px;
	background:url(images/logo-footer.jpg) no-repeat left;
	margin:0 10px 0 0;
	border-right:1px solid #c30a0b;
	padding:0 10px 0 0;
}
#facebook a {
	display:block;
	width:79px;
	height:30px;
	background:url(images/facebook.jpg);
	margin:15px 10px 0 0;
}
#twitter a {
	display:block;
	width:98px;
	height:30px;
	background:url(images/twitter.jpg);
	margin:15px 10px 0 0;
}
#youtube a {
	display:block;
	width:66px;
	height:34px;
	background:url(images/youtube.jpg);
	margin:11px 10px 0 0;
}
#credits {
	text-align:center;
}
#content{
	margin-top:10px;
	width:800px;
	margin:10px auto;
	line-height:1.5em;
	}
	
#content iframe{
	width:100%;	
	}
	
#content a{
	text-decoration:none;
	color:#C00;
	padding:5px;
	}
	
#content a:hover{
	background:#C00;
	color:#FFF;
	padding:5px;
	}
	
#content h2{
	font-size:2.0em;
	display:block;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
	color:#000;
	}
.reservetbl{
	margin:20px auto;
	}
	
.reservetbl td{
	padding:5px;
	}
	
.reservetbl input, .reservetbl textarea{
	border:1px solid #CCC;
	padding:5px 10px;
	width:auto;
	}
	
.reservetbl input:hover{
	border:1px solid #C00;
	}
	
.reservetbl textarea{
	height:50px;
	width:300px;
	padding:5px;
	}
	
.reservetbl tr{
	border-bottom:1px solid #CCC;
	}
	
.reservetbl strong{
	color:#ccc;
	}