/*-----------------------------------------------------------------------------
Base Style Sheet

version:   1.0
author:    Adam Myhre
email:     myhrea@olympiatrust.com
website:   http://www.olympiatrust.com/
-----------------------------------------------------------------------------*/

@import "layout.css";
/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	display: block;
	border: 0;
}

#canvas {
	background: url(../images/bg.jpg) repeat top;
	}
#line1, #line4 {
	background-color: #fff;
	}
/* =Typography
-----------------------------------------------------------------------------*/
body {
	font: 67.5% "Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	color: #000;
}

.content p {
	font-size: 1.15em;
	line-height: 1.7em;
	color: #000;
	padding: 10px 10px 0 10px;
}
#footer p {
	text-align:	center;
	}
/* =Headings
-----------------------------------------------------------------------------*/
h1	{
	color: #000;
	font: 1.5em baskerville,"palatino linotype","times new roman",serif;
	}
h2	{
	color: #000;
	font: 1.4em baskerville,"palatino linotype","times new roman",serif;
	font-weight: bold;
	padding: 6px 10px 0 10px;
	}
h3	{
	color: #111;
	font: 1.3em "Gill Sans","Gill Sans MT","Helvetica Neue","Helvetica",Arial,sans-serif;
	font-weight: bold;
	font-style: italic;
	padding: 20px 10px 0 10px;
	}

/* =Links
-----------------------------------------------------------------------------*/
a	{
	color: #000;
	text-decoration: none;
	}
a:hover {
	color: #666;
	text-decoration: none;
	}

/* =Language Selectors
-----------------------------------------------------------------------------*/
/* =Branding
-----------------------------------------------------------------------------*/
/* =Main Nav
-----------------------------------------------------------------------------*/
#navigation a * {
  display: none;
}

#navigation {
  list-style: none;
}

#navigation li {
  float: left;
}
#navigation a,
#navigation a .hover {
  height: 40px;
  position: relative;
  display: block;
  cursor: pointer;
  background: url(../images/btn-sprite.png) 0 0 no-repeat;
}

#navigation a#menu {
  background-position: 0 0;
  width: 77px;
}

#navigation a#reservations {
  background-position: -77px 0;
  width: 75px;
}

#navigation a#gift-certificates {
  background-position: -152px 0;
  width: 89px;
}

#navigation a#jobs {
  background-position: -241px 0;
  width: 37px;
}

#navigation a#directions {
  background-position: -278px 0;
  width: 76px;
}

#navigation a#contact {
  background-position: -354px 0;
  width: 68px;
}

#navigation a#about {
  background-position: -422px 0;
  width: 110px;
}

/* =Image Replacement
-----------------------------------------------------------------------------*/
#title {
	width: 702px;
	height: 152px;
	position: relative;
	margin: 0; padding: 0; overflow: hidden;
	border-bottom: 10px solid #111110;
	}
#title span {
	background: url(../images/top.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	}


/* =Sub Nav
-----------------------------------------------------------------------------*/
/* =Search Box and Ads/Logo
-----------------------------------------------------------------------------*/
/* =Main Content */
/*-----------------------------------------------------------------------------*/
/* =Secondary Content
-----------------------------------------------------------------------------*/
/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	border-top: 1px solid #111110;
	min-height: 20px;
	}

/* =Forms
-----------------------------------------------------------------------------*/
form p {
	text-align: left;
	}
label {
	display: block;
	float: left;
	width: 100px;
	}
input {
	padding: 2px;
	width: 200px;
	}	
fieldset {
	margin: 10px;
	padding: 10px;
	}
textarea {
	padding: 5px;
	width: 480px;
	height: 75px;
	}

/* =Tables
-----------------------------------------------------------------------------*/
/* =Misc 1
-----------------------------------------------------------------------------*/
img {
	padding: 10px;
	}
.right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	}
.left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	}
		
/* =Misc 2
-----------------------------------------------------------------------------*/
/* Tooltips */
