
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image:url(/Images/page-background-new2.png);
	background-repeat:repeat-x;
	font-family: Georgia, andlso, Palatino, "Times New Roman", Times, serif;
	background-color:#FEB301;
}

img {
	text-decoration:none;
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
}

h1 {
	font-size:2.8em;
}

h2 {
	font-size:1.6em;
}

a:link, a:visited {
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:none;
	color:#CD0201;
}

a:active {
	text-decoration:none;
}
a:focus {
	outline:0;
}
p::selection {
		background: #FFFF80; /* for WebKit & Opera */
}
p::-moz-selection {
		background: #FFFF80; /* for Firefox */
}

#main-content ul {
	font-size:1.2em;
	padding-left:25px;
	list-style-position:inside;
	padding-right:25px;
}

#main-content ol {
	font-size:1.4em;
	list-style-position:inside;
	padding-right:25px;
	line-height:1.6em;
}

#container {
	width:1000px;
	margin:0 auto;
	text-align:left;
	padding:0px;
}
#google_translate_element {
	text-align: center;
}
#main-navigation {
	float:left;
	width:229px;
	background-image:url(/Images/main-nav-background1.png);
	background-repeat:no-repeat;
	background-color:#FEB301;
	padding-top:375px;
	display:inline;
}

#main-navigation ul {
	margin-right:15px;
}

#main-navigation li a:hover {
	background:#FFF;
	color:#000;
	border:2px solid #CD0201;
	padding-left:6px;
	padding-right:6px;
	padding-top:2px;
	padding-bottom:2px;
	display:block;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}

.main-navigation-h2 {
	text-align:center;
	color:#000000;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#FFFFFF;
	border:3px solid #CD0201;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	margin-right:15px;
}

#header {
	width:770px;
	float:right;
	color:#FFFFFF;
	font-size:4em;
	margin:0px;
	padding:0px;
	text-align:center;
	display:inline;
}

#header a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}
#header a:hover {
	-o-transform:rotate(3deg);
	-webkit-transform:rotate(3deg);
}
.headerhover {
	font-size:2em;	
}

#header p {
	padding-right:0px;
	padding-left:0px;
	margin:0px;
	padding-bottom:35px;
	padding-top:20px;
}

#topnav {
	float:right;
	width:769px;
	height:58px;
	background-color:#FFFFFF;
	background-image:url(/Images/top-nav1.png);
	background-repeat:no-repeat;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-size:2em;
	text-align:center;
	line-height:1.8em;
	display:inline;
}

#topnav .about-button a, #topnav .blog-button a, #topnav .contact-button a {
	color:#FFFFFF;
	text-decoration:none;
}

#topnav ul {
	list-style-type:none;
	margin:0;
}

#topnav ul li {
	display:block;
	padding-left:3px;
	padding-right:3px;
}

#topnav ul li a {
	text-decoration:none;
	float:left;
	height:58px;
	width:228px;
	display:inline;
}

#topnav ul li a:hover {
	height:58px;
	width:228px;
}

.about-button, .blog-button, .contact-button {
	height:58px;
	width:228px;
	background-image:url(/Images/topnav-button-sprite1.png);
	background-repeat:no-repeat;
	background-position:1px 1px;
	float:left;
	display:inline;
}

.contact-button a:hover, .blog-button a:hover, .about-button a:hover {
	height:58px;
	width:228px;
	background-image:url(/Images/topnav-button-sprite1.png);
	background-repeat:no-repeat;
	background-position:0px -58px;
	float:left;
	display:inline;
}

#jsddm {
	float:right;
	height:160px;
	padding:0px 0px 100px;
	margin:0;
	width:228px;
	display:inline;
}

#jsddm li {
	float:right;
	list-style:none;
	padding-right:25px;
	padding-top:25px;
	display:inline;
}

#jsddm li a {
	display:block;
	text-decoration:none;
}

#jsddm li ul {
	margin:0;
	padding:0;
	position:absolute;
	visibility:hidden;
}

#jsddm li ul li {
	display:block;
	float:none;
}

