	
/* - - - - - - - - - - - - - - - - - - - - -

Title : The Well
Author : Skywire
URL : www.skywire.co.uk

Description : Layout Styles

Created : 18/12/2007
Modified : 04/02/2008

- - - - - - - - - - - - - - - - - - - - - */

/*
GLOBAL RESETS - http://developer.yahoo.com/yui/reset/
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}


/* DEBUG STYLES - move closing quote to test layout
#container {background:aqua !important;}
#navigation {background:orange !important;}
#primaryContent {background:yellow !important;}
#footer  {background:red !important;}
.one-column #primaryContent {background-color:#333;}
.two-column #primaryContent {background-color:#333;}
.two-column #secondaryContent {background-color:#ff0000;}
.three-column #primaryContent {background-color:#333;}
.three-column #secondaryContent {background-color:#ff0000;}
.three-column #tertiaryContent {background-color:green;}
*/


/*
CENTER CONTENT - http://d-graff.de/fricca/center.html
*/
html,body {height:100%;}
body {background:#d9d2c2; color:#666;font:100.01%/1.4 Cambria,Georgia,"Times New Roman",Times,serif;text-align:center; /* horizontal centering for IE Win quirks */}
#distance {width:1px;height:50%;background-color:transparent;margin-bottom:-300px; /* half of container's height */float:left;}
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	min-height:595px;
	height:auto !important;
	height:595px;
	width:956px;
	clear:left;
	background-image:url(/assets_botanist/img/pattern.gif);
	background-repeat:repeat-y;
}


/*
DIVS
*/
#navigation {
	width:956px;
	height:112px;
	/*float:right;*/
	position:absolute;
	bottom:0px;
	padding-top:32px;
	text-align:center;
	background-image:url(/assets_botanist/img/pattern_bottom.gif);
	background-repeat:no-repeat;
	background-position:0px 77px;

}
#content {
	padding:60px 0 60px 0;
	background-image:url(/assets_botanist/img/pattern_top.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top;
	margin:0px;
}
#primaryContent,
#secondaryContent,
#tertiaryContent {
	/*width:358px;*/
	float:left;
	padding-left:70px;
	padding-top:20px;
	/*background-color:#CCCCCC;*/
}
#footer {
	width:956px;
	position:absolute;
	bottom:-30px;
	left:0;
	text-align:center;
}
/*
NAVIGATION
*/
#navigation h3{
	top:0;
	left:0;
	height:37px;
	width:956px;
	text-indent:-9000px;
	margin:0;
	background-image:url(/assets_botanist/img/thebotanist_logo.gif);
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
}
#navigation #primaryNav {
	margin-left:60px;
}
#navigation #primaryNav a {
	color:#666;
	font-size:14px;
	line-height:18px;
	text-decoration:none;
	display:block;
	background: url(/assets_botanist/img/bg_nav.gif) no-repeat 0 0;
	text-indent:-9000px;
	outline:none;
	margin:2px 0;
	overflow:hidden;
	text-align:center;
}
#navigation #primaryNav a:hover {
	color:#330000;
}
#navigation #primaryNav .galleryCat a {
	font-size:12px;
	padding-left:0px;
	background:none;
	text-indent:0;
	display:none;
}
#body-gallery #primaryNav .galleryCat a {
	display:block;
}

#primaryNav li{
	float:left;
	display:block;
}
/* NAVIGATION */
#primaryNav #pNav-home {width:47px;}
#primaryNav #pNav-home a {background-position:0px 0px;}
#primaryNav #pNav-home a:hover {background-position:0px -30px;}
#body-home #primaryNav #pNav-home a {background-position:0px -60px;}

#primaryNav #pNav-contact {width:113px;}
#primaryNav #pNav-contact a {background-position:-47px 0px;}
#primaryNav #pNav-contact a:hover {background-position:-47px -30px;}
#body-contact #pNav-contact a {background-position:-47px -60px;}

#primaryNav #pNav-food {width:56px;}
#primaryNav #pNav-food a {background-position:-160px 0px;}
#primaryNav #pNav-food a:hover {background-position:-160px -30px;}
#body-food #primaryNav #pNav-food a {background-position:-160px -60px;}

#primaryNav #pNav-offers {width:119px;}
#primaryNav #pNav-offers a {background-position:-216px 0px;}
#primaryNav #pNav-offers a:hover {background-position:-216px -30px;}
#body-offers #primaryNav #pNav-offers a {background-position:-216px -60px;}

#primaryNav #pNav-times {width:106px;}
#primaryNav #pNav-times a {background-position:-335px 0px;}
#primaryNav #pNav-times a:hover {background-position:-335px -30px;}
#body-times #primaryNav #pNav-times a {background-position:-335px -60px;}

