@charset "UTF-8";

/* =================

Copyright 2009 The Oakman

Swatch Colours:
#990000 - Main Colour
#660000 - Dark Background
#990000 - Green Highlight
#333333 - Copy Colour

================= */ 


/* Resets */

* { 
	margin:0;
	padding:0;
}

img { 
	border: none; 
}



/* Links and type */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	background-color: #660000;
	line-height: 145%;
	text-align: left;
}

h1 {
	font-size:125%;
	color: #333333;
}

h2 {
	font-size:150%;
	color: #990000;
	margin-bottom: 10px;
}

h3 {
	font-size:125%;
	color: #990000;
	margin-bottom: 5px;
}
.newsdate {
	font-size: 75%;
	font-weight: normal;
	color: #666666;
}

p {
	margin-bottom: 8px;
}

a {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: none;
}


/* Structure */

#wrapper {
	text-align: left;
	width: 980px;
	background: #FFFFFF url(images/main-bg.jpg) repeat-y right top;
	margin: 0px auto 10px auto;
}

#header {
	margin-left: 10px;
	background-color: #660000;
	background-image: url(images/head-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#topimage{
	margin:0;
	padding:0;
	background-image: url(images/page-top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 10px;
	overflow: hidden;
}

#content {
	float: left;
	width: 450px;
	padding-right: 10px;
	padding-left: 20px;
}

#contentwide {
	float: left;
	width: 620px;
	padding-right: 10px;
	padding-left: 20px;
}

#Col-Alpha {
	float: right;
	width: 240px;
	padding-left: 10px;
}

#Col-Beta {
	float: right;
	width: 240px;
	padding-right: 10px;
}

#Col-Charlie {
	float: right;
	width: 320px;
	padding-right: 10px;
}

#footer {
	clear: both;
	margin-left: 10px;
	background: #FFFFFF url(images/footer-bg.jpg) left bottom no-repeat;
	min-height: 85px;
	padding-bottom: 5px;
	padding-top: 10px;
}

#testimonials {
	margin-left: 10px;
	margin-top: 10px;
}

#testimonials img {
	padding: 0 10px 10px 0;
	float: left;
}

#footer240 {
	width: 220px;
	padding: 0 10px 5px 10px;
	float: left;
}

#Col-Beta #footer240 img {
	padding: 0 10px 10px 0;
	float: left;
}

#footer480 {
	width: 460px;
	padding: 0 10px 5px 10px;
	float: left;
}

#footer480 ul {
	margin: 0px;
	padding: 0px;
}
#footer480 li {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

#events {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}

#events h3 {
	font-size: 125%;
}

#events img {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

#wrappertable {
	text-align: left;
	width: 325px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}

#contentnarrow {
	float: left;
	width: 290px;
	padding-right: 10px;
	padding-left: 20px;
}


/* Navigation */

#nav a {
	color: #990000;
	text-decoration: none;
	padding-left: 9px;
	background: #FFFFFF url(images/nav-left.gif) no-repeat left top;
	font-weight: bold;
	font-size: 120%;
}

#nav span {
	padding-right: 9px;
	background: url(images/nav-right.gif) no-repeat right top;
	padding-bottom: 1px;
	padding-top: 2px;
}

#nav a, #header a span {
	display: block;
	float: left
}

/* Hide from IE5-Mac \*/
#nav a, #nav a span {
	float: none
}
/* End hide */

#nav a:hover {
	color: #660000;
	padding-left: 9px;
	background: #FFFFFF url(images/nav-left-hover.gif) no-repeat left top;
}

#nav a:hover span {
	padding-right: 9px;
	background: url(images/nav-right-hover.gif) no-repeat right top;
}

#nav ul {
	list-style: none;
	padding: 0;
	float: right;
	margin: 0 15px 0 0;
}

#nav li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0 5px 0 0;
}


/* Calls to action */

#cta {
	background: url(images/cta-shadow.jpg) no-repeat right bottom;
	padding-bottom: 14px;
}

#cta-content {
	margin: 0 10px 0 10px;
	border: 1px solid #999999;
	border-bottom-style: none;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#cta-title   {
	margin: 0;
	font-size: 125%;
	line-height: 110%;
	background-color: #990000;
	font-weight: bold;
	background: url(images/cta-title.jpg) no-repeat top;
	padding: 3px 10px 3px 20px;
	color: #FFFFFF;
}
#cta-title a:link   {
	color: #FFFFFF;
}
#cta-title a:visited   {
	color: #FFFFFF;
}
#cta a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#cta  h3  {
	font-size: 125%;
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
}
#cta ul {
	margin: 0px;
	padding: 0px;
}
#cta li {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

