@charset "utf-8";
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/* Removes list-style from lists */
ol, ul {
	list-style: none;
}
/* Normalizes font-style and font-weight to normal */
address, caption, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
/* Removes list-style from lists */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Removes border from fieldset and img */
fieldset, img {
	border: 0;
}
/* Left-aligns text in caption and th */
caption, th {
	text-align: left;
}
/* removes automatic underline from links, and adds the underline on hover only */
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
}
/* Onto the main formatting now, everything has been set to zero where appropriate */

body {
	font : 72%/1.5 Arial, Verdana, sans-serif;
	color : #FFF;
	background: #616457 url(/css/graphics/background-slice.png) repeat-x;
}
html {
	text-align : center;
}
body {
	position : relative;
	width : 1005px;
	height: 715px;
	margin : 0 auto;
	text-align : left;
}
div#branding {
	height: 180px;
	position : relative;
	z-index : 10;
	height : 180px;
}
div#branding h1 {
	position : absolute;
	height: 44px;
	width: 170px;
	margin: 53px 0 0 47px;
}
div#branding h1 + ul {
	position : absolute;
	margin: 66px 0 0 764px;
	color: #fff;
	font-size: 0.9em;
}
div#content_main {
	position : relative;
	float: left;
	margin: 0 23px 3em 56px;
	width: 578px;
	min-height: 410px;
}
#blog-mobile-title {
	margin: 2em;
}
div#content_main h2 + ul {
	list-style-type:disc;
	padding: 0 0 0 3em;
}
div#content_main p {
	padding: 0.5em;
}
div#content_main h1 {
	position: static;
	margin: 0;
	width:auto;
	height:auto;
	font-size: 1.5em;
	padding: 1em 0 0.5em 0;
}
div#content_main h2 {
	font-size: 1.4em;
	padding: 1em 0 0.5em 0;
}
div#content_main h3 {
	font-size: 1.3em;
	padding: 0.8em 0 0.5em 0;
}
div#content_main h4 {
	font-size: 1.2em;
	padding: 0.6em 0 0.5em 0;
}
div#content_main h5 {
	font-size: 1.1em;
	padding: 0.6em 0 0.5em 0;
}
div#content_main blockquote {
	border: 1px dashed #CCC;
	margin: 0.5em;
	padding: 0.8em;
}
div#content_main cite {
	padding: 0 0 0 3em;
}
div#content_main dt {
	font-size: 1.2em;
	padding: 0.8em 0 0.5em 0;
}
div#content_main dd {
	padding: 0.6em 0 0.5em 2em;
}
div#nav_sub {
	position : relative;
	float: right;
	width : 260px;
	margin: 0 56px 0 23px;
	font-size: 11px;
}
div#nav_sub h1, div#nav_sub h2, div#nav_sub h3 {
	font-size: 12px;
}
div#nav_sub ul li {
	padding: 0.5em;
}
div#nav {
	position: relative;
	clear: both;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
div#nav ul {
	margin: 2em 0 1em 0;
}
div#nav ul li {
	display: inline;
	padding: 0 0.5em 0 0.5em;
	font-size: 18px;
	font-weight: bold;
}
div#footer {
	position: relative;
	background-color:#A2A599;
	margin: -5px 0 0 0;
	width: 1005px;
}
div#footer, div#footer a {
	color: #333;
}
div#footer p {
	padding: 15px 20px 15px 20px;
	margin: 0;
	text-align: right;
	font-size: 0.8em;
}
