/* GENERAL */

* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

html, body {
min-height: 100%;
height: auto !important;
height: 100%;
}

body {
	background: #daddde;
	color: #000000;
	font: normal 11px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}

a:link, a:visited, a:active {
	color: #318bd2;
	text-decoration: none;
}

a:hover {
	color: #2671ad;
}

img {
	border: 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

p {
	padding: 0 0 8px 0;
}

ul {
	margin: 0 0 0 16px;
}

h1, h2, h3, h4, h5, h6 {
	font: bold 11px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 4px 0;
	padding: 0;
	color: #8c9eac;
}

h2 {
	font: bold 13px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8c9eac;
	margin-bottom: 12px;
}

/* FORMS */

.form-item {
	margin: 1em 0; }
	
.form-item label {
	display: block; }
	
input,
select,
textarea {
	margin: 0; }
	
.form-item select {
	margin-right: 0.5em; }
	
.disabled {
	color: #CCC; }
	
.required label:after {
	color: #C00;
	content: ' *';
	font-weight: bold; }

.error {
	border-left: 5px solid #C00;
	margin-left: -15px;
	padding-left: 10px; }
	
.error label {
	font-weight: bold; }

.error * {
	color: #C00; }

.error-explanation {
	border: 1px solid #EEE;
	border-width: 1px 0;
	font-size: 1.1em;
	margin: 1.5em 0;
	padding: 1.5em 0;
}

.error-explanation h2 {
	color: #C00;
	font-weight: normal;
	margin: 0; }

.error-explanation p {
	margin: 0.5em 0; }

.error-explanation ul {
	margin-left: 1.5em; }
	
.error-explanation li {
	font-weight: bold; }
	
.error-explanation li:before {
	color: #C00;
	content: 'X';
	font-weight: bold;
	margin-right: 1em; }
	
form .buttons {
	border-top: 1px solid #EEE;
	margin-top: 1.5em;
	padding-top: 1.5em; }
	
form .buttons input {
	margin-right: 1em; }


/* HEADER */

#header {
	height: 52px;
	background: url(/images/title_aaronleighton.gif) #8c9eac no-repeat 0 8px;
	overflow: hidden;
}

#header #logo {
	background: url(/images/title_aaronleighton.gif) no-repeat;
}

#header #logo a{
	float: left;
	background: url(/images/title_aaronleighton.gif) no-repeat 0 0;
	width: 230px;
	height: 40px;
	margin: 8px 0 0 0;
	overflow: hidden;
}

#header #logo a:hover {
	background-position: 0 -40px;
}

#header #logo a span {
	position: absolute;
	left: -10000px;
}

#globalnav {
	float: left;
	height: 29px;
	margin: 19px 0 0 20px;
	padding: 0;
	text-align: left;
	font: normal 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#nav {
	height: 29px;
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

#nav li {
	float: left;
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

#nav a {
	float: left;
	display: inline;
	padding: 0;
	margin: 0 16px 0 0;
	height: 26px;
	color: #ffffff;
	font-weight: normal;
	background: #8c9eac;
	border-bottom: 3px solid #8c9eac;
}
* html #nav a {
	height: 29px;
}

#nav a:hover {
	color: #ffffff;
	background: #8c9eac;
	border-bottom: 3px solid #afd0e1;
}

#illustration #nav_illustration a {
	border-bottom: 3px solid #ebedec;
}

#characters #nav_characters a {
	border-bottom: 3px solid #ebedec;
}

#books #nav_books a {
	border-bottom: 3px solid #ebedec;
}

#sketchbook #nav_sketchbook a {
	border-bottom: 3px solid #ebedec;
}

#gallery #nav_gallery a {
	border-bottom: 3px solid #ebedec;
}

#info #nav_info a {
	border-bottom: 3px solid #ebedec;
}

#blog #nav_blog a {
	border-bottom: 3px solid #ebedec;
}

#shop #nav_shop a {
	border-bottom: 3px solid #ebedec;
}

#downloads #nav_downloads a {
	border-bottom: 3px solid #ebedec;
}

#subnav {
	height: 24px;
	line-height: 24px;
	list-style: none;
	display: block;
	padding: 0 0 0 208px;
	margin: 0;
	border-bottom: 1px solid #ebedec;
	background: #e8e8e8;
}

#subnav li {
	float: left;
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

#subnav a {
	float: left;
	display: inline;
	padding: 0;
	margin: 0 12px 0 0;
	height: 18px;
	font-weight: normal;
}


/* CONTENT */

#page {
	width: 834px;
	min-height: 730px;
	margin: 30px auto 0 auto;
	padding: 0;
	text-align: left;
	background: #ffffff;
}
* html #page {
	height: 700px;
}

