@font-face {
	font-family: 'MuseoSlab';
	src: url('MuseoSlab.eot');
	src: local('☺'), url('MuseoSlab.woff') format('woff'), url('MuseoSlab.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MuseoSlab';
	src: url('MuseoSlabItalic.eot');
	src: local('☺'), url('MuseoSlabItalic.woff') format('woff'), url('MuseoSlabItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}

p { margin-bottom: 12px; }
dt { margin-top: 10px; font-weight: bold; }
dd+dt { margin-top: 30px; }
dd { margin-left: 10px; }
dt+dd { margin-top: 10px; }

body {
	text-align: center;
	background: #110A0A;
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	line-height: 130%;
}

.content {
	overflow: hidden;
	text-align: left;
	background: #FFF;
	width: 980px;
	margin: 0 auto;
}

#navigation {
	background: url(images/teeth.png?v=13) repeat-x 0% 100%;
	height: 51px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#navigation .content {
	padding-top:13px;
	overflow: visible;
}

#navigation a {
	display: block;
	float: left;
	font-family: Rockwell, MuseoSlab, 'Arial Black', Arial;
	text-transform:uppercase;
	text-decoration: none;
}

#navigation .primary {
	font-size: 15px;
	float: left;
	padding-left: 195px;
	position: relative;
}

#navigation a.home {
	position: absolute;
	top: -13px;
	left: 0;
	width: 202px;
	padding-top: 65px;
	height: 0;
	overflow: hidden;
	background: url(images/allie-larkin-nav.png?v=13) no-repeat;
}

#navigation a.book,
#navigation a.blog,
#navigation a.about,
#navigation a.contact,
#navigation a.events {
	margin-left: 24px;
	padding:2px 0;
	color:#653739;

}

#navigation .primary a:hover,
#navigation .primary .selected {
	border-bottom: 2px solid #653739;
}

#navigation a:hover.home {
	border:none;
	background-position: -202px 0;
}

#navigation .secondary {
	float: right;
}

#navigation .secondary a {
	margin-right: 10px;
	color:#325E7B;
	background:#E5E5E5;
	font-size: 12px;
	padding: 2px 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#navigation .secondary a:hover {
	background: #BDC6CC;
	color: #597B90;
}

#header {
	position: relative;
	height: 420px;
	background: url(images/wood.jpg?v=13) 0 40px repeat-x;
}

#header .cover {
	background: url(images/stay-head.jpg?v=13) 0 40px no-repeat;
	padding-top:40px;
	height: 320px;
	width:1000px;
	position:relative;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0%,0%,0%,0.5);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0%,0%,0%,0.5);
	box-shadow: 0px 0px 20px 0px rgba(0%,0%,0%,0.5);
}

#header .content * {
	display: none;
}

#header #enter-contest {
	display:block;
	width:120px;
	height:0;
	padding-top:120px;
	overflow:hidden;
	position:absolute;
	top:12px;
	left:758px;
}

#header .summary {
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	background: url(images/teeth.png?v=12) repeat-x;
	padding-top: 5px;
}

#header .summary p {
	margin:0 auto;
	padding-top: 60px;
	height:0px;
	overflow:hidden;
	background:url(images/stay-summary.png?v=13) no-repeat 50% 20px;
}

#main {
	background: #FFF;
	padding-bottom: 60px;
}

#main blockquote { background:url(images/quote.png?v=13) -17px 2px no-repeat; margin-bottom: 36px; }
#main blockquote p { font-size: 120%; text-indent:24px; line-height: 130%; }
#main blockquote span.end { padding:0 17px 0 4px; background:url(images/quote.png?v=13) 4px 2px no-repeat; }
#main blockquote cite { display:block; margin:8px 16px 8px 0; }
#main blockquote cite strong { padding-left: 48px; background:url(images/frill.png?v=13) 0 5px no-repeat; }
#main blockquote cite span { margin-left: 48px; display:block; width:65%; }

#main .primary {
	float: right;
	width: 730px;
	margin-top: 36px;
}

#main .primary a,
#main .primary a:visited {
	color: #5484a9;
	text-decoration: none;
	border-bottom: 1px dotted #5484a9;
}

#main .primary a:hover {
	color: #8bafcb;
	border-bottom-color: #8bafcb;
}

#main .image-downloads {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}

#main .image-downloads li {
	float: left;
	margin-right: 10px;
}

