/* Hidden */
#header, #sidebar, #footer, #siteNav, #search, #mainNav, #extra, #add-comments {
	display: none;
}
/* General */
body {
	background: #ffffff;
	color: #000000;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
}
a {
	color: #000000;
	text-decoration: underline;
}
p {
	font-size: 0.75em;
	line-height: 1.50em;
	margin: 0 0 6px 0;
}
blockquote {
        background: transparent url(../images/quote.png) no-repeat scroll;
	font-style: italic;
        margin: 6px 0;
	padding: 6px 12px 6px 30px;
}
label {
	color: #000000;
	display: block;
	font-size: 0.75em;
	font-weight: bold;
}
input {
	height: 16px;
}
input.button {
	height: 24px;
}
input.radio, input.check {
	border: none;
}
.clear {
	clear:both;
}
/* Layout */
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: auto;
}
#banner {
	width: auto;
	margin:0 0 10px 0px;
}
#container {
	width: auto;
	border-top: solid 3px #5d646a;
}
/* Posts */
#postInfo {
	border-bottom: solid 1px #c0c8ce;
	width: 100%;
	height: 48px;
}
.date {
	float: left;
	padding: 12px;
	height: 24px;
	width: 144px;
}
.date ul li {
	float: left;
	display: block;
	height: 20px;
	width: 24px;
	text-align: center;
	padding-top: 4px;
	border: solid 1px #c0c8ce;
	margin-right: 1px;
	color: #c0c8ce;
}
.byline {
	width: 492px;
	padding: 12px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#appendix h3 {
	border-top: solid 3px #5E6A71;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: .75em;
	padding: 6px 12px;
	margin: 0px 0 0 0;
	clear: both;
}
.categories-block {
	margin:0;
	padding:12px;
}
.categories-block p {
	margin:0 0 0 168px;
	padding: 0px;
}
.comments-block {
	border-top:1px solid #CCCCCC;
	margin:0;
	padding:12px;
}
.comments-date {
	float: left;
	padding: 0px;
	height: 24px;
	width: 156px;
}
.comments-date ul li {
	float: left;
	display: block;
	height: 20px;
	width: 24px;
	text-align: center;
	padding-top: 4px;
	margin-right: 1px;
	background-color: #ffffff;
	border: solid 1px #c0c8ce;
	color: #c0c8ce;
}
.comments-block span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.comments-block p {
	margin:0 0 0 168px;
	padding: 0px;
}
#contactus label {
        font-size: 1em;
}
#contactus button {
        clear: both;
}
#contactus label.error {
        margin: 3px 0 12px 168px;
        color: #790d00;
        font-weight: normal;
        width: 480px;
}
#content #contactus ul {
   list-style-type: none;
	list-style-position: outside;
}
#content #contactus ul li {
margin-left: 0;
}
/* Content */
.result {
	clear: both;
}
#breadcrumb {
	padding: 12px;
	background-color: #DFDFE1;
	font-size: .75em;
	font-style: italic;
}
#container h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
        line-height: 1.25em;
	margin: -1px 0 0 0;
	padding: 6px 12px;
	border-top: solid 1px #5e6a71;
	border-bottom: solid 1px #c0c8ce;
}
#container h2 a {
	text-decoration: none;
}
#content h3, .excerpt h3 {
	font-size: 1.05em;
	font-weight: normal;
	margin: 18px 0 6px 0;
        clear: both;
}
#content h4 {
	font-size: 0.85em;
	text-transform: uppercase;
        margin: 12px 0 6px 0;
}
#content h5 {
	font-size: 0.75em;
}
#content h6 {
	font-size: 0.75em;
	font-style: italic;
	font-weight: normal;
}
#content ul {
	list-style-type: disc;
	list-style-position: outside;
}
#content ul, #content ol {
	font-size: 0.75em;
}
#content ul li {
	margin: 0 0 1em 1em;
	line-height: 1.5em;
}
#content .noBG li {
	background: none;
	padding: 0 0 18px 10px;
}
#content ol li {
	list-style-type: decimal;
	margin: 0 0 0 20px;
	padding: 0 0 18px 10px;
}
#content table {
	width: 75%;
	border-top: solid 1px #000000;
	margin: 12px 0;
	font-size: .75em;
	line-height: 1.5em;
}
#content table ul {
        font-size: 1em;
	margin: 0 0 -1em 0;
}
#content table p {
        font-size: 1em;
}
#content th, #content td {
	color: #000000;
	border-bottom: solid 1px #000000;
	padding: 12px;
}
#content th, #content th p {
	font-weight: bold;
}
#content td {
        vertical-align: top;
}
#content td span {
	border-bottom: solid 1px #000000;
	color: #868F95;
	display: block;
}
.equation {
        font-family: Courier;
        font-size: 1em;
        margin: 12px 48px;
}
.caption {
        font-style: italic;
        font-size: .75em;
}
/* Images */
.alignleft, .alignleft-border {
        width: auto;
	float: left;
	margin: 0 12px 12px 0;
        clear: left;
}
.alignright, .alignright-border {
        width: auto;
        float: right;
        margin: 0 0 12px 12px;
}
.alignleft-border, .alignright-border {
        border: solid 1px #c0c8ce;
}
/* Footer */
#colophon {
	clear: both;
	border-top: solid 1px #5E6A71;
	padding: 12px 0;
}
#copyright {
        width: auto;
}

