body {
	text-align: center;
	background-color: #ffffff;
	background: url("images/background.gif") top repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
body, p, div, span, table, tr, td {
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 11px;
}
div#page {
	width: 710px;
	/* Width is 672 plus the width of red_spacer.gif */
}
div#left {
	float: left;
	width: 269px;
}
div#right {
	float: left;
	border: 1px solid #c7c7c7;
	margin-top: 30px;
	width: 375px;
	text-align: left;
}


/* INDIVIDUAL ENTRY */

.date {
	background: #bbb;
	color: #fff;
	font-weight: bold;
	text-align: right;
	padding: 3px;
}
.post {
	padding: 15px 15px 10px 15px;
	text-align: left;
}
h1 {
	padding: 0;
	margin: 0;
	font-size: 13px;
	color: #663333;
	border-bottom: 1px solid #ccc;
}
.entry {
	line-height: 140%;
}
.entry p+p {
	text-indent: .5em;
}
p {
	margin-top: 9px;
	margin-bottom: 0px;
}

/* Left side */

div#left a {
	color: #6666cc;
}
.editbar a { 
	text-decoration: none;
	display: block;
	text-align: right;
	background-color: #eee;
	padding: 2px 9px 1px 6px;
	margin-top: 8px;
	color: #777;
	font-size: 10px;
}
.editbar a:hover {
	background-color: #e9e9e9;
	color: #000;
}
div.clickshowpic {
	width: 120px; 
	border: 1px solid #555533; 
	background: #ffffdd;
	margin-top: -80px;
	margin-left: 80px;
	position: absolute;
	padding: 4px;
	z-index: 2;
}
img.linker {
	width: 100px;
}
div.new {
	padding: 3px 5px 3px 5px;
	position: absolute;
	border: 1px solid #aaaa88;
	background: #ffff11;
	margin-top: -18px; 
	z-index: 1;
}




/* COOL LIGHTBOX STUFF */

#lightbox{
	background-color:#fff;
	padding: 1px;
	border: 1px solid #555;
}
#lightbox img {
	border: 5px solid #ddd;
}

#overlay{ background-image: url(images/overlay.png); }

* html #overlay {
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
