/* CSS Document */

body {
	font: 16px/20px Georgia, Times, serif;
	background: #f4f7e0;
	color: #333;
	padding-bottom: 10px;
}

#main {
	width: 710px; 
	margin: 0 auto;
}

#theater {
	text-align: center;
}

#theater p {
	margin-top: 20px;
	font-weight: bold;
}

.leftcontent p {
	text-align: left;
}

a:link, a:visited {
	color: #369;
	text-decoration: none;
	border-bottom: 1px dotted #369;
}

a:hover {
	color: #600;
	border-bottom: 1px solid #369;
}

#footer {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666;
	margin: 40px 0 5px 0;
}

.small {
	font-size: 12px;
	font-style: italic;
}

p.small {
	line-height: 1.5em;
}

.grey {
	color: #666;
}

.large {
	font-size: 18px;
}

label {
	font-weight: bold;
}

.submit {
	font: bold 18px/20px Georgia, Times, serif;
}

h1, h2 {
	margin-top: 0;
}

h1, p {
	text-align:center;
}

h2 {
	line-height: 1.2em;
}

.box {
	height: 290px;
	clear: none;
}

.column {
	border: 1px solid #B7BBA4;
	background: #FFF;
	padding: 10px;
	float: left;
	width: 325px;
	margin: 0 2px;
}

.box .column {
	height: 270px;
}

.shortbox {
	height: 180px;
	clear: none;
}

.shortbox .column {
	height: 160px;
}

.tinybox .column {
	height: 20px;
	width: 650px;
	float: none;
}

.widebox .column {
	width: 650px;
	float: none;
}

.homelink {
	text-align: center;
	font-weight: bold;
	margin: 25px 0;
}

ul.service-links {
	margin-top: 0;
}

ul.service-links li {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	list-style: none;
	margin-right: 10px;
}

#landing, 
#reviews {
	width: 626px;
	border: 3px solid #5e0000;
	padding: 20px 10px;
	text-align: center;
}

#landing .homelink {
	font-size: 18px;
}

#landing h1,
#reviews h1 {
	font-size: 36px;
	margin-top: 10px;
}

#reviews p {
	text-align: left;
}

#reviews a.img {
	border: none;
}

#reviews p.img {
	text-align: center;
}

#reviews p.buy {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #999;
}

#reviews p.first {
	font-size: 20px;
	line-height:26px;
}

.book-column {
	float:left; 
	text-align:left; 
	font-size: 0.9em;
	margin-left: 20px;
}

#cover {
	text-align: left;
}

#cover img {
	border-width: 1px;
	float: left;
	margin-right: 20px;
}

#cover h2 {
	font-size: 1.4em;
	margin-bottom: 1.3em;
}

#cover p.grey {
	font-size: 1.2em;
}

.written_review {
	padding: 20px 0;
	border-bottom: 1px dotted #999;
}

.written_review .large {
	font-size: 150%;
	line-height: 150%;
}

.written_review .medium {
	font-size: 125%;
	line-height: 130%;
}

#interviews h1 {
	margin-top: 1em;
}

#interviews p {
	font-size: 110%;
	font-style: italic;
	line-height: 170%;
}

#interviews p a {
	font-weight: bold;
	font-style: normal;
	font-size: 140%;
}

#interviews p strong {
	font-size: 140%;
}