#main .primary ul.image-downloads a {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	line-height: 188px;
	border: none;
	background: #DDD;
	display: block;
}

#main .primary ul.image-downloads a:hover {
	background: #ccc;
}

#main .image-downloads li img {
	vertical-align: middle;
}

#main .primary .cover {
	display: block;
	float: right;
	border: 1px solid #CCC;
	margin: 0 0 10px 10px;
}

h1,h2,h3 {
	font-family: Rockwell, MuseoSlab, 'Arial Black', Arial;
	font-weight: normal;
	color: #DF0000;
}

#main h2 {
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 28px;
}

#main h3 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 18px;
}

#main dl { margin-bottom: 40px; }

#main .q-and-a dd { margin-top: 10px; }

#main .secondary {
	padding-top: 70px;
	background: url(images/sidebar-tags.png?v=13) no-repeat;
	float:left;
	width: 210px;
}

#main .get-updates { background-position: 0 -70px; }
#main .get-updates p { font-size: 90%; line-height: 110%; color:#666; margin:10px 0 20px 0; text-align:center; }
#main .get-updates p.thanks { background:#ffc; border: 1px solid #ff6; padding: 8px; color: #440; }
#main .get-updates input { margin-top: 6px; font-size:14px; display:block; width:194px; height:14px; line-height:14px; background:url(images/input.png?v=13) no-repeat; padding:8px; border:none; }
#main .get-updates input:focus { outline: none; background-position: 0 -30px; }
#main .get-updates input.placeholder,
#main .get-updates input::-webkit-input-placeholder { color:#999; font-style:italic; }
#main .get-updates button { display:block; float:right; width:46px; height:0; padding:31px 0 0 0; margin-top:6px; background:url(images/join.png?v=13); border:none; cursor:pointer; }

#main .buy-now a {
	display:block;
	height: 0;
	padding-top: 60px;
	border-bottom: 1px dotted #a1a1a1;
	overflow: hidden;
	background: #FFF url(images/book-sellers.png?v=13) no-repeat;
}

#main .buy-now a.amazon        { background-position: 0 0; }
#main .buy-now a.bn            { background-position: 0 -60px; }
#main .buy-now a.booksamillion { background-position: 0 -312px; }
#main .buy-now a.borders       { background-position: 0 -120px; }
#main .buy-now a.indie         { background-position: 0 -180px; padding-top: 141px; }

#sales-callout {
	margin-top: 30px;
	padding: 30px;
	background: #F5F7EA;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	overflow:hidden;
}

#sales-callout table {
	float:left;
	width:320px;
}

#sales-callout h3 {
	color: #4F2B2D;
}

#sales-callout tbody th {
	font-weight: bold;
}

#sales-callout .foreign {
	margin-left: 30px;
}


div.hr {
	height: 5px;
	background: url(images/teeth.png?v=13) repeat-x 0 100%;
}

#footer {
	background: url(images/footer-background.png?v=13) no-repeat 50% 0;
}

#footer .content {
	height: 159px;
	background: none;
	padding: 36px 0;
}

#footer .navigation, #footer .author {
	float: left;
}

#footer .navigation {
	font-size: 15px;
	width: 210px;
}

#footer .navigation a,
#footer .navigation a:visited {
	padding: 6px 10px;
	border-bottom: 1px dotted #6a5f5f;
	color: #737266;
	text-decoration: none;
}

#footer .navigation a:hover {
	background: #130a0a;
}

#footer .navigation a.first {
	border-top: 1px dotted #6a5f5f;
}

#footer .navigation a {
	display: block;
}

#footer .author {
	color: #807f72;
	background: url(images/author-photo.png?v=13) no-repeat;
	margin-left: 52px;
	padding-left: 250px;
	width: 466px;
	min-height:173px;
	height:auto !important;
	height:173px;
}

#footer .author h2 {
	font-size: 22px;
	color: #A2A2A2;
	margin-bottom: 12px;
}

#footer .author p a,
#footer .author p a:visited {
	color: #8bafcb;
	text-decoration: none;
	border-bottom: 1px dotted #8bafcb;
}

#footer .author p a:hover {
	color: #c5d7e5;
	border-bottom-color: #c5d7e5;
}

#events dt {
	font-family: Rockwell, MuseoSlab, 'Arial Black', Arial;
	font-weight: normal;
	color: #4F2B2D;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
}

#events .address {
	margin-left: 74px;
}

