/* @override http://www.whiteswanatfence.co.uk/data/themes/whiteswan/style.css */

/* @override http://www.whiteswanatfence.co.uk/data/themes/whiteswan/style.css */

/* @override http://whiteswanatfence.co.uk/data/themes/whiteswan/style.css */

/* @override http://whiteswanatfence.co.uk/data/themes/whiteswan/style.css */

/* @override http://localhost/whiteswanatfence/data/themes/whiteswan/style.css */

/* @override http://localhost/whiteswanatfence/data/themes/whiteswan/style.css */

/*		Resetting Stylesheet		*/

/*		1.	RESET MAIN ELEMENTS		*/

/*		2.	COMMON CLASSES			*/

/*		3.	TYPOGRAPHY				*/

/*		4.	FORMS					*/

/** 1.	RESET MAIN ELEMENTS **/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, 
*, .x {
	/* .x remo

ves any inherent styling to elements below */
	margin: 0;
	padding: 0;
	color: #333;
	background: transparent;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 101%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.60em;
	text-decoration: none;
	text-align: left;
	vertical-align: baseline;
	border: 0;
	outline: 0;
}

:focus {
	outline: 0;
}

ul, ol, dd {
	list-style-position: outside;
	list-style: none;
	line-height: 1.50em;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
}

dt {
	font-weight: bold;
}

dd {
	padding: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

table th {
	font-weight: bold;
}

hr {
	display: block;
	width: 100%;
	height: 1px;
	color: #aaa;
	background: #aaa;
	border: none;
}

/** 2.	COMMON CLASSES **/

.hide {
	display: none;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.nfloat {
	float: none;
}

.lfloat {
	float: left;
}

.rfloat {
	float: right;
}

.clear {
	clear: both;
}

.lclear {
	clear: left;
}

.rclear {
	clear: right;
}

.navigation {
	list-style: none;
}

.navigation li {
	display: inline;
}

.debug {
	border: 1px solid red;
}

/** 3.	TYPOGRAPHY **/

code, pre, var, .monospace {
	margin: 0.80em 0;
	font-family: "Palatino Linotype", "Courier New", monospace;
	line-height: 1.50em;
}

code strong, pre strong, 
	var strong, .monospace strong {
	color: #c33;
	background: inherit;
}

del {
	color: #888;
	background-color: inherit;
	text-decoration: line-through;
}

abbr {
	font-size: 0.90em;
	text-transform: uppercase;
	border-bottom: 1px dashed #ddd;
	cursor: help;
}

acronym {
	font-size: 0.90em;
	text-transform: uppercase;
	letter-spacing: 0.10em;
}

strong {
	font-weight: bold;
}

em, i, cite {
	font-style: italic;
}

u, .u {
	text-decoration: underline;
}

h1, h2, h3, 
h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 3.00em;
}

h2 {
	font-size: 2.50em;
}

h3 {
	font-size: 2.00em;
}

h4 {
	font-size: 1.60em;
}

h5 {
	font-size: 1.20em;
}

h6 {
	font-size: 1.00em;
}

s, strike {
	text-decoration: line-through;
}

sub {
	vertical-align: sub;
}

sup {
	vertical-align: sup;
}

u {
	text-decoration: underline;
}

p {
	margin: 0.50em 0 1.00em 0;
	line-height: 1.50em;
}

a {
	color: #06f;
	background-color: inherit;
	text-decoration: underline;
}

a:visited {
	color: #99c;
	background: inherit;
}

a:hover {
	color: #222;
	background: inherit;
}

a:active {
	color: #333;
	background: inherit;
}

blockquote, q {
	margin: 0.80em 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	quotes: "" "";
}

blockquote p, q p {
	margin: 0;
	padding: 0.80em;
	color: #666;
	background: inherit;
}

/** 4.	FORMS **/

fieldset {
	border: 0;
}

.input {
	clear: left;
}

label {
	display: block;
	float: left;
	padding: 3px;
	font-weight: bold;
}

label.xs {
	width: 50px;
}

label.s {
	width: 100px;
}

label.m {
	width: 150px;
}

label.l {
	width: 200px;
}

label.xl {
	width: 250px;
}

input.default, textarea.default,
select.default {
	float: left;
	padding: 3px;
	border: 1px solid #aaa;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

input.xs {
	width: 20px;
}

input.s {
	width: 50px;
}

input.m {
	width: 125px;
}

input.l {
	width: 200px;
}

input.xl {
	width: 300px;
}

button {
	padding: 2px 5px;
	color: white;
	background-color: black;
	font-weight: bold;
	text-align: center;
	border: 0;
	cursor: pointer;
}

button.xs {
	width: 15px;
}

button.s {
	width: 30px;
}

button.m {
	width: 50px;
}

button.l {
	width: 80px;
}

button.xl {
	width: 120px;
}

/* Default Stylesheet */

/** BODY ELEMENTS **/

body {
	font-size: .75em;
	text-align: center;
	background: url(images/body-bg.gif) no-repeat center top;
}

/** MAIN CONTAINERS **/

div#topshadowcontainer {
	height: 17px;
		width: 900px;
	text-align: left;
	border: 5px solid #FDB828;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0;
	border-bottom-style: none;
	background: #8B0A02 url(images/container-bg.gif) repeat-y center top;
}

div#shadowcontainer {

	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

	background: url(images/shadow-bg.jpg) repeat-y center;
}


