@charset "UTF-8";

/* CSS Document */

a {
	color: #673626;
	text-decoration: underline;
}

a:hover {
	color: #ed1c24;
	text-decoration: underline;
}

body {
	background-color: #fcf9f4;
	background-image: url(/objects/images/backgrounds/paper.jpg);
	background-repeat: repeat;
	background-position: top center;
	color: #8a8c8e;
	font-size: 12px;
	line-height: 15px;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
}

html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
}

ul {
	margin: 20px 0 0 0;
}

li {
	margin-bottom: 20px;
	list-style-type: disc;
}

#header {
	background-image: url(/objects/images/backgrounds/header.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	position: relative;
	height: 162px;
}

#headerContainer {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 162px;
	letter-spacing: 2px;
}

#logo {
	position: absolute;
	top: 28px;
	left: 20px;
}

#moonbeamPromoLogo {
	position: absolute;
	top: 50px;
	right: 20px;
}

#moonbeamPromoText {
	position: absolute;
	bottom: 38px;
	right: 108px;
	width: 520px;
	font-size: 14px;
	color: #a88c30;
	text-transform: uppercase;
	text-align: right;
	line-height: 22px;
}

#moonbeamPromoImage {
	position: absolute;
	top: 81px;
	right: 178px;
}

#visitPromoText {
	position: absolute;
	bottom: 38px;
	right: 20px;
	width: 520px;
	font-size: 14px;
	color: #a88c30;
	text-transform: uppercase;
	text-align: right;
	line-height: 22px;
}

#visitPromoImage {
	position: absolute;
	top: 102px;
	right: 28px;
}

#navUtility {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 200px;
	font-size: 9px;
	text-align: right;
}

#navUtility .navItem {
	color: #8a8c8e;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 10px;
}

#navUtility .navItem:hover {
	color: #ed1c24;
}

.content {
	position: relative;
	width: 800px;
	margin: 0 auto;
	background-repeat: no-repeat;
}

#contentHome {
	height: 500px;
	background-image: url(/objects/images/backgrounds/home.jpg);
}

#contentAuthor {
	height: 500px;
	background-image: url(/objects/images/backgrounds/author.jpg);
}

#contentBooks {
	height: 930px;
	background-image: url(/objects/images/backgrounds/books.jpg);
}

#contentContact {
	height: 670px;
	background-image: url(/objects/images/backgrounds/contact.jpg);
}

#contentPress {
	height: 490px;
	background-image: url(/objects/images/backgrounds/press.jpg);
}

#contentVisit {
	height: 920px;
	background-image: url(/objects/images/backgrounds/visit.jpg);
}

#subnav .navItem {
	position: absolute;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#subnavBooks {
	left: 31px;
	top: 15px;
	width: 67px;
	height: 25px;
	background-image: url(/objects/images/subnav/books.png);
}

#subnavBooks:hover {
	background-position: 0 -26px;
}

#subnavAuthor {
	left: 146px;
	top: 14px;
	width: 81px;
	height: 26px;
	background-image: url(/objects/images/subnav/author.png);
}

#subnavAuthor:hover {
	background-position: 0 -27px;
}

#subnavVisit {
	left: 273px;
	top: 12px;
	width: 66px;
	height: 29px;
	background-image: url(/objects/images/subnav/visit.png);
}

#subnavVisit:hover {
	background-position: 0 -29px;
}

#footer {
	position: relative;
	margin: 0 auto 20px auto;
	width: 760px;
	padding: 0 20px;
}

#nav {
	position: relative;
	float: left;
	width: 580px;
}

#nav .navItem {
	position: relative;
	float: left;
	margin-left: 20px;
}

#nav .navItem a {
	color: #a7a9ac;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

#nav .navItem a:hover {
	color: #ed1c24;
}

#credit {
	position: relative;
	float: right;
	width: 180px;
	text-align: right;
	color: #a7a9ac;
}

#credit a {
	text-decoration: none;
	color: #8a8c8e;
}

#credit a:hover {
	color: #ed1c24;
}

.clear {
	clear: both;
}

.imageFloatLeft {
	margin: 10px 10px 0 0;
	float: left;
}

.imageFloatRight {
	margin: 0 0 10px 10px;
	float: right;
}

form {
	display: inline;
}

.formRow {
	margin-bottom: 15px;
}

.formLabel {
	position: relative;
	float: left;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #a88c30;
	width: 150px;
}

.formField {
	position: relative;
	float: left;
	width: 380px;
}

input,
textarea,
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.inputText {
	border: 1px #d9cdc9 solid;
	background: #fffaea;
	padding: 2px;
}

.inputSelect {
	border: 1px #d9cdc9 solid;
	background: #fffaea;
	padding: 1px;
}

.inputCheckbox {
	margin: 0;
}

#bubbleBooks {
	position: absolute;
	left: 19px;
	top: 20px;
}

#bubbleBooks a {
	display: block;
	width: 133px;
	height: 96px;
	background-image: url(/objects/images/bubbles/books.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#bubbleBooks a:hover {
	background-position: 0 -96px;
}

