/* Tag basics */

html {
	margin: 0 1in;
	padding: 0;
}

body {
	background-color: #ffffff;
	color: #000000;
	font-family: 	Georgia, Times, serif;
	font-size: 11pt;
}

p {
	font-size: 11pt;
	line-height: 16pt;
}

h1 {
	font-size: 18pt;
	line-height: 21pt;
}

h2 {
	font-size: 16pt;
	line-height: 19pt;
}

h3 {
	font-size: 14pt;
	line-height: 16pt;
}

h4 {
	font-size: 13pt;
	line-height: 15pt;
}

h1, h2, h3, h4 {
	margin-top: 3pt;
	margin-bottom: 6pt;
}

* html p {
	margin-top: 8pt;
	margin-bottom: 6pt;
}

a:link, a:visited {
	color: #336699;
	text-decoration: none;
}

a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

.posted a:link:after, .posted a:visited:after, .extended a:link:after, .extended a:visited:after {
	display: none;
}

#header a:link:after, #header a:visited:after {
	display: none;
}

/* Structure */

#header {
	width: 6.5in;	
}

#logobanner {
	float: none !important;
	margin-bottom: 10px;
}

#logo {
	width: 6.5in;
	height: auto;
	margin: 0;
	padding: 0;
	border-style: none;
}

#adbanner {
	display: none;
}

#jiwire {
	float: none !important;
	display: none;
}

#sitenav {
	display: none;
}

#contentleft {
	float: none !important;
	display: none;
}

#contentcenter
{
	width: 6.5in;
	float: none !important;
	display: inline;
	border: none;
	padding: 0;
	margin: 20pt 0 0;
}

#contentright {
	float: none !important;
	display: none;
}

#footer {
	display: none;
}

/* Class styles */

.date
{
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #999999;
	margin: 15pt 0 0;
	padding: 0;
	font-size: 10pt;
}

.prevnext {
	text-align: right;
	font-size: 9pt;
}

.blogbody
{
	line-height: 14pt;
	border-style: none;
	padding: 8px 0 0;
}

.posted {
	color: #333333;
	padding-bottom: 8pt;
	font-size: 9pt;
}

.authorbyline {
	text-transform: uppercase;
	line-height: 10pt;
	font-size: 10pt;
}

.extended {
	margin-bottom: 3pt;
}

.hline {
	border-bottom: 1px solid #999999;
}

.hlinesp {
	border-bottom: 1px solid #999999;
	margin-bottom: 6pt;
}

.comhed {
	margin-top: 18pt;
	border-bottom: 1px solid #999999;
	margin-bottom: 8pt;
}

.goog {
	display: none;
}

.spacer {
	height: 10pt;
}

.spaceafter {
	margin-bottom: 8pt;
}

.techstuff {
	font-size: 9pt;
}
