/* Two-column with sidebar on left from the /examples/ folder  */
div#container {
	float:left;
	width:100%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}

div#content {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}

div.sidebar {
	float:right;
	overflow:hidden;
	width:350px;
	margin-right: 8px;
}

div#footer {
clear:both;
width:100%;
}

div#primary {	
	background-color:#E4EEEA;
	min-height: 455px;
}

div#primary h3 {
	font-size:1.5em;
	text-transform: uppercase;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 0px;
}
h3 .more {
	float: right;
	text-align: right;
	width: 200px;
}

h3 .more a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
body {
	background-color:#0E2F40;
	text-align: center;
	margin: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#wrapper {
	background-color: #FFF;
	width: 780px;
	margin: 0 auto;
	text-align:left;
	padding: 0 12px;
}
#footer {
	margin: 0 auto;
	background-color:#0E2F40;
	color: #fff;
	text-align:center;
	padding-top: 10px;
	width: 804px;
}
#footer a {
	color: #F9E37B;
}
#header {
	text-align:left;
}

.skip-link {
	display: none;
}
.entry-content a {
	color:#1E7A6D;
}
.entry-content {
	font-size: 11px;
}
.entry-meta {
	color: #000;
	font-size: 11px;
}
.entry-date {
	color: #666;
	font-size: 11px;
}
.entry-meta a {
	color: #666;
}
div.publish {
	margin-bottom: 1em;
}
h3 {
	background-color: #BBBFBE;	
	color: #333333;
}
.sideContent {
	padding: 0 12px;
	font-size: 11px;
}

.sideContent a {
	color: #000;
	text-decoration: none;
}

.sideContent a:hover {
	text-decoration: underline;
}
#headertext {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #666;
}
#videoCaption {
	margin-top: 12px;
	font-size: 11px;
}
#videoCaption p {
	margin-top: 6px;
}
blockquote {
	margin: 0 14px;
}

div#media {
	background-color:#E4EEEA;
	margin-right: 380px;
	min-height: 455px;
	
}
div#media div {
	padding: 0 12px;
}

div#media h3 {
	font-size:1.5em;
	text-transform: uppercase;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 0px;
}
div#printmedia {
	background-color:#E4EEEA;
}
div#printmedia div {
	padding: 0 12px;
}

div#printmedia h3 {
	font-size:1.5em;
	text-transform: uppercase;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 0px;
}
.subtitle {
	text-align: left;
}
.subtitle a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}