/*
Theme Name:Regnery Publishing
Theme URI:  http://
Description: 
Version:
Author: 
Author URI:  
*/

/*

	COLOR KEY:
		
		Red:		#b92025

*/

* {
	margin: 0;
	padding: 0;
}

.block{
	display:block;
}

a img {
	border: none;
	outline: none;
}

body {
	font-size: 13px;
	font-family: Georgia;
	color: #000;
	line-height: 21px;
	background: #d2d3d5;
}

#wrapper {
	width:1020px;
	margin: 0 auto;
}

#main {
	width: 940px;
	padding: 20px 40px 20px 40px;
	margin: 0 auto;
	background: #fff;
}

/* ------------ General Styles ------------ */

p {
	margin-bottom: 20px;
}

a {
	text-decoration: none;
	color:#B92025;
}

a:hover {
	
}

a:visited {

}

strong {
	
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	
}

h1 {
	margin-bottom: 20px;
	font-size: 24px;
}

h2 {
	margin-bottom: 20px;
	font-size: 20px;
	text-transform: uppercase;
}

h3 {
	margin-bottom: 15px;
}

h4 {

}

.entry-content ul {
	list-style:inside;
}

.entry-content ul li {
	margin-bottom:20px;
}

.entry-content ol {
	list-style:inside;
}

.entry-content ol li {
	margin-bottom:20px;
}

.hide{
	display:none;
}
/* ------------- Header -------------- */

#header {
	width: 940px;
	padding: 0 40px 0 40px;
	height: 197px;
	background: #b92025 url(images/header.jpg) no-repeat;
	position: relative;
}

#header h1 {
	width: 449px;
	height: 133px;
	position: absolute;
	top: 35px;
	left: 40px;
	background: url(images/logo.png) no-repeat;
	text-indent: -9999px;
}

#header h1 a {
	display: block;
	width: 449px;
	height: 133px;
	text-indent: -9999px;
}

ul#social-links {
	list-style: none;
	position: absolute;
	top: 35px;
	right: 40px;
	width: 105px;
	height: 28px;
}

ul#social-links li {
	float: left;
	width: 28px;
	height: 28px;
	margin-left: 6px;
}

ul#social-links li a {
	display: block;
	width: 28px;
	height: 28px;
	text-indent: -9999px;
}

li#facebook {background: url(images/facebook.png) no-repeat;}
li#twitter	{background: url(images/twitter.png) no-repeat;}
li#rss		{background: url(images/rss.png) no-repeat;}

#signup {
/*	width: 300px;
*/	height: 60px;
	position: absolute;
	right: 40px;
	bottom: 40px;
}



#signup h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 5px;
}

#signup input {
	width: 28px;
	height: 28px;
	color: #b7b7b7;
	font-style: italic;
	font-size: 12px;
	padding: 2px 0 0 5px;
	border: none;
	outline: none;
}

/* ------------ Navigation ------------ */

ul.nav {
	width: 1000px;
	height: 47px;
	background: url(images/nav.jpg) repeat-x;
	font-family: 'Open Sans', sans-serif;
	list-style: none;
	text-align: left;
	padding:0px 0px 0px 20px;
}

ul.nav li {
	display: inline-block;
	margin-right: 0;
}

ul.nav li a {
	color: #000;
	display: inline-block;
	font-size: 14px;
	height: 32px;
	padding: 15px 20px 0 20px;
	text-transform: uppercase;
	font-weight: 700;
	width: auto;
}

ul.nav li:last-child a {
	border-right: none;
}

ul.nav li a:hover {
	color: #b92025;
}

ul.nav li.current-menu-item {
}

.dropdown ul { 
  margin: 0;
  padding: 0;
  z-index: 3000;
}

.dropdown li { 
  float:left; 
  list-style-type:none; 
  margin: 0;
  padding: 0;
}

.dropdown a { 
  display:block; 
  text-decoration:none; 
  padding: 0 8px 0 8px;
}

#minidropdown {
	position: relative;
}

.dropdown ul { 
  position:absolute; 
  display:none; 
  top: 47px;
  margin-top: 0px;
  background: url(images/nav-bg.png);
  text-align: left !important;
  width: 150px;
  padding: none;
  margin: none;
  padding-bottom: 10px;
}

.dropdown ul li { 
  float:left; 
  padding: none;
  margin: none;
}

.dropdown ul li a {
  color: #fff;
  text-transform: none;
  font-size: 12px;
  height: auto;
  padding: none;
  margin: none;
  font-weight: normal;
}

