@charset "UTF-8";
/* CSS Document */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
body {
	line-height: 1;
	background-color: #ccc;
}
@media print {
body {
	background-color: #FFFFFF;
}
#dateform {
	display: none;
}
p.version {
	display: none;
}
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearit {
	display: block;
	clear: both;
}
#wrapper {
	width: 720px;
	background-color: #fff;
	margin: 0 auto;
	padding: 20px;
}
#header {
	margin: 0 0 30px;
}
#header img {
	width: 720px;
	height: auto;
}
#header p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
}
p.version {
	margin: 0;
	float: left;
}
p.online {
	font-weight: bold;
	float: right;
}
#content {
	padding: 0 20px;
}
.thePost {
	margin: 0 0 10px;
}
#outerSidebar {
	float: right;
	clear: right;
	width: 31%;
	background-color: #fff;
	padding: 0 0 20px 20px;
}
#theSidebar {
	border-left: 1px solid #000;
	padding: 0 0 0 20px;
}
.printSidebar h2 {
	border-bottom: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.theFirstPost {
	border: 1px solid #666666;
	padding: 10px;
}
.theFirstPost h2 {
	border-bottom: none;
}
.firstPostOuter {
	float: right;
	width: 50%;
	height: auto;
	background-color: #fff;
	padding: 0 0 10px 20px;
	margin: 0;
}
h1 {
	font-size: 28px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	margin: 0 0 5px;
	font-weight: normal;
	border-bottom: 1px solid #999;
	padding: 0 0 5px;
}
h3 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
}
p {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 5px;
	padding: 0 10px;
}
.thePost ul li, li {
	font-size: 14px;
	line-height: 18px;
}
.thePost ul, ul {
	list-style: disc;
	margin: 0 0 0 30px;
}
.thePost .alignright {
	float: right;
	margin: 0 0 5px 10px;
}
a {
	text-decoration: none;
	color: #000;
}
span {
	text-decoration: none !important;
}
#getdates #date1 {
	margin: 5px 0 0 10px;
}
.thePost img {
	display: none;
	width: 100px;
	height: auto;
	float: right;
	margin: 0 0 5px 10px;
}
