/*
  =
  Author:     Simon M White
  Company:    http://whitewebs.co.uk
  Email:      info[at]whitewebs[dot]co[dot]uk

  Project:    The Lugger Inn
  Date:       2005 - 2008
  --
*/


/*  zero out everything   */

* {
  padding: 0;
  margin: 0;
}

/*  general rules */

body {
  background: #fff url(../images/bg.gif) repeat-x top left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-align: left;
}

h1 {
  font-size: 1.5em;
  color: #699a2d;    /*    this is a shade of green    */
  background-color: inherit;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 1.2em;
  color: #699a2d;    /*    this is a shade of green    */
  background-color: inherit;
  padding-bottom: 0.5em;
}

h3 {
  font-size: 12px;
  font-variant: small-caps;
}

img {
  border: none;
}

img a {
  background-color: inherit;
  color: #000;
}

img a:hover {
  background-color: #cdfcce;
  color: #000;
}

ul {
  padding-left: 2em;
}

ul li {
  padding-bottom: 0.5em;
  list-style: square;
  list-style-position: outside;
  color: #000;
}

blockquote {
  text-align: left;
  margin: 0;
}

acronym {
  cursor: help;
  text-transform: uppercase;
}

/*  clearing division   */

.clear {
  clear: both;
}

/* Psudo Classes */

a:link {
  color: #000;    /*    this is a black    */
  background-color: inherit;
  text-decoration: underline;
}

a:visited {
  color: #333;    /*    this is a dark grey    */
  background-color: inherit;
  text-decoration: underline;
}

a:hover {
  color: #699a2d;   /*   this is a dark green   */
  background-color: inherit;
  text-decoration: none;
}

a:active {
  color: #000;    /*    this is a black    */
  background-color: inherit;
  text-decoration: none;
}


/*
  =
  structure
  --
*/


.main {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
}

#main span.optional {
  text-decoration: underline;
  color: green;
}

.container {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background: #fff;   /*    this is white   */
}

#fourstars {
  float: right;
  padding-top: 2.4em;
}

/*  header section  */

.header {
  width: 800px;
  height: 163px;
  float: left;
  border-bottom: 1px solid #000;
}

.header a img {
  background: none;
}

#headergallery {
  width: 800px;
  height: 600px;
  background: #fff;
  border: 1px solid #000;
  color: #ccc;
  float: right;
  padding-top: 10px;
}

#content {
  width: 620px;
  float: left;
  padding: 0 12px 12px 0;
}

/* division spacing */

#content div {
  margin-bottom:0.5em;
}

#content table {
  margin-bottom: 0.5em;
}

#content p {
  padding-bottom: 12px;
}

.pagetitle {
  height: 36px;
  float: left;
  padding: 25px 25px 25px 12px;
}

#advert {
  float: right;
  padding-top: 25px;
}

/*  general navigation styling  */

#navigation {
  float: left;
  clear: both;
  padding: 0 8px;
  text-transform: capitalize;
}

#navigation ul {
  padding: 0;
  margin-left: 2px;
}

#navigation ul#nav li a {
  display: block;
  padding: 2px;
}

/* psudo classes */

#navigation ul#nav li a:link {
  background: #fff;
  color: #000;
  text-decoration: underline;
}

#navigation ul#nav li a:visited {
  background: #fff;
  color: #699a2d;
  text-decoration: none;
}

#navigation ul#nav li a:hover {
  background: #699a2d;
  color: #fff;
  text-decoration: none;
}

#navigation ul#nav li a:active {
  background: #699a2d;
  color: #fff;
  text-decoration: none;
}


/* 

	many thanks to patrick griffiths and dan webb for the suckerfish Menu
	- http://www.htmldog.com/articles/suckerfish/dropdowns/
	- http://www.htmldog.com/articles/suckerfish/dropdowns/example/

*/


#nav ul {
  list-style-type: none;
  display: inline;
}

