/********** BASIC **********/
html {
	background: #f2b62c;
}

body {
	font: normal 13px/17px Helvetica, Arial, sans-serif;
	color: #4e3c35;
	background: #f2b62c url(../img/site_bg.jpg) no-repeat center 110px;
}

div,dl,dd,dt,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,table {
	margin: 0;
	padding: 0;
}

:focus {
	outline: none !important;
}

a img {
	border: none;
	text-decoration: none !important;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/********** COMMON LAYOUT **********/
h1#logo {
	position: absolute;
	z-index: 10;
	top: -20px;
	right: -5px;
	width: 474px;
	height: 68px;
	background: url(../img/kidsstuff_banner.png) no-repeat 0 0;
	text-indent: -9999px;
}

h1#logo a {
	display: block;
	width: 474px;
	height: 68px;
}

#wrapper {
	position: relative;
	margin: 40px auto 0;
	width: 970px;
	background: url(../img/bg/home.jpg) no-repeat 238px 0; /* Default background */
}

#home #wrapper {
	background: url(../img/bg/home.jpg) no-repeat 238px 0;
}

#books #wrapper {
	background: url(../img/bg/home.jpg) no-repeat 238px 0;
}

#about #wrapper {
	background: url(../img/bg/about.jpg) no-repeat 238px 0;
}

#poems_stories #wrapper {
	background: url(../img/bg/50belowzero.jpg) no-repeat 238px 0;
}

#contact #wrapper {
	background: url(../img/bg/contact.jpg) no-repeat 238px 0;
}

#book_details #wrapper {
	background: url(../img/bg/promiseisapromise.jpg) no-repeat 238px 0;
}

#whats_new h1#logo {
	background: url(../img/whatsnew_banner.png) no-repeat 0 0;
}

#books h1#logo,
#book_details h1#logo {
	background: url(../img/books_banner.png) no-repeat 0 0;
}

#about h1#logo {
	background: url(../img/about_banner.png) no-repeat 0 0;
}

#poems_stories h1#logo {
	background: url(../img/poemsstories_banner.png) no-repeat 0 0;
}

#kidsstuff h1#logo {
	background: url(../img/kidsstuff_banner.png) no-repeat 0 0;
}

#contact h1#logo {
	background: url(../img/contact_banner.png) no-repeat 0 0;
}

#navigation {
	position: relative;
	float: left;
	width: 274px;
	height: 550px;
	background: url(../img/munsch_photo_left.png) no-repeat 22px bottom;
}

#navigation #home_hover {
	display: block;
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
	width: 274px;
	height: 210px;
	background: url(../img/munsch_photo_left_hover.png) no-repeat 22px bottom;
}

#content {
	position: relative;
	left: 5px;
	float: right;
	padding: 60px 20px 20px;
	width: 440px;
	height: 470px;
	background: url(../img/content_bg_home.png) no-repeat right bottom;
}

#footer {
	position: relative;
	left: 14px;
	margin: 0 auto;
	width: 914px;
	padding: 10px 21px 0 27px;
	font-size: 11px;
	color: #775b33;
	background: url(../img/footer_bg.jpg) no-repeat 17px 0;
}

#footer a {
	color: #775b33;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer #meta {
	float: left;
}

#footer span.bds {
	padding-left: 15px;
}

#footer ul#links {
	float: right;
	list-style: none;
}

#footer ul#links li {
	float: left;
	margin-left: 10px;
	text-transform: lowercase;
}

#back_button span {
	display: none;
}


/********** HEADINGS **********/
#default h2 {
	padding-bottom: 14px;
	font-weight: bold;
	font-size: 28px;
	color: #f7851f;
}

#whats_new h2 {
	font-weight: bold;
	font-size: 28px;
	color: #8ec429;
}

#whats_new.single h2 {
	margin-bottom: 4px;
	width: 350px;
	font-weight: bold;
	font-size: 28px;
	line-height: 30px;
	color: #8ec429;
}

#kids_stuff.single h2 {
	padding-left: 00px;
	width: 360px;
	height: 32px;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	color: #f7851f;
	overflow: hidden;
}

#about h2 {
	font-weight: bold;
	font-size: 28px;
	line-height: 28px;
	color: #ea4118;
}

#book_details h2 {
	padding-left: 4px;
	width: 365px;
	height: 32px;
	font-weight: bold;
	font-size: 28px;
	line-height: 28px;
	color: #4076b9;
	overflow: hidden;
}

#poems_stories h2 {
	padding-left: 20px;
	width: 360px;
	height: 32px;
	font-weight: bold;
	font-size: 28px;
	line-height: 28px;
	color: #8d60ad;
	overflow: hidden;
}

#contact h2 {
	font-weight: bold;
	font-size: 28px;
	line-height: 28px;
	color: #5db0b6;
}

