/*------------------------------------------------------------------
  School Sparks Style Sheet
------------------------------------------------------------------*/

/*------------------------------------------------------------------
  Reset
------------------------------------------------------------------*/

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

body {
	line-height: 1.6;
	}

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

:focus {
	outline-color: orange;
	}

ins {
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/*------------------------------------------------------------------
  Typeface and Paragraphs
------------------------------------------------------------------*/

body, input, textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	}

h1 {
	font-size: 28px;
	margin-bottom: 15px;
	}

h2 {
	font-size: 23px;
	padding-bottom: 15px;
	}

h3 {
	font-size: 18px;
	padding: 15px 0;
	}

h4 {
	font-size: 14px;
	padding-bottom: 15px;
	}

p {
	padding-bottom: 18px;
	}

blockquote {
	margin: 0 80px 0 80px;
	}
	
blockquote p {
	padding: 0 0 18px 0;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-style: italic;
	}

/*------------------------------------------------------------------
  Layout
------------------------------------------------------------------*/

#container{
	width: 960px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	}

#header {
	margin: 20px 0 10px 0;
	}

#main {
	width: 700px;
	float: left;
	margin-right: 40px;
	}

#main.worksheets {
    width: 720px;
    margin-right: 20px;
    }
    
#sidebar {
    width: 220px;
    margin-left: 740px;
	}
    
.left-sidebar #main {
	width: 700px;
	float: left;
	margin-left: 260px;
	}

.left-sidebar #main.worksheets {
    width: 720px;
    margin-left: 240px;
    }

.left-sidebar #sidebar {
    width: 220px;
    float: left;
    margin-left: -1000px;
	}

.left-sidebar #sidebar.worksheets {
    margin-left: -980px;
	}

/*------------------------------------------------------------------
  Header styling
------------------------------------------------------------------*/

#logo, #logo a, #store-logo, #store-logo a, #store-logo-canada, #store-logo-canada a {
	display: block;
    text-indent: -5000px;
	float: left;
    }

#logo, #logo a {
    width: 162px;
	height: 68px;
    background: #fff url(../images/school_sparks_logo.png) no-repeat scroll 0 0;
	margin-bottom: 0;
	}

#store-logo, #store-logo a {
    width: 228px;
	height: 68px;
    background: #fff url(../images/store/store_logo.png) no-repeat scroll 0 0;
	margin-bottom: 0;
	}
    
#store-logo-canada, #store-logo-canada a {
    width: 344px;
	height: 68px;
    background: #fff url(../images/store/store_logo_canada.png) no-repeat scroll 0 0;
	}

ul.nav {float: right;}

ul.nav li {float: left;}

#header ul.nav li, #header ul.nav li a {
	display: block;
	height: 39px;
    text-indent: -5000px;
	margin-right: 32px;
	}

#free-worksheets, #free-worksheets a {
    width: 186px;
    background: #fff url(../images/menu-free-worksheets.png) no-repeat scroll 0 0;
	}

#assessment, #assessment a {
    width: 125px;
    background: #fff url(../images/menu-assessment.png) no-repeat scroll 0 0;
	}

#early-childhood, #early-childhood a {
    width: 183px;
    background: #fff url(../images/menu-early-childhood.png) no-repeat scroll 0 0;
	}

#header #our-blog, #header #our-blog a {
    width: 99px;
    background: #fff url(../images/menu-our-blog.png) no-repeat scroll 0 0;
	margin-right: 0;
	}

/*------------------------------------------------------------------
  Footer styling
------------------------------------------------------------------*/

#footer {
	clear: both;
	padding-top: 30px;
	}

#footer div {
	border-top: 1px dotted #333;
	}

#footer ul {
	list-style: none;
	margin: 0;
	}
	
#footer ul li {
	float: left;
	margin: 0;
	background: none;
	padding: 8px 0;
	}

#footer ul a {
	color: #891718;
	text-decoration: none;
	}

#footer ul.menu a, #footer ul.menu p {
	padding: 0 10px;
	border-right: 1px solid #e03a3e;
	}

#footer ul.menu li:first-child a {
	padding-left: 0;
	}

#footer ul li.last-item a {
	border-right: 0;
	padding-right: 0;
	}

#footer ul a:hover, #footer ul a:active {
	color: #e03a3e;
	}

#footer ul.icons {
	float: right;
	}

#footer ul.icons li {
	border: 0;
	padding: 8px 20px 8px 21px;
	background: transparent url(../images/site/social_icons.png) 0 11px no-repeat;
}

#footer ul.icons li.last-item {
	padding-right: 0;
}

#footer ul.icons li.facebook {
	background-position: 0 -17px;
}

#footer ul.icons li.rss {
	background-position: 0 -45px;
}

/*------------------------------------------------------------------
  Store styling
------------------------------------------------------------------*/

.storepage > .highlight {
	margin-top: 20px;
	}

.storepage .buy-button-label {
	vertical-align: middle;
	padding: 0 0 10px 10px;
	}

