@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;
	background-color: #fafafa;
}
a:link {
	color: #48a;
	text-decoration: none;
}
a:visited {
	color: #48a;
	text-decoration: none;
}
a:hover {
	color: #48a;
	text-decoration: underline;
}
a:active {
	color: #48a;
}
.outlink  {
	font-size: 0.8125em;
	line-height: 150%;
	margin: 0.5em 0;
	color: #666;
}
#headerTop {
	padding: 20px 0;
	line-height: 150%;
	border-bottom: 4px solid #48a;
	background-color: #fff;
}
#headerTop section {
	width: 880px;
	margin: 0 auto;
}
#headerTop section h1 {
	font-size: 0.875em;
	line-height: 150%;
	padding: 0;
	color: #555;
	margin: 0;
}

#headerTop p {
	font-size: 1.5em;
	font-weight: 600;
	line-height: 150%;
	margin: 0;
}
#headerTop p a {
	color: #999;
}
#main {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0 60px;
}
#post {
	float: left;
	width: 610px;
	margin: 0 10px;
	display: inline;
}
#post div {
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	margin: 0 0 30px;
	padding: 20px;
}
#post p {
	color: #333;
	margin: 1em 0;
}
#post .contents{
	font-size: 0.875em;
	line-height: 150%;
}
#post .outlink {
	margin: 1em 0;
	color: #666;
}

#post h2   {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eee), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
	background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
	background: -o-linear-gradient(top, #fff 0%, #eee 100%);
	background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
	background: linear-gradient(top, #fff 0%, #eee 100%);
	border-top: 4px #48a solid ;
	border-bottom: 1px #aaa solid ;
	margin: -20px -20px 20px;
	padding: 15px;
	color: #333;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	text-shadow : 0px 1px 0px #fff;
}

#globalNav {
	float: right;
	width: 250px;
	margin: 0 10px;
	display: inline;
	background-color: #eee;
}
#globalNav nav {
	margin: 10px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
#globalNav ul {
	padding: 15px 0;
}
#globalNav ul li {
	line-height: 150%;
	font-size: 0.8125em;
}
#globalNav ul li a {
	display: block;
	padding: 2px 10px;
	zoom: 1;
}

#globalNav ul li a:hover {
}
#sideLinks {
	margin: 15px;

}
#sideLinks p  {
}


#footerBottom {
	background-color: #48a;
	width: 100%;
	position: absolute;
	bottom: 0;
}
#footerBottom #footerNav {
	margin-top: 10px;
	font-size: 0.8125em;
}
#footerBottom #footerNav ul li {
	text-align: center;
}
#footerBottom #footerNav ul li a {
	color: #fff;
}
#footerBottom #copyright {
	font-size: 0.8125em;
	margin-top: 5px;
	color: #fff;
	text-align: center;
	padding-bottom: 10px;
}