#poems_stories h3 {
	position: relative;
	z-index: 10;
	top: 30px;
	left: 10px;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	background: #b45099;
	padding: 14px 16px;
	width: 374px;
	height: 28px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radiusL 10px;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

#contact h3 {
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
	color: #5db0b6;
}


/********** NAVIGATION **********/
ul#accessibility_nav {
	display: none;
}

#navigation a#home_button {
	position: absolute;
	top: 350px;
	left: 20px;
	z-index: 10;
	display: block;
	width: 91px;
	height: 89px;
	background: url(../img/home_button.png) no-repeat 0 0;
	text-indent: -9999px;
}

ul#nav {
	position: relative;
	z-index: 10;
	top: -10px;
	width: 274px;
	height: 365px;
	list-style: none;
	overflow: visible !important;
}

ul#nav li a {
	display: block;
	width: 274px;
	text-indent: -9999px;
	cursor: pointer !important;
}

ul#nav li.whatsnew a {
	height: 51px;
	background: url(../img/nav_sprite_new.png) no-repeat 0 0;
}

ul#nav li.whatsnew a:hover {
	background: url(../img/nav_sprite_new.png) no-repeat -548px 0;
}

#whats_new ul#nav li.whatsnew a {
	background: url(../img/nav_sprite_new.png) no-repeat -274px 0;
}

ul#nav li.thebooks a {
	height: 56px;
	background: url(../img/nav_sprite_new.png) no-repeat 0 -51px;
}

ul#nav li.thebooks a:hover {
	height: 56px;
	background: url(../img/nav_sprite_new.png) no-repeat -548px -51px;
}

#books ul#nav li.thebooks a,
#book_details ul#nav li.thebooks a {
	height: 56px;
	background: url(../img/nav_sprite_new.png) no-repeat -274px -51px;
}

ul#nav li.allabout a {
	height: 98px;
	background: url(../img/nav_sprite_new.png) no-repeat 0 -107px;
}

ul#nav li.allabout a:hover {
	height: 98px;
	background: url(../img/nav_sprite_new.png) no-repeat -548px -107px;
}

#about ul#nav li.allabout a {
	height: 98px;
	background: url(../img/nav_sprite_new.png) no-repeat -274px -107px;
}

ul#nav li.poemsstories a {
	height: 51px;
	background: url(../img/nav_sprite_new.png) no-repeat 0 -205px;
}

ul#nav li.poemsstories a:hover {
	height: 51px;
	background: url(../img/nav_sprite_new.png) no-repeat -548px -205px;
}

#poems_stories ul#nav li.poemsstories a {
	height: 51px;
	background: url(../img/nav_sprite_new.png) no-repeat -274px -205px;
}

ul#nav li.kidsstuff a {
	height: 51px;
	background: url(../img/nav_sprite_new.png) no-repeat 0 -256px;
}

ul#nav li.kidsstuff a:hover {
	height: 51px;
	background: url(../img/nav_sprite_new.png) no-repeat -548px -256px;
}

#kids_stuff ul#nav li.kidsstuff a {
	height: 51px;
	background: url(../img/nav_sprite_new.png) no-repeat -274px -256px;
}

ul#nav li.contact a {
	height: 55px;
	background: url(../img/nav_sprite_new.png) no-repeat 0 -307px;
}

ul#nav li.contact a:hover {
	height: 55px;
	background: url(../img/nav_sprite_new.png) no-repeat -548px -307px;
}

#contact ul#nav li.contact a {
	height: 55px;
	background: url(../img/nav_sprite_new.png) no-repeat -274px -307px;
}


/********** MODULES **********/
/* Book Module */
#book_module {
	position: relative;
	left: -4px;
	margin: 0 auto;
	padding-top: 28px;
	width: 450px;
	height: 302px;
	background: url(../img/books_module.png) no-repeat center top;
}

#book_module ul.list {
	position: relative;
	left: 2px;
	margin: 0 auto;
	width: 396px;
	list-style: none;
	overflow: hidden;
}

#book_module ul.list li {
	float: left;
	margin: 0 7px 7px 0;
	padding-top: 7px;
	width: 92px;
	height: 109px;
	background: #fff;
	text-align: center;
}

#book_module ul.list li.clear {
	clear: left;
}

#book_module ul.list .summary {
	display: none;
}

ul.list li span.actions {
	display: none;
}

#book_module h3 {
	position: relative;
	left: 40px;
	top: 18px;
	width: 360px;
	font-weight: bold;
	font-size: 17px;
	color: #fff;
}

#book_module h3 span.more a {
	position: relative;
	left: 20px;
	padding: 2px 10px 0;
	color: #fff;
	text-decoration: none;
	background: #2f71bc url(../img/more_button_bg.jpg) repeat-x 0 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 3px #295475;
	-moz-box-shadow: 0 3px 3px #295475;
	box-shadow: 0 3px 3px #295475;
}