#primaryNav #pNav-catering {width:71px;}
#primaryNav #pNav-catering a {background-position:-441px 0px;}
#primaryNav #pNav-catering a:hover {background-position:-441px -30px;}
#body-catering #primaryNav #pNav-catering a {background-position:-441px -60px;}

#primaryNav #pNav-map {width:71px;}
#primaryNav #pNav-map a {background-position:-512px 0px;}
#primaryNav #pNav-map a:hover {background-position:-512px -30px;}
#body-location #primaryNav #pNav-map a {background-position:-512px -60px;}

#primaryNav #pNav-gallery {width:64px;}
#primaryNav #pNav-gallery a {background-position:-582px 0px;}
#primaryNav #pNav-gallery a:hover {background-position:-582px -30px;}
#body-gallery #primaryNav #pNav-gallery a {background-position:-582px -60px;}

#primaryNav #pNav-other {width:101px;}
#primaryNav #pNav-other a {background-position:-647px 0px;}
#primaryNav #pNav-other a:hover {background-position:-647px -30px;}
#body-venues #primaryNav #pNav-other a {background-position:-647px -60px;}

#primaryNav #pNav-recruit {width:87px;}
#primaryNav #pNav-recruit a {background-position:-748px 0px;}
#primaryNav #pNav-recruit a:hover {background-position:-748px -30px;}
#body-recruit #primaryNav #pNav-recruit a {background-position:-748px -60px;}



/*
FOOTER
*/
#footer .vcard {
	padding:20px 0 0px 20px;
}
#footer p {
	color:#666;
	font-size:12px;
	line-height:18px;
	margin:0;
}
#footer p a {color:#330000;text-decoration:none;font-weight:normal;font-size:12px;}
#footer p a:hover {text-decoration:underline;}
.one-column #primaryContent {}
.one-column #secondaryContent,
.one-column #tertiaryContent {display:none;}
.two-column #primaryContent {width:358px;}
.two-column #secondaryContent {width:400px;}
.two-column #tertiaryContent {display:none;}
.three-column #primaryContent {width:80px;padding-bottom:84px;}
.three-column #secondaryContent {width:170px;padding-bottom:84px;padding-left:20px;}
.three-column #tertiaryContent {width:490px;padding-bottom:84px;padding-left:20px;}
#body-times #primaryContent{padding-bottom:60px;}
#body-location #primaryContent{padding-bottom:60px;}

/*#body-location .two-column #tertiaryContent{
	display:inline;
	width:756px;
	background-color:#e4e0d4;
	padding:15px 0;
	margin:0 0 0 90px;
	margin-bottom:84px;
}
#body-location .two-column #tertiaryContent p {
	margin:0 0 20px 0;
	display:inline;
	clear:left;
	float:left;
	padding-left:30px;
	width:340px;
}*/

/*
GLOBALS
*/
.hide {display:none !important;}
.cloak {visibility:hidden !important;}
.clear {
	border: 0;
	clear: both;
	display: block;
	float: none;
	margin: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/*
TYPOGRAPHY
*/
h1,
h2,
h3,
h4,
h5 {
	color:#330000;
	margin:0 0 20px 20px;
}
h1 {
	font-size:20px;
	padding-top:5px;
	color:#330000;
	font-variant:small-caps;
	letter-spacing:1px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:17px;
	font-variant:small-caps;
	margin-bottom:0px;
	color:#330000;
	letter-spacing:1px;
}
h4 {
	font-size:17px;
	margin-bottom:2px;
	font-variant:small-caps;
	color:#330000;
	letter-spacing:1px;
}
h5 {
	font-size:14px;
	font-variant:small-caps;
	margin-bottom:0px;
	color:#330000;
	letter-spacing:1px;
	font-variant:normal;
}
h6 {
	font-size:14px;
	font-variant:small-caps;
	margin-bottom:0px;
	color:#330000;
	letter-spacing:1px;
	font-variant:normal;
	margin-left:20px;
}
h7 {
	font-size:17px;
	margin-bottom:12px;
	margin-left:100px;
	font-variant:small-caps;
	color:#330000;
	letter-spacing:1px;
}
h8 {
	font-size:17px;
	margin-bottom:12px;
	font-variant:small-caps;
	color:#330000;
	letter-spacing:1px;
}

p {
	color:#666;
	font-size:13px;
	line-height:18px;
	margin:0 20px 20px 20px;
}
p a {
	color:#330000;
	text-decoration:none;
	font-size:13px;
}
p a:hover {
	text-decoration:underline;
}




/*
PAGE SPECFIC
*/
#body-home #primaryContent p.blurb { /* off-screen but visable to spiders */
	position:absolute;
	top:-9000px;
	left:-9000px;
}
#body-home #primaryContent p,
#body-home #primaryContent div {
	padding:0;
	margin:0;
	line-height:0.5;
}
#body-home #primaryContent #flashhome,
#body-home #primaryContent #homeFlash {position:relative;left:2px;top:0;width:800px;overflow:hidden;} /* weird two px error on flash intro 
*/
#body-home .one-column #tertiaryContent {display:none;}

