* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/img01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #000000;
}
#page #content .post .entry .lightbox img {
	padding: 10px;
}

body, th, td, input, textarea {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
}

form {
}

fieldset {
}

input, textarea {
	font-weight: normal;
}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #626456;
	border-bottom: 1px solid #626456;
}

input.button {
	background: #3C7BCF;
	border-top: 1px solid #3C7BCF;
	border-left: 1px solid #3C7BCF;
	border-right: 1px solid #3C7BCF;
	border-bottom: 1px solid #3C7BCF;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin-top: 1.5px;
	color: #dc0d1f;
}

h1 {
	letter-spacing: -1px;
	font-size: 18pt;
}

h2 {
	text-transform: uppercase;
	font-size: 12pt;
	font-weight: bold;
	color: #dc0d1f;
}

h3 {
	font-size: 14pt;
}
h6 {
}

p, ul, ol {
	margin-top: 14px;
	line-height: 12pt;
	font-size: 10pt;
}

ul, ol {
	margin-left: 30px;
}

blockquote {
	margin-left: 30px;
	margin-right: 30px;
}

a {
	text-decoration: none;
	color: #dc0d1f;
}

a:hover {
	border: none;
	text-decoration: underline;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #dc0d1f;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #dc0d1f;
}



/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* Menu */

#menu {
	height: 48px;
	width: 976px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	letter-spacing: -0.5px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 16px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #29060A;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #44090E;
	background-image: url(images/img01_back.jpg);
	background-repeat: repeat-x;
}

#menu .current_page_item a {
	padding: 15px 20px 16px 20px;
	color: #FFFFFF;
	background-color: #44090E;
	background-image: url(images/img01_back.jpg);
	background-repeat: repeat-x;
}

#menu .current_page_item_last a {
	padding: 15px 20px 16px 20px;
	color: #FFFFFF;
	background-color: #44090E;
	background-image: url(images/img01_back.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #280609;
}

#menu .last{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #280609;
}

/* Logo */

#logo {
	width: 900px;
	height: 261px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 30px;
	border-top: none;
	background-color: #000000;
	background-image: url(images/img02_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#page #content .post .entry .padding {
	margin-left: -20px;
}

#page #content .post .entry .note {
	font-size: 8pt;
	font-style: italic;
	color: #666666;
	line-height: 9pt;
}

.image {
	padding-right: 25px;
	padding-bottom: 25px;
}

#page #content .post .entry li {
	list-style-type: square;
	list-style-position: inside;
}

#page #content .post #specials .name {
	font-weight: normal;
	font-style: italic;
	color: #dc0d1f;
}

/* Reveals */

#reveal {
}

#reveal2 {
}

#reveal3 {
}


/* Content */

#content {
	float: left;
	width: 680px;
}

.post {
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	height: 40px;
	font-size: 25pt;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	padding-top: 10px;
	padding-right: 10px;
	font-weight: lighter;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9F1620;
	margin-right: 30px;
	margin-left: 30px;
}

.post h3.title {
	height: 40px;
	font-size: 15pt;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	font-weight: lighter;
}

.image {
}

.post .entry {
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 30px;
}

.post .entry .date {
	color: #666666;
	font-weight: normal;
	text-transform: capitalize;
}

.post .meta {
	margin: 0;
	padding: 0px 0px 0px 15px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CFCFCF;
}

.post .meta a {
	color: #75043D;
}

.post .links {
	margin: 0;
	padding: 0px 0px 15px 15px;
}

.post .tags {
	margin: 0;
	background: #F2F2F2;
	padding: 5px 10px 5px 15px;
	text-transform: uppercase;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.post .links a, .post .tags a {
	border: none;
}



/* Events */

#events {
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #000000;
	background-image: url(images/img07.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #7F7F7F;
}

#events h2 {
	margin: 0;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 5px;
}

#events h3 {
	margin: 0;
	padding: 15px 0  0 0px;
	font-size: 16pt;
}

#events h3 a {
}

#events p {
	line-height: 11pt;
	font-size: 9pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}

#events a {
	color: #dc0d1f;
}

#events h5 {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 10pt;
	text-transform: uppercase;
	color: #dc0d1f;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
}
#events .date {
	color: #666666;
}

/* Specials */

#specials {
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #000000;
	background-image: url(images/img06.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #dc0d1f;
}

#specials h2 {
	margin: 0;
	padding: 15px 0  0 0px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#specials h5 {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 10pt;
	text-transform: uppercase;
	color: #dc0d1f;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
}

