@charset "UTF-8";
/* CSS Document */


body {
	margin: 0px;
	background-color: white;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: "Adobe Caslon Pro", "Garamond Premier Pro", "Times Roman", serif;
	font-size: 18px;
	font-weight: normal;
	color: #020202;
	text-align: left;
	font-family: 
}
div#well div.content {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}
a {
	color: #eb8b0e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #c72127;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
h2 {
	font-size: 45px;
}
h3 {
	font-size: 28px;
	line-height: 30px;
	margin: 0 0 5px 0;
}
h4 {
	font-size: 28px;
}
p {
	margin: 0 0 1em 0;
}
div {
	padding: 0;
	margin: 0;
}
ul, .item-list ul {
	list-style-position: inside;
	padding: 0;
	margin: 0;
	padding:0 0 0.25em 1em;
}
li, .item-list ul li {
	list-style-image: url(../images/bullet-light.gif);
	list-style-type: none;
	list-style-position: outside;
	margin: 0 0 5px 0;
}
li a, .item-list ul li a {
	color: #4c89bd;
}
li.even-list {
	list-style-image: url(../images/bullet-dark.gif);
}
li.even-list a {
	color: #20252e;
}
blockquote {
	padding: 0 35px;
	font-size: 18px;
	color: #20252e;
	margin: 0 0 25px 0;
	background-image: url(../images/quote-bg.gif);
	background-repeat: no-repeat;
}
blockquote p {
	padding: 0;
	margin: 0;
}
blockquote p.attribution {
	font-style: italic;
	width: 350px;
	text-align: right;
}
div#container {
	width: 950px;
	margin: 0 auto 0 auto;
	position: relative;
}
div#header {
	height: 200px;
	width: 100%;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}
div#header-jacket {
	position: absolute;
	top: 7px;
	left: 825px;
}
div.hitarea {
	position: absolute;
	cursor: pointer;
}
div#title-hitarea {
	top: 0px;
	left: 0px;
	width: 600px;
	height: 130px;
	z-index: 100;
}
div#name-hitarea {
	top: 35px;
	left: 600px;
	width: 200px;
	height: 70px;
	z-index: 101;
}
div#nav {
	position: absolute;
	top: 134px;
	left: 25px;
	margin: 10px 0 0 0;
}
div#nav ul {
	position: relative;
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fffefe;
	font-size: 15px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0 0;
	z-index: 20;
}
div#nav ul li {
	display: inline;
	padding: 0 15px 0 0;
	margin: 0 0 0 0;
	list-style-image: none;
}
div#nav ul li, div#nav ul li a {
	color: #fffefe;
	text-decoration: none;
}
div#nav ul li.active a {
}
div#nav ul li a:hover {
	color: #f1c74e;
}
div#main {
	margin: 0 25px 25px 25px;
}
div#arrow {
	position: absolute;
	top:25px;
	z-index: 10;
	display: none;
}
div#well {
	width: 480px;
	margin: 0 70px 25px 0;
	float: left;
}
div#rightcolumn {
	width: 350px;
	float: left;
}
div#illustration {
	position: relative;
	width: 100%;
}
div#illustration img {
	cursor: pointer;
}
div#explanation {
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	display: none;
	background-image:url(../images/gel.png);
	margin: 0 25px;
	border: 1px solid #999999;
	padding: 15px;
}
div#sidebar {
}
div.sidebar-item {
	margin: 0 0 25px 0;
}
div#subnav ul {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
}
div#subnav ul li {
	display: inline;
	margin: 0 15px 0 0;
	padding: 0;
	list-style-image: none;
}
div#subnav ul li, div#subnav ul li a {
	color: #20252e;
	text-decoration: none;
}
div#subnav ul li.active, div#subnav ul li.active a {
	text-decoration: underline;
}
div#footer {
	clear: both;
	border-top: 10px #4c89bd solid;
	padding: 15px 25px;
	font-size: 12px;
}
div#well h2, div#well h4 {
	background-image: url(../images/well-h2-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}

div#sidebar h3 {
	background-image: url(../images/sidebar-h3-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
}
.clearall {
	clear: both;
}
.messages {
	background-color: #fff;
	border: 1px solid #b8d3e5;
}

div.status {
	color: #33a333;
	border-color: #c7f2c8;
}
.alignleft {
	float: left;
	border: 1px solid #4c89bd;
	padding: 3px;
	margin: 0 10px 10px 0;
}
.alignright {
	float: right;
	border: 1px solid #4c89bd;
	padding: 3px;
	margin: 0 0 10px 10px;
}
/* Home */

div#home-container {
	position: relative;
	width: 950px;
	margin: 25px auto 0 auto;
	padding: 0;
}
div#home-top {
	position: relative;
	height: 153px;
}
div#home-bottom {
	height: 499px;
	position: relative;
}
div#home-title {
	position: absolute;
	top: 0px;
	left: 240px;
	width: 470px;
	height: 100%;
	background-image: url(../images/home/home-title.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
div#home-author {
	position: absolute;
	top: 0px;
	left: 710px;
	width: 240px;
	height: 100%;
	background-image: url(../images/home/home-author.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
div#home-cliffs-left {
	cursor: pointer;
	position: absolute;
	width: 425px;
	height: 440px;
	top: 0px;
	left: 0px;
	z-index: 101;
	background-image: url(../images/home/home-man.gif);
}
div#home-cliffs-right {
	position: absolute;
	width: 525px;
	height: 440px;
	top: 0px;
	left: 425px;
	z-index: 100;
	background-image: url(../images/home/home-cliffs-right.gif);
}
div#home-quote {
	font-size: 16px;
	width: 315px;
	padding: 0 15px 0 15px;
	margin: 0;
	position: absolute;
	left: 590px;
	top: 320px;
	text-align: center;
	z-index: 200;
	color: #20252e;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div#home-nav {
	font-weight: bold;
	text-align: center;
	margin: 25px auto 25px auto;
}
div#home-nav ul {
	list-style-type: none;
}
div#home-nav ul li {
	list-style-image: none;
	display: inline;
	margin: 0 10px 0 0;
}
div#home-nav ul li.last {
	margin: 0 0 0 0;
}
div#home-nav ul li, div#home-nav ul li a {
	color: #c72127;
}
.submitted {
	font-style: italic;
	margin: 0 0 10px 0;
}
.event-date {
	font-style: italic;
}
div#well input.form-text, textarea {
	width: 95%;
	padding: 3px;
	border: 1px solid #20252e;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}
