@charset "UTF-8";
a {
	color: #405D99;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

p {
	color: #666;
	font-family: "Minion Semibold";
	font-size: 14px;
	line-height: 20px;	
	}

 /*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

/*Create a horizontal list with spacing*/

#menu {
	margin-left: auto;
	margin-right: auto;
	width: 81%;
	max-width: 800px;
}


li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
li a {
	display: block;
	min-width: 145px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #c82e36;
	background: #aee2f5;
	text-decoration: none;
}

/*Hover state for top level links*/
li:hover a {
	background: #fed139;
}

/*Style for dropdown links*/
li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #19c589;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #c82e36;
	background: #aee2f5;
	text-decoration: none;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

#author-photo {
	width: 250px;
	float:left;
	margin-right: 25px;
	margin-left: 50px;
	margin-bottom: 25px;
	
	
}

.author-bio {
	text-align: left;
	margin-right: 55px;
	margin-left: 50px;
	 
}


 

#twitter-feed {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 48px;
	margin-bottom: 50px;
 		text-align:center;

}

#nav {
	 background-color:red;
	 width: 75%;
	 margin-left:auto;
	 margin-right:auto;
 }


#book-cover {
	width: 35%;
	max-width: 350px;
	float: left;
	margin-right: 0%;
	margin-left: 30px;
	margin-bottom: 25px;
}
#container {
	clear:both;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	max-width:1000px;
}
#book-title {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 32px;
	color: #405D99;
	margin-top: 0px;
	text-align: center;
}
#highlight {
	color: #405D99;
	font-weight: bold;
}
.book-p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-top: 0px;
	margin-bottom: 12px;
}
#book-copy {
	width: 45%;
	float: right;
	margin-right: 10%;
	margin-bottom: 25px;
}
body {
	margin: 0px;
	padding: 0px;
}
.main-sections {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	padding-top: 24px;
	overflow: hidden;
	background-color: #aee2f5;
	padding-bottom: 15px;
	margin-top: 0px;
	display: block;
	text-align: center;
	margin-bottom: 50px;
}
#section-header {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 28px;
	font-weight: normal;
	text-transform: uppercase;
	color: #405D99;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}

#banner {
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	
	text-align: center;
	background-color:white;
}
.retailer-button {
	float: none;
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 25px;
}
.small-cover {
	float: none;
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 25px;
	width: 200px;
}



#banner-image
{
	width: 95%;
	max-width:1000px;
}

.sweeps-rules-paragraph {
	font-size:28px;
	margin-top: 30px;
	text-align:center;
}

#bullet {
	float:left;
	margin-right: 5px;
	margin-left:5px;
	margin-top:34px;
	margin-bottom:0px;
}

.rules {
margin-bottom: 50px;
width: 90%;
max-width:700px;
margin-right: auto; 
margin-left: auto;	
}

.rules-heading {
	font-size:22px;
	text-align:center;
	font-weight:bold;
}

#rules-return-link
{
	font-weight:bold;
}

#audio-player {
	margin-top: 30px;
	margin-bottom: 20px;
}


/* Responsive styles start here*/


@media (max-width: 888px) {
	
.sweeps-rules-paragraph {
	font-size:22px;
	float:none;
	margin-top:22px;
}

#bullet {
	display:none;
}

/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}

 
 

}

@media (max-width: 699px) {
	#book-cover {
	width: 80%;
	float: none;
	display:block;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right:auto;
}

#book-copy {
	width: 80%;
	float: none;
	margin-right: auto;
	margin-left:auto;
}

#retailers-inner-div {
	padding-right: 60px;
	padding-left:60px;
}

.sweeps-rules-paragraph {
	font-size:26px;
}


.rules {
margin-bottom: 50px;
width: 95%;
margin-right: auto; 
margin-left: auto;	
}
 
 #retailers-header {
	 font-size: 21px;
 }

.retailer-button {
 	margin-left: 18%;
	margin-right: 18%;
	 
}

#author-photo {
margin-bottom: 25px;
margin-left:auto;
margin-right:auto;
	float:none;
}

.author-bio {
	text-align: right;
	margin-right: 10%;
	margin-left: 10%;	 
}


/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
	
#videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	}
	
	#videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	
}
#container #book-copy #book-title {
	text-align: center;
}
#container #book-copy #book-title {
	text-align: left;
}
#container #book-copy #book-title {
	text-align: center;
}
#container #book-copy .book-p {
	text-align: left;
}
#container #book-copy #book-title {
	text-align: left;
}
#meet #bio iframe {
	text-align: left;
}