#content {
	padding: 17px 17px 0 17px;
}

#rndimg {
	border: 1px solid #e5e9ec;
	padding: 4px;
	margin: 0 0 16px 0;
}

#home_left {
	display: inline;
	float: left;
	width: 520px;
	background: #ffffff url(/images/back_topline.gif) repeat-x 0 18px;
	margin: 0 0 16px 16px;
	text-align: justify;
}

#col_wide {
	display: inline;
	float: left;
	width: 740px;
	margin: 0 0 16px 16px;
	text-align: justify;
}

#col_left {
	display: inline;
	float: left;
	width: 520px;
	margin: 0 0 16px 16px;
	text-align: justify;
}

#col_left_thin {
	display: inline;
	float: left;
	width: 200px;
	margin: 0 0 16px 16px;
	text-align: justify;
}

#home_right {
	display: inline;
	float: right;
	width: 220px;
	background: #ffffff url(/images/back_topline.gif) repeat-x 0 18px;
	margin: 0 16px 16px 0;
}

#col_right {
	display: inline;
	float: right;
	width: 220px;
	margin: 0 16px 16px 0;
}

#col_right_wide {
	display: inline;
	float: right;
	width: 540px;
	margin: 0 16px 16px 0;
}

#page_head {
	margin: 0 16px;
	background: #ffffff url(/images/back_topline.gif) repeat-x 0 18px;
	font: normal 11px/11px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
}

#set_head {
	margin: 0 16px;
	font: normal 11px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #ffffff url(/images/back_topline.gif) repeat-x 0 18px;
	position: relative;
}

#set_thumbs {
	display: inline;
	float: left;
	width: 190px;
	margin: 0 0 16px 16px;
}

#set_image {
	display: inline;
	float: right;
	width: 540px;
	height: 508px;
	padding: 0 8px 8px 8px;
	margin: 0 27px 0 0;
	background: #ffffff url(/images/back_loading.gif) no-repeat center;
	text-align: center;
}

#set_image div {
	width:540px;
	height:500px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
#set_image #cur_image img {
	vertical-align:middle;
}
* html #set_image div {
	font-size:452.5px;
}

#cur_image {
	width: 500px;
	height: 500px;
}

#set_arrows {
	display: inline;
	float: right;
	width: 556px;
	height: 18px;
	padding: 0;
	margin: 0 27px 0 0;
	font: normal 10px/10px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}

#set_image_text {
	width: 400px;
	border-top: 1px solid #e5e9ec;
	padding: 8px;
	margin: 0 70px 0 70px;
	color: #666666;
	background-color:#ffffff;
	font: normal 11px/11px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}

#set_menu {
	margin: 0 0 8px 0;
	padding: 0 4px 12px 4px;
	font: normal 11px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #ffffff url(/images/back_subline.gif) repeat-x bottom;
}

#set_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#set_menu ul li {
	display: inline;
	list-style: none;
}

#set_menu li.menulabel {
	color: #666666;
	padding-right: 24px;
	background: url(/images/setarrow.gif) no-repeat right;
}

#set_menu ul li a {
	padding: 0 8px;
	border-left: 1px dotted #b1ccda;
}

#set_info_link {
	font: bold 13px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: absolute;
	top: 2px;
	left: 700px;
}

#set_info{
	width: 480px;
	min-height: 80px;
	background: #f8f8f8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #cfcfc8;
	border-bottom: 1px solid #cfcfc8;
	filter:alpha(opacity=95); 
	opacity: 0.95;
	padding: 16px;
	position: absolute;
	display: block;
	top: 50px;
	left: 228px;
	color: #333333;
	font: normal 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#pages {
	height: 14px;
	list-style: none;
	display: block;
	padding: 0;
	margin: 16px 0 16px 0;
	font: normal 10px/10px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#pages li {
	float: left;
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0 8px 0 0;
}

#pages li.pages_title {
	padding: 4px 4px 4px 0;
	color: #8c9eac;
	background: #ffffff;
	border: 1px solid #ffffff;
}

#pages li.pages_cur {
	padding: 4px;
	color: #000000;
	background: #ffffff;
	border: 1px solid #8c9eac;
}

#pages a {
	display: block;
	padding: 4px;
	background: #ffffff;
	border: 1px solid #ebedec;
}

#pages a:hover {
	background: #f8f8f8;
	border: 1px solid #2671ad;
}


/* FOOTER */

#footer {
	width: 834px;
	margin: 0 auto 30px auto;
	padding: 0;
	height: 30px;
	color: #8c9eac;
	background: #ebedec;
	text-align: left;
	font: normal 11px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #6daddf;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	color: #318bd2;
	font-weight: normal;
	text-decoration: none;
}