.dropdown ul li a:hover { 
}

#searchform{
}

.searchblock{
	width:288px;
	height:32px;
	float:right;
	background:#ffffff;
	border-radius:16px;
	margin:8px 40px 0px 0px;
}

#searchform #s{
	float:left;
	width:240px;
	border:0px;
	height:22px;
	background:none;
	padding:5px 5px 5px 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	color:#b7b7b7;
	outline:none;
}

#searchform .submit{
	position:absolute;
	right:40px;
	top:4px;
	background:url(images/search-button.png);
	height:38px;
	width:38px;
	border:0px;
	cursor:pointer;
}

/* ------------ Intro ------------ */


#slide-wrap {
	position: absolute;
	right: 5px;
	top: 5px;
	
}

#slider {
	width: 690px !important;
	height: 310px !important;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	z-index: 100;
}

#slider img {
	width: 690px;
	height: 310px;
}

.nivo-controlNav {
	position:absolute;
	bottom:0;
	left: 400px;
	overflow: hidden;
}


.nivo-caption {
	display: none !important;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

p.overlay-text{
	position:absolute;
	top:200px;
	font-family: 'Open Sans',sans-serif;
	font-size:28px;
	font-weight:700;
	text-align:center;
	width:721px;
}


/* ------------ Post ------------ */

.post {
	
}

.post h2, .post h2 a {
	
}


.browse-books {
	padding-top: 10px;
	padding-bottom: 20px;
	background: url(images/line.jpg) bottom repeat-x;
	display:block;
}

.browse-books h3 {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	font-family: Georgia;
	display:inline-block;
}

.browse-books ul {
	list-style: none;
	text-align: right;
	display:inline-block;
}

.browse-books ul li {
	display: inline;
	margin-left: 12px;
}

.browse-books ul li a {
	color: #000;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.browse-books ul li a:hover {
	color: #b92025;
}

#authorsearchblock{
	padding-bottom:20px;
}

#authorsearchblock h4{
	display:inline-block;
	text-transform:uppercase;
	margin:0px 20px 0px 0px;
}

.post.catalog {
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #cccccc;
}

.half{
	width:450px;
}

.post.catalog h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
	text-transform: none;
	font-size: 16px;
	margin-bottom: 2px;
}

.post.catalog p {
	font-size: 16px;
	margin-bottom: 20px;
}

.post.catalog p.no-posts{
	margin-bottom:2px;
}

.post.catalog h2 a {
	color: #000;
}

.post.catalog h2 a:hover {
	color: #b92025;
}

.post.catalog h2 span {
	font-weight: 700;
}

h4.alpha {
	font-size: 18px;
	margin-bottom: 20px;
}

.post.catalog ul {
	width: 940px;
	list-style: none;
}

.post.catalog ul li {
	float: left;
	width: 92px;
	height: 34px;
	margin: 0;
	margin-right: 20px;
	padding: 0;
}

.post.catalog ul li a {
	display: block;
	width: 92px;
	height: 34px;
        background-size: contain;
	text-indent: -9999px;
}

.post.catalog ul li.amazon {
	background: url(images/amazon.jpg) no-repeat;
}

.post.catalog ul li.barnes {
	background: url(images/bn.jpg) no-repeat;
}

.post.catalog ul li.bam {
	background: url(images/bam.jpg) no-repeat;
}

.post.catalog ul li.indiebound {
	background: url(images/indiebound2.jpg) no-repeat;
        background-size: contain; 
}

.post.catalog ul li.ebook {
	background: url(images/ebook.jpg) no-repeat;
}

.post.catalog ul li.chapter {
	background: url(images/chapter.jpg) no-repeat;
}

/* ------------ Books Archive ------------ */

ul.book-index {
	width: 940px;
	list-style: none;
}

ul.book-index li {
	width: 460px;
/*	height: 245px; */
	float: left;
	margin: 0 20px 20px 0;
}

ul.book-index li:nth-child(even) {  
  margin-right: 0 !important;
}


ul.book-index li .thumb {
	float: left;
	margin-right: 10px;
	width: 153px;
	height: 232px;
}

ul.book-index li .entry-content {
	width: 292px;
/*	height: 232px;	
	font-size: 12px;
*/	line-height: 19px;
	float: left;
}

ul.book-index li .entry-content h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 5px;
}

ul.book-index li .entry-content h3 a {
	color: #000;
}

ul.book-index li. entry-conten h3 a:hover {
	color: red;
}

