/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2.8
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/
@import "ui.tabs.css";
@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
@import "style/css/demos.css";
@import "jquery.ui.base.css";
@import "jquery.ui.theme.css";
@import "jquery-ui-1.8.2.custom.css";


@charset "utf-8";

/*Eric Meyers Reset*/
html, body, div, p, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*Start Castle Durrow Styles*/

/*Global Styles*/
body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#ececec;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	color:#162240;
	line-height: 18px;
	font-size:12px;
	text-rendering: optimizeLegibility;
}
#boxwrap img{
	display:block;
        -webkit-transition: opacity 0.2s ease;
}
#boxwrap h2, #boxwrap h2 a:link, #boxwrap h2 a:visited{
	font-size:22px;
	line-height:22px;
	padding-bottom:8px;
	text-decoration:none;
	font-style:italic;
	color:#162240;
}
#boxwrap h2 a:hover{
	color:#10182c;
}
#boxwrap p{
	padding-top:0;
	margin-top:0;
}
h5{
	color:white;
	background-color:#162240;
	padding:10px;
	font-size:12px;
	clear:both;
	margin-top:20px;
	float:left;
	width:97%;
	text-transform: uppercase;
}
strong{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
p{
	padding-top:16px;
}
.goto{
	color:#162240;
	padding:6px 10px;
	float:left;
}
.goto:hover{
	background:#ececec;
	text-decoration:none;
	border:solid 1px #e6e6e6;
	margin:-1px;
}
.normlink{
	color:#162240;
	text-decoration:underline;
	font-weight:100;
	text-transform:uppercase;
	padding:3px;
}
.normlink:hover{
	background-color:#ececec;
	text-decoration:none;
	text-shadow: 0px 0px 2px #f5f5f5;
	filter: dropshadow(color=#f5f5f5, offx=0, offy=0);
}
#container{
	margin:auto;
	width:965px;
	text-align:left;
}
.breadcrumb {
	padding-bottom:16px;
	font-size:13px;
	color:#999;
}
.breadcrumb a, .breadcrumb a:visited{
	color:#666;
	text-decoration:none;
}
/*Header Navigation*/

#headnavcontainer{
	padding-left:19px;
	float:left;
	clear:both;
}

ul#headnavlist
{
width: 948px;
height:30px;
}

#headnavlist li
{
	position: relative;
 	float:left;
	color:grey;
}
#headnavlist a:link, #headnavlist a:visited
{
	display: block; 
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color: white;
	margin-bottom:-4px;
	padding: 11px 20px;
}
#headnavlist a:hover{
	background-repeat:repeat-x;
	border-top:3px solid #aa8127;
	padding-top:8px;
}
#headnavlist li.current_page_item a:visited, #headnavlist li.current_page_item a:hover,#headnavlist li.current_page_item a, #headnavlist li.current_page_parent a
{
	background-repeat:repeat-x;
	border-top:3px solid #aa8127;
	padding-top:8px;
}

/*End Navigation*/
#logo{
	clear:both;
	float:left;
	margin-top:28px;
}
#booking{
	float:right;
	background-color:#141f3b;
	-webkit-border-top-left-radius: px;
	-webkit-border-top-right-radius: px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: px;
	-moz-border-radius-topright: px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: px;
	border-top-right-radius: px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	width:370px;
	height:75px;
	margin-bottom:20px;
	position:relative;
	text-align:center;
	line-height:28px;
	font-size:11px;
	padding:10px;
	*margin-top:6px;
	_margin-top:0px;
}
#booking tbody{
	color:white;
	width:330px;
}
#booking select{
	font-size:11px;
	height:20px;
	padding:2px;
}
#booking .awesome{
	background-color:#3e4d78;
	border:none;
	color:white;
	cursor:pointer;
	font-size:11px;
	height:33px;
	padding:5px;
	position:absolute;
	right:20px;
	top:25px;
	*width:80px;
}
#booking a, #booking a:visited{
	color:#FFF;
	text-decoration:none;
	display:block;
}
#booking a:hover{
	 background-image:url(images/booking-hover_05.jpg);
}
#booking a, #booking a:visited{
	color:#FFF;
	text-decoration:none;
	display:block;
}
#booking a:hover{
	 background-image:url(images/booking-hover_05.jpg);
}