div#well label {
	font-weight: normal;
}
.tips, .tips + a, .tips + p {
	display:none;
}
div#comments ul.links {
	margin: 0 0 10px 0;
}
div#comments ul.links li {
	display:inline;
	list-style-type:none;
	padding: 5px;
	background-color: #4c89bd;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 5px 0 0;
}
div#comments ul.links li:hover {
	background-color: #f1c74e;
}
div#comments ul.links li a:hover {
	text-decoration: none;
	color: #ffffff;
}
div#comments ul.links li, ul.links li a {
	color: #ffffff;
}
form {
	margin: 0 0 15px 0;
}
span.dropcap
{
 float: left;
 font-family: Old English, Georgia,serif;
 font-size: 300%;
 line-height: 0.85em;
 margin-right: 0.08em;
 margin-bottom:0;
}
ul.primary {
	border-bottom: none;
	border-collapse:collapse;
	height:auto;
	line-height:normal;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	white-space:nowrap;
}
ul.primary li {
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display:inline;
	list-style-type:none;
	padding: 3px;
	background-color: #4c89bd;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 5px 0 0;
}
ul.primary li.active {
	background-color: #4c89bd;
}
ul.primary li:hover {
	background-color: #f1c74e;
}
ul.primary li.active a {
	background: none;
	border-color:none;
	border-style:none;
	border-width:none;
		color: #fff;
}
ul.primary li a {
	color: #fff;
	background: none;
	border-color:none;
	border-style:none;
	border-width:none;
	height:auto;
	margin-right:0.5em;
	padding:0 1em;
	text-decoration:none;
}
ul.primary li a:hover {
	background: none;
}




.view-blog-home .views-row {
	padding: 0 0 10px 0;
	clear: both;
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0 0 10px 0;
}
.view-blog-home .views-field-view-node {
	clear: both;
}

div.view-events div.views-row {
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
}

div.error ul {
	list-style-type: square;
	list-style-image: none;
}
div.error ul li {
	list-style-type: square;
	list-style-image: none;
}

div.error, tr.error {
  background: #c72127;
  color: #ffffff;
  padding: 10px;
	border:2px solid #f1c74e;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
.error {
}

div.message div.error {
	margin-bottom: 10px;
}





div.node-form div.form-item {
	clear: both;
	padding-bottom: 20px;
}
div.node-form div#edit-body-wrapper, div.node-form div#edit-field-contact-permission-value-wrapper {
	padding-bottom: 0px;
}
div.node-form div#edit-title-wrapper label, div.node-form div#edit-taxonomy-1-wrapper label {
	display: block;
	width: 170px;
	margin: 0 25px 0 0;
	float: left;
}
div.node-form div#edit-field-your-name-0-value-wrapper label, div.node-form div#edit-field-name-0-value-wrapper label {
	display: block;
	width: 170px;
	margin: 0 25px 0 0;
	float: left;
}
div.node-form div#edit-field-email-0-value-wrapper label, div.node-form div#edit-field-email-0-value-wrapper label {
	display: block;
	width: 170px;
	margin: 0 25px 0 0;
	float: left;
}
div.node-form div#edit-field-their-name-0-value-wrapper label{
	display: block;
	width: 170px;
	margin: 0 25px 0 0;
	float: left;
}
div.node-form div#edit-title-wrapper input {
	display: inline;
	float: left;
	width: 260px;
}
div.node-form div#edit-field-your-name-0-value-wrapper input {
	display: inline;
	float: left;
	width: 260px;
}
div.node-form div#edit-field-email-0-value-wrapper input {
	display: inline;
	float: left;
	width: 260px;
}

div.node-form div#edit-field-their-name-0-value-wrapper input {
	display: inline;
	float: left;
	width: 260px;
}
div.node-form input#edit-title {
	/*border: 1px solid #fff;
	border-bottom: 1px solid #000;*/
}
div.node-form input#edit-field-email-0-value {
	/*border: 1px solid #fff;
	border-bottom: 1px solid #000;*/
}
div.node-form input#edit-field-your-name-0-value {
	/*border: 1px solid #fff;
	border-bottom: 1px solid #000;*/
}
div.node-form div#edit-taxonomy-1-wrapper select {
	display: inline;
	float: left;
	width: 280px;
}

div.node-form div.teaser-checkbox {
	display: none;
}

div#edit-field-email-0-value-wrapper {
	display: none;
}

div#edit-field-their-name-0-value-wrapper {
	display: none;
}

div.node-form div.admin {
	display: none;
}
h2.errotica {
	font-size: 24px;
}

div.errotica-intro {
	padding: 0 0 10px 0;
	clear: both;
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0 0 10px 0;
}

.swftools-wrapper {
	margin-bottom: 25px;
}

div.errotica-node {
	padding: 0 0 10px 0;
	clear: both;
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0 0 10px 0;
}
p.errotica-sort {
	font-weight: bold;
	font-size: 14px;
}
hr {
	background-image: url(../images/well-h2-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 100%;
	height: 8px;
	background-color: none;
	border: none;
}