ul.book-index li .entry-content h4 {
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 5px;
}

ul.book-index li div#book-details {
/*	width: 292px;
	height: 75px;
	position: absolute;
	bottom: 0;
	right: 0;
*/
}

ul.book-index li div#book-details ul {
	list-style: none;
	margin:-6px 0px 0px -6px;
}

ul.book-index li div#book-details ul li {
	width: 92px;
	height: 34px;
	margin: 6px 0px 0px 6px;
	padding: 0;
}

ul.book-index li div#book-details ul li a {
	display: block;
	width: 92px;
	height: 34px;
	text-indent: -9999px;
}

ul.book-index li div#book-details ul li.price {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	top: 0;
	left: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height:34px;
	width: 92px;
	text-align:center;
	background:#DBD4CD;
	border-radius:4px;
}

ul.book-index li div#book-details ul li.amazon {
	background: url(images/amazon.jpg) no-repeat;
	top: 0;
	left: 100px;
}

ul.book-index li div#book-details ul li.barnes {
	background: url(images/bn.jpg) no-repeat;
	top: 0;
	right: 0;
}

ul.book-index li div#book-details ul li.bam {
	background: url(images/bam.jpg) no-repeat;
	bottom: 0;
	left: 0;
}
ul.book-index li div#book-details ul li.christian_books_link {
	background: url(images/christian-book-store.jpg) no-repeat;
	bottom: 0;
	left: 0;
}

ul.book-index li div#book-details ul li.indiebound {
	background: url(images/indiebound2.jpg) no-repeat;
        background-size: contain;  
}
ul.book-index li div#book-details ul li.christian_books_link {
	background: url(images/christian-book-store.jpg) no-repeat;
        background-size: contain;  
}

ul.book-index li div#book-details ul li.ebook {
	background: url(images/ebook.jpg) no-repeat;
	bottom: 0;
	left: 100px;
}

ul.book-index li div#book-details ul li.chapter {
	background: url(images/chapter.jpg) no-repeat;
	bottom: 0;
	right: 0;
}

.book-single {
	width: 940px;
	position: relative;
/*	min-height: 400px; */
}

.book-single .thumb {
	width: 202px;
/*	height: 306px;
	top: 0;
	left: 0;
*/
	float:left;
}

.book-single .thumb img {
	width: 202px;
/*	height: 306px;
*/
}

.book-single .entry-content {
	width: 715px;
/*	position: absolute;
	right: 0;
	top: 0;
*/
	float:right;
	overflow:hidden;
}

.book-single .entry-content h3 {
	font-size: 17px;
	margin-bottom: 5px;
}

.book-single .entry-content h4 {
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	margin-bottom: 5px;
}

.book-single .entry-content span {
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 13px;
}

.book-single .entry-content .description {
	margin-top: 10px;
}

.book-single .book-details {
	width: 940px;
	height: 50px;
	margin: 20px 0px 20px 0px;
}

.book-single .book-details ul {
	position: relative;
	width: 940px;
	height: 50px;
	list-style: none;
}

.book-single .book-details ul li {
	display:inline-block;
	margin-right:11px;
	height: 49px;
}

.book-single .book-details ul li.events {
	width: 203px;
	background: url(images/events.jpg) no-repeat;
	left: 0;
}

.book-single .book-details ul li.chapter {
	left: 230px;
	background: url(images/chapter2.jpg) no-repeat;
}

.book-single .book-details ul li.amazon {
	left: 384px;
	background: url(images/amazon2.jpg) no-repeat;
}

.book-single .book-details ul li.barnes {
	left: 520px;
	background: url(images/bn2.jpg) no-repeat;
}

.book-single .book-details ul li.bam {
	left: 662px;
	background: url(images/bam2.jpg) no-repeat;
}

.book-single .book-details ul li.indiebound {
	left: 804px;
	background: url(images/indiebound2.jpg) no-repeat;

}

.book-single .book-details ul li.bam {
	left: 900px;
	background: url(images/christian-book-store.png) no-repeat;
}

.book-single .book-details ul li.ebook {
	margin-right:0px:
	background: url(images/ebook2.jpg) no-repeat;
}

.book-single .book-details ul li a {
	height: 49px;
	text-indent: -9999px; 
}

.book-single .book-details ul li#events a {
	display: block;
	width: 203px;
	height: 49px;
	text-indent: -9999px; 
}

.headlineback{
	background: url(images/line.jpg) repeat-x center;
	height:37px;
	display:block;
	overflow:hidden;
}
	
