.entry-meta {
  	display: none;
}
.entry-utility {
  	display: none;
}

#access {
	background: #0d1869;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}

#branding img {
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	display: block;
	float: left;
}

#site-title a {
	color: #0d1869;
	font-weight: bold;
	text-decoration: none;
}

#site-title {
	float: left;
	font-size: 40px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 360px;
}

#site-description {
	clear: right;
	float: right;
	font-size: 15px;
    font-weight: bold;
    font-style: italic;
	margin: 15px 0 18px 0;
	width: 480px;
}

#content tr th,
#content thead th {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}

#content table {
	border: 0px solid #e7e7e7;
  	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}

#content tr td {
	border-top: 0px solid #e7e7e7;
	padding: 4px 8px;
}

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 300px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 240px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 6px;
	margin-top: 0px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 0px;
}

pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 1px;
	overflow: auto;
	padding: 1.1em;
}