@charset "utf-8";

html {
	background: #fff url(../images/bg.gif) repeat-x top center;
}

body {
	font: 14px "Courier New", Courier, monospace;
	background: #fff url(../images/bodybg.gif) repeat-x top center;
	margin: 0 auto;
	width: 750px;
	position: relative;
	padding-top: 200px;
}

#header {
	background: transparent url(../images/headerbg.gif) no-repeat top left;
	height: 175px;
	position: absolute;
	width: 750px;
	top: 0;
	left: 0;
}

h1 {
	position: absolute;
	font-size: 16px;
	color: #fff;
	top:75px;
	left: 225px;
	margin: 6px 0;
}

h2 {
	position: absolute;
	font-size: 11px;
	top: 75px;
	margin: 10px 0;
	color: #fff;
	right: 5px;
	font-weight: normal;
}

h3 {
	font-size: 200%;
	margin-bottom: 10px;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: none;
}

.post {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;
}

p.date {
	background: transparent url(../images/timebg.gif) no-repeat top left;
	font-weight: bold;
	font-style: italic;
	padding: 4px 0 0 4px;
	height: 45px;
	color: #000;
	font-size: 80%;
	margin-bottom: 10px;
}

p.managepost {
	font-size: 80%;
	margin-top: -32px;
	text-align: right;
	font-weight: bold;
}

p.managepost a {
	margin-right: 10px;
}

fieldset {
	border: none;
}

legend {
	font-size: 150%;
	font-weight: bold;
}

fieldset p {
	clear: both;
	width: 420px;
}

.formactions {
	padding-top: 10px;
	text-align: right;
}

.formactions input {
	width: auto;
	margin-right: 26px;
	float: none;
	height: auto;
	border: 3px double #000;
	background: #ddd;
	color: #000;
	font-family: "Courier New", Courier, mono;
}

label {
	width: 180px;
	display: block;
	text-align: right;
	float: left;
	margin-right: 10px;
}

input, textarea {
	border: 1px solid #000;
	font: 12px Arial, Helvetica, sans-serif;
	width: 200px;
	padding: 1px;
	float: left;
	margin-bottom: 10px;
	height: 15px;
}

textarea {
	height: auto;
}

.checkbox input {
	width: auto;
}

.invalid input {
	background: #ddd;
	font-style: italic;
}

#header #login {
	width: 440px;
	position: absolute;
	top: 8px;
	left: 195px;
	text-align: right;
}

#header #login a {
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 10px;
}

#header #login a:hover {
	text-decoration: underline;
}

#header #login fieldset {
	border: none;
	float: left;
	margin: 0;
	padding: 0;
}

#header #login legend {
	display: none;
}

#header #login p {
	margin: 0;
	padding: 0;
}

#header #login fieldset p, #header #login .whoami {
	float: left;
	margin: 0;
	padding: 0;
	clear: none;
	width: auto;
	text-transform: lowercase;
	color: #fff;
	font-size: 12px;
}

#header #login label {
	font-size: 10px;
	width: auto;
	line-height: 18px;
}

#header #login input {
	color: #000;
	width: 90px;
	margin-right: 8px;
	border: none;
	float: none;
	margin-bottom: 0;
}

#header #login .formactions input {
	background: #000 url(../images/loginsubmit.gif) no-repeat top left;
	border: none;
	height: 0;
	padding-top: 19px;
	overflow: hidden;
	width: 19px;
	cursor: pointer;
	float: none;
}

#header ul {
	list-style-type: none;
}

#nav {
	position: absolute;
	top: 120px;
	left: 225px;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	width: 108px;
}

#nav li ul {
	display: none;
	background: transparent url(../images/submenutop.gif) no-repeat top left;
	padding: 6px 0 0 6px;
}

#nav li a {
	display: block;
	width: 95px;
	padding: 3px 0 3px 5px;
	color: #000;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
}

#nav li a:hover, #nav li.hover a {
	color: #fff;
	background: #000;
	margin-right: 0;
}

#nav li li {
	float: none;
	background: #000;
	padding: 2px 0;
	width: 103px;
}

#nav li li a {
	color: #fff;
	width: 98px;
	margin-right: 0;
}

#nav li li a:hover {
	color: #000;
	background: #999;
}