/* Large Book Module */
#book_module_big {
	position: relative;
	z-index: 10 !important;
	left: -4px;
	margin: 0 auto;
	padding-top: 28px;
	width: 450px;
	height: 430px;
	background: url(../img/books_module_big.png) no-repeat center top;
}

#book_module_big #listings {
	margin: 0 auto;
	width: 390px;
	height: 364px;
	overflow: hidden;
}

#listings.visible {
	overflow: visible !important;
}

#book_module_big ul.list {
	position: relative;
	z-index: 10;
	left: 2px;
	margin: 0 auto;
	width: 396px;
	list-style: none;
	background-color: transparent !important;
}

#book_module_big ul.list li {
	position: relative; /* Keeps absolute positioned child elements contained */
	float: left;
	margin: 0 7px 7px 0;
	padding-top: 7px;
	width: 92px;
	height: 109px;
	background: #fff;
	text-align: center;
}

#book_module_big ul.list li.clear {
	clear: left;
}

#book_module_big ul.list li h2.more {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}

#book_module_big ul.list li h2.more a {
	display: block;
	width: 92px;
	height: 116px;
	text-indent: -9999px;
}

#quick_find {
	position: relative;
	top: 25px;
	left: 30px;
	width: 380px;
}

#quick_find label {
	position: relative;
	z-index: 1;
	top: 1px;
	padding-right: 4px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

#quick_find select {
	width: 255px;
}

/* Arrow Navigation (for Book Listings) */
#books ul#arrow_nav {
	position: absolute;
	z-index: 1 !important;
	top: 214px;
	left: -15px;
	width: 511px;
	list-style: none;
	text-indent: -9999px;
}

#books ul#arrow_nav li.prev {
	float: left;
}

#books ul#arrow_nav li.next {
	float: right;
}

#books ul#arrow_nav li.prev a {
	display: block;
	width: 45px;
	height: 118px;
	background: url(../img/booklist_arrow_left.png) no-repeat;
}

#books ul#arrow_nav li.next a {
	display: block;
	width: 51px;
	height: 118px;
	background: url(../img/booklist_arrow_right.png) no-repeat;
}


/* Arrow Navigation (for Kids Stuff Listings) */
#kids_stuff ul#arrow_nav {
	position: absolute;
	z-index: 1 !important;
	top: 278px;
	left: -14px;
	width: 510px;
	list-style: none;
	text-indent: -9999px;
}

#kids_stuff ul#arrow_nav li.prev {
	float: left;
}

#kids_stuff ul#arrow_nav li.next {
	float: right;
}

#kids_stuff ul#arrow_nav li.prev a {
	display: block;
	width: 45px;
	height: 118px;
	background: url(../img/kidsstuff_arrow_left.png) no-repeat;
}

#kids_stuff ul#arrow_nav li.next a {
	display: block;
	width: 51px;
	height: 118px;
	background: url(../img/kidsstuff_arrow_right.png) no-repeat;
}

#kid_popup {
	position: absolute;
	z-index: 999 !important;
	top: 7px;
	left: 360px;
	width: 176px;
	height: 147px;
	background: url(../img/kid_popup.png) no-repeat 0 0;
}

/* jScrollPane Module */
#book_details #story_wrapper {
	left: 14px;
}

#story_wrapper {
	position: absolute;
	z-index: 1;
	bottom: 7px;
	left: 15px;
}

#story {
	padding: 50px 20px 10px 20px;
	width: 413px;
	height: 235px;
	overflow: auto !important;
}

#kids_stuff #story,
#default #story {
	padding: 10px 20px 10px 20px;
	width: 413px;
	height: 405px;
	overflow: auto !important;
}

#whats_new.single #story {
	padding: 10px 20px 10px 20px;
	width: 413px;
	height: 405px;
	overflow: auto !important;
}

/* Poems/Stories page */
#poems_stories.single #story_wrapper {
	position: absolute;
	z-index: 1;
	bottom: 7px;
	left: 15px;
}

#poems_stories.single #story {
	padding: 15px 20px 10px 25px;
	width: 408px;
	height: 410px;
}

#story h3 {
	margin-bottom: 12px;
}

#story.poem p.intro {
	margin: 0;
	padding-bottom: 14px;
	font-style: italic;
	font-size: 15px;
	line-height: 20px;
}

#story p {
	margin-bottom: 12px;
	font-style: normal;
	font-size: 15px;
	line-height: 20px;
}

#story p.copyright {
	font-style: italic;
	font-size: 13px;
}


/* Audio Player module */
#player {
	display: none;
	position: absolute;
	z-index: 1001 !important;
	top: 150px !important;
	left: 275px !important;
	width: 210px !important;
	height: 322px !important;
	background: url(../img/player_bg.png) no-repeat 0 0;
}