#other-books {
	width: 587px;
	margin-top: 30px;
	height: 385px;
	float: left;
	position: relative;
}

#other-books h4, #related-books h4, h4.redhead {
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	background: #b92025;
	padding: 6px 8px 6px 8px;
	display: inline;
}

#other-books h4, h4.redhead {
	position: absolute;
/*	top: -15px;*/
}

.other-book {
	width: 125px;
/*	height: 335px;
*/	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	margin-right: 20px;
}


.other-book .thumb img {
	width: 124px;
	height: auto;
}

.other-book a {
	font-family: 'Open Sans';
	font-weight: 700;
	color: #000;
	font-size: 15px;
	display: block;
	width: 124px;
	text-align: center;
}

.other-book a:hover {
	color: #b92025;
}

.other-book span {
	font-style: italic;
	font-size: 14px;
	display: block;
	width: 124px;
	text-align: center;
	margin-top: 5px;
}

#related-books {
	width: 322px;
	min-height: 350px;
	float: left;
	margin: 30px 0px 30px 30px;
	background: #fbe4b6;
	position: relative;
}

#related-books .other-book {
	width: 125px;
/*	height: 335px;
*/	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	margin: 0px 0px 0px 25px;
}

#related-books h4 {
	display: block;
	width: 306px !important;
	text-align: left;
}

/* ------------ Sidebar ------------ */

#sidebar {
	
}

#sidebar ul {

}

.widget {
	margin-bottom: 30px;
}

.widget a {
	
}

.widget ul {
	
}

.widget ul li {

}

.widget a:hover {


}

.widget h3 {

}

.widget p {

}



/* ------------ Footer ------------ */

#footer {
	width: 1020px;
	height: 210px;
	background: #b92025;
}

#imprints {
	width: 940px;
	height: 196px;
	padding: 10px 0 0 0;
	background: #dbd4cd;
}

#imprints h5 {
	text-align: center;
	font-size: 18px;
	color: #b92025;
	font-weight: 700;
}

#imprints ul {
	width: 940px;
	height: 150px;
	margin: 0 auto;
	list-style: none;
	margin-top: 20px;
}

#imprints ul li {
	float: left;
	width: 156px;
	height: 150px;
	/*
	width: 188px;
	height: 150px;
	*/
}

#imprints ul li a {
	display: block;
	height: 150px;
	/*
	width: 188px;
	height: 150px;
	*/
	text-indent: -9999px;
}

li#imprint1 {background: url(images/regnery-history.png) no-repeat;}
li#imprint2 {background: url(images/little-patriot-press.png) no-repeat;}
li#imprint3 {background: url(images/regnery-kids.png) no-repeat;}
li#imprint4 {background: url(images/gateway-editions.png) no-repeat;}
li#imprint5 {background: url(images/lifeline-press.png) no-repeat;}
li#imprint6 {background: url(images/salem-books.png) no-repeat;}

ul.footer-nav {
	list-style: none;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 20px;
}

ul.footer-nav li {
	display: inline;
}

ul.footer-nav li a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #fff;
	padding: 10px 20px 10px 20px;
	font-size: 15px;
	text-transform: uppercase;
}

p#copy1 {
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}
p#copy2 {
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}

#footer h5 {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 940px;
margin-bottom: 20px;
}

#slideshow .holder{
background-color: #ddd8cc;
overflow:hidden;
margin-bottom: 20px;
}

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
height: 374px; /* IE fix */}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}  

.clear {clear: both;}          

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
overflow: hidden;
width: 720px;
height: 374px;
float: left;
}
#slideshow .videopane {
width: 713px;
height: 401px;
}

#slideshow .slides ul {
width: 2880px;}

#slideshow .slides li {
width: 720px;
float: left;
}
#slideshow .videopane li {
width: 713px;
}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	background-color: #ddd8cc;
/*	width: 220px;
*/	float: right;
}
#slideshow .video {
	background-color: #ddd8cc;
	float: left;
	overflow-y:scroll;
	width:227px;
	height:401px;
}

#slideshow .slides-nav li {
	border-bottom: 1px solid #fff;
}
#slideshow .video li {
	border-bottom: 1px solid #fff;
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
}

#slideshow .slides-nav li:last-child {
	border-bottom: 0 !important;
}

#slideshow .slides-nav li:hover {
	
}

#slideshow .slides-nav li a {
	width: 205px;
	height: 34px;
	padding: 20px 0 20px 15px;
