@charset "UTF-8";
/* CSS Document */

body {
	background-color:#09c;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p, li {
	font-size: 13px;
	line-height: 16px;
	color: #000;
}
h2 {
	font-family: "Times New Roman", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", serif;
	font-weight:bold;
	font-size: 20px;
}
h3 {
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 24px;
}
h4 {
	font-family: "Times New Roman", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", serif;
	font-size: 17px;
	font-weight: bold;
	color: #900;
	padding-top: 0;
	padding-bottom: 0;
}

a {
	color: #900;
}
a:hover {
	/*color: #900;*/
}

.container {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	max-width: 807px;
	background-color: #ffffff;
	padding: 0;
}
.container-fluid {
	padding: 0;
	margin: 0;
}
.page-header {
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	height: 250px;
/* Changing Banners on specific page types */
}

.banner-main {
	background-color: #fff;
	background-image: url(/images/al-the-only.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/* Do not show the text to browsers that can read the CSS and display the banner instead */
.page-header h1 { display: none; } 
.page-header p { display: none; }	

/* Core Navigation Settings */
.nav {
	background-color: #fff;
	margin: 0;
	padding: 0;
}
/* Create the border at the bottom of the navigation */
.navbar {
	padding: 0 0 2px 0;
	margin: 0;
}

/* Basic Navigation Items */
.navbar-default .navbar-nav li a {
	background-color: #fff;
	background-image: none;
	background-clip: content-box;
	background-repeat: repeat-x;
	color: #900;
	font-size: 14px;
	font-weight:bold;
	text-align: center;
	line-height: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* Hovered Navigation */
.navbar-default .navbar-nav li:hover {
	background-color: #ccc;
}
.navbar-default .navbar-nav li a:hover {
	background-color: #ccc;
	color: #000;
}

/* Active Navigation */
.navbar-default .navbar-nav .active {
	background-color: #ccc;
}
.navbar-default .navbar-nav .active:hover {
	background-color: #ccc;
}
.navbar-default .navbar-nav .active a {
	background-color: #ccc;
	color: #000;
}
.navbar-default .navbar-nav .active a:hover {
	background-color: #ccc;
	color: #000;
}

/* Collapsing Navigation */
.navbar-collapse {
	padding-left: 2px;
	padding-right: 2px;
}

/* Background and position of mobile navigation header */
.navbar-header {
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}
/* Text shown in mobile navigation header */
.navbar-default .navbar-header a.navbar-brand {
	color: #ffffff;
}

/* Footer Styles */
footer p {
	 font-size: 10px;
	 text-align: center;
	 max-width: 800px;
	 margin: auto;
}

.pageHeading {
	margin: 40px 20px 40px 10px;
	color: #000;
	font-size: 18px;
}
.pageTagline {
	text-align: center;
	font-size: 13px;
	font-style: italic;
	margin-top: -20px;
}

/* Aside Images and other Images through the site */
.imageAbout {
	max-width: 400px;
	margin: 0 auto;
}

.imageInspire {
	max-width: 325px;
	margin: 0 auto;
}
.imageInspire img, .imageAbout img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.imageInspire p.quote, .imageAbout p.quote {
	display: block;
	text-align: center;
	font-size: 11px;
}
.imageInspire p.quoteAuthor {
	display: block;
	margin: 10px;
	text-align: right;
	font-size: 11px;
}
.imgShadow {
	box-shadow: 5px 5px 3px #888;
	margin-bottom: 25px;
	}

/* Individual page content instructions */
article.homeText {
	margin: auto;
	padding: 0 25px 20px 25px;
}
article.bookDes {
	margin: auto;
	padding: 0 25px 20px 25px;
}
article.bookDes p{
	font-size:15px;
	font-family:Times, "Times New Roman", Cambria, "Hoefler Text", "Liberation Serif", serif;
}

.magician-links li {
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 24px;
	list-style-type:none;
}

.magicianList {
	margin-left: -25px; 
	margin-right: 10px;
}
.contentBlock {
	border-bottom:#000 solid 1px; 
	margin-bottom:25px;
}
.contentBlock h2 {
	color:#990000;
	font-size: 24px;
	text-align: center;
}
.clearBoth {
	clear:both;
}

/* Bright Yellow Rollover Buttons */
.orderNowCenter a:link {
	border: 1px solid #000000;
	background: #ffa035;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#ffa035));
	background: -webkit-linear-gradient(top, #ffff00, #ffa035);
	background: -moz-linear-gradient(top, #ffff00, #ffa035);
	background: -ms-linear-gradient(top, #ffff00, #ffa035);
	background: -o-linear-gradient(top, #ffff00, #ffa035);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(255,255,255,.4) 0 1px 0;
	color: #000000;
	font-size: 24px;
	font-family: "Arial", Gadget, sans-serif;
	font-weight: bold;
	text-decoration: none;	
	vertical-align: middle;	
	line-height: 40px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.orderNowCenter a:visited {
	border: 1px solid #000000;
	background: #ffa035;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#ffa035));
	background: -webkit-linear-gradient(top, #ffff00, #ffa035);
	background: -moz-linear-gradient(top, #ffff00, #ffa035);
	background: -ms-linear-gradient(top, #ffff00, #ffa035);
	background: -o-linear-gradient(top, #ffff00, #ffa035);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(255,255,255,.4) 0 1px 0;
	color: #000000;
	font-size: 24px;
	font-family: "Arial", Gadget, sans-serif;
	font-weight: bold;
	text-decoration: none;	
	vertical-align: middle;	
	line-height: 40px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.orderNowCenter a:hover {
	border: 1px solid #000000;
	background: #ffff00;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffa035), to(#ffff00));
	background: -webkit-linear-gradient(top, #ffa035, #ffff00);
	background: -moz-linear-gradient(top, #ffa035, #ffff00);
	background: -ms-linear-gradient(top, #ffa035, #ffff00);
	background: -o-linear-gradient(top, #ffa035, #ffff00);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(255,255,255,.4) 0 1px 0;
	color: #000000;
	font-size: 24px;
	font-family: "Arial", Gadget, sans-serif;
	font-weight: bold;
	text-decoration: none;	
	vertical-align: middle;	
	line-height: 40px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

/* ### NOTE: More customizations for larger screens are below in that section ### */

/* In case time on webinar pages needs to be black, bold, and small
.webinar h3 > time {
	font-weight: bold;
	font-size: 12px;
	color: #000;
}
*/

/* Custom Styles for tablet-sized screens */
@media (min-width: 768px) {
	/* Tablet and Small Desktop Header - Make it tall enough for the full banner to resize into */
	.page-header {
		height: 183px;
	}
	
	/* Hovered Navigation */
	.navbar-default .navbar-nav li:hover {
		background-color: #fff;
	}
	.navbar-default .navbar-nav li a:hover {
		background-image: url(/images/nav-back.png);
		background-color: #fff;
		color: #000000;
	}
	.navbar-default .navbar-nav li a {
		text-align: center;
		line-height: 18px;
		padding-bottom: 10px;
		padding-top: 10px;
		border-bottom: none;
		background-color: #fff;
	}	
	
	/* Active Navigation */
	.navbar-default .navbar-nav .active {
		background-color: #fff;
	}
	.navbar-default .navbar-nav .active a {
		background-color: #fff;
		background-image: url(/images/nav-back.png);
		color: #000000;
	}
	.navbar-default .navbar-nav .active:hover {
		background-color: #fff;
	}
	.navbar-default .navbar-nav .active a:hover {
		background-color: #fff;
		background-image: url(/images/nav-back.png);
		color: #000000;
	}
	
	/* Tablet and Small Desktop Two-Line Menu */	
	.nav li a.row1 {
		padding-left: 17px;
		padding-right: 17px;
	}
	
}

/* Custom Styles for desktop screens */
@media (min-width: 992px) {
	/* Desktop Header - fill the header with the full banner */
	.page-header {
		background-size: auto;
	}
	
	/* Desktop Two-Line Menu */
	.nav li a.row1 {
		padding-left: 17px;
		padding-right: 17px;
	}
}