#opening {
	margin-left: 10px;
	background: url(images/opening-bg.jpg) no-repeat bottom;
	padding-bottom: 14px;
	margin-bottom: 15px;
}
#opening a {
	text-decoration: none;
}

#opening p {
	padding: 0 24px 0 10px;
}

#opening h3 {
	padding: 8px 24px 0 10px;
	margin-bottom: 5px;
	background: url(images/opening-top.jpg) no-repeat left top;
}
#contact-number {
	float: right;
	width: 64%;
	padding-right: 24px;
	font-size: 135%;
	font-weight: bold;
	margin-bottom: 3px;
	color: #333333;
}
#contact-type {
	float: left;
	width: 20%;
	padding-left: 10px;
	font-size: 135%;
}

#charlie-break {
	margin-left: 10px;
	background-image: url(images/charlie-bg.jpg);
	background-repeat: repeat-y;
}

#charlie-break  hr {
	margin-left: 15px;
	margin-right: 25px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #666666;
	height: 1px;
}

#charlie-break p {
	margin: 0px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 8px;
	padding-left: 15px;
}

#charlie-break h3 {
	margin-bottom: 5px;
	background-image: url(images/charlie-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 150%;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 15px;
}
#charlie-break h4 {
	padding: 3px 25px 0 15px;
	margin-bottom: 5px;
	font-size: 125%;
	line-height: 110%;
}
#charlie-break img {
	margin-bottom: 10px;
	float: right;
	margin-left: 10px;
}
#charlie-break form {
	margin: 0px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 15px;
}

/* Menus */


#menucontainer {
	padding-right: 10px;
	margin-left: 10px;
	border: solid 1px #999999;
	border-top:none;
	border-right:none;
	border-bottom:none;
	background: url(images/cta-menu-shadow.jpg) no-repeat right top;
	float: right;
}

.menus {
	cursor: pointer;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	margin:0;
	background-color: #990000;
	padding: 3px 10px 3px 10px;
	font-weight: bold;
	font-size: 125%;
	color: #FFFFFF;
	background: url(images/cta-menu-title.jpg) repeat-x top;
}

.openmenu {
	cursor: pointer;
	margin:0;
	background-color: #990000;
	padding: 3px 10px 3px 10px;
	font-weight: bold;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	background: url(images/cta-menu-title.jpg) repeat-x top;
}

.themenu {
	color:#000000;
	padding: 10px 10px 2px 10px;
	border-right: solid 1px #999999;
}

#menucta {
	background-image: url(images/cta-bg.jpg) no-repeat left top;
	font-size: 125%;
	font-weight: bold;
	padding: 0 100px 0 20px;
	height: 58px;
	line-height: 115%;
	padding: 18px 0 0 0;
}
#menucta a {
	text-decoration: none;
	padding: 18px 0 0 0;
	color: #333333;
}
.small/* Misc */

 {
	font-size: 85%;
	text-align: right;
	line-height: 120%;
	color: #333333;
}
.reservations {
	font-size: 175%;
	text-align: left;
	font-weight: bold;
	color: #660000;
}


/* News */

#news {
	width: 218px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#newsstory {
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
#newsstory img {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
#newsstory h3 {
	font-size: 125%;
	margin-bottom: 10px;
}
#news a {
	font-style: italic;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

#news a:hover {
	font-style: italic;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

#news p {
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#pagination {
	font-weight: bold;
}


/* Tables */

#content td {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 5px;
}

#content td a {
	font-weight: normal;
	text-decoration: none;
}


/* Forms */

label {
	font-weight: bold;
}

input, select {
	margin-top: 2px;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 125px;
}

input[type="submit"] {
	background-color: #CCCCCC;
	margin-top: 2px;
}
input[type="radio"] {
	width: 15px;
}

input[type="checkbox"] {
	width: 15px;
}

.choose {
	width: 200px;
}


/* Table Request */

#table-request {
	background: url(images/table-base.jpg) no-repeat left bottom;
	padding-bottom: 20px;
	margin-left: 15px;
}

#table-request  h3 {
	margin-bottom: 5px;
	background-image: url(images/table-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 150%;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 15px;
}

#table-request p {
	padding: 0 25px 0 15px;
}

#table-request form {
	margin: 0px;
	padding: 0 25px 0 15px;
}
#feedback-request {
	float: left;
	width: 630px;
	margin-left: 20px;
	padding: 0px;
	background-image: url(images/feedback-bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#feedback-request h2 {
	margin-bottom: 5px;
	background-image: url(images/feedback-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 125%;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 15px;
}
#feedback-request p {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}
#content ul {
	margin-left: 20px;
}
#content li {
	margin-bottom: 5px;
}