.storepage .highlight .left, .worksheets .highlight .left {
    float: left;
    width: 220px;
    }
    
.storepage .highlight .right, .worksheets .highlight .right {
    margin-left: 240px;
    }

.storepage #main {
	width: 450px;
	float: left;
	padding-right: 32px;
	margin-right: 0;
	background: #fff url(../images/hand-drawn-line-vertical.png) repeat-y scroll top right;
	/*border-right: 1px solid #f5821f;*/
	}

.storepage #sidebar {
    width: 450px;
    margin-left: 510px;
	}

.storepage #sidebar h3 {
	padding: 15px 0 10px 0;
	}

.bubble-text {
	background-color: #fff4c3;
	padding: 7px 10px;
	border-radius: 4px;
	color: #000;
	}

.bubble-author {
	text-align: right;
	padding: 10px;
	margin: 0 0 8px 0;
	background: #fff url(../images/store/testimonial-bubble-tip.png) no-repeat scroll top right;
	font: italic 13px Georgia, serif;
	}

#buy-box-inner {
	background-color: white;
	padding: 10px 10px 3px 10px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border: 2px solid white;
	border-top: none;
	}

#buy-box-inner.scrolling {
	border: 2px solid #009ddc;
	border-top: none;
	box-shadow: 0px 0px 3px 1px #c8c8c8;
	position: fixed;
	top: 0;
	}
	
div.fancybox-title .child {
	background-color: #e03a3e;
	}
	
/*------------------------------------------------------------------
  Sidebar and social styling
------------------------------------------------------------------*/

#sidebar>div {
	margin-bottom: 30px;
	}

#sidebar>div>div {
	margin-bottom: 15px;
	}

#sidebar>div p {
	padding-bottom: 0;
	}
	
#sidebar h3 {
	padding: 0 0 4px 0;
	}

#sidebar li a, #sidebar h4 a { 
	text-decoration: none;
	}

#sidebar h4 {
	padding: 10px 0 8px 0;
	}

#sidebar h3, #sidebar a:hover, #sidebar li a.active { 
	color: #e03a3e;
	}

#sidebar a { 
	color: #891718;
	}

#social {
	margin: 18px 0;
	}

#tweet, #fblike, #stumbler, #addthis, #pinit {
	float:left;
	line-height: 1;
	}

div#pinit {
	width: 92px;
	}

div#tweet {
	width: 98px;
	}
	
div.likeboxwrap {
	width:209px;
	height:150px;
	overflow:hidden;
	}

div.likeboxwrap iframe {
	margin: -1px 0px -1px -11px;
	}

#main .handwriting {
	line-height: 1;
	padding-bottom: 9px;
	padding-top: 1px;
	}

.clearboth {
	clear: both;
	}

p.clearboth {
	padding-bottom: 6px;
	}

#comments .handwriting {
	padding: 12px 0 0 0;
	}

#dsq-content h3, #dsq-content a {
	color: #891718;
	}

#dsq-content h3 {
	font-size: 15px;
	}

#main .inline-subscribe {
	padding-bottom: 18px;
	}

#main .inline-subscribe p {
	padding: 8px 0;
	text-align: center;
	background-color: #ffe5e9;
	}
	
#main .inline-subscribe input[type="text"] {
	width: 140px;
	border: 1px solid #dbb;
	}

#main.worksheets input[type="text"], #sidebar input[type="text"] {
	border-radius: 3px;
	border: 1px solid #891718;
	background-color: #ffd;
	}

#main.worksheets input[type="submit"], #sidebar input[type="submit"] {
	border-radius: 3px;
	border: 1px solid #891718;
	background-color: #e03a3e;
	color: white;
	}

#container .fbConnectWidgetTopmost {
	border: 0 !important;
	}

/*------------------------------------------------------------------
  Links to see details and move to next/previous page
------------------------------------------------------------------*/

a.see_detail, #sidebar a.see_detail {
	font: bold 13px "Trebuchet MS", Helvetica, Verdana, sans-serif;
	color: #f5821f;
	text-decoration: none;
	}

a.see_detail:hover, #sidebar a.see_detail:hover {
	color: #fdb827;
	}

a.next_prev {
	font: bold 16px "Trebuchet MS", Helvetica, Verdana, sans-serif;
	color: #e03a3e;
	margin-right: 40px;
	text-decoration: none;
	}

a.next_prev:hover {
	color: #891718;
	}

/*------------------------------------------------------------------
  List styling
------------------------------------------------------------------*/

#main ul, .storepage ul {
	list-style: disc outside;
	margin: 6px 0 0 40px;
	padding-bottom: 18px;
	}

#main ol {
	list-style: decimal outside;
	margin: 6px 0 0 40px;
	padding-bottom: 18px;
	}

#main li, .storepage li {
	margin: 6px 0;
	}

ul.bulleted {
	list-style: disc outside;
	margin: 0 0 0 18px;
	color: #891718;
	}

