/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background-color:#EAF1F4;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em {
	font-style: italic;
}

/* End CSS reset */

/* Font Faces */
@font-face{ 
	font-family: 'Aaux';
    src: url('aaux_proregular_osf-webfont.eot');
    src: url('aaux_proregular_osf-webfont.eot?#iefix') format('embedded-opentype'),
         url('aaux_proregular_osf-webfont.woff') format('woff'),
         url('aaux_proregular_osf-webfont.ttf') format('truetype'),
         url('aaux_proregular_osf-webfont.svg#Aaux') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{ 
	font-family: 'BentonModDispUltra';
    src: url('bentonmoddisp-ultra-webfont.eot');
    src: url('bentonmoddisp-ultra-webfont.eot?#iefix') format('embedded-opentype'),
         url('bentonmoddisp-ultra-webfont.woff') format('woff'),
         url('bentonmoddisp-ultra-webfont.ttf') format('truetype'),
         url('bentonmoddisp-ultra-webfont.svg#BentonModDispUltra') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Antenna';
    src: url('antenna-bold-webfont.eot');
    src: url('antenna-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('antenna-bold-webfont.woff') format('woff'),
         url('antenna-bold-webfont.ttf') format('truetype'),
         url('antenna-bold-webfont.svg#AntennaBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Antenna';
    src: url('antenna-bolditalic-webfont.eot');
    src: url('antenna-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('antenna-bolditalic-webfont.woff') format('woff'),
         url('antenna-bolditalic-webfont.ttf') format('truetype'),
         url('antenna-bolditalic-webfont.svg#AntennaBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Antenna';
    src: url('antenna-regular-webfont.eot');
    src: url('antenna-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('antenna-regular-webfont.woff') format('woff'),
         url('antenna-regular-webfont.ttf') format('truetype'),
         url('antenna-regular-webfont.svg#AntennaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AntennaCond';
    src: url('antennacond-bold-webfont.eot');
    src: url('antennacond-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('antennacond-bold-webfont.woff') format('woff'),
         url('antennacond-bold-webfont.ttf') format('truetype'),
         url('antennacond-bold-webfont.svg#AntennaCondBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'AntennaCond';
    src: url('antennacond-regular-webfont.eot');
    src: url('antennacond-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('antennacond-regular-webfont.woff') format('woff'),
         url('antennacond-regular-webfont.ttf') format('truetype'),
         url('antennacond-regular-webfont.svg#AntennaCondRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* End Font Faces */

.book, .widget {
	margin:0 15px 6px 0;	
}

.book {
	cursor:pointer;
	color:white;
	text-align:center;
	font-size:11px;
	font-family:arial;
	height:145px;
	width:74px;
	float:left;	
	padding:2px;
}

.widget {
	cursor: pointer;
	float:left;
	height:122px;
	width:84px;
	text-align: center;
	font-size:12px;
	font-weight:normal;
	font-family:Antenna;
	color:#523415;
}
	.widget:hover img {display:none;} 
	.widget:hover span { display:inline-block; padding: 36px 0 0 0;} 
	.widget span {display:none;}

.book h1 {
	font-family:BentonModDispUltra !important;
	font-size:20px !important;
	color:#804b0e !important;
	font-weight:normal !important;
	margin-bottom: 0 !important;
	
}

.book .binder {
	margin-top:10px;
	height:93px;
	width:65px;
	margin:auto;
	padding:13px 9px 16px 7px;
	font-family:Aaux;
	font-weight:normal;
	letter-spacing:0px;
	overflow:hidden;
	line-height:13px;
}
.book.dimmed .binder {
	background-position-x:-81px;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}		.magazine {
		padding: 32px 0 0 4px;
		height:106px;
		width:78px;
	}
	.ipad {
		padding: 34px 0 0 4px;
		height:104px;
		width:78px;
	}
	.superlative {
		padding: 24px 0 0 2px;
		height:114px;
		width:80px;
	}
	.teddybear {
		cursor: auto;
		padding: 49px 0 0 0;
		height:89px;
		width:82px;
	}
	.teddybear:hover img {display:block;} 
	.teddybear:hover span {display:none;}
	
	.domandtom {
		padding: 62px 0 0 0;
		height:76px;
		width:82px;
	}
	.tv {
		padding: 21px 0 0 2px;
		height:117px;
		width:80px;
	}
	.facebook {
		padding: 35px 0 0 2px;
		height:103px;
		width:80px;
	}
	.contributors {
		padding: 20px 0 0 2px;
		height:118px;
		width:80px;
	}
	.tallgift {
		cursor:auto;
		padding: 48px 0 0 4px;
		height:71px;
		width:76px;
		text-align:left;
	}
	
	.sponsor {font-size:11px; text-align:center;}
	
	.tallgift:hover img {display:block;} 
	
	.ages {
		padding: 17px 0 0 2px;
		height:121px;
		width:80px;
	}
#bookshelf {
	width:970px;
	margin:auto;
	background: transparent url(http://www.scholastic.com/100books/img/bookshelf.png) 0 0 no-repeat;
	height:1850px;
	padding-top:22px;
}


.week {
	padding-left:6px;
	width:20px;	
	padding-top:8px;
	height:88px;
	float:left;
	position:relative;
	background:transparent url(http://www.scholastic.com/100books/img/week_active.png) 0 0 no-repeat;
	right:26px;	
	z-index:-1000;
}

.week a {
	width:14px;
	height:72px;
	margin:2px;
	display:block;
}

.week.inactive {
	background-image:url(http://www.scholastic.com/100books/img/week_inactive.png)
}

#header-spacer {
	height:255px;
}

/*Header*/

#headerwrap {
	width:100%;
	height:260px;
	text-align:center;
	background-color: #ff0000;
	background:transparent url(http://www.scholastic.com/100books/img/curtains.png) 480px 0 repeat-x;
	z-index:1000;
}

#header {
	z-index:1000;
	margin:0 auto;
	padding: 40px 0 0 0;
	vertical-align: middle;
	width: 975px !important;
	text-align:left;
	height:230px;
	background:transparent url(http://www.scholastic.com/100books/img/header_bg_updated_feb27_18.png) 0 0 no-repeat;
}
	#header-logo {
		cursor: pointer;
		display: block;
		position: absolute;
		left: 175px;
		top: 5px;
		text-indent: -9999px;
		height:244px;
		width: 250px;
		z-index: 100;
	}

#calendarspace {
	color: #999998;
	font-family: 'Antenna', Arial, sans-serif;
	font-size: 54px;
	width:108px;
	height:145px;
	float:right;
	margin: 10px 30px 0 37px;
	font-weight:bold;
	text-align: center;
}
#calendarspace a {
	text-decoration:none;
	width:100%;
	height:100%;
	display:block;	
}


#categorywrap {
	
	width:970px;
	margin:45px 0 0 300px;
}

#agegroups {
	width: 113px;
}

#categories, #subcategories {
	width:190px;
}

.headercat {
	float:left;
}

.headercat a {
	color: #fff;
	font-family: 'AntennaCond', Arial, sans-serif;
	font-size: 13px;
	line-height:13px;
	text-decoration: none;
	display: block;
	margin: 2px 0 14px 0;
	font-weight:normal !important;
}

.headercat a.active {
	color: #00f0fe;
	text-decoration: none;
	
}

#agegroups li a {
	text-align:center;
	width: 80px;
	height: 12px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	display: inline-block;
	margin: 0 0 7px 0;
	padding:2px 5px;	
}

#agegroups li a.active {
	background:#01b1be;
	border:1px solid #01b1be;
}

#agegroups #age47.active {
	background:#d85633;
	border:1px solid #d85633;
}

#agegroups #age810.active {
	background:#cf7d3d;
	border:1px solid #cf7d3d;
}

#agegroups #age11p.active {
	background:#ab4c9d;
	border:1px solid #ab4c9d;
}

#agegroups li a,
#agegroups li a#age47,
#agegroups li a#age810,
#agegroups li a#age11p {
	background: none;
	border:1px solid transparent;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color: #fff;
	text-decoration: none;
}

#agegroups li a#resetall {
	color: #cf7d3d;
}

