﻿/* Begin Wrightangle common styles */
body {
	margin: 0;
	padding: 0; 
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background-color: white;
	}

p {
	margin: 23px 0 23px 0;
	padding: 0;
	}

p.first {
	margin: 8px 0 0 0;
	padding: 0;
	}

#page {
	margin: 20px auto;
	padding: 0;
	width: 720px;
	text-align: left;
	}

#header {
	position: relative;
	padding: 0;
	margin: 0;
	margin-bottom: 34px;
	margin-left: 220px;
	width: 100%;
	}

#header p {
	margin: 0;
	margin-bottom: 0;
	margin-top: 0;
	}

#content {
	padding: 0;
	margin: 0;
	float: right;
	font-size: 1.2em;
	width: 500px;
	}

#sidebar {
	font-size: 1em;
	width: 180px;
	float: left;
	text-align: right;
	}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 2.6em;
	text-align: left;
	}

h2 {
	margin: 30px 0 0 0;
	font-size: 1.4em;
	}

h3 {
	margin: 30px 0 0 0;
	font-size: 1.3em;
	}

a:link, a:visited {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: none;
	}

a:link {
	color: #06c;
	}

a:visited {
	color: #af501e;
	}

h2, h2 a:link, h2 a:visited, h3, h3 a:link, h3 a:visited {
	color: #333;
	}

h1, h1 a:link, h1 a:visited, h2 a:hover, h3 a:hover {
	color: #4044b5;
	}

ol li {
	margin: 0;
	padding: 0;
	list-style: decimal outside;
	}

html>body ul {
	margin: 15px 0 0 0;
	padding: 0 0 0 10px;
	list-style: none;
	text-indent: -10px;
	} 

html>body li {
	margin: 7px 0 8px 10px;
	}

ul li:before {
	content: "\0020 \0020";
	}

hr {
	width: 360px;
	margin-left: 0;
	}

blockquote {
	margin: 5px 0 0 0;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	display: block;
	color: #666;
	}

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

a img {
	border: none;
	}

.center {
	text-align: center;
	}

.right {
	text-align: right;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}

#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#navbar a {
	display: block;
	background-repeat: no-repeat;
	text-decoration: none;
	border: 0;
	background-position: left top;
	line-height: 19px;
	height: 19px;
	}

#navbar a span {
	visibility: hidden;
	}

#navbar a#photos {
	background-image: url(images/photos.gif);
	width: 69px;
	}

#navbar a#food {
	background-image: url(images/food.gif);
	width: 50px;
	}

#navbar a#about {
	background-image: url(images/about.gif);
	width: 60px;
	}

#navbar a:hover#photos {
	background-image: url(images/photos-over.gif);
	}

#navbar a:hover#food {
	background-image: url(images/food-over.gif);
	}

#navbar a:hover#about {
	background-image: url(images/about-over.gif);
	}

#preloadedImages {
	position: absolute;
	overflow: hidden;
	left: -9999px; 
	top: -9999px;
	height: 1px;
	width: 1px;
	}
/* End Wrightangle common styles */

#content {
	line-height: 1.4em;
	}
