html, body {
	height: 100%;
	background-color: white;
	overflow: auto;
}
body {
	font-family: Arial, sans-serif;
	color: black;
	font-size: 16px;
}
#wrapper {
	width: 60em;
	margin: auto;
	position: relative;
}
#header {
	height: 72px;
	overflow: hidden;
	display: table;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #555;
}
#header h1, #header h2 {

	padding: 0 5px 0 5px;
	display: table-cell;
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
}
#header h1 {
	color: black;
}
#header h2 {
	color: #700;
	text-align: right;
}
#header div.quote {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
}
#header h2 div.quote {
	right: 0;
}
#header h1 div.quote {
	left: 0;
}
#navigation {
	padding-top: 5px;
	height: 20px;
	background-color: #ccc;
	border-bottom: 1px solid #aaa;
	margin-bottom: 1em;
}
#navigation ul {
	margin: 0;
	text-transform: uppercase;
}
#navigation ul.main {
	font-size: 12px;
	margin-left: 6px;
}
#navigation ul.main li {
	float: left;
	margin-right: 10px;
	line-height: 16px;
}
#navigation ul.main li.indicator {
	color: #999;
}
#navigation ul.main a.active {
	color: #700;
}
#navigation ul.main a {
	color: black;
	text-decoration: none;
}
#navigation ul.main a:hover {
	color: #700;
}
#navigation ul.main li img {
	border: none;
	vertical-align: top;
}
#navigation ul.social {
	float: right;
	font-size: 12px;
	margin-right: 6px;
}
#navigation ul.social li {
	float: right;
	line-height: 16px;
	margin-left: 10px;
}
#navigation ul.social li a {
	color: #666;
	text-decoration: none;
}
#navigation ul.social li a:hover {
	color: #700;
}
#navigation ul.social li img {
	border: none;
	vertical-align: bottom;
	width: 16px;
	height: 16px;
}
#content {
	padding: 0 5px 0 5px;
	font-size: 12px;
}
#content p {
	text-align: justify;
	margin-bottom: 1em;
}
#content a {
	color: #666;
}
#content a:visited {
	color: #999;
}
#content a:hover {
	color: #700;
}
#content div.date {
	font-weight: bold;
	margin-bottom: 0.5em;
	font-size: 10px;
	text-transform: uppercase;
	color: #733131;
}
#content div.info_controls {
	margin-bottom: 1.5em;
}
#content h1 {
	font-size: 24px;
}
#content h2 {
	font-size: 18px;
	font-weight: bold;
}
#content .page h1 {
	margin-bottom: 0.5em;
}
#content h2.title a, #content .page h1 {
	font-size: 16px;
	text-decoration: none;
	color: #333;
}
#content span.info, #content span.controls {
	font-size: 10px;
	text-transform: uppercase;
}
#content div.post a.read_more {
	color: #700;
	text-decoration: none;
}
#footer {
	background-color: #ccc;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #555;
	text-align: right;
	text-transform: uppercase;
	color: #666;
	line-height: 16px;
	margin: 1em 0 1em 0;
	padding: 6px 6px 5px 6px;
}
#footer a {
	color: #ccc;
}
#footer a:hover {
	color: #700;
}
#footer span {
	font-size: 10px;
}
#footer .copyright {
	float: left;
}
#content a.right {
	float: right;
}
.twitter, .twitter a {
    color: #2276BB;
}