display: block;
outline: none;
font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000;
}

#slideshow .video li a {
	width: 192px;
	height: 129px;
	opacity:0.6;
	color: #ffffff;
	padding:0px;
	margin:auto;
}

.vidtitbg{
	background-color:#000000;
	padding:2px 0px 2px 5px;
	color:#FFFFFF;
	font-size: 14px;
}

#slideshow .slides-nav li a:hover,
#slideshow .slides-nav li.activeSlide a,
.slides-nav .activeSlide a,
#slideshow .slides-nav li a.activeSlide
{
	background: #ba262a url(images/grad.jpg) repeat-x bottom;
	color: #ffffff;
}

#slideshow .video li a:hover,
#slideshow .video li a.activeSlide {
	opacity:1.0;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {

}



/* ---------- Misc ----------- */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
	float: left;
	margin-right:20px;
}

.alignright {
	float: right;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

div.center, img.center, .center a img {
	margin: 0 auto;
	text-align: center;
}

div.center, .center, img.center, p .center, p.center, p img.center {
	margin-right: auto;
	margin-left: auto;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}


#youtube{
	width:300px;
	overflow:hidden;
	background:#fbe4b6;
	margin:0px 0px 20px 0px;
	padding:0px;
	float:left;
	min-height:350px;
}
#ythead{
	font-family:'Open Sans',sans-serif;
	font-size:15px;
	font-weight:700;
	padding:8px 20px 8px 20px;
	text-transform:uppercase;
	color:#ffffff;
	text-align:center;
	background:#b92025;
}
#ytvid{
	margin:20px;
/*	width:260px;
	height:195px;
	background:#333333;
*/
}
#ytcapt{
	margin:0px 20px 20px 20px;
}
/*
.playbutton{
	background: url(images/play-button.jpg) no-repeat;
	height:58px;
	width:58px;
	position:absolute;
	top:44px;
	left:101px;
}

.playbutton:hover{
	background: url(images/play-button-hover.jpg) no-repeat;
}
*/
#tabs{
	width:300px;
	height:350px;
	margin:0px 20px 20px 20px;
	overflow:hidden;
	float:left;
	border:0px;
}
.ui-tabs-panel{
	border:0px;
}
#tabs ul{
	background:#b92025;
	list-style-type:none;
	font-family:'Open Sans',sans-serif;
	font-size:15px;
	font-weight:700;
	padding:8px 0px 8px 0px;
	text-transform:uppercase;
	color:#ffffff;
	text-align:center;
	line-height:21px;
	border:0px;
}
#tabs ul li{
	display:inline-block;
	margin:0px;
	padding:0px;
	background:none;
	border:0px;
}
#tabs ul li a{
	color:#dbd4cd;
	padding:10px;
	margin:0px;
}
#tabs ul li a:hover{
	color:#ffffff;
}
#tabs ul li.ui-state-active a{
	background:url(images/widgetarrow.png) bottom center no-repeat;
	color:#ffffff;
}
#tabs #fbooktab{
	overflow:hidden;
	border:0px;
	margin-left:-7px;
}
#tabs .twtr-hd{
	padding:12px 5px 11px 5px;
}
#tabs .twtr-bd{
	border-top:1px solid #E2E8F0;
}
#tabs img.twtr-profile-img{
	height:40px;
	width:40px;
	margin-right:10px;
}

#tabs #newshead{
	padding:12px 5px 11px 5px;
	line-height:40px;
	font-size:16px;
}
#tabs #newshead img{
	float:left;
	padding-right:10px;
}
#tabs #newscontent{
	height:228px;
	overflow-y:scroll;
	border-top:1px solid #E2E8F0;
}
#tabs .newsentry{
	border-bottom:1px dotted #dddddd;
	padding:8px 5px 8px 5px;
}
#tabs #newscontent p{
	margin:0px;
}

#quiz{
	width:300px;
	overflow:hidden;
	background:#fbe4b6;
	margin:0px 0px 20px 0px;
	padding:0px;
	float:left;
	min-height:350px;
}
.quizhead{
	font-family:'Open Sans',sans-serif;
	font-size:15px;
	font-weight:700;
	padding:8px 20px 8px 20px;
	text-transform:uppercase;
	color:#ffffff;
	text-align:center;
	background:#b92025;
}
.quizbody{
/*	margin:20px 20px 0px 20px;
	width:260px;
*/	padding:20px;
	overflow:hidden;
}

.errors{
	background:#F4B12F;
	color:#000000;
	padding:5px;
}

