/* all text scales from body font size */

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #666666;
	font-size: 10pt;
	font-family:Arial, Helvetica, sans-serif;
}

div {
	margin: 0;
	padding: 0;
}

p, li, td, th, dt, dd {
	font-size: 1em;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif
}

p, ul, ol, table {
	margin: 0.5em 0 0.5em 0;
}

h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #1862a8;
	margin: 0.5em 0 0 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	font-family: sans-serif;
}

a {
	color: #7aa818;
}

a:hover {
	color: #a81890;
}

a:visited {
	color: #a86b18;
}

b, strong, dt {
	color: #000000;
}

i, em {
	color: #000000;
	font-style: italic;
}

blockquote {
	padding: 0;
	margin: 0.5em 2em 0.5em 2em;
	font-style: italic;
	color: #1862a8;
}

blockquote:before {
	content: '"';
}

blockquote:after {
	content: '"';
}

code {
	display: block;
	padding: 0;
	margin: 0.5em 2em 0.5em 2em;
	font-family: monospace;
	white-space: pre;
	color: #000000;
}

table.formLayout tr th {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	color: #000000;
}

table.formLayout tr.spaced th, table.formLayout tr.spaced td {
	padding-top: 1em;
}

table.tabularData {
	border: 1px solid black;
	border-collapse: collapse;
}

table.tabularData tr {
	border: 1px solid black;
	margin: 0;
	padding: 0;
}

table.tabularData th {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #000000;
}

table.tabularData td, table.tabularData th {
	border: 1px solid black;
	padding: 0.5em;
	margin: 0;
}

.error {
	color: #ff0000;
	background-color: inherit;
}

.info {
	color: #00aa00;
	background-color: inherit;
}

.null {
	color: #cccccc;
	background-color: inherit;
	vertical-align: middle;
	text-align: center;
	font-style: italic;
}


/* header */

#header {
	font-size: 12pt;
	height: 120px;
	background-color: #a86b18;
	background-image: url(images/masthead.jpg);
	background-repeat: no-repeat;
	box-shadow:0px 0px 10px #000;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
}

#title {
	float: left;
	padding-top: 0.5em;
	padding-left: 2.5em;
}

#title h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 3.5em;
	color: #ffffff;
	text-shadow:1px 1px 1px #000
}

#title h1 a {
	color: #ffffff;
	text-decoration: none;
}

#title h2 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	color: #ffffff;
	font-weight:normal;
}

/* masthead navigation */

#topNav {
	float: right;
	text-align: right;
	padding-top: 2.5em;
	padding-right: 1em;
}

#topNav form {
	margin-top: 0.25em;
	
}
#topNav input {padding:2px;}
#topNav input:focus {box-shadow:0px 0px 10px #999;}
#topNav li {
	display: inline;
}

#topNav a {
	color: #fff;
}

#topNav a:hover {
	color: #7aa818;
}

/* side navigation */

#sideNav {
	float: right;
	margin: 20px 20px 50px 20px;
	background:#fffff1;
	box-shadow:1px 2px 10px #dedede;
	-moz-box-shadow:1px 2px 10px #dedede;
	-webkit-box-shadow:1px 2px 10px #dedede;
	padding:10px;
}

#sideNav ul {
	margin: 0.5em 0 0 0;
	padding: 0 0 0 1em;
}

/* footer */

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #a86b18;
	padding: 0.25em;
	box-shadow:0px 0px 10px #999;
	-moz-box-shadow:0px 0px 10px #999;
	-webkit-box-shadow:0px 0px 10px #999;
}

#footer .copyright {
	float: left;
	text-shadow:1px 0px 1px #000;
}

#footer .links {
	float: right;
}

#footer p, #footer a {
	color: #ffffff;
	margin: 0;
}

#footer a:hover {
	color: #7aa818;
}

/* body content */

#body {
	margin:10px 40px 50px 40px;
}

#body img {
	border: 0;
	margin: 0;
	margin-top: 0.5em;
	padding: 0;
}

/* article teaser */

div.articleTeaser p.date {
	padding: 0;
	margin: 1.5em 0 0 0;
	font-size: 0.7em;
	font-weight: bold;
	color: #000;
}

div.articleTeaser h2 {
	margin-top: 0;
}

div.articleTeaser img {
	float: right;
	margin: 1em;
}

div.articleTeaser p.subArticles, p.parentArticle, p.comments {
	font-size: 0.75em;
	color: #000000;
}

/* article content */
p.dateStamp {
	float: right;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}

/* comment */
div.comment p.date {
	padding: 0;
	margin: 1.5em 0 0 0;
	font-size: 0.7em;
	font-weight: bold;
	color: #000;
}

div.comment blockquote:before, div.comment blockquote:after {
	content: "";
}
div.comment blockquote {
	font-style: normal;
}

/* left, right and centering styles */

div.center {
	text-align: center;
}

.left {
	float: left;
	margin-right: 1em;
}

.right {
	float: right;
	margin-left: 1em;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
