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

body{
	margin:0 auto;
	background-image:url(Images/bg.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	background-color:#e6cfbc;
}


#container{
	width:970px;
	height:auto;
	display:block;
	position:relative;
	margin:0 auto;
	background-color:#f7e1cf;
	
}

#header{
	background:url(Images/header-bg.jpg) no-repeat;
	height:690px;
	background-position:top;
	width:970px;
	display:block;
	overflow:hidden;
}

#book-description{
	width:522px;
	height:auto;
	margin: 230px 0 0 395px;
	float:left;
	color:#6b6060;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#txt-header{
	font-size:30px;
	line-height:30px;
	margin-bottom:15px;
	font-variant:small-caps;
}

.description-txt{
	font-size:12px;
	line-height:18px;
}

#buy-txt{
	font-size:14px;

}

.amazon{
	background-image:url(Images/Amazon-sprite.png);
	background-repeat:no-repeat;
	overflow:hidden;
	width:83px;
	height:35px;
	display:block;
	position:relative;
	border:none;
	text-indent:-99999px;
}

.barnes{
	background-image:url(Images/BarnesNoble-sprite.png);
	background-repeat:no-repeat;
	overflow:hidden;
	width:139px;
	height:35px;
	display:block;
	position:relative;
	border:none;
	text-indent:-99999px;

}

.itunes{
	background-image:url(Images/itunes-sprite.png);
	background-repeat:no-repeat;
	overflow:hidden;
	width:75px;
	height:35px;
	display:block;
	position:relative;
	border:none;
	text-indent:-99999px;
}

.amazon:hover, .barnes:hover, .itunes:hover{
	background-position: 0 -35px;
}

#top-buttons a{
	float:left;
	margin-right:5px;

}


#about-nav{
	background-image:url(Images/about-sprite.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	width:191px;
	height:13px;
	display:block;
	position:relative;
	border:none;
	text-indent:-99999px;
}

#char-nav{
	background-image:url(Images/char-profiles-sprite.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	width:209px;
	height:13px;
	display:block;
	position:relative;
	border:none;
	text-indent:-99999px;

}

#connect-nav{
	background-image:url(Images/stay-connected.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	width:169px;
	height:13px;
	display:block;
	position:relative;
	border:none;
	text-indent:-99999px;

}
#about-nav:hover, #char-nav:hover, #connect-nav:hover{
	background-position: 0 -13px;

}

#navigation{
	margin:690px 0 0 153px;
	position:absolute;
	display:block;
	float:left;
}

#navigation a, #navigation img{
	display:block;
	position:relative;
	float:left;

}

#mid-section{
	width:970px;
	height:auto;
	background-color:#0a1944;
}


#character-profiles{
margin-top:35px;
}

#portrait-container {
padding-left:24px;


}

#portrait-container div{
	float:left;
	display:block;
	position:relative;
}

.characters{
	display:block;
	float:left;
	position:relative;
	margin-right:5px;
	}
	
.character-text{
		width:208px;
	
		}
.character-text img{
	margin:15px 0 0 0;
	padding:0;

}
	
.character-text p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	color:#aaa198;
	margin-top:5px;
	padding:0;

}	

#left-side, #right-side{
	width:475px;
	display:block;
	position:relative;
	float:left;

}

#top-btn-1{
	text-align:center;
	font-size:14px;
	padding-bottom:15px;

}

#top-btn-1 a{
	color:#8795ac;
	text-decoration:none;
}

#top-btn-1 a:hover{
	color:#aaa198;

}

#about-text{
	padding:0 30px 25px 35px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#6b6060;
	line-height:18px;


}

#about-text a{
	color:#102451;
	text-decoration:none;
}

#about-text a:hover{
	color:#8795ac;
}

#social-media img {
	margin-right:10px;

}

#footer{
	padding:0 30px 10px 35px;
	background-color:#746866;
}

#footer p{
	padding-top: 15px;
	color:#f4dabd;

}

#bottom-buttons a{
	float:left;
	margin:0 5px 0 0;
	padding:0;

}

#connect-text{
	padding:0 30px 10px 35px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#6b6060;
	line-height:18px;
	
}

#connect-text a{
	text-decoration:none;
	color:#0a1944;
}

#connect-text a:hover{
	color:#6b6060;
}

#sharing{
	margin-top:15px;
}


#footer-top{
	text-align:center;
	padding-bottom:10px
}

#footer-top a{
	text-decoration: none;
	color:#f4dabd;
}

#footer-top a:hover{
	text-decoration: none;
	color:#0a1944;
}
#footer-shadow{
	background-image:url(Images/footer-bottom-bg-2.png);
	background-position:center;
	background-repeat:no-repeat;
	height:73px;
}

#legal{
	color:#a19191;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	padding-top:15px;
}

#legal a{
	color:#a19191;
	text-decoration:none;
}

.addthis_button_facebook_like{
	width:80px !important;
}

.addthis_button_tweet{
	width:85px !important;

}

.addthis_button_google_plusone{
	width:65px !important;

}

.clear{
	clear:both;

}