.quizquestion{
	font-family:'Open Sans',sans-serif;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #b92025;
	font-size:16px;
}

#quizquestions td{
	padding:0px 0px 6px 0px;
	line-height:normal;
}

#quizquestions td.radio{
	padding:0px 5px 4px 0px;
}

#quizquestions .emailsubmit{
	padding:3px;
	width:230px;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#b7b7b7;
	font-style:italic;
}

.disclaim{
	font-size:9px;
	font-family:'Open Sans',sans-serif;
}

.authorinfo{
	margin-bottom:20px;
	padding-bottom:20px;
	background:url(images/line.jpg) bottom repeat-x;
}

a.more-link{
	font-family:'Open Sans',sans-serif;
	text-transform:uppercase;
	font-weight:700;
	display:inline-block;
	color:#b92025;
}

.jThumbnailScroller h5 {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	margin:10px 0px 10px 0px;
}

.jThumbnailScroller .jTscrollerContainer{overflow:hidden; margin-bottom:20px;}
.jThumbnailScroller .jTscroller{position:relative; margin:0; left:0; top:0; display:inline-block; *display:inline; margin-bottom:20px;}

.jThumbnailScroller#tS4{margin:30px auto;border:6px solid #B92025;background:#B92025; border-radius:20px;}
.jThumbnailScroller#tS4 .jTscroller a{opacity:0.9;background:none;}
.jThumbnailScroller#tS4 .jTscroller a:hover{opacity:1;}
.jThumbnailScroller#tS4 .jTscrollerNextButton{margin:-20px 10px 0 10px; right:0; top:50%;}
.jThumbnailScroller#tS4 .jTscrollerPrevButton{margin:-20px 10px 0 10px; left:0; top:50%;}
.jThumbnailScroller#tS4 img{border:6px solid #ffffff; border-radius:6px;}
.jThumbnailScroller#tS4 h5{color:#ffffff; text-align:left; margin-left:20px;}

.contactus td{
	padding:6px;
}

.label{
	font-family:'Open Sans',sans-serif;
	text-transform:uppercase;
	font-weight:700;
}

#eagle-nav-bar{
	display:block;
	background:#ececec;
	border-bottom:1px solid #aaaaaa;
	height:32px;
}

#NavTopC{
	
	width:1020px;
	margin:auto;
}

#menu-eagle-nav-bar{
	list-style:none;
	/* Clear floats */
}

#menu-eagle-nav-bar li{
	float:right;
	position:relative;
}

#menu-eagle-nav-bar a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:32px;
	display:block;
	padding:0px 32px 0px 32px;
	color:#333333;
	text-decoration:none;
	border-right:1px solid #aaaaaa;
}

#menu-eagle-nav-bar a:hover{
	background:#aaaaaa;
}

.wpcf7-form{
	float:left;
	width:50%;
}

/*--- DROPDOWN ---*/
#menu-eagle-nav-bar ul{
	background:#333333; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	z-index:99;
	min-width:100%;
	border-top:1px solid #aaaaaa;
}

#menu-eagle-nav-bar ul li{
	float:none;
}

#menu-eagle-nav-bar ul li a{
	display:block;
	color:#ffffff;
	background:#333333;
	padding:0px 10px 0px 10px;
	font-family:PT Sans;
	font-weight:600;
	font-size:12px;
	line-height:24px;
}

#menu-eagle-nav-bar ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	border:none;
}
#menu-eagle-nav-bar li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#menu-eagle-nav-bar li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#aaaaaa;
}
#menu-eagle-nav-bar li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	background:#333333;
}
#menu-eagle-nav-bar li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#000000;
}

#kids-left{
	float:left;
	margin-right:20px;
	width:300px;
}
#kids-info{
	float:left;
	margin-right:20px;
	width:400px;
}
#kids-extra{
	float:left;
	width:200px;
}
#kids-fun-stuff{
	float:left;
	margin-right:20px;
	width:300px;
}
.fun-thing{
	margin-bottom:20px;
	clear:both;
	overflow:hidden;
}
#kids-banner{
	float:left;
	margin-right:20px;
	width:300px;
}
#kids-authors{
	float:left;
	width:300px;
}
.kids-author{
	margin-bottom:20px;
	clear:both;
	overflow:hidden;
}

/* TO HIDE EMAIL COLLECTION BOXES AFTER ALREADY SUBSCRIBED */
.subno {
	display:none;
		
}

.subyes {
	display:none;
		
}