#bubbleAuthor {
	position: absolute;
	left: 592px;
	top: 8px;
}

#bubbleAuthor a {
	display: block;
	width: 189px;
	height: 81px;
	background-image: url(/objects/images/bubbles/author.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#bubbleAuthor a:hover {
	background-position: 0 -81px;
}

#bubbleVisit {
	position: absolute;
	left: 399px;
	top: 239px;
}

#bubbleVisit a {
	display: block;
	width: 162px;
	height: 84px;
	background-image: url(/objects/images/bubbles/visit.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#bubbleVisit a:hover {
	background-position: 0 -84px;
}

#bubbleSubmit {
	position: absolute;
	left: 132px;
	top: 396px;
}

#bubbleSubmit a {
	display: block;
	width: 110px;
	height: 71px;
	background-image: url(/objects/images/bubbles/submit_v2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#bubbleSubmit a:hover {
	background-position: 0 -71px;
}

.bubbleLookInside {
	position: absolute;
	width: 40px;
	height: 41px;
}

.bubbleLookInside#bubbleCanyon {
	left: 334px;
	top: 168px;
}

.bubbleLookInside#bubbleDragon {
	left: 689px;
	top: 168px;
}

.bubbleLookInside a {
	display: block;
	width: 40px;
	height: 41px;
	background-image: url(/objects/images/bubbles/look_inside.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.bubbleLookInside a:hover {
	background-position: 0 -41px;
}

#bookCanyon {
	position: absolute;
	left: 41px;
	top: 116px;
	width: 193px;
	height: 129px;
}

#bookDragon {
	position: absolute;
	left: 190px;
	top: 253px;
	width: 189px;
	height: 109px;
}

#author {
	position: absolute;
	left: 427px;
	top: 61px;
	width: 333px;
	height: 76px;
}

#visit {
	position: absolute;
	left: 430px;
	top: 294px;
	width: 333px;
	height: 58px;
}

.title {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #a88c30;
	margin-bottom: 5px;
}

.highlight {
	font-weight: bold;
	color: #a88c30;
}

#authorPic {
	position: absolute;
	left: 64px;
	top: 159px;
	width: 202px;
	height: 282px;
}

#authorText {
	position: absolute;
	left: 287px;
	top: 159px;
	width: 460px;
	height: 257px;
}

#visit1Text {
	position: absolute;
	left: 67px;
	top: 151px;
	width: 310px;
	height: 242px;
}

#visit2Text {
	position: absolute;
	left: 67px;
	top: 414px;
	width: 310px;
	height: 148px;
}

#visit3Text {
	position: absolute;
	left: 67px;
	top: 575px;
	width: 310px;
	height: 214px;
}

#visitDetails {
	position: absolute;
	left: 410px;
	top: 153px;
	width: 331px;
	height: 214px;
}

#canyonPromo {
	position: absolute;
	left: 48px;
	top: 339px;
	width: 78px;
	height: 79px;
}

#canyonHeader {
	position: absolute;
	left: 139px;
	top: 339px;
	width: 240px;
	height: 78px;
}

#canyonDetails {
	position: absolute;
	left: 48px;
	top: 424px;
	width: 331px;
	height: 290px;
}

#dragonHeader {
	position: absolute;
	left: 422px;
	top: 339px;
	width: 236px;
	height: 78px;
}

#dragonDetails {
	position: absolute;
	left: 422px;
	top: 424px;
	width: 331px;
	height: 290px;
}

.divider {
	border-top: 1px #2c4340 dotted;
	margin: 15px 0;
}

.textDetails {
	font-size: 11px;
}

#pressText {
	position: absolute;
	left: 52px;
	top: 144px;
	width: 330px;
	height: 290px;
}

#mediaText {
	position: absolute;
	left: 423px;
	top: 144px;
	width: 330px;
	height: 290px;
}

.download .boxLeft {
	position: relative;
	float: left;
	width: 32px;
}

.download .boxRight {
	position: relative;
	float: left;
	margin-left: 10px;
	width: 288px;
}

#contactForm {
	position: absolute;
	left: 58px;
	top: 146px;
	width: 690px;
	height: 466px;
}

#formText {
	position: absolute;
	left: 550px;
	top: 160px;
	width: 138px;
	height: 122px;
}

#formMessage {
	position: absolute;
	left: 550px;
	top: 12px;
	width: 138px;
	height: 122px;
}

.textAlert {
	color: #990000;
	font-weight: bold;
}

.textOK {
	color: #009900;
	font-weight: bold;
}

#EJEJC_window {
	border: 10px #ffe89a solid !important;
	padding: 10px !important;
	width: 700px !important;
	margin-left: -20px !important;
	font-family: "Times New Roman", Times, serif !important;
}

#EJEJC_title {
	background: none !important;
}


#EJEJC_closeWindow {
	padding: 0 !important;
}

#EJEJC_closeWindowButton {
	display: block !important;
	background: #ffe89a !important;
	color: #000000 !important;
	font-weight: bold !important;
	padding: 2px 5px !important;
}

