/* START MAIN HOLDERS */
html
{
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body
{
	
	background: #245690 url(/wp-content/themes/camelot_encore/img/bg_body.gif) top left repeat-x;
	font-size: 62.5%;
	color: #626262;
	font-family: "Liberation Sans", Helvetica, Arial, sans-serif;
	text-align: center;
}

.showgrid
{
	background:url(/wp-content/themes/camelot_encore/img/grid.png);
}

#topper-holder
{
	height: 41px;
	background: #FFBF11;
	background: #71a64b;
    z-index: 10;
    overflow: hidden;
    text-align: left;
	display: none;
}

#topper, #header, #splash, #middler, #footer
{
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#topper
{
	overflow: hidden;
}

#topper-left
{
	height: 40px;
	float: left;
	overflow: hidden;
}

#topper-right
{
	height: 40px;
	float: right;
	overflow: hidden;
}

#topper-spacer
{
	height: 3px;
	background: #71a64b;

}

#header-holder
{
	background: #fff;
	clear: both;
}

#header
{
	position: relative;
	clear: both;
	height: 125px;
	z-index: 75;
}

.panel-button
{
	margin-left: 740px;
	position: relative;
	top: 0;
	width: 210px;
	height: 33px;
	background: #71a64b url(/wp-content/themes/camelot_encore/img/tab_ordering_information.gif) center bottom no-repeat;
	z-index: 20;
	cursor: pointer;
}

.panel-button a:link,
.panel-button a:visited,
.panel-button a:hover,
.panel-button a:active
{
	text-decoration: none;
	color: #fff;
	font-size: 1.4em;
	line-height: 28px;
	font-weight: normal;
	display: block;
	width: 210px;
	height: 33px;
	text-align: center;
	background: transparent;
}

#nav-holder
{
	position: absolute;
	bottom: 0;
	right: 0;
}

#splash-holder
{
		height: 300px;
		background: #3478CB url(/wp-content/themes/camelot_encore/img/bg_splash_holder.jpg) left top repeat-x;
}

#splash
{
	
	height: 300px;
	overflow: hidden;
	position: relative;
	background: #387BCC;
}

#pager
{
	position: absolute;
	bottom: 30px;
	left: 50px;
	z-index: 1000;
}

#pager a
{
	display: block;
	float: left;
	padding: 4px 7px;
	margin-right: 5px;
	background: #2B63A7;
	text-decoration: none;
	font-size: 1.2em;
	color: #74A3DB;
}

#pager a.activeSlide,
#pager a:hover
{
	background: #214B7F;
	color: #B0CAEA;
} 


#middler-holder
{
	background: #fff;
	padding: 25px 0 15px 0;
}

#middler
{
	overflow: hidden;
}

#lefter
{
	width: 260px;
	float: left;
	margin-right: 30px;
}

#righter
{
	width: 660px;
	float: right;
}

#footer-holder
{
	padding: 15px 0;
}

#footer
{
	background: #33629A;
	padding: 10px 14px;
}
/* END MAIN HOLDERS */

/* START MAIN NAVIGATION */
#nav, #nav li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li
{
	float: left;
	font-size: 1.4em;
}

#nav li a
{
	background: #245690;
	display: block;
	padding: 10px 17px;
	margin-right: 5px;
	color: #fff;
	text-decoration: none
}

#nav li a:hover
{
	background: #387BCC;
	color: #FFF;
}
/* END MAIN NAVIGATION */

/* START MAIN NAVIGATION YOU ARE HERE */
body#home #nav li.home a,
body#why #nav li.why a,
body#math-curriculum #nav li.math a,
body#about #nav li.about a,
body#resources #nav li.resources a,
body#contact #nav li.contact a
{
	background: #387BCC;
	color: #FFF;
}
/* END MAIN NAVIGATION YOU ARE HERE */

/* START LEFT NAVIGATION */
ul#nav-left
{
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 20px;
	margin-top: 5px;
	font-size: 1.4em;
	line-height: 1.2;
}

ul#nav-left li a
{
	display: block;
	color: #71a64b;
	padding: 8px 10px 8px 0;
	border-top: 1px solid #e1e1e1;
	text-align: right;
	text-decoration: none;
	width: 250px;
}

ul#nav-left li a:hover
{
	color: #245690;
	background: #f8f8f8;
}
/* END LEFT NAVIGATION */

/* START LINKS */
a:link, a:visited
{
	color: #3678cc;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #245690;
	text-decoration: none;
	background: #efefef;
}

a.nohover
{
	background: transparent;
}
/* END LINKS */

/* START PARAGRAPHS AND HEADINGS */
h1#logo a
{
	display: block;
	width: 230px;
	height: 125px;
	background: url(/wp-content/themes/camelot_encore/img/logo.gif) center center no-repeat;
	text-indent: -9999px;
	margin-left: 25px;
	margin-top: -33px;
}

p
{
	color: #454545;
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 20px;
}

p.caption
{
	font-size: 1.3em;
	line-height: 1.2;
	color: #638BBB;
	font-style: italic;
	text-align: center;
}

#footer p
{
	color: #eee;
	font-size: 1.1em;
	margin: 0;
	text-align: center;
	letter-spacing: 1px;
}

div#cart-summary
{
	font-size: 1.3em;
	color: #1A3E68;
	margin-right: 55px;
	margin-top: 2px;
}

div#cart-summary a, div#cart-summary a:hover
{
	color: #1A3E68;
	background: transparent;
}

a span
{
	color: #fff;
}

h2, h3
{
	background: #fff;
	margin-bottom: 15px;
	font-weight: normal;
}

h2
{
	color: #2962A4;
	font-size: 25px;
}

h2.heading-left-side,
h3.heading-left-side
{
	text-align: right;
}

h3
{
	color: #5b92d5;
	font-size: 22px;
}

#righter h3
{
	margin-top: 3px;
}

h4
{
	color: #747474;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 15px;
}

h4.underline-me
{
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 3px;
}

h5
{
	color: #878787;
	font-size: 1.4em;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 15px;	
}
/* END PARAGRAPHS AND HEADINGS */

/* START MISC DIVS */
div.event-item
{
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e1e1e1;
}

div#faqs-holder
{
	clear: both;
	margin-top: 5px;
}

div.spacer
{
	height: 15px;
}
/* END MISC DIVS */

/* START MISC STUFF */
pre
{
	font-size: 12px;
}

#topper-left img
{
	margin-left: 34px;
}
.clearing
{
	clear: both;
}

.goright
{
	float: right;
	margin: 2px 0 15px 20px;
}

.goleft
{
	float: left;
	margin: 2px 20px 15px 0;
}

blockquote
{

	background: transparent url(/wp-content/themes/camelot_encore/img/bg_blockquote_open.gif) 0 5px no-repeat;
}

blockquote p
{
	font-size: 1.4em;
	line-height: 1.5;
	color: #2B63A7;
	color: #638BBB;
	font-style: italic;
	padding: 50px 0px 42px 0px;
	background: transparent url(/wp-content/themes/camelot_encore/img/bg_blockquote_close.gif) bottom right no-repeat;
	margin-bottom: 0;
}

blockquote.plain
{
	background: none;
}

blockquote.plain p
{
	font-size: 1.4em;
	line-height: 1.5;
	color: #2B63A7;
	color: #638BBB;
	font-style: italic;
	padding: 0 0 20px 0;
	background: none;
	margin-bottom: 0;
}

p.who-said-it
{
	font-size: 1.4em;
	color: #638BBB;
	font-style: italic;
	
}

.bold
{
	font-weight: bold;
}

.dark
{
	color: #232323;
}

div#topper-left img
{
	float: left;
}

div#cart-summary img
{
	vertical-align: middle;
	height: 40px;
	margin-right: 5px;
}

.devnote
{
	background: #D83603;
	color: #fff;
	padding: 7px 9px;
}

#lefter-home-ad
{
	margin-bottom: 10px;
}

div.clear-floats
{
	overflow: hidden;
}
/* END MISC STUFF */

/* START BUTTONS */
a.btn
{
	text-decoration: none;
	color: #fff; 
	padding: 0 0 7px 15px;
	font-size: 14px;
	display: inline-block;
	background: #8EC139 url(/wp-content/themes/camelot_encore/img/button_green_sprites.png) 0 0 no-repeat;
	border: 0;
	height: 28px;
}

a.btn:hover,
a.btn:focus,
a.btn:active
{	
	background: #b5d67d url(/wp-content/themes/camelot_encore/img/button_green_sprites.png) 0 -55px no-repeat;
}

a.btn span
{
	background: #8EC139 url(/wp-content/themes/camelot_encore/img/button_green_sprites.png) right top no-repeat;
	padding: 8px 15px 7px 0px;
	display: block;
}

a.btn:hover span,
a.btn:focus span,
a.btn:active span
{	
	background: #b5d67d url(/wp-content/themes/camelot_encore/img/button_green_sprites.png) right -55px no-repeat;
}


/* END BUTTONS */

/* START FAQS PAGE STUFF */
div.question p
{
	background: #245690;
	color: #fff;
	padding: 8px 12px;
	margin: 0;
	border-right: 1px solid #1A3E68;
	border-bottom: 1px solid #1A3E68;
	border-top: 1px solid #2E6EB8;
	border-left: 1px solid #2E6EB8;
}

div.toggle
{
	padding: 15px 10px 0px 10px;
	
}

div.toggle ul.plain
{
	margin-bottom: 0;
}

a#show-all-answers:link,
a#show-all-answers:visited
{
	text-decoration: none;
}

div.question a:link,
div.question a:visited
{
	color: #97BAE4;
}

div.question a:hover,
div.question a:active
{
	background: transparent;
	color: #fff;
}

/* END FAQS PAGE STUFF */

/* START LISTS */
ul.plain
{
	color: #626262;
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 20px;
}

ul.plain li
{
	margin-bottom: 10px;
}

ul.generic
{
	color: #747474;
	font-size: 1.4em;
	line-height: 1.1;
	margin-bottom: 20px;
}

ul.generic li
{
	margin-bottom: 14px;
	padding-left: 20px;
	background: url(/wp-content/themes/camelot_encore/img/bullet_generic.gif) 0 2px no-repeat;
}

ul.two-col
{
	width: 250px;
	float: left;
	margin-right: 20px;
}
/* END LISTS */

/* START FORM STUFF */

/* END FORM STUFF */

/* START TABLES */
table.generic
{
	color: #454545;
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 20px;
}

table.generic td, table.generic th
{
	padding: 10px;
}
/* END TABLES */

/* START STORE STUFF */
table.store p
{
	margin: 0;
	padding: 0;
	
}

table.store
{
	margin-bottom: 20px;
}

table.store-left
{
	width: 292px;
	float: left;
	margin-right: 60px;
}

table.store td
{
	vertical-align: middle;
}

table.store td.add-to-cart
{
	width: 110px;
	padding: 8px 0;
}

table.store td.product-name
{
	color: #454545;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
}

table.store a.btn
{
	margin-bottom: 0;
}

p.store-price
{
	margin-top: -15px;
	margin-bottom: 10px;
}

table.cart
{
	margin-top: 20px;
	margin-bottom: 15px;
	border-collapse: collapse;
	margin-left: 1px; /* fix Firefox disappearing left border bug */
}

table.cart th
{
	padding: 14px 7px;
	background: #3686cd;
	border: 1px solid #2A6CA7;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
}

table.cart td
{
	border: 1px solid #2A6CA7;
	padding: 7px;
	color: #454545;
	font-size: 13px;
	line-height: 14px;
}

table.cart th.items, table.cart td.items
{
	width: 80%;
	vertical-align: middle;
}

table.cart th.items
{
	text-align: center;
}

table.cart th.quantity, table.cart td.quantity
{
	width: 10%;
	text-align: center;
}

input.quantity
{
	width: 30px;
	margin: auto;
	text-align: center;
}

table.cart th.price, table.cart td.price
{
	width: 10%;
	text-align: center;
}

table.cart td.price,
table.cart td.remove,
table.cart td.subtotal-amount
{
	text-align: center;
	vertical-align: middle;
}

table.cart td.remove img
{
	display: block;
	width: 23px;
	margin: 0 auto;
}

table.cart td.subtotal-text
{
	text-align: right;
}

table.cart td.subtotal-amount
{
	text-align: center;
}

table.cart tr.subtotal
{
	background: #3686cd;
}

table.cart tr.subtotal td
{
	color: #fff;
}

form.checkout
{
	background: #FCFCFC;
	border: 1px solid #efefef;
	width: 525px;
	font-size: 13px;
	padding: 25px 0;
	overflow: hidden;
	margin-bottom: 15px;
}

form.checkout label, form.checkout input, form.checkout textarea
{
		color: #595959;
}

form.checkout label
{
	display: block;
	float: left;
	margin-bottom: 10px;
	text-align: right;
	width: 125px;
	padding: 4px 10px 4px 0;
}

form.checkout fieldset.checks input
{
	margin: 5px 8px 0 84px;
	width: auto;
}

form.checkout fieldset.checks label
{
	display: block;
	width: auto;
	float: left;
	margin-bottom: 10px;
}

form.checkout input
{
	display: block;
	width: 270px;
	float: left;
	margin-bottom: 10px;
	margin-right: 7px;
}

form.checkout input, form.checkout textarea
{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #fff;
	padding: 4px;
}

form.checkout span.required
{
	color: #c00;
}

form.checkout br
{
	clear: left;
}

form.checkout input.button
{
	background: #3686cd;
	border-top: 1px solid #5E9ED7;
	border-left: 1px solid #5E9ED7;
	border-right: 1px solid #2F79BB;
	border-bottom: 1px solid #2F79BB;
	color: #fff;
	font-weight: normal;
	width: auto;
	margin: 1px;
}

form.checkout input.expires
{
	width: 75px;
}

form.checkout input.cvv
{
	width: 25px;
}

span.explain
{
	vertical-align: middle;
}

ul#toerrishuman
{
	margin: 10px 0;
	background: #8ec139;
	color: #fff;
	padding: 15px 15px 10px 15px;
	width: 496px;
	border: 1px solid #80AD33;
}

ul#toerrishuman li
{
	margin-bottom: 7px;
	font-size: 14px;
}

div#cvv-info
{
	text-align: left;
	background: #fff;
	padding: 15px 15px 10px 15px;
}
/* END STORE STUFF */

/* START INDEPENDENT RESEARCH STUFF */
div.independent
{
	border: 1px solid #d4d4d4;
	padding: 45px 20px 15px 20px;
	position: relative;
}

div.independent-header
{
	position: absolute;
	top: 0;
	left: 0;
	background: #efefef;
	padding: 5px 20px;
	width: 618px;
}

div.independent div.independent-header p
{
	margin: 0;
	letter-spacing: 1px;
	font-size: 12px;
	color: #878787;
}

div.featured-resource-header
{
	position: absolute;
	top: 0;
	left: 0;
	background: #DB4404;
	padding: 5px 20px;
	width: 618px;
}

div.independent div.featured-resource-header p
{
	margin: 0;
	letter-spacing: 1px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}

div.independent p
{
	font-family: Times, Times New Roman, Georgia, serif;
	font-size: 1.4em;
	line-height: 1.5;
	color: #565656;
	text-align: justify;
}

div.independent ul.generic
{
	font-family: Times, Times New Roman, Georgia, serif;
	list-style-type: disc;
}

div.independent ul.generic li
{
	padding: 0;
	background: none;
	font-size: 14px;
	line-height: 1.5;
	color: #565656;
	margin-left: 20px;
}

table.generic
{
	font-family: Times, Times New Roman, Georgia, serif;
	font-size: 1.4em;
	line-height: 1.5;
	color: #565656;
}
/* END INDEPENDENT RESEARCH STUFF */
