/***********************************************
	These rules are for the display of the top
	message on the web version of this case 
	study site. The version in the book doesn't 
	include these rules.
***********************************************/
p#disclaimer {
	margin: 0;
	padding: .5em 0;
	text-align: center;
	background: #fff; 
	position: absolute; 
	top: -2.8em;
	width: 100%;
	font-size: 12px; }
html { padding-top: 2em; }
/* IE6 needs just a bit more padding. Normally 
I'd rather not use a hack like this, so just 
pretend you didn't see it and move along... */
* html { padding-top: 2.2em; }


/***********************************************
	The real style sheet begins here...
***********************************************/

/* Page body */
html { background: #fff url(images/background.gif) 0 2em repeat-x; }

body {
	position: relative;
	min-width: 670px;
	width: 80%;
	margin: 0 auto;
	padding: 0;
	font: 90%/1.7 "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #555; }

/* Links */
a:link { color: #006d14; }
a:visited { color: #48a95a; }
a:hover { color: #ab0000; }
a:focus, a:active { color: #c50000; background-color: #ddd; }

/* Headings */
h2, h3 {
	color: #ab0000;
	font: normal 150% Georgia, "Times New Roman", Times, serif;
	margin-top: 0; }

h3 { font-size: 135%; }

h4 { margin-bottom: -1em; }

/* Masthead */
#branding {
	position: relative; 
	height: 250px;
	margin-bottom: 15px;
	background: #900 url(images/background.gif) repeat-x; }
	
#branding h1 {
	margin: 0; 
	padding: 10px 0 0;
	color: #fff; }

#branding a img { border: none; background: transparent; }
#branding h1 a { color: #fff; }
#branding h1 a:focus, #branding h1 a:active { background: transparent; }

/* Address */
#address {
	color: #eee;
  position: absolute;
  top: 15px;
  right: 10px;
  margin: 0;
  text-align: right;
  font-size: 90%;
  line-height: 1.3; }

/* Tag line */
#tagline {
  margin: 0;
  position: absolute;
  top: 120px;
  right: 0;
  width: 65%;
  font: italic 140% Georgia, "Times New Roman", Times, serif;
  color: #fffdd7;
  text-align: center; }

#tagline p { margin: 0 0 .2em; }

/* Main content */
#main-content { width: 65%; float: right; padding-bottom: 20px; }

#main-content p img {
	float: right;
	margin-left: 10px;
	border: 1px solid #666;
	padding: 2px; }

/* Navigation menu */
#navigation {
	width: 30%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #b5b5b5; }

#navigation li {
	border-bottom: 1px solid #b5b5b5;
	font: 130% Georgia, "Times New Roman", Times, serif;
	padding: 6px 0 6px 35px;
	background: transparent url(images/ornament.gif) 0 50% no-repeat; }
	
#navigation a { text-decoration: none; }

#navigation li.current {
	font-style: italic;
	background-image: url(images/ornament-current.gif);
	color: #ab0000; }
	
/* Copyright */
#copyright {
	clear: both;
	text-align: right;
	font-size: 80%;
	color: #888;
	padding-top: 15px;
	background: transparent url(images/footerline.gif) 100% 0 no-repeat; }

/* Contact form */
#contact {
	border: none;
	margin: 0;
	padding: 0; }

#contact ol {
	list-style: none;
	margin: 0;
	padding: 0; }
	
#contact li {
	margin: .2em 0;
	float: left;
	width: 100%; }

#contact label {
	width: 30%;
	float: left;
	text-align: right;
	margin-right: 2%; }

#contact input#submit {
	margin-left: 32%;
	width: 10em; }
	
#contact textarea#message {
	width: 65%;
}

#contact input, #contact select, #contact textarea {
	font-family: inherit;
	font-size: 100%; }

#contact legend {
	color: #ab0000;
	font: 135% Georgia, "Times New Roman", Times, serif;
	margin: auto 0;
	padding: 0; }

/* Menu page */
.menu {
	width: 100%;
	margin-bottom: 3em;
	border-collapse: collapse; }

.menu th {
	color: #ab0000;
	text-align: left;
	border-bottom: 1px solid #ddd; }
	
.menu td { border-bottom: 1px solid #ddd; }

.menu thead th { font-size: 85%; }
.menu tbody th { width: 50%; }

.menu tbody th em {
	font-size: 90%;
	font-weight: normal;
	color: #555; }

/* Reviews page */
.blurb {
  margin-bottom: 1em;
  padding-bottom: 30px;
  background: transparent url(images/blurb.gif) 50% 95% no-repeat; }

.blurb blockquote {
  margin: 1em 20px;
  font-style: italic; }

.blurb cite { font-style: normal; }

.blurb p.source {
  text-align: right;
  font-size: 90%; }