#events .what {
	margin-bottom: 10px;
}

#events dd {
	margin-bottom: 2px;
}

#events dd strong {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	width:50px;
	text-align:right;
	font: bold 12px/12px Helvetica, Arial;
	padding: 3px 5px;
	color:#1F242A;
	background:#B5DDF0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#main #events .map:link,
#main #events .map:visited {
	background: #447EB8;
	color: #FFF;
	font: 9px/9px Verdana, Helvetica, Arial;
	border: none;
	padding: 2px 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#main #events .map:hover {
	background: #3B649B;
}

#photo-form {
	padding: 10px;
}

#photo-form input, #photo-form textarea {
	padding:4px;
	width: 100%;
	font-size:14px;
}
#photo-form h1 {
	margin-top:15px;
}
#photo-form .details {
	margin:2px 0 5px 0;
	display:block;
	font-size:90%;
	line-height:120%;
	font-style:italic;
	color:#999;
}

#photo-form textarea {
	padding:6px;
	resize:none;
	height:300px;
	-webkit-appearance: textfield;
}

#photo-details {
	float:left;
	width:480px;
}

#photo-file {
	float:right;
	width:400px;
	background:#E2F5FB;
	border:1px solid #B7D5E8;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:20px;
}

#photo-file h2 {
	margin-bottom: 10px;
}

#photo-file .details {
	color: #638290;
}

#photo-file button {
	background: #66A53D;
	color: #FFF;
	margin:30px auto 20px auto;
	padding:10px 20px;
	display:block;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style:italic;
	font-size:12pt;
	border:2px solid #3F5E23;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#photo-file button:hover {
	background-color: #60BF38;
}

#photo-form .submitting #photo-file button {
	padding-right: 36px;
	background: #66A53D url(images/uploading.gif?v=13) 94% center no-repeat;
}

.image-preview {
	padding:10px;
	width: 200px;
	border:1px solid #B7D5E8;
	background:#FFF;
}

.image-preview img {
	display:block
}

#photo-file ol {
	margin-left:30px;
}

#photo-file li {
	list-style-type:decimal;
}

#photo-gallery {
	margin:10px;
	overflow:hidden;
}

#photo-gallery li {
	float: left;
	margin: 10px;
	width:220px;
	height:250px;
	background: url(images/photo-background.png?v=13);
}

#photo-gallery a {
	display: block;
	padding:10px;
}

#photo-gallery span {
	display:block;
	width:200px;
	height:200px;
}

#photo-pager {
	text-align:center;
}

.pager {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", sans-serif;
	font-size:12px;
	display:-moz-inline-stack;
	display:inline-block;
	*display:inline;
	zoom:1;
	-webkit-user-select:none;
	user-select:none;
}

.pager a {
	color: #1361AD;
	text-decoration:none;
	padding: 3px 4px;
}

.pager span {
	color: #999;
	padding: 3px 4px;
	cursor:default;
}

.pager li {
	float: left;
	padding: 3px;
	border-left: 1px solid #ccc;
}

.pager .previous, .pager .next, .pager .active {
	font-weight: bold;
}

.pager .active a {
	color:#000;
}

.pager .previous {
	border:none;
}

.pager .previous a:before,
.pager .previous span:before {
	content:"« ";
}

.pager .next a:after,
.pager .next span:after {
	content:" »";
}

p.notice {
	text-align:center;
	font-style:italic;
	color:#333;
	margin-top:20px;
	padding:10px 0;
	background: #FFC;
	font-size:110%;
}

a.action {
	text-decoration:none;
	background: #66A53D;
	color: #FFF;
	padding:5px 20px;
	font-style:italic;
	border:2px solid #3F5E23;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

a.action:after {
	content:" →";
}

a.action:hover {
	background-color: #60BF38;
}

#show-photo {
	margin-top:20px;
}

#show-photo h2 {
	float:left;
	margin:0;
}

#show-photo h4 {
	float:right;
	text-align:right;
	padding:10px;
	margin:0;
	color:#1F242A;
	background:#B5DDF0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font: bold 14px/14px Helvetica, Arial;
}

.image-detail {
	padding-top:10px;
	clear:both;
}

.image-detail img {
	display:block;
	margin:10px auto;
	border:2px solid #000;
}

.image-detail .image-message {
	margin:0 60px;
}

#photos-about {
	margin-top:20px;
}

