body,
html {
	margin:0;
	padding:0;
}
body {
	background-color: #507ea1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	min-width:30em;
}

/* main links */
a:link, a:active, a:visited {
	color: #00F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.small {
	font-size: 0.9em;
}

.smaller {
	font-size: 0.8em;
}

th, td {
	font-size: 0.8em;
	vertical-align: top;
}

input, textarea, select, file {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
input, textarea {
	padding: 3px;
}

/* top navigation bar */
#topouter {
	background-color: #507ea1;
	border-bottom: 3px solid #000;
	padding: 0.25em 0;
}
#top {
	width: 55em;
	margin: 0 auto;
}

#title {
	font-weight: bold;
	font-size: 2em;
	color: white;
	padding: 0.4em 0.5em 0.25em 0.1em;
}

#title a {
	color: white;
}

#title span.beta {
	font-size: 0.75em;
	font-weight: normal;
	color: #ccc;
}

div#adminlinks {
	float: right;
	text-align: center;
	margin: 0.75em;
}
div#adminlinks a,
div#adminlinks a:link,
div#adminlinks a:visited {
	color: white;
	font-size: 0.9em;
}
div#adminlinks a:hover {
	color: yellow;
}

div#workingimg {
	float: right;
	visibility: hidden;
	margin: 0.75em 0 0.75em 0.75em;
}
div#loginbox {
	display: none;
	position: absolute;
	top: 6em;
	left: 50%;
	margin-left: -12em;
	width: 24em;
	background-color: #fff;
	border: 2px solid blue;
}
div#loginbox div.title {
	background-color: blue;
	font-weight: bold;
	color: white;
	padding: 0.25em;
}
div#loginbox div.content {
	padding: 1em;
}
div#loginbox div.content div.rows {
	margin-bottom: 1em;
}
div#loginbox div.content div.rows input {
	width: 10em;
	padding: 1px 3px;
}
div#loginbox div.content div.buttons {
	text-align: center;
}
div#loginbox div.content div.buttons input {
	margin: 0 0.5em;
}
div#navouter {
	padding:0 5px 5px 5px;
	background-color: #eee;
}
div#nav {
	margin:0 auto;
	width: 55em;
	padding: 0.25em 0.25em 0.1em 0.25em;
}

#mainouter {
	background-color: #fff;
	margin:0 auto;
	width:55em;
}

div#main {
	background-color: #fff;
	color: #507ea1;
	padding: 1.5em;
	text-align: left;
}

div#main {
	float:left;
	width:40em;
	padding: 0.5em;
}
div#main div#newentrybox {
	margin: 0 0 0.5em 0;
	padding: 1em;
	border: 1px dotted #999;
	background-color: #eee;
}
div#main div#newentrybox h2 {
	text-align: center;
}
div#main div#newentrybox h2.nomargin {
	margin: 0;
}
div.errmsg {
	color: red;
	margin: 1em;
}
div#sidebar {
	float:right;
	width:13em;
	padding: 0.5em 0  1em 0.5em;
	border-left: 1px dotted #ddd;
	text-align: left;
}
div#sidebar ul {
	margin-bottom:0;
}
div#sidebar p {
	margin-top: 0.25em;
}
input, textarea, select {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
input, textarea {
	padding: 3px;
}
div.entries {
}
div.entries ul {
	margin-top: 1em;
}
div.entries div.entry {
	margin-bottom: 1em;
	margin-left: 1em;
}
div.entries div.entry div.date {
	font-weight: bold;
	margin-bottom: 0.2em;
}
div.entries div.entry div.text {
	margin-left: 1em;
	padding: 0.25em;
	margin-top: 0.25em;
}
div.entries div.entry div.private {
	background-color: #F3F4FF;
}
div.entries div.entry div.text span.links {
	font-size: 0.8em;
	padding-right: 0.75em;
}
div.entries div.entry span.time {
	font-weight: bold;
}
div.entries div.entry div.updatedat {
	color: #ccc;
	font-size: xx-small;
	font-weight: normal;
	float: right;
}

/* footer */
#bot {
	font-size: 11px;
	background-color: #507ea1;
	color: #FFF;
	text-align: center;
	border-top: 3px solid #000;
	padding: 0.8em 1.5em;
	clear: both;
}
#bot a {
	color: #FFF;
	text-decoration: underline;
	padding: 1px 0;
}
#bot a:hover {
	background-color: #FFF;
	color: #3193DD;
}

