body .site { min-width: 325px; }

@media screen and (min-width: 900px) {
.site-content {
float: right;
margin: 0;
}
.widget-area {
float: left;
margin: 0;
width:30%;
}
}

/* for IE8 and IE7 —————-*/
.ie .site-content {
float: right;
}
.ie .widget-area {
float: left;
}

.site-logo { max-width: 100%; height:auto; }

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wp-caption {
	padding:0;
}

.nav-previous{
	font-weight:bold;
}

.nav-next{
	font-weight:bold;
}

.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 34px;
	margin-bottom: 2.4rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 17px;
	margin-bottom: 1.2rem;
}

.widgettitle{
  	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
  	margin-bottom: 1.2rem;
}

ul{
	line-height:1.5em;
}