/*LAYOUT*/

*
{
  margin:  0;
  padding: 0;
}

body 
{
  width: 	100%;
  position: absolute;
}
body, div#contents
{
    height: 100%;
}
div#container 
{
  position: absolute;
  left: 10%;
 width: 80%; 
 margin: auto;
 height: auto;
 min-height: 100%;
}
h1
{
  position: relative;
  z-index: 1;
}

h1 .article
{
  position: relative;
  z-index: 2;
  padding-top: 0.5em;
}

h2
{
  text-align: center;
  padding: 0.75em;
  margin: 0.5em;
}
img#lion-logo
{
  position: absolute;
  top: 1em;
  right: -10%;
  width: 25%;
  z-index: 5;
}
#footer *
{
  display: block;
  float: right;
  clear: both;
  margin: 0.1em;
}

#footer
{
  clear: both;
  margin-top: 10%;
}

ul#links
{
  list-style-type: none;
  text-align: center;
  width: 100%;
  margin-top: 0.5em;
}
ul#links li
{
  display: inline;
}

ul#links a
{
  line-height: 2em;
  padding: 0.5em;
}
div#contents
{
  margin: 2em;
  margin-right: 10%;
}

p 
{
 text-indent: 3em;
 clear: left;
}

div#contents *
{
  padding: 0.25em;
}
div#contents ul
{
  margin-left: 3em;
}
div#contents ul, ol, p
{
  margin-top: 		0.5em;
  margin-bottom:	0.5em;
}

dl
{ width: 80%; 
margin: auto;
}
dd, dt
{
width: 40%;
float: left;
}

body#contact p
{
  text-align: center;
}


#menu li
{
  width: 80%;
  list-style-type: circle;
}
#menu span.description
{
  width: 80%;
  display:block;
}
#menu span.price
{
  float: right;
  margin-top: -2em;
}
    /*FORMS*/
  
    form
    {
      margin:auto;
      width: 80%;
    }

    label, fieldset
    {
      display: block;
      margin: auto;
      margin-top: 3em;
      width: 90%;
    
    }
    label
    {
      text-transform: capitalize;
      font-style: italic;
    }
    input, select, textarea
    {
      float: right;
      margin-top: -1.5em;
      width: 20em;
      clear: both;
      margin-left: 3em;
      font-size: 110%;
      font-family: verdana, sans-serif;
      font-style: normal;
      color: #00a;
    }
    input[type='submit']
    {
      margin-top: 1em;
      
    }
   form a
   {
    display: block;
   }
   input[type=button], input[type='submit']
   {
    float: none;
    text-align: center;
    width: 8em;
    padding: 0.2em;
    margin: 0.2em;
    color: #fff;
    background-color: #bebebe;
   }
   div.menu-section
   {
    border: solid 2px #ddd;
    background-color: #faffff;
    margin-bottom: 2em;
   }
   input.addItem, input.addSection
   {
    float: right;
   }
   input:focus, textarea:focus
   {
    background-color: #ff0;
   }
   input.addSection, input[value=Save]
   {
    width: 15em;
    margin: auto;
   }
	
	/*PICTURES ON FRONT PAGE*/
	
		div.pic
		{
		margin-top: -2em;
		}
		div.pic img
		{
			margin: auto;
			width: 15em;
			margin-left: 45%;
			border: 2px solid #999;
		}
		
		div.pic p
		{
		    width: 90%;
		    margin: auto;
		    padding: 1em;
		    position: relative;
		    text-align: center;
		}

		/*PHOTOS*/
		div#photos img
		{
			margin: auto;
			display: block;
			float: none;
			text-align: center;
			border: 2px solid #333;
			border-top: none;
			padding: 0;
		}
		
		

/*TYPOGRAPHY*/


body
{
  font-family: georgia, serif;
  font-size:	medium;
}

div#contents
{
  letter-spacing: 0.075em;
  word-spacing: 0.1em;
}

h1 
{
  font-size: 350%;
  font-family: "Bodoni SvtyTwo ITC TT", serif;
  text-align: center;
  word-spacing: 0.3em;
  letter-spacing: 0.1em;
}

h1 .article
{
  display: block;
  font-size: 40%;
  font-weight: normal;
}

h1 .place
{
  display: block;
  font-style: italic;
  font-size: 40%;
  font-weight: normal;
  letter-spacing: 0.4em;
}

h1 a 
{
	text-decoration: none;
}

h2
{
  font-size: 220%;
  letter-spacing: 0.3em;
  word-spacing: 0.2em;
}

body#home h2 
{
position: relative;
margin-left: -99999px;
font-size: 0;
}



div#contents h3
{
  text-align: center;
  font-size: 140%;
  border-bottom: 1px solid #333;
}
ul#links a
{
  font-size: 120%;
  text-decoration: none;
}
dt
{
  font-weight: bold;
  font-style: italic;
  text-align: right;
  margin-right: 1em;
}

span.description
{
  font-style: italic;
  font-size: 95%;
}

p 
{
 font-size: 120%; 
}
p:first-letter
{
  font-size: 160%;
}

/*COLOUR SCHEME*/

body

{
  color: 		#000;
  background-image: url(../imgs/whitewood.jpg);
}

div#container
{
  background-color: 	#f9f9d7;
  border-left: 		2px solid #333;
  border-right: 	2px solid #333;
}

h1
{
  color: #a93933;
}
 
h1 .place a, p:first-letter
{
  color: #3f69cd;
}
ul#links, ul#links a
{
  background-color: #C76B32;
  color: #fff;
}
ul#links
{
  border-top: 2px solid #568da1;
  border-bottom: 2px solid #568da1;
}

ul#links a:hover
{
  background-color: #c53233;
  background-image: url(../imgs/ornament.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #f9f9d7;
}

div#contents
{
  color: 		#333333;
}
