@charset "utf-8";

/*------------------------------------
General
-----------------------------------*/

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFFDDC;
	background-image: url(images/header_tile.jpg);
	background-repeat: repeat-x;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003366;
	line-height: 1.6em;
}
h1 {
	font-family: Papyrus, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.9em;
	color: #009099;
	margin: 0 0 .7em 0;
	padding: 0;
}
h2 {
	font-family: Papyrus, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.4em;
	color: #006399;
	margin: 2em 0 .5em 0;
	padding: 0;
}


div.story h2 {
	margin: .5em 0 .5em 0;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #009999;
}
a:hover {
	padding-bottom: 1px;
	border-bottom: dotted 1px #009999;
}
img {
	border: none;
}
ul {
	margin: 2em 0 0 0;
	padding: 0;
	list-style: none;
}

/*------------------------------------
Structure
-----------------------------------*/

div#wrapper {
	min-width: 46em;
	min-height: 100%;
	padding: 0 175px 0 235px;
	position: relative;
}
div#center {
	padding: 0;
	position: relative;
}
div#left {
	width: 229px;
	position: absolute;
	top: 0;
	left: 0;
}
div#left a {
	border: none;
}
div#right {
	width: 167px;
	position: absolute;
	top: 0;
	right: -175px;
}
div#content {
	padding: 0 0 7em 0;
}

/*------------------------------------
Navigation
-----------------------------------*/

div#nav {
	height: 250px;
	padding: 12px 0 0 0;
	font-size: 1em;
	line-height: 1.2em;
}
div#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
div#nav li {
	width: 23.2%;
	float: left;
	margin: 0 2% 0 0;
	background-color: #fffee9;
	background-image: url(images/beach_tile_white30.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	position: relative;
}
div#nav li.last {
	margin-right: 0;
}
div#nav li:hover {
	background-image: url(images/beach_tile_white50.jpg);
	background-color: #fffeef;
}
div#nav li li {
	display: block;
	width: 100%;
	float: none;
	background-image: url(images/beach_tile_white50.jpg);
	background-color: #fffeef;
}
div#nav li li:hover {
	background-image: url(images/beach_tile_teal-lt.jpg);
	background-color: #dff5f2;
}
div#nav li a {
	display: block;
	padding: .4em 0 .5em 0;
	text-decoration: none;
	color: #3399CC;
	border: solid 2px #3099CC;
	border-width: 2px 0;
	margin: -2px 0;
}
div#nav li a:hover {
	border: solid 2px #3099CC;
	border-width: 2px 0;
}
div#nav li li a {
	border: none;
	padding: .4em 0 .5em 0;
}
div#nav li li a:hover {
	border: none;
}
div#nav li li a.bottom {
	border-bottom: solid 2px #3099CC;
}
div#nav li ul {
	width: 100%;
	position: absolute;
	left: -999em;
	background-color: #FFFFFF;
}
div#nav li:hover ul {
	left: auto;
}

/*------------------------------------
Footer
-----------------------------------*/

div#footerstick {
	min-height: 100%;
	position: relative;
}
div#footerclear {
	clear: both;
}
div#footer {
	min-width: 46em;
	margin: 2em 0 0 0;
	padding: .3em 205px 1em 205px;
	text-align: center;
	color: #663300;
	border-top: solid 2px #663300;
	position: relative;
}
div#footer p {
	font-size: .7em;
	margin: 0 115px;
}
div#footer img#starleft {
	position: absolute;
	top: -18px;
	left: 0;
}
div#footer img#starright {
	position: absolute;
	top: -18px;
	right: 0;
}
div#footer a {
	text-decoration: none;
	color: #663300;
	padding-bottom: .1em;
	border-bottom: dotted 1px #663300;
}
div#footer a:hover {
	text-decoration: none;
	color: #009999;
	padding-bottom: .1em;
	border-bottom: dotted 1px #009999;
}

div#footclear {
	clear: both;
	height: 4em;
}

/*------------------------------------
Sidebar
-----------------------------------*/

div#sidebar {
	width: 184px;
	float: left;
	margin-top: 320px; 
	margin-left: -235px;
	padding: 20px 30px 10px 20px;
	color: #663300;
	font-size: .9em;
	font-style: italic;
	line-height: 1.4em;
    display:none
}
div#sidebar em {
	font-style: normal;
}
div#sidebar p {
	margin: 0 0 2em 0;
	padding: 0;
}
div#sidebar a {
	text-decoration: none;
	color: #006399;
}