/* Flash not installed message */
#player > p {
	position: absolute;
	z-index: 1003;
	top: 228px;
	left: 5px;
	padding: 2px 22px;
	width: 155px;
	font-size: 12px;
	color: #fff;
	background: #7d5c94;
}

#player > p a {
	display: none;
}

#player_content {
	display: none;
	position: absolute;
	z-index: 1002 !important;
	top: 170px !important;
	left: 297px !important;
	padding-left: 5px;
	width: 160px;
	height: 282px;
}

#player_content p {
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	color: #7d5c94;
}

#player_content p.file_info {
	margin-top: 1px;
}

#player_content h4.book_title {
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 18px;
	color: #7d5c94;
}

#player_content .book_thumb {
	margin-bottom: 10px;
	padding-top: 7px;
	width: 93px;
	height: 109px;
	background: #fff;
	text-align: center;
}

ul#player_controls {
	margin: 0 0 4px -5px;
	list-style: none;
	overflow: hidden;
}

ul#player_controls li {
	float: left;
	text-indent: -9999px;
}

ul#player_controls li#play a {
	display: block;
	width: 53px;
	height: 37px;
	background: url(../img/player_controls.gif) no-repeat 0 0;
}

ul#player_controls li#pause a {
	display: none;
	width: 53px;
	height: 37px;
	background: url(../img/player_controls.gif) no-repeat -53px 0;
}

ul#player_controls li#mute a {
	display: block;
	width: 53px;
	height: 37px;
	background: url(../img/player_controls.gif) no-repeat -53px -38px;
}

ul#player_controls li#mute.muted a {
	background: url(../img/player_controls.gif) no-repeat -104px -38px;
}

ul#player_controls li#stop a {
	display: block;
	width: 53px;
	height: 37px;
	background: url(../img/player_controls.gif) no-repeat -155px -38px;
}

#player_content a.help {
	position: absolute;
	top: -4px;
	right: 31px;
	display: block;
	width: 28px;
	height: 30px;
	background: url(../img/player_controls.gif) no-repeat -103px 3px;
	text-indent: -9999px;
}

#player_content a.close {
	position: absolute;
	top: -4px;
	right: 3px;
	display: block;
	width: 28px;
	height: 30px;
	background: url(../img/player_controls.gif) no-repeat -130px 3px;
	text-indent: -9999px;
}

#player_content a.download {
	position: absolute;
	left: -2px;
	bottom: -6px;
	display: block;
	padding: 10px 5px 10px 55px;
	width: 100px;
	height: 18px;
	font-weight: bold !important;
	font-size: 14px !important;
	color: #7d5c94;
	text-decoration: none;
}

#player_content a.download span.icon {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 53px;
	height: 38px;
	background: url(../img/player_controls.gif) no-repeat 0 -37px;
}

#player_content a.download:hover {
	text-decoration: underline;
}

#player_help {
	display: none;
	position: absolute;
	z-index: 1000 !important;
	top: 175px;
	left: 300px;
	padding: 10px;
	width: 140px;
	height: 80px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
}

#player_help p {
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	color: #4e3c35;
}

#volume {
	position: absolute;
	right: 7px;
	top: 27px;
	background: url(../img/volume_bg.gif) no-repeat 0 0;
	width: 50px;
	height: 95px;
}

#volume_bar {
	position: absolute;
	z-index: 1 !important;
	left: 18px;
	margin-top: 9px;
	background: #d7c5ee url(../img/volume_bar_value.gif) no-repeat 0 0;
	height: 70px !important;
	width: 10px !important;
}

#volume #volume_bar_value {
	display: none;
	position: absolute !important;
	z-index: 999999 !important;
	left: 0 !important;
	bottom: 0 !important;
	background: #7d5c94 !important;
	width: 10px !important;
}


/* Homepage Book Module */
#book_popup {
	position: absolute;
	z-index: 999 !important;
	left: 55px;
	padding: 20px 30px;
	width: 305px;
	height: 112px;
}

#book_popup h2 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #4177ba;
}

#book_popup .summary {
	height: 100px;
	overflow: hidden;
}

#book_popup p {
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	color: #4e3c35;
}

#big_book {
	position: absolute;
	top: 28px;
	z-index: 999 !important;
	padding: 7px 5px;
	width: 181px;
	height: 225px;
	background: #fff;
	overflow: hidden;
}

#big_book a.more {
	position: absolute;
	z-index: 9999 !important;
	bottom: 0;
	left: 0;
	display: block;
	width: 112px;
	height: 38px;
	background: url(../img/big_book_actions.png) no-repeat 0 0;
	text-indent: -9999px;
}

#big_book a.close {
	position: absolute;
	z-index: 9999 !important;
	bottom: 0;
	right: 0;
	display: block;
	width: 79px;
	height: 38px;
	background: url(../img/big_book_actions.png) no-repeat -112px 0;
	text-indent: -9999px;
}

