@charset "utf-8";

/* CSS reset */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

img, div, a {behavior: url(iepngfix.htc);
}

html {
background-image:url(../images/marble-bg.jpg);
background-repeat:repeat-y;
background-color:#ffffff;
/* Height is 100%, so the body can be 100% */
height:100%;
}

body {
background-image:url(../images/home-bg.jpg);
background-repeat:repeat-x;
background-position:top center;
margin:0;
padding:0;
/* Height is 100%, so the tiled BG will tile all the way down
the page, not just as far down as the page's content
(when the content's height < window's height) */
height:100%;
}
/*
Hackety-hack-hack...
FF2, with the above code, will only display the repeat-y image for as
high as the window's viewport is; higher content (upon
scrolling) will not have the bg.
This "hack" makes the tiled background work properly in FF2.
This type of "advanced selector" is not understood by IE6...dunno
'bout IE7.
*/

html>body {
min-height:100%;
height:auto;
}

#wrapper {
	width:960px;
	margin: auto;
	min-height:350px;
}

#nav {
	width:960px;
	height:15px;
	padding:15px 0 8px 0;
	}

#nav-line {
	padding-bottom:80px;
	height:5px;
	}

#propeller {
	width:960px;
	float:right;
	text-align:right;
	height:25px;
	}

.proplink {
	font-size:10px;
	color:#c0bfbf;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	}

/*.nav-item{
	padding-right:26px;
	}*/

#address {
	display:inline;
	float:left;
	width:960px;
	text-align:right;
	height:28px;
	}

.address {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#6f6f6f;
	text-decoration:none;
	}
	
#content {
	float:left;
	display:inline;
	min-height:600px;
	padding-left:165px;
	}

#main {
	background-color:#ffffff;
	float:left;
	width:555px;
	min-height:600px;
	}

#right-col {
	float:right;
	background-color:#181818;
	width:240px;
	height:720px;
	padding:20px 0 0 0;
	text-align:center;
	}
	
#flash-buttons {
	width:220px;
	}
#openingtimes p{
	color: white;
	text-align:right;
	margin-right:28px;
	font-size:12px;
	}
#openingtimes span.small{
	font-size:11px;
	}

#text-area {
	padding:20px;
	}

p {
	font-family:Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	font-size: 14px;
	line-height: 18px;
	padding:5px 0 0 0;
	}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#b59fec;
	font-size:16px;
	padding-bottom:10px;
	}

a {
	color:#6a6a6a;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	}

#quick-link-area {
	padding-left:20px;
	text-align:left;

	}

.quick-link {
	padding-right:10px;
	border:0;
	}

.right-col-seperator {
	padding:10px 10px;
	}

li {
	list-style-type: none;
}

/**************************************** CSS forms *****************************************/

.button 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #b59fec;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding:3px;
	cursor:pointer;
	cursor:hand;
}

.link {
	font-weight: bold;
	color: #3b3b3b;
	text-decoration: none;
}

.errorText {
	color:red;
}
.error {
	font-weight:bold;
	color:red;
}

label {

	width: 115px;
	float: left;
	display: inline;
}

#forename, #address-address1, #company {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
	width:250px;
}

#surname {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
	width:250px;
}

#email {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
	width:250px;
}

#email2 {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
	width:250px;
}

#phone {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
	width:250px;
}

#reservation-guests {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
}

#comments {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
	width: 250px;
}

.formdropdown {
	background: #ffffff;
	border: 1px solid #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
}

.break-clear {
	clear:both;
	}
	
/* Press */

.press-thumb {
	padding:10px 20px 10px 0;
	}

/* About: Staff */
h2
{
	
}
.staff
{
	clear: both;
	padding: 10px 0;
}
.staff img
{
	float: right;
	margin: 10px;
}
.staff p, p.t12, p.t12mt
{
	font-size: 12px;
	margin: 0 0 10px 0;
}
p.t12mt
{
	margin-top: 10px;
}
.staff a, p.t12 a
{
	font-size: 12px !important;
	font-weight: bold;
}
.staff a:hover, p.t12 a:hover
{
	color:#b59fec;
}
.staff strong
{
	font-weight: bold;
}
.staff em
{
	font-style: italic;
}
.hr
{
	margin: 10px 0 0 6px;
}


/*Gallery Styling*/
br.clear{clear:both; height:1px; line-height:1px;}
div.floatleft{float:left;}
div.floatright{float:right;}
div.pagination div.floatleft a , div.pagination div.floatright a{
color:black;
font-size: 20px;
font-weight:bold;
line-height: 22px;
}
div.pagination div.floatright{margin-right:32px; display:inline;}

.events-outer {
	float:left;
	display:inline;
	margin-bottom:10px;
	width:500px;
}

.events-left {
	float:left;
	display:inline;
	width:330px;
}

.events-right {
	float:left;
	display:inline;
	width:150px;
		margin-top:20px;

}

.events-notext {
	float:left;
	display:inline;
	width:255px;
}