#jsddm li ul li a {
	background:#FEB301;
	color:#000000;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	border:3px solid #FFFFFF;
	padding-top:4px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
	margin-left:-25px;
	display:block;
	text-align:center;
}

#jsddm li ul li a:hover {
	background:#E55A08;
	color:#FFFFFF;
	border:3px solid #FFF;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	padding-top:4px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
	margin-left:-25px;
	display:block;
}

#main-content {
	float:right;
	width:770px;
	background-color:#FFFFFF;
	background-image:url(/Images/main-content-background1.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-bottom:25px;
	display:inline;
}

#main-content h1 {
	padding-left:25px;
	padding-right:15px;
	text-align:center;
	padding-top:10px;
}

#main-content .center a {
	background-image:url(/Images/button-buy.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	height:39px;
	width:78px;
	color:#000000;
	padding:10px 20px;
}

#main-content .center a:hover {
	background-image:url(/Images/button-buy-hover.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:10px;
	padding-left:20px;
	color:#FFFFFF;
}

#main-content p {
	padding-left:35px;
	padding-right:30px;
	line-height:1.4em;
	font-size:1.35em;
}

#main-content p a {
	display:inline;
	padding:2px 5px 2px 2px;
	color:#000000;
	background-repeat:no-repeat;
	background-position:center center;
	text-decoration:underline;
}

#main-content p a:hover {
	color:#E55A08;
}

#sales p a:hover {
	color:#FFFFFF;
	display:inline;
	padding-top:3px;
	padding-right:8px;
	padding-bottom:3px;
	padding-left:8px;
	background-color:#E55A08;
}

#main-content p em {
	text-align:center;
	font-size:0.7em;
}

#sales {
	background-image:url(/Images/sales-background.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:770px;
	list-style-image:none;
	padding-top:15px;
	padding-bottom:15px;
}

dl {
	float:left;
	width:30%;
	height:auto;
	text-align:center;
	padding-left:25px;
}

#sales dl dt, #sales dd {
	text-align:center;
	margin-right:20px;
	margin-top:15px;
	display:block;
	list-style-type:none;
	padding:2px 5px 2px 2px;
	font-size:1.4em;
}

#sales a {
	color:#000000;
	display:block;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	padding:3px 3px 5px 0px;
	text-decoration:none;
	background-color:#FEB301;
}

#sales a:hover {
	color:#FFFFFF;
	background-color:#E55A08;
	display:block;
	padding-top:3px;
	padding-right:8px;
	padding-bottom:3px;
	padding-left:8px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}

#sales p {
	clear:both;
	list-style-image:none;
}

#sales p a {
	text-decoration:none;
	font-size:1.4em;
	border:3px solid #E55A08;
	color:#333333;
	padding:4px;
}

#bonus-video {
	padding-top:10px;
	padding-bottom:30px;
	font-style:normal;
	text-align:left;
	padding-left:15px;
}

#footer {
	clear:both;
	width:100%;
	background:#FEB301;
	color:#FFFFFF;
	background-repeat:repeat-x;
	height:60px;
	background-position:bottom;
	background-color:#FEB301;
}

#footer p {
	margin:0;
	padding-bottom:30px;
	font-size:2em;
	padding-top:5px;
	padding-left:200px;
}

#footer form {
	text-align: center;
	padding-bottom: 40px;
}

.center {
	text-align:center;
}

.smalltype {
	font-size:0.8em;
	padding-left:35px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:5px;
	padding-bottom:20px;
}

.vocabulary {
	color:#0033FF;
	font-weight:700;
}

.spacer {
	height:400px;
	width:770px;
}

.clustermap {
	display:none;
}

.bluesocialstudies {
	color:#0000CC;
	font-size:1.6em;
	line-height:2em;
}

.redmath {
	color:#CC0000;
	font-size:1.6em;
	line-height:2em;
}

.greenscience {
	color:#006600;
	font-size:1.6em;
	line-height:2em;
}

.largetype {
	font-size:1.8em;
	text-align:center;
}

.homepageul {
	display:inline;
}

.funfact {
	font-size:1.4em;
}
.post {
	width: 500px;
	float: right;
	font-size: 1em;
	display: inline;
	padding-right: 25px;
	padding-left: 25px;
}