/* Homepage Album Module */
#album_module {
	display: none;
	position: absolute;
	top: 176px;
	left: 21px;
	padding: 20px 30px;
	width: 379px;
	height: 276px;
	background: url(../img/bg-album-module.png) no-repeat 0 0;
}

#album_module ul.list {
	padding-bottom: 6px;
	list-style: none;
	overflow: hidden;
}

#album_module ul.list li {
	float: left;
	margin-left: 10px;
	padding: 6px;
	width: 172px;
	height: 228px;
	background: #fff;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

#album_module ul.list li:first-child {
	margin-left: 0;
}

#album_module ul.list li a.thumb {
	display: block;
	margin-bottom: 6px;
	line-height: 0;
}

#album_module ul.list li h2 {
	font-size: 13px;
}

#album_module ul.list li h2 a {
	text-decoration: none;
	color: #ea4118;
}

#album_module ul.list li h2 a:hover {
	text-decoration: underline;
}

#album_module h3 {
	margin-top: 23px;
	font-size: 16px;
	color: #fff;
}

#album_module a.close {
	position: absolute;
	bottom: 4px;
	right: 25px;
	display: block;
	padding-top: 4px;
	height: 23px;
	width: 68px;
	text-decoration: none;
	background: url(../img/icon-album-close.png) no-repeat right center;
	color: #fff;
}

#album_module a.close:hover {
	text-decoration: underline;
}

/* Kids Module */
#kids_module {
	position: relative;
	z-index: 10 !important;
	left: -18px;
	margin: 0 auto;
	padding-top: 28px;
	width: 450px;
	height: 339px;
	background: url(../img/kids_module.png) no-repeat center top;
}

#kids_module #listings {
	position: relative;
	left: -2px;
	margin: 0 auto;
	width: 390px;
	height: 290px;
	overflow: hidden;
}

#kids_module ul.list {
	position: relative;
	left: 2px;
	margin: 35px auto 10px;
	width: 396px;
	background: transparent !important;
	list-style: none;
	overflow: hidden;
}

#kids_module ul.list li {
	float: left;
	margin: 0 7px 7px 0;
	padding-top: 7px;
	width: 92px;
	height: 109px;
	background: #fff;
	text-align: center;
}

#kids_module ul.list li.clear {
	clear: left;
}

#kids_module ul.list .summary {
	display: none;
}


/********** HOME/DEFAULT **********/
#home #content #intro {
	margin: 0 auto 25px;
	padding-bottom: 38px;
	width: 355px;
	background: url(../img/signature.png) no-repeat 235px bottom;
}

#default #content {
	padding: 60px 35px 20px;
	width: 410px;
	height: 470px;
	background: url(../img/content_bg_whats_new.png) no-repeat 0 0;
}

#default #content p {
	padding-bottom: 10px;
}

#default #story p a {
	color: #f7851f;
	text-decoration: none;
}

#default #story p a:hover {
	color: #f7851f;
	text-decoration: underline;
}


/********** WHATS NEW **********/
#whats_new #content {
	padding: 60px 35px 20px;
	width: 410px;
	height: 470px;
	background: url(../img/content_bg_whats_new.png) no-repeat 0 0;
}

#whats_new a#back_button {
	position: absolute;
	z-index: 10;
	top: 55px;
	right: 25px;
	display: block;
	padding-top: 36px;
	width: 39px;
	background: url(../img/whatsnew_back_button.gif) no-repeat 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #8ec429;
}

#whats_new a#back_button:hover {
	text-decoration: underline;
}

#whats_new ul#news_list {
	margin: 20px 5px;
	list-style: none;
}

#whats_new ul#news_list li {
	margin-bottom: 22px;
}

#whats_new ul#news_list li h3 {
	margin-bottom: 2px;
}

#whats_new ul#news_list li h3 a {
	text-decoration: none;
	color: #4e3c35;
}

#whats_new ul#news_list li h3 a:hover {
	text-decoration: underline;
}

#whats_new.single p.date {
	margin-bottom: 18px;
	width: 350px;
	font-size: 12px;
}

#whats_new.single p {
	margin-bottom: 10px;
}

ul#news_list li p.date {
	font-size: 12px;
}

ul#pagination {
	width: 250px;
	list-style: none;
	overflow: hidden;
}

ul#pagination li {
	float: left;
}

ul#pagination li.prev {
	margin-right: 15px;
}

ul#pagination li a {
	display: block;
	padding: 5px 10px;
	background: #8ec429;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-shadow: 1px 1px 2px #8ec429;
}

ul#pagination li a:hover {
	text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}


/********** POEMS & STORIES **********/
#poems_stories #content {
	background: url(../img/content_bg_poems.png) no-repeat 0 0;
}

