html { 
	padding: 0;
	margin: 0;
}

body {
	font-size: 95%;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	color: #ddd;
	background-color: #000;
	padding: 0;
	margin: 0;
	background-image: url(../images/slice_02.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 250px 0;
}
p, pre {
	margin: .5em 0 1em 0; 
	/*padding: 5px 20px 15px 20px; */
}
 
pre {font-family: Courier, Monaco, Monospace;}

hr {
	color: #555;
	background-color: #555;
	height: 2px;
}

li {list-style-type: square;}

.alignright {
	margin-top: 0; 
	text-align: right;
	font-size: 10px;
}

a { 
	color: #6A9FBB; /*#36c;*/
	background-color:transparent;
	text-decoration: none;
	
}

a:hover {
	color: #3c6;
	background-color:transparent;
}

.copyright {
	position: absolute;
	/*top: 560px;*/
	left: 10px;
	bottom: 10px;
	z-index: 7;
	
	width: 230px;
	font-size: 80%;
	/* 
	margin-left: 250px;
	padding-left: 10px;
	padding-bottom: 15px; */
}
.copyright a {
	color: #09c;
	background-color: #000;
	text-decoration: none; 
}
.copyright a:hover {
	color: #3c6;
	background-color: #000;
}


h1, h2, h3, h4 {margin: 0 0 .5em 0; padding: 0;}

h1 {
	font-size: 140%;
	/*padding: 5px 10px;
	margin: 0;*/
}

h2 {
	font-size: 130%;
	/*padding: 5px 15px;
	margin: 0;*/
}
h3 {font-size: 120%;}
h4 {font-size: 110%;}

/* navigation elements */
.navlinks {
	margin: 0;
	margin-left: 5px;
	padding: 0;
}
.navlinks li {
	list-style-type: none;
	line-height: 1.3em;
	font-weight: 800;
}
.navlinks li > ul {
	margin-left: 10px;
	padding: 0;
}


/* All the content boxes belong to the content class. */
#content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:90px 260px 0 260px;
	padding: 2em;
	background-image: url(../images/fade.png);
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	border: 5px solid #333;

	/* NOTE: border-radius would be nice if CSS3 was SUPPOTED! :(
	border-radius: 25px; */
	}

#left {
	position:absolute;
	width:250px;
	height: 710px;
	top:0;
	left:0;
	padding:10px;
	z-index:2;
	background-image: url(../images/slice_01.jpg);
	background-repeat: no-repeat;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:230px;
	}
body>#left {width:230px;}
		
#right{
	position:absolute;
	width:250px;
	top:0;
	right:0;
	padding:10px;
	z-index:1;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:230px;
	}
body>#right {width:230px;}

.buttonrow li {
	list-style-type: none;
	display: block;
	float: left;
	width: 100px;
	height: 50px;
}

.cleardiv {clear: both;}

.gensmall {font-size: .75em; border-top: 1px solid #333;}

.postdata {font-size: .75em; margin: .15em auto 1em 0; border-bottom: 1px solid #333;} 

.credit {color: #444; background-color: transparent; font-size: .75em;}

.credit a {color: #555; background-color: transparent;}

h1.posttitle a {color: #ddd;}