/*------------------------------------------------------------------
  Image and image credit styling
------------------------------------------------------------------*/

#main p.illustration img {
	margin: 0 0 8px 0;
}

p.illustration {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.toc {
	margin-bottom: 30px;
	}


.toc td {
	vertical-align: middle;
	text-align: left;
	padding: 0 15px 5px 0;
	}

#main .toc img {
	vertical-align: middle;
	}

#main .image-credit, #main .image-credit a {
	font-style: italic;
	font-size: 11px;
	}

/*------------------------------------------------------------------
  Color Theme
------------------------------------------------------------------*/

.color1 {
	color: #521c52; /* dark purple */
	}

.color2 {
	color: #963d97; /* purple */
	}

.color3 {
	color: #009ddc; /* blue */
	}

.color4 {
	color: #61bb46; /* green */
	}

.color5 {
	color: #fdb827; /* yellow */
	}

.color6 {
	color: #f5821f; /* orange */
	}

.color7 {
	color: #e03a3e; /* dark red pink */
	}

.color8 {
	color: #891718; /* crimson */
	}

.color9 {
	color: #4464ae; /* dark blue */
	}

.color10 {
	color: #af6f02; /* brown */
	}

/*------------------------------------------------------------------
  Blog styling
------------------------------------------------------------------*/

div.post {
	margin-bottom: 35px;
	}

div.post h2, div.post h3 {
	padding-top: 0;
	padding-bottom: 3px;
	}

div.post h2 a, div.post h3 a {
	text-decoration: none;
	color: #891718;
	}

div.post h2 a:hover, div.post h3 a:hover {
	color: #e03a3e;
	}

div.post_meta {
	margin-bottom: 15px;
	font-size: 11px;
	}

div.post_meta a {
	color: #e03a3e;
	}

div.post_teaser p, #sidebar div.post_teaser p {
	padding: 0 0 9px 0;
	}

/*------------------------------------------------------------------
  Speacial formatting for certain pages
------------------------------------------------------------------*/

#classroom p {
	margin-left: 30px;
	}

/*------------------------------------------------------------------
  Kindergarten Readiness Test
------------------------------------------------------------------*/

#main.krt h2 {
	padding-bottom: 9px;
	}

#main.krt h3 {
	padding: 0 0 9px 0;
	}

#main.krt p {
	padding-bottom: 15px;
	}

.krt-page, .result-section div {
	display: none;
	background-color: #fff;
	}

.result-section div {
	margin-bottom: 12px;
	}

.question-section table {
	margin: 2px 0 10px 0;
	}

.question-section td {
	background-color: #f2f2f2;
	padding: 10px 10px 10px 30px;
	border-bottom: solid 3px #fff;
	}

.question-section .unanswered td {
	background-color: #f00;
	color: #fff;
	}
	
.question-section td.question {
	width: 330px;
	padding: 10px;
	}

.question-section td.choice {
	width: 130px;
	}

.question-section input {
	vertical-align: text-bottom;
	}

.review-link {
	font-size: 11px;
	float:right;
	}
	
#results #social {
	padding: 18px 0 0 18px;
	}

/*------------------------------------------------------------------
  Worksheets
------------------------------------------------------------------*/

#main.worksheets  h2, #main.worksheets  h3, #main.worksheets >p {
	padding-bottom: 8px;
	}

#main.worksheets  h2, #main.worksheets  h2 a{
	font-size: 15px;
	color: #891718;
	}

#main.worksheets  h2 a:hover{
	color: #e03a3e;
	}

.worksheet_group {
	background-color: #f7f7f7;
	width: 340px;
	height: 213px;
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
	cursor: pointer;
	}

.worksheet_group:hover {
	background-color: #e6efef;
	}

.worksheet_group_thumbnail {
	position: absolute;
	left: 3px;
	top:3px;
	}

.worksheet_group_detail {
	padding: 7px 10px 7px 173px;
	}

.worksheet_group_detail a {
	text-decoration: none;
	}

.worksheet_group_detail p{
	font-size: 12px;
	padding: 0 0 3px 0;
	}

.worksheet_group_detail h3 {
	font-size: 14px;
	padding: 0 0 3px 0;
	}
	
.worksheet {
	background-color: #f7f7f7;
	width: 166px;
	height: 236px;
	position: relative;
	float: left;
	margin: 0 14px 14px 0;
	overflow: hidden;
	cursor: pointer;
	}

.worksheet:hover {
	background-color: #e6efef;
	}

.worksheet p {
	margin: 213px 0 0 0;
	text-align: center;
	font-size: 12px;
	}
	
.worksheet_thumbnail {
	position: absolute;
	left: 3px;
	top:3px;
	}

p.worksheet_counter {
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 13px;
	}

.worksheet_hr {
	clear: both;
	width: 704px;
	text-align: left;
	margin-left: 0;
	}
    
#popup {
    display: none;
    width: 670px;
    }

#popup .left {
    float: left;
    width: 220px;
    }
    
#popup .right {
    margin-left: 240px;
    }