/* Styles */
body, p, h1, h2, h3, h4, h5, h6, li, td, th, dd, dt, input, textarea {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: black;
	margin: 0;
}
p {
	margin-bottom: 1em;
}
body {
	background-color: #ffffff;
	color: #000000;
}
li,ul,ol {
	list-style-image: none;
}
h1, h2, h3, h4, h5, th
{
	font-weight: bold;
}
h1
{
	font-size: 16pt;
}
h2
{
	font-size: 13pt;
	margin-bottom: 0.5em;
}
h3
{
	font-family: Arial, sans-serif;
	font-size: 11pt;
	padding-left: 0.25em;
	margin-bottom: 0.5em;
}
h4
{
	font-size: 10pt;
	margin-bottom: 0.5em;
}
h5
{
	font-size: 9pt;
	margin-bottom: 0.5em;
}
h6
{
	color: #626262;
	font-size: 65%;
	font-weight: normal;
	margin-bottom: 0.5em;
}
dd
{
	margin-left: 20px;
}
pre
{
	background-color: #fbedbb;
	padding: 7pt;
	font: 9pt "Courier New", Courier, mono;
	white-space: pre;
	overflow:auto;
}
code
{
	color: #990000;
	font-family: "Courier New", Courier, mono;
}
a:link    { color: blue; text-decoration:none;      }
a:visited { color: blue; text-decoration:none;      }
a:active  { color: red; text-decoration:underline; 	}
a:hover   { color: blue; text-decoration:underline; }
.small { font-size: xx-small; }
.centered { text-align: center; }
.leftindent { margin-left: 1em; }
.topgap { margin-top: 0.5em; }
.bigtopgap { margin-top: 1em; }
.bigbottomgap { margin-bottom: 1em; }
.bigtoppad { padding-top: 1em; }
.bigbottompad { padding-bottom: 1em; }
.righted { text-align: right; }
.toprule { border-top: 1px solid #ddd; padding-top: 0.5em; }
.feedimg { float: right; cursor: pointer; margin-left: 0.5em;}
.light { color: #aaa; }

div.options {
}

div.options h3 {
	border-bottom: 1px dotted #bbb;
	margin-top: 0.75em;
}

div.options table {
	margin-left: 1.5em;
}

div.options table th,
div.options table td {
	padding: 3px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

div.options .note {
	font-size: xx-small;
	color: #999;
}
#blurbtextarea {
	width: 20em;
	height: 10em;
	padding: 0;
}
#formattingoptions,
#formattingoptions th,
#formattingoptions td,
#formattinglinkshow,
#formattinglinkhide {
	font-size: 0.8em;
}
#formattinglinkshow,
#formattinglinkhide {
	text-align: center;
}
#formattinglinkshow:hover,
#formattinglinkhide:hover {
	text-decoration: underline;
}
#formattinglinkhide,
#formattingoptions {
	display: none;
}
#formattinglinkhide {
	margin-bottom: 1em;
}
#formattingoptions {
	margin: 0 auto;
	width: 23.5em;
	padding: 1em 0.5em 0 0.5em;
	border: 1px dotted #999;
	background-color: #ccc;
}
#formattingoptions div.option {
	padding-bottom: 1em;
}
#formattingoptions div.option div.example {
	font-weight: bold;
	white-space: nowrap;
}
#formattingoptions div.option div.desc {
	padding-left: 0.5em;
	white-space: nowrap;
}

