/*
 * Styles for DianeAndRobin.com
 *
 */

body {
	color: #0E2376;
	font-family: "Comic Sans MS";
	background: url(images/stars.jpg);
	padding: 1em 0;
}
#main-container {
	width: 753px;
	margin-left: auto;
	margin-right: auto;
}
.title {
	margin-bottom: 20px;
	color: #9B2851;
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
.content {
	text-align: justify;
}
.content p:first-child {
	margin-top: 0;
}
.box {
	font-family: 'Book Antiqua';
	padding: 1em;
	margin-bottom: 1em;
	background-color: #f5e8ff;
	border: 1px solid #000;
}
.interview ul {
	padding-left: 1em;
	font-weight: bold;
	list-style: square;
}
.interview p {
	color: #9B2851;
	padding-left: 1em;
}
.quote-text {
	display: none;
	margin-top: 1em;
	line-height: 1.4;
	quotes: "“" "”" "“" "”";
}
.quote-text:before {
	content: open-quote;
	display: inline-block;
	line-height: 0;
	left: -3px;
	position: relative;
	top: 14px;
	margin-right: 5px;
	color: #b4bbfe;
	font-size: 3em;
	font-family: lato;
}
.quote-credit {
	color: #9B2851;
	font-size: 1.2em;
	font-weight: bold;
}
.quote-credit:before {
	margin-right: 5px;
}
.quote-credit.open:before {
	content: "\25bc";
}
.quote-credit.closed:before {
	content: "\25bc";
	transform: rotate(-90deg);
	display: inline-block;
}
.quote-credit:hover {
	cursor: pointer;
}
.block {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	margin: 10px 0;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #f5e8ff;
	border: 1px solid #000;
}
.button {
	display: inline-block;
	border: 1px solid #0E2376;
	border-radius: 30px;
	padding: 10px 20px;
	background-color: #f5e8ff;
	font-family: Arial, sans-serif;
	color: #9B2851;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
}
.button:hover,
.button.active {
	background-color: #deb3ff;
}
.button-readmore {
	cursor: pointer;
	font-weight: bold;
}
.content-readmore {
	display: none;
}
.button-book:hover {
	cursor: pointer;
}
.button-book.active {
	font-weight: bold;
	text-decoration: underline;
}
#book-2 {
	display: none;
}
.buy-buttons {
	margin: 1em 0;
	text-align: center;
}
.buy-buttons img {
	vertical-align: middle;
}
.order-button {
	background:    #3d85c6;
	background:    -webkit-linear-gradient(#3d85c6, #073763);
	background:    linear-gradient(#3d85c6, #073763);
	border-radius: 5px;
	color:         #fff;
	display:       inline-block;
	padding:       8px 20px;
	font:          normal 700 24px/1 "Calibri", sans-serif;
	text-align:    center;
	text-shadow:   1px 1px 0 #000;
	cursor:        pointer;
}
.footer {
	font-family: Arial, sans-serif;
	font-size: .8em;
	text-align: center;
	color: white;
	margin: 10px 0;
}