#footer #copyright {
	float: left;
	padding: 7px 0 0 27px;
}

#footer #contact {
	float: right;
	text-align: right;
	padding: 7px 27px 0 0;
}

/* CLASSES */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
}

.clearspot {
	clear: both;
}

.vcenter {
   text-align:center;
   display:table-cell;
   vertical-align:middle;
}
.vcenter img {
   vertical-align:middle;
}

* html.vcenter {
    font-size:452.5px;
}

.hide {
	position: absolute;
	left: -10000px;
}

dl.hints {
	margin-left: 20px;
	padding-left: 10px;
	border-left: 1px dotted #eeeeee;
	font-size: 11px;
	color: #666666;
}

.lilinfo {
	font: normal 10px/10px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #e5e9ec;
	font-style: normal;
}

.info_title {
	font: bold 13px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #555555;
}

.info_title_archive {
	font: bold 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #555555;
}

.info_date {
	font: normal 10px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8c9eac;
}

.info_link {
	font: normal 10px/10px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 4px 0 0 0;
	padding: 6px 0 0 14px;
	background: url(/images/icon_plus.gif) no-repeat 0 6px;
	border-top: 1px solid #e5e9ec;
}

.info_link a {
	display: block;
}

.blog_entry {
	padding: 0 0 4px 0;
	border-bottom: 1px solid #e5e9ec;
	margin: 0 0 16px 0;
}

.blog_entry img {
	display: block;
	padding: 8px 0;
}

.fresh_entry {
	padding: 0 8px 8px 8px;
}

dl.fresh_entry dd {
	background: url(/images/icon_burst.gif) no-repeat;
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	padding: 0 0 4px 18px;
}

dd.hotstuff {
	background: url(/images/icon_burst.gif) no-repeat;
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	padding: 0 0 4px 18px;
}

dd.archive {
	background: url(/images/icon_archive.gif) no-repeat;
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	padding: 0 0 4px 18px;
}

dd.feedicon {
	background: url(/images/icon_feed.gif) no-repeat;
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	padding: 0 0 4px 18px;
}

.archive_year {
	margin-bottom: 32px;
}

.archive_year h2 {
	font-size: 16px;
}

.set_title {
	background: url(/images/icon_burst.gif) no-repeat;
	padding: 0 0 0 18px;
	margin: 0 0 4px 0;
}

img.thumb {
	display: inline;
	float: left;
	color: #8c9eac;
	font: normal 10px/11px Arial, Helvetica, sans-serif;
	border: 1px solid #e5e9ec;
	margin: 3px;
}

td img.thumb {
	clear: both;
}

a img.thumb {
	display: block;
	padding:2px;
	filter:alpha(opacity=100);
	opacity: 1.0;
}

a:hover img.thumb {
	filter:alpha(opacity=60); 
	opacity: 0.6;
}

img.cur_thumb {
	display: inline;
	float: left;
	color: #8c9eac;
	font: normal 10px/11px "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 1px solid #fd6c4f;
	margin: 3px;
}

td img.cur_thumb {
	clear: both;
}

a img.cur_thumb {
	display: block;
	padding:2px;
	filter:alpha(opacity=100);
	opacity: 1.0;
}

.highlight {
	color: #2671ad;
	font-style: normal;
}

.admin {
	font: normal 10px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0 0 16px 0;
}

.url {
	color: #ff0000;
}

.buttons {
	clear: both;
}

.left {
	float: left;
	margin: 8px;
}

.right {
	float: right;
	margin: 8px;
}

.listthumb {
	float: left;
	margin: 8px;
	border: 1px solid #666666;
}

ul.thumbnails, ul.checklist, ul.catlist {
	list-style: none;
	margin: 0 0 16px 0;
	padding: 0;
}

ul.thumbnails li {
	float: left;
	list-style: none;
	margin: 0 16px 16px 0;
	width: 200px;
	padding: 4px;
	border: 3px solid #f8f8f8;
}

ul.catlist ul li {
	list-style: disc;
	margin: 0 0 0 24px;
	padding: 0;
}

.tip {
	width: 550px;
	padding: 4px;
	border: 1px solid #f8f8f8;
	font: normal 10px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.shop_product {
	clear: both;
}

.shop_image {
	float: left;
	margin-right: 20px;
}

.shop_details {
	padding-top: 20px;
}

.shop_details h3 {
	font-size: 14px;
}

.shop_details .button {
	margin-top: 10px;
}

.shop_tip {
	font-style: normal;
	display: block;
	margin-top: 20px;
}