#social {
	clear: both;
	padding: 6px 0 0 260px;
}
#social .twitter-box,
#social .fb_edge_widget_with_comment {
	float:left;
}
#social .enter_to_win {
	cursor: pointer;
	float: right;
	margin: -6px 10px 0 0;
}

#social #downloadlink {
	float:right;
	width:214px;
	height:29px;
}

#social #downloadlink a {
	width:214px;
	height:29px;
	display:block;
	background: transparent url(http://www.scholastic.com/100books/img/download_list.png) no-repeat 0 0;
}

#social #downloadlink a:hover {
	background-position:0 -29px;
}

#social #downloadlink a span {
	display:none;
	left:-9999px;
}
/*End Header*/

/* Footer 
*
*
*/

#footer {
    margin: -135px auto 0 auto;
	height:125px;
	width:970px;
	
	color: #333333;
	font-family: 'Antenna', Arial, sans-serif;
	font-size: 12px;
	
	text-align: center;
}

#footer h5 {
	color: #333333;
	font-family: 'Antenna', Arial, sans-serif;
	font-size: 12px;
	margin: 0 0 25px 0;
	padding: 0;
}

#footer ul li {
	background: #fff;
	display: inline-block;
	padding: 20px 40px;
	margin: 0 20px;
}


/* End Footer
*
*/

