#container {
	position: relative;
	top: -8px;
	width: 775px;
	margin: auto auto;
	background-color: transparent;
}

#header {
	height: 74px;
	z-index: 2;
	color: #000;
	padding: 5px 15px 0px 0px;
	text-align: right;
	border: 2px solid #3a3a3a;
	border-width: 0 2px 2px 2px;

	background-color: #7a7a7a;
	background-repeat: no-repeat;

/*	background-image: url(/images/clock-bg.png);*/
}

#content {
	border: 0px solid #000;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: large;
	color: #000;
	padding: 3px .2px;

	background-color: #3b6ea5;
	border: 2px solid #3a3a3a;
}

#contenthead {
	color: #000;
	border: 0px solid #aaa;
	font-size: .8em;
	text-align: right;
	font-weight: bold;
	padding-right: 2em;
	background-color: #3b6ea5;
}

#copynotice {
	height: 20px;
	color: #000;
	border: 0px solid #aaa;
	text-align: center;
	font-size: x-small;
	
	background-color: #3b6ea5;
	background-repeat: no-repeat;
}

#sidebar {
	z-index: 1;
	border: 2px solid #3a3a3a;
	border-width: 0 2px;
	padding: .35em 0 .30em 0;/*.75em 0;*/

	color: #000;
	letter-spacing: 2px;

	background-color: #f7952b;
}

#navbox {
	background-color: transparent;
	background: none;
	border: solid 0px #fff;
	color: #000;
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#navbox li {
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
	border: 0px solid #f00;
}

#navbox li a {
	padding: 6px 6px 4px 10px;
	margin: 0;
	background: none;
	color: #3a3a3a;

	border: 0px solid #000;
	font-weight: bold;
}
#navbox li a:active
{
	background-color: transparent;
	color: #fff;
}

#navbox li a:hover {
	background-color: #bb5900;
	color: #e8e8e8;
	border: 0px solid #000;
}

#navbox li a.curpage {
	background-color: #bb5900;
	border: 0px solid #eee;
}

.delTagSep, .delTag {
	display: none;
	font-size: .8em;
}

.linkdesc {
	font-size: .8em;
}

body {
	color: #000;
	background-color: #e8e8e8;
	background-image: url(../images/small-stripes-grey.png);
	font-family: Helvetica, Arial, sans-serif;
}

a, a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #d1d1d1;
	background: none;
}
a:hover { text-decoration: underline; }
ul.social {
	text-align: left;
	list-style: none;
}
ul.social li ul li {
	list-style: none;
	font-size: .8em;
}
ul.social li ul li:before { content: "- "; }

.tiny { font-size: .75em; }

hr.postdiv {
	width: 60%;
	border: 1px solid #3a3a3a;
	border-width: 1px 0 0 0;
}

p {
	text-align: left;
	width: 70%;
	margin: 1em auto;
}

.post { }

.post span {
	font-weight: bolder;
}

quote:before, quote:after { content: '"'; }
