﻿html
{
	background: #464546;
	color: #464546;
	font-family: Georgia, serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

body
{
	margin: 10px;
	padding: 0;
}

a, a:visited
{
	color: #704976;
	text-decoration: underline;
}

a:active, a:hover
{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	padding: 0;
}

ul
{
	list-style-position: inside;
	margin: 0 0 1em 0;
	padding: 0;
}

ul li
{
	margin: 0 0 1em 0;
	padding: 0;
}

/* FORMS */
form
{
	margin: 0;
	padding: 0;
}

.error
{
	color: #d00;
}

a.button, a.button:visited
{
	background: #704976;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 7px 20px;
	text-decoration: none;
}

a.button:active, a.button:hover
{
	background: #b48fbb;
}

.text-input
{
	background: #fff;
	border: 1px solid #464546;
	color: #464546;
}

#email-form table
{
	margin: 0 auto;
	width: 65%;
}

#email-form table th
{
	font-size: 0.85em;
	text-align: left;
	width: 30%;
}

#email-form .text-input
{
	width: 99%;
}

#email-form .anti-spam-code .instructions
{
	font-size: 0.85em;
}

#email-form .anti-spam-code .text-input
{
	width: auto;
}

#email-form .controls td
{
	padding: 0.5em 0;
	text-align: center;
}

#email-form .sent
{
	text-align: center;
}

#contact-ip
{
	font-size: 0.75em;
	font-style: normal;
}

#container
{
	background: #a5a8bc url("images/container-bg.png") repeat-x left top;
	margin: 0 auto;
	position: relative;
	width: 970px;
}

#header
{
	background: transparent url("images/header.png") no-repeat left top;
	margin: 0;
	padding: 0;
	width: 970px;
	height: 221px;
}

#header h1
{
	background: transparent url("images/lynn.jpg") no-repeat left top;
	margin: 0;
	padding: 0;
	position: relative;
	left: 43px;
	top: 12px;
	width: 148px;
	height: 180px;
}

#header h1 span
{
	position: absolute;
	top: -1000px;
}

#content
{
	min-height: 350px;
	padding: 59px 45px 20px 291px;
}

* html #content
{
	height: 350px;
}

#content h2
{
	font-size: 1.25em;
	text-align: center;
}

#favorites
{
	background: #fff url("images/favorites-bg.png") no-repeat left top;
	border-right: 4px solid #464546;
	color: #fff;
	position: absolute;
	left: 0;
	top: 221px;
	bottom: 0;
	width: 246px;
}

#favorites h2
{
	font-size: 1px;
	line-height: 1px;
	position: absolute;
	top: -1000px;
}

#favorites ul
{
	list-style: none;
	margin: 60px 10px 1em 0;
	padding: 0;
}

#favorites ul li
{
	margin: 0 0 2em 0;
	padding: 0;
}

#favorites ul li a, #favorites ul li a:visited
{
	border: 2px solid #fff;
	border-left: 0;
	color: #fff;
	display: block;
	padding: 10px 40px;
	text-align: center;
	text-decoration: none;
}

#favorites ul li a:active, #favorites ul li a:hover, #favorites ul li a:focus
{
	/* background: #8c91aa; */
	background: #fff;
	color: #4c5f82;
}

#content .odd
{
	float: right;
	margin: 0 0 1em 1em;
}

#content .even
{
	float: left;
	margin: 0 1em 1em 0;
}

dl.faq
{
	margin: 0 0 1em 0;
	padding: 0;
}

dl.faq dt
{
	font-weight: bold;
	margin: 0;
	padding: 0;
}

dl.faq dd
{
	margin: 1em 0 2em 0;
	padding: 0;
}

dl.faq dt .question, dl.faq dd .answer
{
	padding-right: 0.4em;
}

#navigation
{
	background: transparent url("images/navbar.png") no-repeat left top;
	position: absolute;
	top: 221px;
	/* left: 280px; */ /* 246 + 30 + 4 -- No, really! It is! */
	left: 250px;
	width: 720px;
	height: 39px;
}

#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation ul li a
{
	display: inline-block;
	height: 39px;
	text-decoration: none;
}

#navigation ul li a span
{
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}

#navigation li.home a
{
	width: 114px;
}

#navigation li.about a
{
	width: 143px;
}

#navigation li.contact a
{
	width: 144px;
}

#navigation li.shop a
{
	width: 99px;
}

#navigation li.faq a
{
	width: 93px;
}

#navigation li.blog a
{
	width: 112px;
}

/* #navigation ul li a
{
	background: transparent url("images/button-darkpurple.png") no-repeat left top;
	color: #fff;
	display: inline-block;
	font-size: 1.25em;
	font-style: italic;
	margin: 0 0 0 -30px;
	padding: 8px 50px 0 30px;
	text-decoration: none;
	height: 31px;
}

#navigation ul li a span
{
} */

#footer
{
	clear: both;
	font-size: x-small;
	margin: 0 0 0 246px;
	padding: 0 0 20px 0;
	text-align: center;
}