@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	height: 100%;
	overflow-y: scroll;
}
body {
	min-height: 100%;
	position: relative;
	min-width: 900px;
}
a:link {
	color: #dd4b39;
	text-decoration: none;
}
a:visited {
	color: #dd4b39;
	text-decoration: none;
}
a:hover {
	color: #dd4b39;
	text-decoration: underline;
}
a:active {
	color: #dd4b39;
}
h1 {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #2D2D2D;
	color: #FFF;
	width: 100%;
	line-height: 125%;
	font-size: 0.8125em;
	text-indent: 1em;
	padding: 5px 0;
}
.outlink  {
	font-size: 0.8125em;
	line-height: 150%;
	margin: 0.5em 0;
}
#headerTop {
	background-color: #f0f0f0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	padding: 60px 0 20px;
	line-height: 125%;
}
#headerTop p {
	width: 870px;
	margin: 0 auto 0 auto;
}
#headerTop p a {
	color: #3c3c3c;
}
#main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 200px;
}
#topImg {
	height: 300px;
	overflow: hidden;
	margin: 0 15px 20px;
}
#topImg img {
	width: 100%;
	margin-top: -50px;
}
#post {
	float: right;
	width: 610px;
	margin: 0 15px;
	display: inline;
}
#post p {
	color: #3c3c3c;
	margin-bottom: 1em;
}
#post .contents{
	font-size: 0.875em;
	line-height: 150%;
}
#post .outlink {
	margin: 0.5em 0;
}

#post h2   {
	margin-bottom: 1em;
	margin-top: 2em;
}

#globalNav {
	float: left;
	width: 230px;
	margin: 0 15px;
	display: inline;
}
#globalNav ul {
}
#globalNav ul li {
	line-height: 175%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dd4b39;
	margin-bottom: 5px;
	font-size: 0.875em;
}
#globalNav ul li a {
	display: block;
	margin-right: 15px;
	padding: 5px;
	zoom: 1;
}

#globalNav ul li a:hover {
	background-color: #fafafa;
	text-decoration: none;
}
#sideLinks {
	margin: 1em 0;

}
#sideLinks p  {
	color: #3c3c3c;
}


#footerBottom {
	clear: both;
	background-color: #f0f0f0;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
	position: absolute;
	bottom: 0;
}
#footerBottom #footerNav {
	margin-top: 20px;
	font-size: 0.8125em;
}
#footerBottom #footerNav ul li {
	text-align: center;
}
#footerBottom #copyright {
	font-size: 0.8125em;
	margin-top: 20px;
	color: #2d2d2d;
	text-align: center;
	padding-bottom: 30px;
}