/*tabs*/
#tabswrapper{
	float:left;
	clear:both;
	position:relative;
	z-index:1;
}
#asoclogos{
	position: absolute;
	left: 0px;
	top: 331px;
}
#asoclogos img{
 	padding-right:7px;
	opacity:0.9;filter:alpha(opacity=90);
}
#asoclogos img:hover{
	opacity:10;filter:alpha(opacity=100);
}
/*Slide Sspans.. Thanks IE6*/
.displace {
	position: absolute;
	left: -5000px;
}
.slideone span, .slidetwo span, .slidethree span, .slidefour span, .slidefive span, .slidesix span{
	_display:none;
}
a.slideone {
	display: block;
	width: 682px;
	height: 410px;
	text-decoration: none;
	background-image:url(images/home-slie-1_14.jpg);
	_margin-right:-2opx;
}

a.slidetwo {
	display: block;
	width: 682px;
	height: 410px;
	text-decoration: none;
	background-image:url(images/restaurant-home-slide3p_14.jpg);
	_margin-right:-2opx;
}
a.slidethree {
	display: block;
	width: 682px;
	height: 410px;
	text-decoration: none;
	background-image:url(images/slide3_14.png);
	_margin-right:-2opx;
}
/*Home Boxes*/
#boxwrap{
	width:965px;
	float:left;
	line-height:18px;
	padding-bottom:58px;
	_padding-bottom:28px;
}
#boxwrap img{
	border: 3px solid #aa8127;
	margin-bottom:10px;
}
.boxp{
	height:130px;
	overflow:hidden;
}
#boxwrap img:hover{
	border: 3px solid #936706;	
	-moz-box-shadow: 0px 0px 8px #a3a3a3; -webkit-box-shadow: 0px 0px 8px #a3a3a3; box-shadow: 0px 0px 8px #a3a3a3;
}
#aboutbox, #boxtwo, #boxthree, #boxfour, #boxfive, #boxsix{
	background-image:url(images/box-bg_26.jpg);
	background-repeat:no-repeat;
	width:247px;
	height:294px;
	float:left;
	margin-top:26px;
	padding:24px 18px;
	overflow:hidden;
}
#aboutbox, #boxfour{
	clear:both;
}

#boxtwo, #boxfive{
	margin-left:56px;
	margin-right:56px;
	_margin-left:53px;
	_margin-right:53px;
	
}
#aboutbox a, #aboutbox a:visited{
	font-family:Arial, Helvetica, sans-serif;
	color:#1b3160;
	font-weight:bold;
	text-decoration:none;
}
#aboutbox a:hover{
	text-decoration:underline;
}
.findoutmorebutton a, .findoutmorebutton a:visited{
	color:white;
	text-decoration:none;
	display:block;
	text-shadow: 0px 1px 1px #656666;
	filter: dropshadow(color=#656666, offx=0, offy=1);
	background-image:url(images/findoutmorebutton_32.jpg);
	width:136px;
	height:28px;
	line-height:28px;
	text-align:center;
	margin-top:8px;
	clear:both;
}
.findoutmorebutton a:hover{
	color:#eaad28;
}

/*Footer Styles*/
#footerwide{
	background-image:url(images/footer_13.jpg);
	background-repeat:repeat-x;
	height:193px;
	clear:both;
	text-align:center;
	margin:auto;
}
#footerwrap{
	padding: 20px 0px 20px 10px;
	width:965px;
	margin:auto;
	text-align:left;
}
#footerwrap li{
	list-style:none;
	list-style-position:outside;
	line-height:22px;
	_line-height:11px;
}
#footerwrap li a, #footerwrap li a:visited {
	color:#666;
	text-decoration:none;
	display:block;
}
#footerwrap li a:hover{
	color:#333;
}
#footerleft{
	width:203px;
	float:left;
	padding-right:125px;
}
.by{
	float:right;
	margin-bottom:10px;
}

