

#preview {
	position: absolute;
	border: 1px solid #ccc;
	background: #333;
	padding: 5px;
	display: none;
	color: #fff;
}

.image-list ul,
.image-list li {
	margin: 0;
	padding: 0;
}
.image-list li {
	list-style: none;
	float:left;
	display:inline;
	//margin-right:10px;
}
.image-list img { border: none; }

#object-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
#object-list li {
	margin: 0 0 2em;
}

#object-list li table tbody tr td p {
	line-height: 1.5;
	margin: .5em 0 0;
}

#object-list li table tbody tr td p a {
	font-style: oblique;
	color: #707801;
}

#object-list li li {
	margin-left: 5%;
}
#object-list li h2 {
	font-size: 1.2em;
	line-height: 1;
	margin: 0 0 .2em;
}
#object-list li p.post-date {
	margin: 0;
	font-size: .80em;
	color: #58564f;
}
#object-list li p.tags  a {
	color: #58564f;
}
#object-list li p.tags {
	margin: 0;
	font-size: .87em;
	line-height: 1;
	color: #58564f;
}

#object-list li p.comments a {
	color: #707801;
	font-size: .87em;
}
#object-list li p.comments {
	margin: 0;
	font-size: .87em;
	line-height: 1;
	color: #58564f;
}

#object-list li p.summary a.readon {
	font-style: oblique;
	font-size: .75em;
	color: #707801;
}

#object-list li p.summary {
	/* font-size: .9em; */
	line-height: 1.5;
	margin: .5em 0 0;
}


#listing-with-sidebar #listing { width: 565px; }


.sidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 175px;
}

.sidebar h2 {
	font-size: 1em;
	line-height: 1;
	text-align: center;
}

li.tagmatch { 
	background: url("http://s3.turnerscraft.com/media/img/mad/sosimple_trans.gif") left center no-repeat; 
}

.sidebar ol, 
.sidebar ul,
.col2 ol.tags,
.col2 ol.dates {
	margin: 0 0 2em;
	padding: 0;
	list-style: none;
	width: 60%;
	/*border-top: 1px dashed #838383; */
}

.sidebar ol li, 
.sidebar ul li, 
.col2  ol.tags  li,
.col2  ol.dates li {
	margin: 0;
	padding: .5em 0 .5em 1em;
	font-size: .82em;
	line-height: 1.5;
	border-top: 1px dashed #838383;
}

.col2 ol li.last { border-bottom: 1px dashed #838383; }


/* Albums  with picts
*******************************/
#object-list.albums li {
	clear: both;
	margin-bottom: 20px;
	min-height: 165px; 
	background: white url("http://s3.turnerscraft.com/media/img/webicons/break.gif") no-repeat fixed 50% 150px;
	/*
	background: white url("/media/img/webicons/break.gif") no-repeat fixed 50% 150px; 
	background: white url("/media/img/webicons/break.gif") no-repeat fixed bottom center;
	*/
}
#object-list.albums li h2, #object-list.albums li p.summary, #object-list.albums li p {
	margin-left: 165px;
}
#object-list.albums li img {
	float: left;
	margin-left: 0;
	border: 1px solid #ccc;
}

/* Links with picts
*******************************/
#object-list.links li {
	clear: both;
	margin-bottom: 20px;
	min-height: 125px; 
	background: url("http://s3.turnerscraft.com/media/img/webicons/break.gif") no-repeat 50% 75px;
	/*
	background: url("/media/img/webicons/break.gif") no-repeat 50% 75px;
	background: white url("/media/img/webicons/break.gif") no-repeat fixed bottom center; 
	*/
}
#object-list.links li h2, #object-list.links li p.summary {
	margin-left: 150px;
}
#object-list.links li img {
	float: left;
	margin-left: 0;
	border: 1px solid #ccc;
}

.separator {
	width: 33px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 14px;
	background: #f6f6f6 url("http://s3.turnerscraft.com/media/img/webicons/break.gif") no-repeat;
	/*
	background: #f6f6f6 url("/media/img/webicons/break.gif") no-repeat;
	background: #f6f6f6 url("/media/img/webicons/break.png") no-repeat; 
	*/
}
.date {
	color: #c2c2c2;
	font-weight: bold;
	float: right;
	padding: 0.25em 1em;
	text-align: right;
}
/* ***
.date1 { display: block; font-size: 1.0em; }
.date2 { display: block; font-size: 0.9em; }
.date3 { display: block; font-size: 0.9em;}
*** */