/* Dialogs 
*
*
*/

#dialog-book {
	background-color:#d6e7f0;
	color: #333;
	margin: auto;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px 60px 0 60px;
	width: 665px;
}
	.ui-dialog .ui-dialog-titlebar {
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
	}
	.ui-dialog .ui-dialog-titlebar-close {
		height: 29px;
		width: 29px;
	}
	.ui-widget-header .ui-icon {
		background: url('http://www.scholastic.com/100books/img/popup/popup-close.png') 0 0 no-repeat;
		height: 29px;
		width: 29px;
	}

#dialog-book #bookcoverwrapper {
	float: left;
	padding: 0 25px 0 0;
	width: 250px;
}
	#dialog-book #bookcoverwrapper #booksuperlative {
		margin: -20px 0 0 -20px;
	}

#dialog-book #bookdetails {
	font-family: Arial,sans-serif;
	float: right;
	width: 375px;
}

	#dialog-book #bookrank{
		color: #e25334;
		font-size: 65px;
		font-family: 'BentonModDispUltra', Arial, sans-serif;
		line-height: 65px;
		margin: 0 0 10px 0;
	}
	#dialog-book #booktitle{
		font-size: 20px;
		font-weight: bold;
		margin: 0 0 5px 0;
	}
	#dialog-book #bookauthor,
	#dialog-book #bookillustrator {
		font-size: 14px;
	}
	#dialog-book #bookagegroup{
		background:#e0715a;
		color: #fff;
		border:2px solid #f45131;
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		font-size: 12px;
		font-weight: bold;
		margin: 15px 0;
		padding:5px;
		width: 365px;
	}
	#dialog-book #booksummary{
		border-bottom: 2px dotted #9ea6ab;
		color: #111;
		font-size: 13px;
		line-height: 19px;
		margin: 0 0 25px 0;
		padding: 0 0 25px 0;
	}
	#dialog-book #booksummary p {
		padding-bottom:10px;
	}
	#dialog-book #sectiontitle,
	#dialog-book #sectiontitleawards {
		color: #333;
		font-size: 12px;
		font-weight: bold;
		line-height: 14px;
		padding: 0 0 10px 0;
		text-transform:capitalize;
	}
	#dialog-book #bookcategorytags,
	#dialog-book #bookawards {
		color: #e34929;
		font-weight: normal;
	}
	#dialog-book #bookfacebooklink {
		background: url('http://www.scholastic.com/100books/img/popup/fb_link.png') 0 0 no-repeat;
		color: #42bedc;
		outline: 0;
		font-family: Arial, sans-serif;
		font-weight: normal;
		font-size: 14px;
		padding: 10px 0 0 30px;
		
	}
	#dialog-book #bookfacebooklink img {
		vertical-align: bottom;
	}

#dialog-contrib {
	background-color:#d6e7f0;
	color: #333;
	margin: auto;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px 10px 0 10px;
	width: 695px;
}

	#dialog-contrib .contribdetails {
		border-top: 2px dotted #9ea6ab;
		clear: both;
		font-family: Arial,sans-serif;
		font-size: 12px;
		line-height: 15px;
		padding: 20px 40px 20px 20px;
		width: 600px;		
	}
	#dialog-contrib p {
		font-size: 12px;
		line-height: 15px;
		padding: 0 0 10px 0;
		padding: 0 20px 10px 20px;
	}
		
	#dialog-contrib .contribname {
		color: #333;
		font-size: 16px;
		font-weight: bold;
		margin: 0 0 10px 0;
		padding: 0;
	}
	
	#dialog-contrib .contribcategory {
		color: #fff;
		clear: both;
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		font-family: 'Antenna', Arial, sans-serif;
		font-size: 15px;
		margin: 15px 0 15px 0;
		padding: 3px 20px;
	}
	#dialog-contrib .contribcategory-orange {
		background:#e25334;
		border:2px solid #e25334;
	}
	#dialog-contrib .contribcategory-blue {
		background:#029ff2;
		border:2px solid #029ff2;
	}
	#dialog-contrib .contribcategory-red {
		background:#ba3566;
		border:2px solid #ba3566;
	}

	#dialog-contrib img {
		float: left;
		height: 130px;
		width: 105px;
		margin: 0 20px 20px 0;
	}
	#dialog-contrib .border-orange {
		border: 2px solid #e25334;
	}
	#dialog-contrib .border-blue {
		border: 2px solid #029ff2;
	}
	#dialog-contrib .border-red {
		border: 2px solid #ba3566;
	}	
	#dialog-contrib a {
		color: #ba3566;
		font-size: 12px;
		font-weight: normal;
		text-decoration: underline;
	}
	
	#dialog-contrib a:hover {
		text-decoration: none;
	}

