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

/* Tangents */

h3#tangents {
	font-size: 18px;
	line-height: 18px;
	background-image: url(../images/tangents/tangents.png);
	background-repeat: no-repeat;
	padding-top: 71px;
	overflow: hidden;
	height: 0px;
	width: 266px;
	background-position: left top;
}

#tangents-left {
	float: left;
	width: 432px;
	margin-right: 35px;
}

#tangents-right {
	float: right;
	width: 432px;
	margin-left: 34px;
}

h4#authors {
	font-size: 18px;
	line-height: 18px;
	background-image: url(../images/tangents/authors-illustrators-and-designers.png);
	background-repeat: no-repeat;
	padding-top: 29px;
	overflow: hidden;
	height: 0px;
	width: 370px;
	background-position: left top;
	margin-top: 33px;
}

h4#publishers {
	font-size: 18px;
	line-height: 18px;
	background-image: url(../images/tangents/publishers.png);
	background-repeat: no-repeat;
	padding-top: 23px;
	overflow: hidden;
	height: 0px;
	width: 116px;
	background-position: left top;
	margin-top: 44px;
}

h4#publicity-photos {
	font-size: 18px;
	line-height: 18px;
	background-image: url(../images/tangents/publicity-photos.png);
	background-repeat: no-repeat;
	padding-top: 30px;
	overflow: hidden;
	height: 0px;
	width: 181px;
	background-position: left top;
	margin-top: 33px;
}

#photos-wrapper {
	width: 432px;
	margin-top: 17px;
}
#photos-left-wrapper {
	float: left;
	width: 312px;
}
#photos-right-col {
	float: right;
	width: 120px;
}
#photos-left-col {
	float: left;
	width: 117px;
	margin-right: 33px;
}
#photos-middle-col {
	float: right;
	width: 117px;
	margin-right: 33px;
}
#photos-wrapper img {
	border: 3px solid #000;
	left: -3px;
	top: -3px;
	position: relative;
}

#drop-wrapper-photo {
	width: 117px;
}
h4#articles {
	font-size: 18px;
	line-height: 18px;
	background-image: url(../images/tangents/articles.png);
	background-repeat: no-repeat;
	padding-top: 23px;
	overflow: hidden;
	height: 0px;
	width: 89px;
	background-position: left top;
	margin-top: 44px;
}

#npr {
	background-image: url(../images/tangents/npr-logo.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 44px;
	display: block;
	padding-top: 0px;
}

#tangents-authors {
	list-style-type: none;
	margin-top: 9px;
	font-size: 18px;
	line-height: 25px;
}

#articles-list {
	list-style-type: none;
	display: block;
	margin-top: 17px;
	line-height: 24px;
}

#articles-list li {
	margin-bottom: 11px;
}
.drop-shadow {
	background-image: url(../images/books/drop-shadow.png);
	background-repeat: repeat;
	background-position: left top;
}