#body-location #primaryContent ul li {
    color:#666666;
    font-size:13px;
    line-height:18px;
    margin:0px 0px 0px 35px; 
	list-style:disc;
	padding:0px;
}




p.agree,
p.agree a {
	font-size:10px;
	font-weight:normal;
}

#body-location #secondaryContent p,
#body-times #secondaryContent p,
#body-parties #secondaryContent p,
#body-weddings #secondaryContent p,
#body-offers #secondaryContent p,
#body-recruit #secondaryContent p,
#body-venues #secondaryContent p {
	padding:0;
	margin:0;
}

#body-location #flashmap,
#body-times #flashtimes,
#body-parties #flashparties,
#body-weddings #flashweddings,
#body-offers #flashoffers,
#body-recruit #flashrecruit,
#body-venues #flashvenues {
	padding:0;
	margin:0;
	line-height:0.5;
}

p.tube {
	background: url(/assets_botanist/img/bg_tube.gif) no-repeat 0 0;
	line-height:35px;
	padding-left:40px;
}

#body-offers #primaryContent h3 {
	margin-bottom:2px;
}



#body-food #tertiaryContent {}
#body-food #tertiaryContent ul {margin-bottom:20px;}
#body-food #tertiaryContent ul li {clear:both;position:relative;}
#body-food #tertiaryContent ul li {margin:0 105px 3px 20px;color:#666;
font-size:13px;
line-height:18px;}
#body-food #tertiaryContent ul li strong {display:block;font-size:10px;color:#666;line-height:14px;font-style:italic;padding:1px 0 2px 0;}
#body-food #tertiaryContent ul li em {
	color:#330000;
	display:block;
	position:absolute;
	left:395px;
	bottom:1px; /* change to top for IE !!!!????? */
	width: 100px;
}
#body-food #tertiaryContent h4 {position:relative;}
#body-food #tertiaryContent h3 {margin:5px 0 0 20px;font-size:12px;}
#body-food #tertiaryContent h4 strong {position:absolute;left:345px;top:0;text-transform:none;}
#body-food #tertiaryContent strong {color:#330000;}

#body-food #primaryContent ul,
#body-food #secondaryContent ul {
	padding-left:20px;
}
#body-food #primaryContent ul li p,
#body-food #secondaryContent ul li p {
	margin:0 0 3px 0;
}
#body-food #primaryContent ul li p a,
#body-food #secondaryContent ul li p a {
	color:#666;
	font-weight:normal;
	font-size:13px;
}
#body-food #primaryContent ul li p a:hover,
#body-food #secondaryContent ul li p a:hover,
#body-food #primaryContent ul li.currentEntry a,
#body-food #secondaryContent ul li.currentEntry a {
	color:#330000;
}



#body-location #secondaryContent {
padding-bottom:30px;}






#calender {
	background-color:#00005d;
	padding:7px 0 2px 7px;
	margin:0 15px 0 20px;
}
#calender div.month {/* IE min-height fix - http://www.dustindiaz.com/min-height-fast-hack/ */
	border:1px solid #669;
	width:172px;
	min-height:112px;
	height:auto !important;
	height:112px;
	float:left;
	margin:0 5px 5px 0;
	background-color:#006;
}
#calender div#currentMonth {/* IE min-height fix - http://www.dustindiaz.com/min-height-fast-hack/ */
	border:3px solid #fff;
	width:168px;
	min-height:108px;
	height:auto !important;
	height:108px;
	background-color:transparent;
}
#body-calender #primaryContent h4 {
	margin:14px 11px 0;
}
#body-calender #primaryContent p {
	margin:0 11px;
	font-size:12px;
}
#body-calender #pullQuote h2 {margin-bottom:10px;font-size:14px;font-weight:normal;color:#666699;border-bottom:1px solid #222266;margin-right:20px;padding-bottom:5px;}
#body-calender #pullQuote h2 strong {font-weight:bold;color:#ccccff;text-transform:uppercase;}
#body-calender #pullQuote p {font-size:13px;margin:0pt 20px 20px;}
#body-calender #pullQuote #back {margin-top:20px;margin-bottom:10px;}
#body-calender #pullQuote p img {float:right;margin:0 0 0 10px;}
#body-calender #pullQuote ul {list-style-type:disc;}
#body-calender #pullQuote ol {list-style-type:decimal;}
#body-calender #pullQuote li {font-size:13px;margin:0pt 20px 5px;color:#9999CC;}