#poems_stories.single #content {
	background: url(../img/content_bg_poems_single.png) no-repeat 0 0;
}

#poems_stories #story .intro {
	margin-bottom: 25px;
	color: #95427f;
}

#poems_stories #story.poem p,
#poems_stories #story.story p {
	color: #4e3c35;
}

#poems_stories ul#filter {
	position: absolute;
	top: 66px;
	right: 50px;
	list-style: none;
	overflow: hidden;
}

#poems_stories ul#filter li {
	float: left;
	font-weight: bold;
	font-size: 13px;
	color: #7b5496;
}

#poems_stories ul#filter li label {
	position: relative;
	top: 3px;
}

#poems_stories ul#filter li select {
	margin-left: 8px;
	width: 95px;
}

/* Poem/Story Listings */
#list_wrapper {
	clear: both;
	margin: 0 auto;
	position: relative;
	top: 12px;
	left: 2px;
	width: 425px;
	height: 105px;
	background: url(../img/poems_listwrapper_bg.jpg) no-repeat 0 0;
}

ul#arrows {
	position: absolute;
	left: 0;
	top: 3px;
	width: 425px;
	height: 99px;
	background: url(../img/poem_list_arrows_sprite.jpg) no-repeat 0 0;
	list-style: none;
}

ul#arrows li.up {
	width: 425px;
	height: 51px;
	text-indent: -9999px;
}

ul#arrows li.up a {
	display: block;
	width: 425px;
	height: 51px;
}

ul#arrows li.up a:hover {
	background: url(../img/poem_list_arrows_sprite.jpg) no-repeat 0 -198px;
}

ul#arrows li.down {
	width: 425px;
	height: 45px;
	text-indent: -9999px;
}

ul#arrows li.down a {
	display: block;
	width: 425px;
	height: 45px;
}

ul#arrows li.down a:hover {
	background: url(../img/poem_list_arrows_sprite.jpg) no-repeat 0 -150px;
}

ul#poemsstories_list {
	position: absolute;
	top: 3px;
	left: 22px;
	padding-top: 2px;
	width: 375px;
	height: 94px;
	list-style: none;
	background: url(../img/poemsstories_list_bg.jpg) no-repeat 0 0;
	overflow: hidden;
}

ul#poemsstories_list li {
	width: 375px;
	height: 21px;
	font-weight: bold;
	font-size: 15px;
}

ul#poemsstories_list li a {
	display: block;
	padding: 3px 0 2px 16px;
	width: 359px;
	height: 16px;
	color: #7b5496;
	text-decoration: none;
}

ul#poemsstories_list li a:hover {
	background: #e9daf0 url(../img/poemsstories_listitem_bg.jpg) no-repeat 0 0;
}

#poems_stories.single a#back_button {
	position: absolute;
	z-index: 10;
	top: 48px;
	right: 22px;
	display: block;
	padding-top: 36px;
	width: 39px;
	background: url(../img/poemsstories_back_button.gif) no-repeat 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #8d60ad;
}

#poems_stories.single a#back_button:hover {
	text-decoration: underline;
}


/********** CONTACT **********/
#contact #content {
	padding: 60px 35px 20px;
	width: 410px;
	height: 470px;
	background: url(../img/content_bg_contact.png) no-repeat 0 0;
}

#contact .callout {
	position: relative;
	margin: 40px 0 20px;
	color: #fff;
	background: #5db0b6;
	padding: 14px 16px;
	width: 374px;
	height: 28px;
}

#contact .callout p {
	margin-top: -2px;
}

#contact .callout img {
	position: absolute;
	bottom: 8px;
	right: 8px;
}

.wpcf7-form {
	margin: -5px auto 0;
	list-style: none;
}

.wpcf7-form p {
	margin-bottom: 10px;
	overflow: hidden;
}

.wpcf7-form label {
	display: block;
	padding: 6px 10px 2px 0;
	font-weight: bold;
	font-size: 14px;
	color: #4e3c35;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
	padding: 5px 12px 3px;
	width: 204px;
	height: 17px;
	font-weight: normal;
	font-size: 12px;
	color: #666;
	background: url(../img/form_text_bg.jpg) no-repeat 0 0;
	border: none;
}

.wpcf7-form textarea {
	padding: 7px 12px;
	width: 381px;
	height: 91px;
	font-weight: normal;
	font-size: 12px;
	color: #666;
	background: url(../img/form_textarea_bg.jpg) no-repeat 0 0;
	border: none;
}

.wpcf7-form input[type="submit"] {
	float: right;
}

.wpcf7-form div.wpcf7-response-output {
	margin: -28px 0 10px;
	padding: 0;
	width: 340px;
	border: none;
}

.wpcf7-form div.wpcf7-mail-sent-ng,
.wpcf7-form div.wpcf7-validation-errors {
	color: #f00;
}