#specials h6 {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12pt;
	text-transform: none;
	color: #CCCCCC;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	font-weight: lighter;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 0px;
}

#specials p {
	line-height: 11pt;
	font-size: 9pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B01842;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}

#specials a {
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #dc0d1f;
	padding: 0px;
}

#specials .date {
	color: #666666;
	text-transform: none;
	font-weight: normal;
}

/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 10px;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

#sidebar2 {
	width: 179px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#sidebar2 li h2 {
	height: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

#sidebar2 li ul {
	line-height: normal;
}

#sidebar2 li li {
	padding: 5px;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #dc0d1f;
}

#sidebar2 li a {
	background: url(images/img04.gif) no-repeat left 50%;
	border: none;
	padding-left: 8px;
	text-transform: none;
}

#sidebar2 li a:hover {
	border: none;
	padding-left: 8px;
}

#sidebar2 .highlight {
	color: #CCCCCC;
}

#sidebar2 .extension {
	color: #666666;
}


/* Footer */

#footer {
	background: #000000;
	height: 120px;
	padding-top: 20px;
}

#footer p {
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #333333;
	line-height: 8pt;
}

#footer a {
	color: #333333;
}

/* Calendar */

.main {
	width:180px;
}

.month {
	font:bold 12px helvetica;
	color:#dc0d1f;
	padding-top: 5px;
	padding-bottom: 5px;
}

.daysofweek {
background-color:#dc0d1f;
font:bold 10px helvetica;
padding: 2px;
color:white;
}

.days {
font-size: 10px;
font-family:helvetica;
color:#FFFFFF;
padding: 2px;
}

.days #today{
font-weight: bold;
color: #dc0d1f;
}
#page #sidebar2 select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
}
#page #content #specials img {
	padding-top: 10px;
}
#page #content .post .entry h4 {
	font-weight: normal;
	color: #dc0d1f;
}
#page #content .post .entry h5 {
	font-size: 9pt;
	color: #dc0d1f;
}

#page #sidebar2 p {
	font-size: 8pt;
	color: #666666;
	line-height: 8pt;
	text-align: justify;
}
.formtxt {
	color: #000000;
}
#story {
}
#page #content .post input {
	color: #000000;
}
#page #content .post .formtxt textarea {
	color: #000000;
}

/* Calendar */

#box1 {
	width: 170px;
	margin-left: 30px;
	margin-right: 5px;
	border-left: 1px dotted #999999;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 10px;
}

#box2 {
	width: 170px;
	float: right;
	margin-right: 8px;
	margin-left: 5px;
	border-left: 1px dotted #999999;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 10px;
}

#box3 {
	width: 170px;
	float: right;
	margin-right: 30px;
	margin-left: 5px;
	border-left: 1px dotted #999999;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 10px;
}

#box1 .date {
	color: #999999;
	text-transform: none;
	font-weight: normal;
}
#box2 .date {
	color: #999999;
	text-transform: none;
	font-weight: normal;
}
#box3 .date {
	color: #999999;
	text-transform: none;
	font-weight: normal;
}
#box1 h5 {
	color: #DC0D1F;
	font-size: 10pt;
	padding-top: 10px;
}
#box2 h5 {
	color: #DC0D1F;
	font-size: 10pt;
	padding-top: 10px;
}
#box3 h5 {
	color: #DC0D1F;
	font-size: 10pt;
	padding-top: 10px;
}
.post .entry .form {
	padding-top: 30px;
	padding-right: 300px;
	padding-bottom: 30px;
}
#page #content .post #box3 li {
	text-align: left;
	margin-left: -15px;
	font-size: 9pt;
	line-height: 9pt;
	padding-bottom: 10px;
}
#page #content .post .image img {
	text-decoration: none;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#page #content .post .image img a {
	text-decoration: none;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#bookings {
	float: left;
	height: 215px;
	width: 65px;
	position: static;
	z-index: 100;
}
#menu .last a {
	padding: 15px 20px 16px 20px;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #280609;
}
#page #content .post .title img {
	padding: 60px 0px 20px 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#page #sidebar2 img a {
	text-decoration: none;
	background-image: none;
}
#page #content .post .entry object {
	padding-bottom: 10px;
	padding-left: 10px;
}

#page #content .post .entry #socialcontainer {
	margin-top: 30px;
}

#page #content .post .entry #socialcontainer #social {
	float: right;
	width: 180px;
	padding-left: 20px;
	text-align: right;
	display: block;
}
#page #content .post .entry #socialcontainer.addthis_toolbox {
	margin-top: 30px;
}

.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;
}

