/*
	Little Red Feather
	About Stylesheet
*/


.content-main h4 {
	text-transform: none;
}
.content-main h5 {
	text-transform: none;
	font-weight: normal;
}
.content-main h3 + h4 {
	margin-top: 0;
}

.content-main ul, .content-main ol {
	margin: 1em 0 1em 24px;
	font-size: 1.2em;
}

table {
	margin: 1em 0;
	border: 1px solid #CCC;
	font-size: 1.2em;
}
table td {
	padding: 0 20px 0 0;
}

.photo {
	clear: right;
	float: right;
	width: 115px;
	margin: 6px 0 1em 30px;
	border: 2px solid #6C849D;
}
.photo img {
	float: right;
}

.people li {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
}

.people-sidebar {
	clear: right;
	float: right;
	margin: 20px 0 0 0;
	width: 195px;
	list-style: none;
	font-size: 1.2em;
}
.people-sidebar li {
	float: left;
	margin: 0 18px 0 0;
	padding: 0 0 10px 0;
	width: 182px;
}
.people-sidebar li a img {
	border: 1px solid #6C849D;
}

a.bullet {
	display: block;
	padding-left: 12px;
	background: url(../images/nav-arrow-orange.png) no-repeat 0 50%;
}

.press {
	overflow: hidden;
}
.press li {
	float: left;
	width: 250px;
	margin: 1em 20px 1em 0;
	font-size: 1.2em;
	list-style: none;
	background: #D3DDE5;
}
.press .cover {
	float: left;
}
.press .cover img {
	float: left;
}
.press .detail {
	float: left;
	margin: 10px;
}
.press .title {
	display: block;
	padding: 0 0 0 20px;
	margin: 0 0 .5em 0;
	font-size: 1.2em;
	background: url(../images/nav-arrow-orange.png) no-repeat 0 50%;
}
.press .detail em {
	font-style: normal;
	margin: 1em 0 0 20px;
}