/*  
Theme Name: The Big A
Theme URI: 
Description: Custom WordPress Theme
Version: 1
Author: 
Author URI: 

*/

@charset "UTF-8";

/* Main ////////////////////////////////////////////////////////// */

/* Sets all Defaults to 0 */

* {
	padding: 0px;
	margin: 0px;
}

html, body  {
	font-family: Georgia, Times, serif;
	font-size: 20px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #ffffff;
	background: #000000;
}

#container {
	width: 989px;
	margin: 0px auto;
	position: relative;
}

.clearboth {
	clear: both;
	height: 0px;
}

/* Typography ////////////////////////////////////////////////////////// */

a:link, a:active, a:visited { 
	text-decoration: none; 
	color: #76080B;
}

a:hover, a:focus { 
	text-decoration: underline; 
	color: #DAA441; 
}

h2 {
	color: #ffffff;
	font-family: Georgia, Serif;
	font-size: 24px;
	margin-bottom: 10px;
}

p {
	padding-bottom: 15px;
}

ul, ol {
	padding-left: 15px;
	margin-bottom: 15px;
}

/* Forms ////////////////////////////////////////////////////////// */

.forms {
	width: 550px;
	border: 1px solid #0A2643;
	background-color: #ffffff;
	padding: 5px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.formsfour {
	width: 550px;
	height: 80px;
	border: 1px solid #0A2643;
	background-color: #ffffff;
	padding: 5px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.red {
	color: red;
	font-style: italic;
	font-size: 10px;
}

.submit_it {
	background-color: #5b7a9a;
	border: 1px solid #061b31;
	width: 100px;
	height: 30px;
	color: white;
}

/* Images ////////////////////////////////////////////////////////// */

.alignright {
   padding: 0px;
   margin: 0px 0px 5px 13px;
   display: inline;
   float: right;
}

.alignleft {
   padding: 0px;
   margin: 0px 13px 5px 0px;
   display: inline;
   float: left;
}

img {
	border: 0px;
}

/* Top Left ////////////////////////////////////////////////////////// */

#top_left {
	display: inline;
	float: left;
	width: 322px;
}

#logo {
	width: 322px;
	height: 100px;
	padding: 0px;
	margin: 0px 0px 16px 0px;
}

#logo h1 {
	margin: 0;
	padding: 0;
	background: url(images/logo.jpg);
	width: 322px;
	height: 100px;
}

#logo a {
	width: 322px;
	height: 100px;
	display: block;
	text-indent: -9999px;	
}

#frame {
	width: 312px;
	height: 232px;
	background: url(images/border.jpg);
	padding-top: 9px;
	margin-left: 4px;
}

#border {
	width: 295px;
	height: 224px;
	margin: 0px 8px 8px 9px;
	overflow-y: auto;
	text-align: center;
	font-size: 18px;
}

#border a {
	font-size: 12px;
	color: #ffffff;
	font-family: Verdana, Arial;
}

#reservations {
	width: 312px;
	height: 81px;
	background: url(images/reservations.jpg);
	text-indent: -9999px;
	margin-left: 4px;
}

/* Top right //////////////////////////////////////////////////////////////// */

#top_right {
	float: right;
	width: 655px;
}

#slider {
	width: 655px;
	position: relative;
	z-index: 1;
}

#address {
	width: 655px;
	height: 72px;
	text-indent: -9999px;
	background: url(images/address.jpg);
}

/* Navigation //////////////////////////////////////////////////////////////// */

#navigation {
	margin-top: 35px;
	width: 640px;
	height: 40px;
	padding: 6px 0px 0px 15px;
	background: url(images/nav.jpg);
	position: relative;
	text-align: center;
	position: relative;
	z-index: 10
}

ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	text-transform: uppercase;
}

ul.menu * {
	margin: 0; 
	padding: 0
}

ul.menu a {
	display: block; 
	color: #000; 
	text-decoration: none;
}

ul.menu li {
	position: relative; 
	float: left; 
	margin-right: 2px;
}

ul.menu ul {
	position: absolute; 
	top: 26px; 
	left: 0; 
	background: #d1d1d1;
	display: none; 
	opacity: 0; 
	list-style: none;
}

ul.menu ul li {
	position: relative; 
	border: 1px solid #aaa; 
	border-top: none; 
	width: 200px;
	text-align: left; 
	margin: 0;
}

ul.menu ul li a {
	display: block; 
	padding: 3px 7px 5px; 
	background-color: #d1d1d1;
}

ul.menu ul li a:hover {
	background-color: #c5c5c5;
}

ul.menu ul ul {
	left: 148px; 
	top: -1px;
}

ul.menu .menulink {
	padding: 5px 7px 7px;
	width: auto;
}

/* Body //////////////////////////////////////////////////////////////// */

.tri {
	display: inline;
	float: left;
	width: 282px;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial;
	margin: 10px 20px;
	padding-right: 20px;
	border-right: 1px solid #ffffff;
}

.tri strong {
	font-size: 16px;
}

.tri img {
	margin-bottom: 15px;
}

.tri_last {
	float: right;
	width: 282px;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial;
	margin: 10px 20px 10px 0px;
}

.tri_last strong {
	font-size: 16px;
}

.tri_last img {
	margin-bottom: 15px;
}

#content_container {
	background: #ffffff;
	width: 989px;
}

#dark_red {
	display: inline;
	float: left;
	width: 309px;
	height: 24px;
	background: #76080B;
	font-family: Georgia, Serif;
	font-style: italic;
	font-size: 20px;
	text-align: center;
	padding: 10px;
}

#light_red {
	float: left;
	width: 640px;
	height: 24px;
	background: #B81F24;
	font-family: Georgia, Serif;
	font-size: 21px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

#light_red a {
	color: #ffffff;
	margin-right: 40px;
}

#all_red {
	float: left;
	width: 969px;
	height: 24px;
	background: #B81F24;
	font-family: Georgia, Serif;
	font-size: 17px;
	padding: 10px;
	text-align: center;
}

#all_red a {
	color: #ffffff;
	margin-right: 15px;
}


#content {
	padding: 20px;
	color: #000000;
	font-size: 20px;
	text-align: center;
}

#hidden {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

/* Certificates //////////////////////////////////////////////////////////////// */

.certificate {
	margin: 0px auto;
}

.code {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

/* Footer ////////////////////////////////////////////////////////// */

#footer {
	width: 850px;
	height: 135px;
	border-top: 1px solid #ffffff;
	padding-top: 10px;
	position: relative;
	color: white;
	clear: both;
}

#footer_left {
	display: inline;
	float: left;
	width: 425px;
}

#footer_right {
	float: right;
	width: 425px;
	text-align: right;
}