/* Custom CSS for Karen Robards

			===========================
			
				Colors
				
				Black:			000000
				Bright Pink:	cd1659
				Light Pink:		d4649f
				Light Gray:		ebebeb
				Dark Gray:		666666
				
			===========================
			
				Fonts:
				
				 'Francois One', sans-serif;
				 
				 font-family: 'Merriweather', serif;
				 
				 'Open Sans', sans-serif;

 */



 /* 	
			===========================
					Typography
			===========================
*/

h2 {
	color: #d4649f;
	padding: 0;
	margin: 0;
	
	font-family: 'Francois One', sans-serif;
	font-weight: 400;
	font-size: 1.75em;
}

h3 {
	color: #ebebeb;
	
	font-family: 'Francois One', sans-serif;
	font-weight: 400;
	font-size: 1em;
}

h4 {
	color: #ebebeb;
	display: inline;

	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 1.5em;
}

h5 {
	color: #d4649f;
	padding: 0;
	margin: 0;
	
	font-family: 'Francois One', sans-serif;
	font-weight: 400;
	font-size: 1em;

}

p {
	padding: 0;
	margin: 0;
	
	font-family: 'Merriweather', serif;
	font-size: small;
}

a {
	color: #cd1659;
	font-family: 'Merriweather', serif;
	font-size: small;
	text-decoration: none;
}

nav li {
		
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
}

#new_books p {
	margin-bottom: 10px;
}

#available_now p {
	position: relative;
	top: -100px;
}

#coming_soon p {
	position: relative;
	top: -35px;
}

#about p {
	margin-bottom: 10px;
}

#newsletter p {
    margin-top: 10px;
    margin-bottom: 30px;
}

.book p {
	margin-bottom: 5px;
}

.buy_links p {
	color: #666666;
}

.buy_links a:hover {
	color: #666666;
}

.buy_links a:active {
	color: #d4649f;
	
}

.buy_buttons p {
	color: #666666;
	padding: 5px;
	
}

  /* 	
			===========================
					Layout
			===========================
*/

header	{
	width: 100%;
	height: 180px;
	background-color: #000;
	padding: 0;
	
}

#banner	{
	width: 960px;
	margin: 0 auto;
	background-color: #000;
	
}

#karen_logo {
	position: relative;
	top: 10px;
}

#karen_photo {
	position: relative;
	display: inline;
	float: right;
	clear: both;
	top: 10px;
	right: 90px;
}

#social_top {
	position: relative;

	float: right;
	clear: both;
	top: -180px;
}

.container {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
	
}

#slideshow {
	margin: 0 auto;
	padding-bottom: 20px;
}

#new_books {
	height: 300px;
	padding-bottom: 20px;
	clear: both;
}


#available_now {
	width: 450px;
	position: relative;
	float: left;
}

#coming_soon {
	width: 450px;
	position: relative;
	
	float: right;
}


#about {
	width: 960px;
	padding-top: 20px;
	margin: 0 auto;
}

#all_books {
	padding-top: 20px;
	clear: both;
}

.buy_links {
	position: relative;
	
	top: 50px;
	left: 10px;
}

.buy_buttons {
	margin-top: 30px;
	padding-bottom: 5px;
	left: 10px;
}

.book .button1 {
	position: relative;
	top: 10px;
}

.book {
	padding-bottom: 20px;
	
}

#print_list {
	margin: 0;
	position: relative;
	float: right;
	
	clear: both;
}

#print_link {
	position: relative;
	top: -5px;
}

#print_link:hover {
	color: #666666;
}

#print_icon {
	background:transparent url('../images/printer_icon.gif') center top no-repeat;
	height: 28px;
	width: 30px;
	
	display: inline-block;

}


#print_icon:hover {
	background:transparent url('../images/printer_grey.gif') center top no-repeat;
	height: 28px;
	width: 30px;
	
	display: inline-block;
}

#faq{
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	
}

.question {
	margin: 0 auto;
	padding: 10px;
	width: 675px;
}

hr {
	margin: 30px;
}

.cover {
	position: relative;
	top: 10px;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19)
}

#connect {
	margin: 0 auto;
	overflow: hidden;
}

#newsletter {
    width: 100%;
    text-align: center;
}

#facebook_plugin {
	position: relative;
	left: 150px;
	
	padding: 10px;
	overflow: hidden;
	
}

#amazon:hover {
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

#c_columns {
	position: relative;
	left: 150px;
	padding-top: 20px;
	overflow: hidden;
}

#c_columns td {
	width: 186px;
	height: 45px;
	
	text-align: center;

}

 /* 	
			===========================
					Navigation
			===========================
*/

nav {
	background-color: #cd1659;
	width: 100%;
}

nav ul {
	width: 960px;
	height: 24px;
	margin: 0 auto;
	list-style-type: none;
}

nav ul li {
	padding: 5px;
	display: inline;
}

nav li a {
	color: #000;
	display: inline-block;
	text-decoration: none;
}

#top_nav ul{
	text-align: right;
	
	position: relative;
	right: -100px;
}


#top_nav li a:hover {
	color: #fff;
}
 
 
   /* 	
			===========================
					Footer
			===========================
*/

footer {
	position: relative;
	background-color: #666666;
	height: 170px;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
	overflow: hidden;
}

footer .container {
	background-color: #666666;
}

footer nav {
	background-color: #666;
	display: inline;
	
}

footer nav ul {
	position: relative;
	text-align: center;
	left: -100px;
	
}

footer nav li a {
	color: #ebebeb;
}

footer nav li a:hover {
	color: #000;
}

#mailing_list {
	width: 100%;
	height: 30px;
	background-color: #d4649f;
	padding: 5px;
	
	clear: both;
}

#mailing_list .container {
	background-color: #d4649f;
	padding: 0;
}

#mailing_list form {
	float: right;
	clear: both;
}

#social_bottom {
	position: relative;
	float: left;
	clear: both;
	
	top: -20px;
}

#social_bottom a {
	padding: 1px;
}

#socical_bottom a:hover {

	bottom: -10px;
}

#copyright {
	color: #ebebeb;
	display: inline;
	
	position: relative;
	float: right;
	clear: both;
	
	top: -70px;
	overflow: hidden;
}

/* 	
			===========================
					Global Styles
			===========================
*/

html, body {
	margin: 0;
	padding: 0;
	
	height: 100%;
	
}

body {
	min-width: 980px;
}

table td {
	padding: 5px;
	vertical-align: bottom;
}

#about table td {
	padding: 10px;
	vertical-align: top;
}

.book table td {
	padding-bottom: 10px;
	vertical-align: top;
	
}


.button1 {
	background-color: #666;
	border: 2px solid #000;
	border-radius: 2px;
	color: #ebebeb;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: small;
	text-align: center;
	
	padding: 5px 10px;
	
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	
}

.button2 {
	background-color: #cd1659;
	border: 2px solid #000;
	border-radius: 2px;
	color: #fff;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: small;
	text-align: center;
	
	padding: 5px 15px;
	
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button1:hover {
	background-color: #ebebeb;
	color: #000;
	
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	
}

.button2:hover {
	background-color: #d4649f;
	color: #000;
	
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);

}

.ct_wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	margin: 0 auto -170px;

}

.push {
	height: 170px;
	
	position: relative;
    clear:both;
}