/********** ABOUT **********/
#about #content {
	padding: 60px 35px 20px;
	width: 410px;
	height: 470px;
	background: url(../img/content_bg_about.png) no-repeat 0 0;
}

#about #story {
	padding: 50px 20px 10px 20px;
	width: 413px;
	height: 283px;
	overflow: auto !important;
}

#about .callout {
	position: relative;
	left: -4px;
	z-index: 10;
	margin: 85px 0 0;
	color: #fff;
	background: #ea4118;
	padding: 14px 16px;
	width: 374px;
	height: 28px;
}

#about .callout p {
	margin-top: -4px;
	font-size: 14px;
	line-height: 19px;
}

#about .callout img {
	position: absolute;
	bottom: 10px;
	right: 6px;
}


/********** BOOKS **********/
#book_details #content {
	padding: 70px 35px 20px;
	width: 410px;
	height: 460px;
	background: url(../img/content_bg_details.png) no-repeat 0 0;
}

#book_details #story {
	padding: 50px 20px 10px 20px;
	width: 413px;
	height: 183px;
	overflow: auto !important;
}

#book_details #story ol,
#book_details #story ul {
	margin: 25px 20px;
}

#book_details #story ul li,
#book_details #story ol li {
	margin-bottom: 6px;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
}

#details {
	position: relative;
	margin-top: 12px;
	width: 400px;
	height: 150px;
	overflow: hidden;
}

#details #book_detail_photo {
	line-height: 0;
	float: left;
	padding: 5px;
	background: #fff;
}

#details #credits {
	float: right;
	width: 240px;
	height: 68px;
	overflow: hidden;
}

#details #credits p {
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
	color: #4076b9;
}

#details ul#actions {
	position: absolute;
	bottom: 0;
	left: 155px;

	list-style: none;
	overflow: hidden;
}

#details ul#actions li {
	float: left;
	margin-right: 6px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}

/* Hide listen button if js is disabled */
.no-js #details ul#actions li.listen {
	display: none;
}

#details ul#actions li.listen a {
	display: block;
	padding-top: 54px;
	width: 58px;
	background: url(../img/listen_buy_sprite.jpg) no-repeat 0 0;
	color: #7d5c94;
	text-decoration: none;
}

#details ul#actions li.buy a {
	display: block;
	padding-top: 54px;
	width: 58px;
	background: url(../img/listen_buy_sprite.jpg) no-repeat -58px 0;
	color: #4076b9;
	text-decoration: none;
}

#details ul#actions li.download a {
	display: block;
	padding-top: 54px;
	width: 58px;
	background: url(../img/listen_buy_sprite.jpg) no-repeat -116px 0;
	color: #8798cf;
	text-decoration: none;
}

#details ul#actions li a:hover {
	text-decoration: underline;
}

#book_details .callout {
	position: relative;
	top: -42px;
	left: -4px;
	z-index: 10;
	margin: 55px 0;
	color: #fff;
	background: #4076b9;
	padding: 14px 16px;
	width: 374px;
	height: 28px;
}

#book_details .callout p {
	margin-top: -4px;
	font-size: 14px;
	line-height: 19px;
}

div.child_img {
	display: none; /* TEMP: hidden for now */
	position: absolute;
	bottom: -10px;
	right: 8px;
	background: #fff;
	padding: 5px;
	width: 85px;
	height: 97px;
}

#book_details a#back_button {
	position: absolute;
	z-index: 10;
	top: 55px;
	right: 25px;
	display: block;
	padding-top: 36px;
	width: 39px;
	background: url(../img/books_back_button.gif) no-repeat 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #4076b9;
}

#book_details a#back_button:hover {
	text-decoration: underline;
}


/********** KIDS STUFF **********/
#kids_stuff #content #intro {
	margin: 0 auto 25px;
	width: 355px;
	height: 68px;
	overflow: hidden;
}

#kids_stuff ul#filter {
	position: absolute;
	z-index: 999 !important;
	top: 28px;
	right: 35px;
	list-style: none;
	overflow: hidden;
}

#kids_stuff ul#filter li {
	float: left;
	font-weight: bold;
	font-size: 13px;
	color: #db4a00;
}

#kids_stuff ul#filter li label {
	position: relative;
	top: 3px;
}

#kids_stuff ul#filter li select {
	margin-left: 8px;
}

#kids_stuff #story img {
	width: 395px;
	height: auto;
}


/********** WHATS NEW **********/
#kids_stuff #content {
	padding: 60px 35px 20px;
	width: 410px;
	height: 470px;
	background: url(../img/content_bg_whats_new.png) no-repeat 0 0;
}

#kids_stuff a#back_button {
	position: absolute;
	z-index: 10;
	top: 55px;
	right: 25px;
	display: block;
	padding-top: 36px;
	width: 39px;
	background: url(../img/kids_stuff_back_button.gif) no-repeat 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #f7851f;
}