#navigation li {
  padding: 0;
  padding-bottom: 6px;
  list-style-type: none;

}

#navigation ul li ul {
  position: absolute;
  top: 35.5em;
  left: -999em;
  background: #fff;
  border: 1px solid #99CC66;
  margin-left: 15px;
}

#navigation li li {
  background-image: none;
  border: 1px solid #99CC66;
  padding: 0;
}

#navigation li ul ul {
  margin: -1.75em 0 0 0;
}

#navigation ul#nav ul li a span {
  display: list-item;
  padding: 5px;
  margin: 0;
}

#navigation li:hover, #navigation li.sfhover {

}

#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li.sfhover ul ul, #navigation li.sfhover ul ul ul {
  left: -999em;
}

#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul, #navigation li li li.sfhover ul {
  left: auto;
}

#navigation ul li ul#drop-down, #navigation ul li ul#drop-down li {
  padding: 0;
}

#navigation ul#nav li ul li a:link span {
  color: #000;
  background: inherit;
}

#navigation ul#nav li ul li a:visited span {

}

#navigation ul#nav li ul li a:hover span {
  background: #699a2d;
  color: #fff;
}

#navigation ul#nav li ul li a:active span {
  color: #acacac;
}

/*  footer section  */

#footer {
  background: #9c6;
  color: #fff;
  height: 70px;
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  clear: both;
  font-size: 0.75em;
  text-transform: capitalize;
}

#footer ul {
  padding: 12px;
  margin-left: auto;
  margin-right: auto;
}
 
#footer ul li {
  display: inline;
  color: #000;
  background-color: inherit;
  padding: 0 5px;
}

#footer a {
  text-decoration: underline;
}

#footer ul#nav li a span:first-letter {
  text-transform: capitalize; /*  for some reason this is NOT working */
}

#footer a:link {
  color: #000;
  background: inherit;
  text-decoration: underline;
}

#footer a:visited {
  color: #333;
  background: inherit;
  text-decoration: underline;
}

#footer a:hover {
  color: #fff;
  background: inherit;
  text-decoration: none;
}

#footer a:active {
  color: #fff;
  background: inherit;
  text-decoration: underline;
}

ul#copyright {
  margin: 0;
  padding: 0 12px;
  color: #000;
  background: inherit;
}

/*  footer-page icons   */

ul#footer-icons {
  position: relative;
  left: 270px;
  top: 25px;
  text-indent: -5000px;
  float: left;
}

ul#footer-icons li {
  position: absolute; 
  bottom: 5em;
  left: 470px;
  background: url(../images/des_hover.gif) -3px -23px no-repeat;
  list-style: none;
  padding: 0;
}

ul#footer-icons a {
  width: 50px; 
  height: 18px; 
  display: block; 
}

ul#footer-icons li#white-webs a:link, ul#footer-icons li#white-webs a:visited {
  border: none;
}

ul#footer-icons li#white-webs a:hover {
  background: url(../images/des_hover.gif) -3px -3px no-repeat;
}

ul#footer-icons li#white-webs a:active {
  border: none;
}

/*  skip navigation   */
 
.hide {
  display: none;
}

#skip {
  display: none;
}


/*
  =
  section specific styling
  --
*/


/*  home page */

#welcome-page-photograph img {
  float: left;
  padding-left: 75px;
}

#contact {
  padding: 6px 0;
  clear: both;
}

#content #contact li {
  clear: both;
  list-style-type: none;
  float: right;
  text-align: right;
}

#contact ul {
  font-size: 0.75em
}

/*  video   */

#flashcontent {
  text-align: center;
  margin-left: 1em;
}

/* history - image gallery */

#thumbnails {
  width: 550px;
  padding: 1em 0;
}

#thumbnails span {
  display: none;  /*  this is a damn awful image replacement technique - look into other methods   */
}

#thumbnails a {
  display: block;
  float: left;
  padding: 0 2.5px;
}

/*  history - lightbox  */