#body-contact {}
#body-contact #reservation {margin-top:45px;margin-left:10px;}
#body-contact #reservation p {padding:0;margin:0;margin-bottom:5px;}
#body-contact #reservation p label {
	display:block;
	width:120px;
	float:left;
	font-size:12px;
}
#body-contact #reservation p .txt,
#body-contact #reservation p .select,
#body-contact #reservation p .textbox {
	background-color:#e4e0d4;
	border:none;
	color:#330000;
	font-family:Cambria,Georgia,"Times New Roman",Times,serif;
	float:left;
	font-size:12px;
	line-height:18px;
}
#body-contact #reservation p .txt,
#body-contact #reservation p .textbox {
	width:225px;
	padding:1px 2px;
	border:1px solid #e4e0d4;
}
#body-contact #reservation p .txt:focus,
#body-contact #reservation p .textbox:focus {
	background-color:#fff;
}
#body-contact #reservation p .select {
	background-color:#fff;
	color:#330000;
	margin-right:2px;
	line-height:18px;
	height:18px;
}
#body-contact #reservation p .txt {height:18px;}
#body-contact #reservation p .textbox {height:118px;}
#body-contact #reservation p.agree {margin-top:10px;background:url(/assets_botanist/img/btn_processing.gif) no-repeat -200px -200px;}
#body-contact #reservation p.submit {text-align:right;margin-right:40px;margin-top:10px;}
#body-contact #errorHolder {position:absolute;top:60px;left:505px;width:355px;}
#body-contact #errorHolder p {margin:0;background-color:#e4e0d4;padding:10px;color:#330000;}
#body-contact #reservation p.required label {color:#330000 !important;}
#body-contact #reservation p.required input {border-color:#666 !important;background-color:#fff !important;}









#body-gallery .one-column #secondaryContent {display:none;}

#body-gallery .one-column #tertiaryContent {display:none;}

#body-gallery .photo-gallery-clip-region {width:800px;}
#body-gallery #photo-gallery {margin:0 0;background-color:#d9d2c2;padding-bottom:60px;}
#body-gallery #photo-gallery #photo-gallery-nav {position:relative;}
#body-gallery #photo-gallery #photo-gallery-nav li {position:absolute;display:block;top:163px;}
#body-gallery #photo-gallery #photo-gallery-nav li a {text-indent:-9000px;outline:none;display:block;width:17px;height:19px;overflow:hidden;background: url(/assets_botanist/img/btn_gallery.gif) no-repeat 0 0;}

#body-gallery #photo-gallery #photo-gallery-nav li#prev {left:50px;}
#body-gallery #photo-gallery #photo-gallery-nav li#prev a {background-position:0 -19px;}
#body-gallery #photo-gallery #photo-gallery-nav li#prev a:hover {background-position:0 0;}
#body-gallery #photo-gallery #photo-gallery-nav li#next {right:50px;}
#body-gallery #photo-gallery #photo-gallery-nav li#next a {background-position:-17px -19px;}
#body-gallery #photo-gallery #photo-gallery-nav li#next a:hover {background-position:-17px 0;}

#body-gallery #photo-gallery #photo-gallery-image {text-align:center;height:345px;}
#body-gallery #photo-gallery .photo-gallery-list li {background-color:#e4e0d4;padding:4px;display:block;margin:2px;width:60px;height:60px;float:left;}
#body-gallery #photo-gallery .photo-gallery-list li:hover,
#body-gallery #photo-gallery .photo-gallery-list li.currentPhoto {background-color:#686300;}
#body-gallery #photo-gallery .photo-gallery-list li a {display:block;height:60px;width:60px;background-position:50% 50%;background-repeat:no-repeat;}













#body-food #content #tertiaryContent table {color:#9999CC;font-size:13px;line-height:18px;}
#body-food #content #tertiaryContent table tr {}
#body-food #content #tertiaryContent table th,
#body-food #content #tertiaryContent table td {padding:0 10px 0 0;vertical-align:top;}
#body-food #content #tertiaryContent table th {font-size:14px;padding-bottom:5px;text-transform:uppercase;color:#FFFFFF;}
#body-food #content #tertiaryContent table tr td {padding-bottom:7px;}




#featureBox {position:absolute;top:398px;right:0;width:155px;padding:10px 0 0;border:1px solid #336;color:#fff;}
#featureBox p {margin:0 10px 10px 10px;color:#669;}
#featureBox h5 {margin:0 10px;}
#linker {font-size:11px;display:block;text-align:right;color:#fff;padding:0 10px 10px 0;}