/*
 * global & top-level elements
 */
body {
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 76%;
	background: #6a0000 url(images/bg.png) top center repeat-y;
	color: #ffffff;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #ffff00;
}

a:hover {
	color: #ffffff;
}

hr {
	border: 0;
	height: 0px;
	border-bottom: 1px solid #ffffff;
}

table.calendar td {
	width: 25px;
	padding: 2px 0px;
	text-align: center;
}

hr.small {
	width: 50%;
	margin: 0 auto;
}

.dotted {
	border-bottom: 1px dotted #ffffff;
}


#wrap {
	background: #870000;
	color: #FFFFFF;
	margin: 0 auto;
	width: 750px;
}

/* 
 * header (that black bar + cool cyan stripe + menu). Also footer, which
 * is styled right like header
 */
#header {
	background: #000000 url(images/shell.png) top right no-repeat;
	color: #ffffff;
	height: 71px;
}

#header img {
	border: 0;
	margin: 0;
}

#header img.glider {
	border: 0;
	margin: 6px;
	float: left;
}

#header img.title {
	border: 0;
	margin: 20px 0px 0px 15px;
}

#stripe {
	background: #000000 url(images/stripe.png) top left repeat-x;
	height: 7px;
}

#menu {
	background: #000000;
	color: #ffffff;
	padding: 5px 10px;
	clear: both;
	text-align: right;
	font-weight: bold;
}

#menu a {
	color: #ffffff;
	border: 5px solid #000000;
	text-decoration: none;
}

#menu a:hover {
	background: #404040;
	border: 5px solid #404040;
/*	text-decoration: underline;*/
}

#footer {
	background: #000000;
	color: #ffffff;
	padding: 5px 10px;
	clear: both;
	font-size: 80%;
	font-weight: bold;
/*	text-align: center;*/
}

/*
 * content area elements
 */
#text {
	background: #870000;
	color: #ffffff;
	padding: 10px;
}

#text h1 {
	text-align: left;
	font-size: 200%;
	margin: 15px 0px 0px 20px;
	clear: both;
}

#text h2 {
	text-align: left;
	font-size: 150%;
	margin: 15px 0px 0px 0px;
	clear: both;
}

#text hr {
	margin: 0px;
}

#text pre {
	font-size: 130%;
	font-weight: bold;
	font-family: monospace;
	background: #760000;
	padding: 5px;
}

#text div.limage {
	margin: 5px 5px 5px 0px;
	float: left;
	clear: left;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}

#text div.rimage {
	margin: 5px 0px 5px 5px;
	float: right;
/*	clear: right;*/
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}

#text div.cimage {
	margin: 5px auto;
	clear: none;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}

#text table.image {
	margin: 5px auto;
	clear: none;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}

#text img {
	border: 0px;
}

#text .path {
	font-size: 80%;
	font-weight: bold;
}

#text .blogcomments {
	font-size: 80%;
	font-weight: bold;
}

#text .underheaderdate {
	font-size: 80%;
	font-weight: bold;
	text-align: right;
}

#text table.numeric td {
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
}

#text tr.header td, #text td.header {
	font-weight: bold;
	background: #760000;
}

/*
 * sidebar
 */
#sidebar {
	background: #870000;
	border-left: 1px dotted white;
	padding-left: 10px;
	margin: 10px;
	float: right;
	font-size: 90%;
	overflow: hidden;
	width: 200px;
}

#sidebar a {
	text-decoration: underline;
	font-weight: normal;
}

#sidebar p, #sidebar h3, #sidebar ul, #sidebar li {
	margin: 0px;
	padding: 0px;
}

#sidebar h3 {
	font-size: 120%;
	margin: 15px 0px 5px 0px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-position: none;
	margin-left: 5px;
}

#sidebar ul li:before {
	content: "\00BB\00A0";	/* Warn: charset must be UTF8 */
}