#dialog-video {
	text-align: center;
}

#dialog-superlative,
#dialog-quiz,
#top-hundred {
	background-color:#d6e7f0;
	color: #333;
	margin: auto;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px 10px 0 10px;
	width: 645px;
}
	
	#dialog-video h2, 
	#dialog-contrib h2 a,
	#dialog-superlative h2,
	#dialog-quiz h2,
	#top-hundred h2	{
		border-bottom: 2px dotted #9EA6AB;
		cursor: text;
		color: #00b1bb;
		font-size: 54px;
		font-family: 'Antenna', Arial, sans-serif;
		margin: 0 0 20px 0;
		padding: 0 30px 10px 0;
		font-weight:bold;
		width: 95%;
	}
	#dialog-contrib h2 a {
		color: #00b1bb;
		display: block;
		text-decoration: none;
		outline: none;
	}
	#dialog-superlative #superlativedetails {
		clear: both;
		padding: 0 20px 0 0;
	}
	#dialog-superlative #superlativesample {
		float: left;
		padding: 0 30px 100px 0;
	}
	#dialog-superlative p {
		font-family: Arial, sans-serif;
		font-size: 13px;
		padding: 0 0 10px 0;
	}

		
/* End Dialogs
*
*/

.binder {
	background-color:transparent;
	background-repeat:no-repeat;
	background-image:url(http://www.scholastic.com/100books/img/book_sprites03.png);
}

.binder:hover {
	background-position-x:-162px;
}

.blank .binder, .book.blank.dimmed .binder {
	background-position: 0 0 !important;
	background-position-x: 0 !important;
	background-position-y: 0 !important;
	cursor: auto !important;
	opacity: 1 !important;
}

.blank .binder {
	background-position: -81px 0;
	background-position-x: -81px;
}
.Ages810 .binder {
	background-position: 0 -366px;
	background-position-y: -366px;
}
.Ages810 .binder:hover {
	background-position: -162px -366px;
	background-position-y: -366px;
}
.Ages47 .binder {
	background-position: 0 -244px;
	background-position-y: -244px;
}
.Ages47 .binder:hover {
	background-position: -162px -244px;
	background-position-y: -244px;
}
.Ages03 .binder {
	background-position: 0 -122px;
	background-position-y: -122px;
}
.Ages03 .binder:hover {
	background-position: -162px -122px;
	background-position-y: -122px;
}
.Ages11  .binder {
	background-position: 0 -488px;
	background-position-y: -488px;
}
.Ages11  .binder:hover {
	background-position: -162px -488px;
	background-position-y: -488px;
}


#schlHeader {display:none !important;}

#schlPageContent {background-color:transparent !important;width:100% !important;margin-bottom:0 !important;padding-bottom:0 !important;}

#buylink {color: #333;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    padding: 0 0 20px;}
    
#buyurl {color: #e34929;
    font-weight: normal;}

#universal4o {margin-bottom:0 !important;}
#parent-nav-wrapper a {color:#ece7e3 !important;}
#parent-nav ul.parent-nav-menu li a {color:#393431 !important;}
#parent-nav ul.parent-nav-menu li a:hover {color:#ffffff !important;}
#parent-nav ul.parent-nav-menu li a:hover, #parent-nav ul.parent-nav-menu li a.hov, #parent-nav ul.parent-nav-menu li.on a  {color:#ffffff !important;}
#buyButton {max-width:120px;margin-top:10px;}
#buylink {font-family:"museo-sans-700",Helvetica,Arial,sans-serif !important;font-size:12px;line-height:14px;letter-spacing:.05em;color:#ffffff;display:block;padding:10px;background-color:#ec1d25;text-align:center;border-radius: 20px;box-shadow: 1px 2px 5px #7d9aa1;}
#buyname {font-style:italic;text-transform:uppercase;}
a:hover {text-decoration:underline;}
.shoparrow {vertical-align:1px;}
.quotePerson {font-size:11px;font-weight:bold;color:#000000;white-space:nowrap;}