/*********************************************************************
			Page-wide Styles
*********************************************************************/
html {
	height: 100%; /* footerStickAlt */
	margin: 0;
	padding: 0;
}

body {
	height: 100%;  /* footerStickAlt */
	margin: 0;
	padding: 0;
	background-image:url(/images/gray-ground.jpg);
	color:black;
	margin:0px;
	font-family:sans,Sans,Tahoma,Arial,Helvetica;
	font-size:small;
}

/* footerStickAlt */
.nonFooter {
	position: relative;
	min-height: 100%;
}

/* footerStickAlt */
* html .nonFooter {
	height: 100%;
}

/* footerStickAlt */
.footer
{
	position: relative;
	height: 25px;
	margin-top: -26px;
	border-top:1px inset #000066;
}

/* footerStickAlt */
* html .footer {
	margin-top: -26px;
}

.footerLeft {
	float:left;
	position: absolute;
	bottom: 3px;
	left: 10px;
	background-color:#000066;
}

.footerRight {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 3px 10px;
	height: 15px;
	overflow: hidden;
	background-color:#000066;
	font-size:xx-small;
}

img {
	border:none;
}

a:link {
	color:#000044;
}

a:visited {
	color:#000044;
}

a:hover {
	color:#000044;
}

.fake_link {
	color:blue;
	text-decoration:underline;
	cursor:pointer;
}

.content {
	padding:0;
	margin:0;
}


/*********************************************************************
			Header Styles
*********************************************************************/

.header {
	width:100%;
	text-align:center;
}

.title {
}

.links {
	padding-left:5px;
	padding-right:5px;
}

.title_link {
}

.title_link:visited {
}


/*********************************************************************
			Blog Archives
*********************************************************************/
.blog_archive_nav_bar {
	background-color:#000066;
	color:whitesmoke;

	margin:0px 30px 0px 30px;
}

.blog_archive_nav_table {
	text-align:center;
	width:100%;
}


/*********************************************************************
			Generic Item List
*********************************************************************/
.item_list {
	margin:0px 30px;
}

.item {
	background-color:whitesmoke;
	margin-top:30px;
	padding:1em;
	border-width:1px;
	border-color:#000066;
	border-style:solid;
}

.item_title {
	font-size:x-large;
	margin:0 0 0.2em 0;
	float:left;
}

.item_description {
	text-align:right;
	font-style:italic;
}

.item_body {
	clear:left;
}

.item_ps {
	border-width:1px;
	border-style:dotted none none none;
	font-size:smaller;
}

.item_admin {
	display:none;
}

.subitem_list {
	clear:left;
	padding:0 1em;
}

.subitem {
	padding:0.2em;
	margin-left:1em;
}

.subitem_title {
	float:left;
	font-weight:bold;
}

.subitem_title:after {
	content:": ";
}

.subitem_description {
}

.item_comment {
	background-color:whitesmoke;
	margin:0 30px;
	padding:0 1em;
}