div#container {
	width: 900px;
	text-align: left;
	border: 5px solid #FDB828;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0;


	background: #8B0A02 url(images/container-bg.gif) repeat-y center top;
}

#top-container {
	background: #730902 url(images/header-bg.jpg) repeat-x;
}

body.fullwidth div#container {
	width: 100%;
}

div#header {
	width: 910px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	background: url(images/header-in-bg.jpg) center;
}

div#header-in {
	padding: 14px;
	background-color: #8B0A02;
	border: 5px solid #FDB828;
	border-top-style: none;
	border-bottom-style: none;
}

#page-title {
	border-top: 1px dotted #FDB828;
	padding-top: 10px;
	padding-bottom: 2px;
}

#address {
	float: right;
	color: white;
	border-left: 1px dotted #FDB828;
	padding-left: 10px;
	margin-top: 30px;
}

#address p {
	color: white;
}

div#content-wrap {
	
}

div.content {

}

div#content-in {
	float: left;
	padding-top: 0px;
	margin-left: 10px;
	width: 866px;
}





div#footer {
	padding-bottom: 15px;
	border-bottom: 6px solid #8B0A02;
}

div.content-right {
	float: right;
	width: 550px;
	padding-left: 20px;
}

#content-left {
	width: 280px;
	float: left;
	margin: 0;
	padding: 0 0 0 15px;
}

div.content-single {
	width: 855px;
	float: left;
	margin: 0;
	padding: 0;	
}

div.content-single {
	width: 855px;
	float: left;
	margin: 0;
	padding: 0;	
}






div#footer-in {
	padding: 1px;
}

/** SUB CONTAINERS **/

* {
	
}

/** LISTS **/

#navcontainer {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dotted #FDB828;
	border-bottom: 1px dotted #FDB828;
}

* {
	
}

ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a {
	padding: 5px 20px;
	margin-right: 9px;
	font-size: 16px;
}

#navlist a:link, #navlist a:visited {
color: #fff;
background-color: #8B0A02;
	text-decoration: none;
}

#navlist a:hover, #navlist li a.active {
	
		background-color: #FDB828;
		color: black;
	text-decoration: none;
}



ul#food-drink {
margin-left: 0;
padding-left: 0;
list-style-type: none;	
}

#food-drink li {
		
	list-style-type: none;
	display: inline;
}

#food-drink a:link, #food-drink a:visited
{
color: #EEE;
text-decoration: none;
}

#food-drink a:hover
{
background-color: #FDB828;
color: black;
}

#food-drink li a {
display: block;
width: 85px;
background-color: #8B0A02;
border-bottom: 1px solid #eee;
margin-bottom: 5px;
text-align: center;
font-size: 14px;
padding: 45px 25px;
}

/* My Comment */



div#foodnav {
	

}


ul#forthcoming-events {
margin-left: 0;
padding-left: 0;
list-style-type: none;
	margin-top: 45px;
}

#forthcoming-events li {
	
	list-style-type: none;
	display: inline;
}

#forthcoming-events a:link, #forthcoming-events a:visited 
{
color: #EEE;
text-decoration: none;
}

#forthcoming-events a:hover
{
background-color: #FDB828;
color: black;
}

#forthcoming-events li a {
	width: 140px;
background-color: #8B0A02;
border-bottom: 1px solid #eee;
margin-bottom: 5px;
text-align: center;
font-size: 14px;
padding: 45px 8px;
	margin-right: 2px;
} 

/** TYPOGRAPHY **/

* {
	
}

h2 {
	font-size: 24px;
	margin-bottom: 5px;
	color: #8B0A02;
	margin-top: 5px;
}

h3 {
	font-size: 18px;
	margin-bottom: 5px;
	color: #8B0A02;
	margin-top: 5px;
}

/** FORMS **/

* {
	
}

input {
	font-size: 10pt;
	color: black;
	background-color: white;
	border: 1px solid black;
	border-left: 5px solid #8B0A02;
	padding: 4pt;
	margin: 5px;
}

textarea {
	font-size: 10pt;
	color: black;
	background-color: white;
	border: 1px solid black;
	border-left: 5px solid #8B0A02;
	padding: 4pt;
	margin: 5px;
}

/** END **/

/** END **/

div#sidebar.home {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding-top: 4px;
	padding-left: 9px;
	background-color: white;
	margin-top: 370px;
	padding-bottom: 4px;
}

div#sidebar.home h2 {
	font-size: 15px;
	font-weight: bold;

}

div#sidebar.home p {
	font-size: 11px;


}
