/*
 Top */

.aboutinfo h2 {
	margin-bottom: 0.5em;
}
.aboutinfo {
	padding: 0.5em 0 1.25em;
}
.aboutinfo video {
	margin-bottom: 1em;
}
.aboutinfo p:last-child {
	margin-bottom: 0;
}

#topcolumn.topics img {
	width: 100%;
	height: auto;
}
.aboutinfo:after,
.topics:after {
	content: "";
	display: block;
	clear: both;
}

.topics p {
	margin-bottom: 0.5em;
	font-size: 14px;
}

h3.subtitle {
	border: 1px solid #bfbfbf;
	padding: 0.25em 0.5em;
	background: #f1f1f1; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgb(255, 255, 255), rgb(230, 230, 230)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(255, 255, 255), rgb(230, 230, 230)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(255, 255, 255), rgb(230, 230, 230)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(255, 255, 255), rgb(230, 230, 230)); /* Standard syntax */
}
/* What's New */
#topnews {
	margin-bottom: 1em;
	font-size: 15px;
	line-height: 1.8;
}
#topnews ul {
	margin: 0;
}
#topnews li {
	list-style-type: none;
	border-bottom: 1px solid #bfbfbf;
}
#topnews li p {
	display:inline;
}
#topnews span {
	margin-right: 10px;
}
#topnews:after {
	content: "";
	display: block;
	clear: both;
}
#topnews a:link,
#topnews a:visited {
	color: #2b2b2b;
	box-shadow: none;
}

/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {

	.aboutinfo .rightbox {
		float: right;
		width: 340px;
		padding-left: 20px;
		border-left: 1px solid #767676;
	}
	.aboutinfo .leftbox {
		margin-right: 20px;
	}
	.aboutinfo .leftbox img {
		width: 100%;
		height: auto;
	}
}

/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {

	.entry-content {
		margin-right: 0;
		margin-left: 0;
	}
	.aboutinfo .leftbox {
		width: 380px;
	}
}

@media print {
	.aboutinfo .rightbox {
		float: right;
		width: 340px;
		padding-left: 20px;
		border-left: 1px solid #767676;
	}
	.aboutinfo .leftbox {
		width: 380px;
	}
	.aboutinfo .leftbox img {
		width: 100%;
		height: auto;
	}
}