#calendars, .forminfo, .miniform {
	float: left;
	margin-left: 20px;
	text-align: right;
	border-right: 1px solid #eee;
	padding-right: 15px;
}

#calendars table {
	border: none;
}

#calendars table, .forminfo, .miniform {
	width: 200px;
	margin-bottom: 20px;
	margin-left: 0;
}

#calendars thead th {
	text-align: right;
	background: transparent;
	font-size: 150%;
	color: #999;
	border-bottom: 1px solid #999;
}

#calendars thead td {
	font-weight: bold;
	background: transparent;
	font-style: italic;
	color: #999;
}

#calendars tbody td {
	text-align: center;
}

#calendars .highlight {
	background: #000;
	color: #fff;
	font-weight: bold;
}

#calendars tbody a {
	display: block;
	border: 1px solid #000;
}

#calendars .highlight a {
	color: #fff;
}

.miniform {
	width: 300px;
}

.miniform fieldset, .miniform fieldset p {
	width: 100%;
}

.miniform label {
	width: auto;
}

.miniform input {
	height: 19px;
	width: 50px;
}

.miniform .formactions input {
	width: auto;
	height: auto;
}

.miniform table {
	width: 90%;
}

.miniform table input {
	margin-bottom: 0;
}

table {
	border: 1px solid #999;
	width: 500px;
	border-collapse: collapse;
	margin-left: 15px;
}

thead td, thead th {
	background: #999;
	color: #fff;
	font-weight: bold;
}

td, th {
	text-align: left;
	vertical-align: top;
}

.alt td, .alt th {
	background: #eee;
}

#posts, .notice {
	margin-left: 255px;
}

.postbody {
	margin-bottom: 40px;
}

.postbody img {
    float: left;
    padding: 3px;
    border: 1px solid #000;
    margin: 0 10px 10px 0;
}

code {
	white-space: pre;
	display: block;
	border: 1px solid #bbb;
	background: #eee;
	padding: 10px;
	margin: 10px;
	font-size: 80%;
}

.comments {
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	padding: 0;
	margin: 0;
	margin-left: 34px;
}

.comments li {
	margin-bottom: 40px;
	position: relative;
}

.comments li * {
	font-weight: normal;
	font-style: normal;
}

.comments h5 {
	background: transparent url(../images/commenth5.gif) no-repeat top left;
	padding: 5px 0 13px 5px;
	margin: 0;
	font-weight: bold;
	height: 17px;
	font-size: 66%;
}

.comments .date {
	background: transparent url(../images/commentdate.gif) no-repeat top left;
	margin: 0;
	font-size: 55%;
	font-style: italic;
	font-weight: bold;
	padding-left: 40px;
}

.comment_body {
	margin-left: 40px;
	font-size: 66%;
}

.comments .delete {
	font-size: 50%;
	font-weight: bold;
	position: absolute;
	top: 7px;
	right: 40px;
	height: 17px;
}

.formerror {
	display: block;
	width: 20px;
	height: 0;
	padding-top: 19px;
	overflow: hidden;
	background: #000 url(../images/tooltipinfo.gif) no-repeat top left;
	float: left;
}

#leavecomment label {
	display: none;
}

#leavecomment p {
	width: 100%;
}

#leavecomment .formactions input {
	margin: 0;
}

#leavecomment textarea {
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	width: 100%;
}

#tooltipdiv.right {
	padding-left: 15px;
	padding-top: 19px;
	background: transparent url(../images/tooltiphoverr.gif) no-repeat top left;
	margin-top: -19px;
}

#tooltipdiv.left {
	padding-right: 5px;
	padding-top: 19px;
	background: transparent url(../images/tooltiphoverl.gif) no-repeat top right;
	margin-top: -19px;
	margin-left: -6px;
}

#tooltipdiv.top {
	background: none;
}

#tooltipdiv h4 {
	margin: 0 10px 0 0;
	background: #000;
	color: #fff;
	padding: 0 2px;
	width: 196px;
	height: 20px;
	overflow: hidden;
	font-size: 100%;
}

#tooltipdiv div {
	margin: 0;
	font-size: 80%;
	padding: 8px 0 0 10px;
	background: transparent url(../images/tooltipp.gif) no-repeat top left;
}

#tooltipdiv p {
	background: #000;
	padding: 2px;
	width: 196px;
	margin: 0;
	color: #fff;
}