/*------------------------------------
Blog feed (sidebar)
-----------------------------------*/

div#blogsnip {
	font-style: normal;
	border: dotted 1px #663300;
	padding: 7px 2px 8px 10px;
	margin: 0 15px 2em -5px;
}
div#blogsnip p {
	margin-bottom: .7em;
}
div.rss-box {
	margin: 0;
	padding: 0;
}
div.rss-box ul, div.rss-box li, div.rss-box a {
	margin: 0;
	padding: 0;
}
div.rss-box a {
	font-size: 1.2em;
}

/*------------------------------------
Easter Eggs
-----------------------------------*/

img#gull {
	position: absolute;
	top: 75px;
	right: 0;
}

/*------------------------------------
Press Releases
-----------------------------------*/

div#prdates {
	width: 15%;
	float: left;
	border-right: solid 2px #009999;
	border-left: solid 2px #009999;
	margin: 2em 0 2em -2px;
	padding: 0 1.5em 0 .5em;
}
div#prdates ul {
	font-size: .9em;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
div#prdates li {
	margin: 0 0 1em 0;
	padding: 0;
}
div#prdates a.active {
	color: #003366;
}
div#prcurrent {
	width: 79%;
	float: left;
	margin: 2em 0 2em -2px;
	padding: 0 0 0 .5em;
	border-left: solid 2px #009999;
}

/*------------------------------------
Photos & Logos
-----------------------------------*/

div#photos {
	margin: 2em 0 0 0;
}
div.image {
	border-top: solid 2px #663300;
	border-bottom: solid 2px #663300;
	background-color: #FFF6CC;
	margin: 2.5em 0 2.5em 0;
	padding: 25px;
	overflow: hidden;
	line-height: 1.3em;
}
div.image img {
	float: left;
	margin-right: 25px;
}

/*------------------------------------
Questions to Ask
-----------------------------------*/

ul#questions li {
	margin: 0 0 .8em 1em;
	text-indent: -1em;
	line-height: 1.4em;
	list-style: disc inside;
}

/*------------------------------------
Reviews
-----------------------------------*/

.quote {
	font-style: italic;
	border-top: solid 2px #663300;
	border-bottom: solid 2px #663300;
	margin: 2.5em 0 2.5em 0;
	padding: .5em 1em .8em 1em;
	background-color: #FFF6CC;
}
.quote p {
	margin: 0;
	padding: 0;
}
.quote p.who {
	text-align: right;
	margin: .5em 0 0 0;
	padding-left: 45%;
	border: none;
	font-style: normal;
	line-height: 1.2em;
}

/*------------------------------------
Intro (home page)
-----------------------------------*/

div#intro {
	font-family: Papyrus, "Times New Roman", Times, serif;
	margin: 0 0 3em 0;
}
div#intro p {
	font-size: 1.3em;
	line-height: 1.8em;
	margin: 0;
}
div#intro p.tag {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	font-size: .7em;
	margin: 1em 0 0 0;
}

/*------------------------------------
Home list (you will find...)
-----------------------------------*/

ul#home {
	list-style: none;
	margin-bottom: 3em;
}
ul#home li {
	margin-bottom: 1em;
}
div#otherwriting_list {
	width: 15%;
	float: left;
	border-right: solid 2px #009999;
	border-left: solid 2px #009999;
	margin: 2em 0 2em -2px;
	padding: 0 1.5em 0 .5em;
}

/*------------------------------------
Other Writing
-----------------------------------*/

div#otherwriting_list ul {
	font-size: .9em;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
div#otherwriting_list li {
	margin: 0 0 1em 0;
	padding: 0;
}
div#otherwriting_list a.active {
	color: #003366;
}
div#otherwriting_current {
	width: 79%;
	float: left;
	margin: 2em 0 2em -2px;
	padding: 0 0 0 .5em;
	border-left: solid 2px #009999;
}
div#otherwriting_current h2 {
	margin-top: 0;
	font-size: 1.6em;
}
div#otherwriting_current img {
	float: right;
	margin: 0 20px 10px 25px;
}

/*------------------------------------
Site Map
-----------------------------------*/

div#sitemap ul {
	margin: 0;
	padding: 0;
}
div#sitemap h2 {
	margin-bottom: .2em;
}
div#sitemap h2 a {
	text-decoration: underline;
	color: #003366;
}
div#sitemap h2 a:hover {
	color: #009999;
	border: none;
}