/*  lightbox stuff  */

#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}

#lightbox img {
  width: auto;
  height: auto;
}

#lightbox a img {
  border: none;
}

#outerImageContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

#imageContainer {
  padding: 10px;
}

#loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

#hoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#imageContainer>#hoverNav {
  left: 0;
}

#hoverNav a {
  outline: none;
}

#prevLink, #nextLink {
  width: 49%;
  height: 100%;
  background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
  display: block;
}

#prevLink {
  left: 0;
  float: left;
}

#nextLink {
  right: 0;
  float: right;
}

#prevLink:hover, #prevLink:visited:hover {
  background: url(../images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
  background: url(../images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
}

#imageData {
  padding: 0 10px;
  color: #666;
}

#imageData #imageDetails {
  width: 70%;
  float: left;
  text-align: left;
}

#imageData #caption {
  font-weight: bold;
}

#imageData #numberDisplay {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}

#imageData #bottomNavClose {
  background: none;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
}

/*  links  */

#content ul#nav {
  margin: 12px;
}

/*  accessibility section   */

#accessibility {
  text-transform: inherit;
}

#accessibility ol {
  margin-left: 24px;
}

/*  sitemap  */

#sitemap {
  padding-left: 1em;
  text-transform: lowercase;
}

#sitemap ul {
  padding: 0;
}

#sitemap li ul li {
  padding-left: 1em;
  list-style-position: inside;
}

#sitemap ul#nav li ul li a span:first-letter {
  text-transform: capitalize; /*  for some reason this is NOT working */
}

/*  privacy policy  */

#privacy-policy-details {
/*  padding: 0 12px;*/
}

#content #privacy-policy-details span, #content #privacy-policy-details address {
  font-weight: bold;
  padding-left: 6px;
}

#content #privacy-policy-details p {
  padding: 6px 0;
}

/*  menus */

#content td div {
  margin: 6px 0;
}

/*  menu - notes section  */

.content .notes h2 {
  font-size: 1.1em;
}

.content .notes ul {
  margin-left: 1em;
  font-size: 0.7em;
  font-style: italic;
}

/* table styles */

table {
  width: 628px;
  border-collapse: collapse;
  text-align: center;
  margin: 12px 0;
}

/* table header */

thead {
  background: #9c6;
  font: 0.6em Verdana, Arial, Helvetica, sans-serif;
}

thead tr {
  border-top: 2px solid #060;
  border-bottom: 1px solid #060;
  text-align: center;
}

thead th {
  padding: 6px;
  border-left: 1px dashed #060;
  border-right: 1px dashed #060;
}

.first, .last {
  border-left: none;
  border-right: none;
}

/*  table body  */

tbody {
  font: 0.8em Verdana, Arial, Helvetica, sans-serif;
}

tbody tr {
  border-left: 1px dashed #060;
  border-right: 1px dashed #060;
}

tbody tr.odd {
  background-color: #edecda;
}

tbody tr.even {
  background-color: #fff;
}

tbody td, tbody th {
  border-bottom: 1px solid #060;
  border-right: 1px dashed #060;
  padding: 5px 1px;
}

span.suitable-symbol {
  color: #699a2d;
}

tbody td.price {
  width: 25%;
}

tbody td.date {
  width: 150px;
}

/*  white wine list */

#content table tbody td h2.wine-title, #content table tbody td h3.wine-country, #content table tbody td p.wine-description {
  text-align: left;
  padding: 6px;
}

#content table tbody td p.wine-description {
  font-style: italic;
}

/*  red wine list */

td.wine-table-guide {
  text-transform: uppercase;
}

/* table footer */

tfoot tr {
  height: 3em;
  border-top: 1px solid #060;
  border-bottom: 2px solid #060;
}

tfoot td {
  font: 0.6em Verdana, Arial, Helvetica, sans-serif;
  font-style: italic;
  text-align: left;
  padding: 5px 1px;
}