/*Footer Buttons*/
a.tripadvisor{
	background:url(images/tripadvisor-sprite.png);
	display: block;
	height:70px;
	width:222px;
}
a.tripadvisor:hover{
	background-position: 0px -82px;
}
a.tripadvisor:active{
	background-position: 0px -164px;
}
a.bramleys{
	background:url(images/bramleys-sprite.png);
	display: block;
	height:70px;
	margin-top:10px;
	width:222px;
}
a.bramleys:hover{
	background-position: 0px -82px;
}
a.bramleys:active{
	background-position: 0px -164px;
}
.displace {
	position: absolute;
	left: -5000px;
}

#footermid, #footerright{
	float:left;
	width:140px;
}
#footermid{
	padding-right:40px;
}
#footeroutlinks{
	float:left;
	width:140px;
	padding-left:35px;
}

/*Inner Page Template Styles*/

#secondarynavwrap{
	float:left;
	width:281px;
	margin-top:82px;
	clear:both;
	list-style:none;
	position:relative;
}
#secondarynavwrap li a{
	display:block;
	text-decoration:none;
	color:#CCC;
	height:28px;
	line-height:28px;
	padding-left:11px;
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
}
#secondarynavwrap li a:hover, #secondarynavwrap li.current_page_item a, #secondarynavwrap li.current_page_parent a{
	background-color:#aa8127;
}
#innerasoclogos{
	position: absolute;
	left: 0px;
	top: 249px;
}
#quotes{
	position: absolute;
	left: 0px;
	top: 349px;
	width:250px;
	color:#888;
	line-height:19px;
	font-size:12px;
}
#quotes a, #quotes a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#333333;
}
#innerasoclogos img{
 	padding-right:5px;
	opacity:0.9;filter:alpha(opacity=90);
}
#innerasoclogos img:hover{
 	padding-right:5px;
	opacity:10;filter:alpha(opacity=100);
}
#innerpagecontent{
	float:right;
	width:644px;
	background-color:white;
	margin-bottom:78px;
	padding:20px;
	overflow:hidden;
	margin-left:-30px;
	*margin-top:72px;
	font-size:13px;
	min-height:600px;
}
#innerpagecontent h3{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:22px;
	color:#828282;
	padding:10px 0px 0px;
	font-weight:100;
}

#innerpagecontent h4{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:30px 0px 0px;
	font-size:14px;
}
#innerpagecontent em{
	font-family:Arial, Helvetica, sans-serif;
	font-style:oblique;
}
#lastp{
	margin-bottom:20px;
}
.imgright{
	float:right;
	margin:0 0 20px 20px;
	padding:10px;
	clear:both;
	background-color:#eeeeee;
	-webkit-box-shadow: 0px 0px 8px #b3b3b3;
	-moz-box-shadow: 0px 0px 8px #b3b3b3;
	box-shadow: 0px 0px 8px #b3b3b3;
}
#infobox{
	width:230px;
	float:right;
	padding:20px;
	padding-top:5px;
	margin:30px 0px 10px 20px;
	background-color:#f6f6f6;
	border: solid #e3e3e3 1px;
	color:#666;
}
#infobox img{
	padding:10px 27px 0px 0px;
	opacity:0.9;filter:alpha(opacity=90);
}
#infobox img:hover{
	opacity:1;filter:alpha(opacity=100);
}

/*SlideShow Styles*/
#slideshow {
    position:relative;
    height:232px;
	width:644px;
}
 
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
 
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
 
#slideshow IMG.last-active {
    z-index:9;
}

