/*
	Default page values
*/
body { 
 background-color: black; 
 margin: 30px 40px 0px 40px;
 font-size: 12px; 
 font-family: Arial, sans-serif;
 color: #CCC;
}

blockquote {
	margin-left: 20px;
}
/*
	Links
*/
a:link { 
	text-decoration:none;
	color: #bb0000;
	font-weight: bold;
}

a:visited { 
	text-decoration:none;
	color: #bb0000;
	font-weight: bold; 
}

a:active { 
	text-decoration:none;
	color: #white;
	font-weight: bold;
}

a:hover { 
	text-decoration: none;
	color: white;
	font-weight: bold;
}

body {
	margin:10px;
	padding:0px;
}

#LeftColumn {
	position: absolute;
	left: 10px;
	top: 20px;
	width: 120px;
	background: transparent;
	border: none;
	text-align: right;
}

#CenterColumn {
	background: transparent;
	margin-left: 149px;
	margin-right: 229px;
	border: none;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 151px;
	margin-right: 231px;
		}
html>body #CenterColumn {
	margin-left: 151px;
	margin-right:231px;
}

#RightColumn {
	position: absolute;
	right: 10px;
	top: 40px;
	width: 150px;
	background: transparent;
	border: none;
	text-align: center;
}

#Title {
	background: transparent;
	margin-left: 129px;
	height: 100px;
	border: none;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 99px;
}

html>body #Title {
	height: 99px;
}

.menuitems {
 padding-top : 15px;
 padding-bottom : 15px;
 border-bottom : 1px dotted #999;
 color: #ccc;
}


.author {
 font-family: Arial, sans-serif;
 font-size:   11px;
 color:       #999999;
 font-weight: normal;
}

H1 {
	margin: 0px 0px 5px 0px;
	padding-bottom: 5px;
	font: 20px Arial, sans-serif;
	font-weight: bold;
	color: #999;
	border-bottom: 1px solid #555;
}

H2 {
	margin: 5px;
	padding-bottom: 5px;
	font: 16px Arial, sans-serif;
	font-weight: bold;
	color: white;
	border-bottom: 1px solid #555;
}

H3 {
 font-family: Arial, sans-serif;
 font-size:   14px;
 color:       white;
 font-weight: bold;
}

H4 {
 font-family: Arial, sans-serif;
 font-size:   12px;
 color:       white;
 margin-top: 2px;
 margin-bottom: 5px;
 font-weight: bold;
}
H5 {
 font-family: Arial, sans-serif;
 font-size:   11px;
 color:       white;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
}

input {
 font : bold 11px/12px Arial, sans-serif;
 border : 1px solid #999999;
 color : black;
 background-color : #eeeeee;
 margin-top: 2px;
 margin-bottom: 2px;
}

input.large {
 width: 200px;
}

input:focus {
 background-color : #ffffff;
}

input.button {
 color : white;
 background-color : #000000;
}

textarea {
 border: 1px solid #999999;
 margin-bottom: 10px;
 color: black;
 background-color: #eeeeee;
 font: 11px/16px Arial, sans-serif;
}

textarea:focus {
 background-color : #ffffff;
}

.weblog {
 padding-bottom: 12px;
 border-bottom:1px dotted #999999;
}

DIV#subject {
	font : 120% Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	color: white;
	background-color: transparent;
}

DIV#extended {
	font : 90% Arial, sans-serif;
	margin: 0px 0px 15px 0px;
	color: #999;
	background-color: transparent;
}

DIV#catfloat {
	float: right;
	background: transparent;
	color: white; 
	padding: 0px;
	margin: 0px 0px 5px 5px;
	position: relative;
}

DIV#navbar {
	background: transparent;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px;
	color: white;
}

DIV#credits {
	margin: 40px 0px 10px 0px;
	text-align: right;
	color: #AAA;
}

DIV#entry {
	border-bottom: 1px solid #CCC;
	padding: 10px 0px;
	min-height: 100px;
	margin: 0px;
	}

.rightheader {
	color: gray;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Serif;
}

DIV#announcement {
	background: #222;
	padding: 5px;
	margin: 0px 20px 20px 20px;
	color: #d00;
	font: 12px Arial, Serif;
	font-weight: 600;
}

P#announcement {
	padding: 5px 5px 5px 15px;
	margin: 0px;
	}