﻿
body
{
	background-color: #000033;
	color: #ddeeff;
	font-family: Trebuchet MS;
	font-size: 0.9em;
	background-position: top left;
	background-image: url("top-gradient.png");
	background-repeat: no repeat; 
	background-attachment: fixed;
	margin: 0px;
}

#title_bar
{
	background-image: url("top-title.png");
	background-position: top center;
	background-repeat: no-repeat;
	height: 200px;
}


#content_column_wrapper
{
	float: right;
	width: 100%;
}

#content_column
{
	/* Overkill: this should be the right column's size in pixels */
	margin-left: 300px;
}

#footer
{
	font-style: italic;
	margin: auto;
	clear:both;
	padding:4px;
	text-align: center;
}

#sidebar_column
{
	float: right;
	/* Overkill: this should be the right column's size in pixels */
	width: 300px;
	/* Overkill: this should be the negative of the right column's size in pixels */
	margin-right: -300px;
}

.box_header
{
	background-color: #004499;
	border: 1px solid #6699cc;
	color: #FFFFAA;
	padding: 4px;
	text-align: center;
	width: 80%;
	font-weight: bold;
	font-size: 1.3em;
	margin: auto;
}

.box_content_odd
{
	background-color: #000066;
	border: 1px solid #6699cc;
	color: #ddeeff;
	padding: 4px;
	width: 80%;
	margin: auto;
}

.box_content
{
	background-color: #000066;
	border: 1px solid #6699cc;
	color: #ddeeff;
	padding: 4px;
	width: 80%;
	margin: auto;
}

.box_content_even
{
	background-color: #002288;
	border: 1px solid #6699cc;
	color: #ddeeff;
	padding: 4px;
	width: 80%;
	margin: auto;
}

.post_time
{
	font-style: italic;
	font-size: 0.7em;
	color: #ffffcc;
}

.post_heading
{
	font-weight: bold;
	color: #ffffdd;
}

a
{
	color: #aaffff;
	text-decoration: none;
}

a:hover
{
	color: #ffffaa;
	text-decoration: underline overline;
}