/*Inner Page Buttons*/
.bookingbutton, .feedbackbutton, .menubutton{
	height:29px;
	line-height:29px;
	text-align:center;
	color:white;
	font-weight:bold;
	float:left;
	margin-top:18px;
}
.bookingbutton{
	background-image:url(images/booking-enquiry-button_03.jpg);
	width:193px;
}
.bookingbutton a, .booking a:visited, .feedbackbutton a, .feedbackbutton a:visited, .menubutton a, menubutton a:visited{
	color:white;
	text-decoration:none;
	display:block;
}
.bookingbutton a:hover, .feedbackbutton a:hover, .menubutton a:hover{
	color:#e7e8ea;
}
.feedbackbutton{
	background-image:url(images/feedbackbutton_05.jpg);
	width:232px;
	margin-right: 35px;
	margin-left: 35px;
}
.menubutton{
	background-image:url(images/menubutton_07.jpg);
	width:132px;
}
#tandclink{
	color:#999;
	margin-top:20px;
	float:left;
	padding-right:30px;
}
#tandclink:hover{
	color:#666;
}
/*End Inner Page Button Styles*/

/*Offers and Rates Specific Styles*/
#offers h4{
	text-transform: uppercase;
	font-size:14px;
	clear:left;
}
#offers em{
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-variant:small-caps;
	font-size:14px;
	color:#666;
}
ul#offers{
	padding-top:10px;
}
ul#offers li{
	padding-top:5px;
}
#offers h3{
	clear:both;
}
/*Activities Specific Styles*/
#activities li{
	padding-top:10px;
}
#activities ul{
	padding-bottom:10px;
}
#activities a, #activities a:visited{
	color:#333;
	padding:3px;
}
#activities a:hover{
	background-color:#ececec;
	text-decoration:none;
	text-shadow: 0px 0px 2px #f5f5f5;
	filter: dropshadow(color=#f5f5f5, offx=0, offy=0);
}
/*Beauty Salon Specific Styles*/
#beauty ul{
	padding:10px;
}
#beauty li{
	list-style-position:inside;
}
#beauty li a, #beauty li a:visited{
	color:#162240;
	line-height:28px;
	border-bottom:solid 1px #bbbbbd;
	text-decoration:none;
	display:block;
}
#beauty li a:hover{
	color:#666;
	text-shadow: 0px 0px 2px #ebebeb;
	filter: dropshadow(color=#ebebeb, offx=0, offy=0);
}
#treatments li{
	padding:5px;
	list-style:disc;
	list-style-position:inside;
	font-size:11px;
}
/*Reservation form Styles*/
input{
	height:20px;
	padding:3px;
	border-color: solid 1px #ececec;
}
select{
	height:30px;
	padding:3px;
}
textarea{
	padding:3px;
	border-color: solid 1px #ececec;
	width:280px;
}
.submitform{
	width:70px;
	height:37px;
	line-height:25px;
	color:white;
	background-color:#0f0f0f;
	border: 1px solid #343333;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:6px;
	padding-bottom:6px;
}
#pagnition a, #pagnition a:visited{
	color:#333;
}
#datepicker{
	z-index:11;
	position:relative;
}
#menu h4{
	border-bottom:1px #036 solid;
	padding-bottom:10px;
}
/*Contact Page Specific Styles*/
#contactform{
	clear:left;
	float:left;
	width:280px;
}
#contactdetails{
	float:left;
	padding-left:50px;
}
#map{
	width:644px;
	clear:both;
	float:left;
	padding-top:40px;
}
/*Wedding Special Styles*/
#weddingspecial ul, #conferences ul{
	padding-top:10px;
}
#weddingspecial li, #conferences li{
	list-style:inside disc;
	padding-bottom:5px;
}
/*Vouchers Pages Styles*/
#vouchers h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:20px 0 0 0;
}
#vouchers h2{
	border-bottom:1px solid #CCC;
	font-size:12px;
	padding:20px 0 10px 0;
	display:block;
	clear:both;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.addtobasket{
	padding:5px 10px 5px 10px;
	background-color:#003;
	color:white;
	float:right;
	text-decoration:none;
	font-weight:bold;
}


.gallery-listing img {
	border:4px solid white;
}
.gallery-listing img:hover {
	border:4px solid silver;
}
