h2#featured {
	font-size: 26px;
	line-height: 30px;
}
#page-content h3 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 18px;
}
#focusBox h3 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
}
#focusBox p {
	margin-top: 0;
}
#youtube-videos {
	height: 200px;
	overflow: auto;
	padding: 5px 5px 0 0;
	width: 280px;
}
#flickr-photos img {
	margin: 0 3px;
	border: 1px solid #000;
}
#potw {
	position: relative;
	background: #000;
	color: #ccc;
	width: 282px;
	margin: 0 3px 6px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
#potw img {
	margin: 0;
}
#potw .title {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 8px;
	left: 0;
	background-color: #000;
	background-color: rgba(0, 0, 0, .5);
	padding: .25em 1em;
	margin: 0;
	font-size: .8461em;
	line-height: 1.363636em;
	/*
	font-size: .923em;
	line-height: 1.3333em;
	*/
	font-weight: bold;
}
.ie #potw .title {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);   /* IE6 & 7 */
	zoom: 1;
}
#potw .title:hover {
	background-color: #000;
}
#potw .description {
	padding: .25em 1em .5em 1em;
	margin: 0;
	font-size: .8461em;
	line-height: 1.363636em;
}
#potw a {
	color: #fff;
}