#kids_stuff a#back_button:hover {
	text-decoration: underline;
}

#kids_stuff p {
	margin-bottom: 10px;
}

#kids_stuff #pagination {
	position: absolute;
	z-index: 0;
	top:  100px;
	left: -53px;
	width: 564px;
	list-style: none;
	overflow: hidden;
}

#kids_stuff #pagination a {
	display: block;
	width: 25px;
	height: 50px;
	text-indent: -9999px;
}

#kids_stuff #pagination a.prev {
	float: left;
	display: block;
	width: 45px;
	height: 118px;
	background: url(../img/kidsstuff_arrow_left.png) no-repeat;
}

#kids_stuff #pagination a.next {
	float: right;
	display: block;
	width: 51px;
	height: 118px;
	background: url(../img/kidsstuff_arrow_right.png) no-repeat;
}


/********** ALBUM POPUP **********/
#album_popup {
	position: absolute; /* Keeps absolute positioned child elements contained */
	z-index: 1000;
	top: -12px;
	left: 274px;
	width: 180px;
	height: 275px;
}

#album_popup .thought_bubble {
	display: none;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	padding: 24px 18px 0;
	width: 121px;
	height: 116px;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	background: url(../img/bg-thought-bubble.png) no-repeat 0 0;
	color: #4e3c35;
}

#album_popup .thought_bubble strong {
	display: block;
	color: #ea4118;
}

#album_popup a {
	position: absolute;
	z-index: 9;
	right: 0;
	bottom: 0;
	display: block;
	width: 164px;
	height: 155px;
	text-indent: -9999px;
	background: url(../img/bg-record-player.png) no-repeat 0 0;
}

/* Album View */
.album_cover {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

#default.album h2 {
	margin: 10px 0 8px;
	font-size: 28px;
	color: #4e3c35;
}

#default.album .album_cover {
	float: left;
	padding: 6px;
	width: 172px;
	height: 176px;
	background: #fff;
}

#default.album .album_details {
	float: right;
	margin-left: 20px;
	padding-top: 10px;
	width: 206px;
	color: #4e3c35;
}

#default.album .album_details p {
	padding-bottom: 6px !important;
	font-size: 13px;
	line-height: 16px;
}

#default.album .album_details a.view-other {
	display: inline-block;
	margin-top: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #76ac26;
}

#default.album .album_details a.view-other:hover {
	text-decoration: underline;
}

#default.album .track_listing {
	clear: both;
	padding-top: 30px;
}

#default.album .track_listing ul {
	float: right;
	list-style: none;
	width: 195px;
}

#default.album .track_listing ul:first-child {
	float: left;
}

#default.album .track_listing li {
	margin-bottom: 6px;
	padding: 2px 0 0 33px;
	min-height: 24px;
	background: url(../img/icon-album-listing.png) no-repeat 0 0;
}

#default.album .track_listing li a {
	text-decoration: none;
	font-weight: bold;
	color: #4e3c35;
}

#default.album .track_listing li a:hover {
	text-decoration: underline;
}


/********** INTERNET EXPLORER 6 WARNING **********/
body #ie6_overlay {
	position: absolute;
	z-index: 1 !important;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50) !important;
}

#ie6_warning {
	position: absolute;
	z-index: 10 !important;
	top: 125px;
	padding: 25px 12px 0 160px;
	width: 328px;
	height: 250px;
	background: #ffeba6 url(../img/ie/ie_warning_bg.jpg) no-repeat 0 0;
	border: 14px solid #ff860a;
}

#ie6_warning a.close {
	display: block;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 32px;
	height: 32px;
	background: url(../img/ie/warning_close.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

#ie6_warning h2 {
	margin-bottom: 12px;
	width: 128px;
	height: 39px;
	background: url(../img/ie/uhoh_header.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#ie6_warning p {
	margin-bottom: 6px;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #4e3c35;
}

#ie6_warning ul#browsers {
	margin: 20px 0 0 25px;
	width: 255px;
	overflow: hidden;
	list-style: none;
}

#ie6_warning ul#browsers li {
	float: left;
	margin-right: 15px;
	width: 48px;
}

#ie6_warning ul#browsers li img {
	opacity: .5;
	filter: alpha(opacity=50);
}

#ie6_warning ul#browsers li p {
	display: none;
	position: absolute;
	z-index: 100 !important;
	left: 170px;
	padding-top: 8px;
	width: 275px;
	text-align: center;
}

a.inquiries {
	display: inline-block;
	text-decoration: underline;
	color: #5db0b6;
}

a.inquiries:hover {
	text-decoration: none;
}

div.callout {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radiusL 10px;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

ul.list li,
#player_content .book_thumb,
#details #book_detail_photo,
div.child_img,
#big_book,
ul#gallery_popup li {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}