/*
 *  fractalartcontests.com/2006 Style Sheet
 *  Copyright © 2006-2007 Damien M. Jones
 *  May 30, 2007
 */

/* alternate layout (large content) */


#entrylistflowed {
	margin: 0px;
	padding: 0px;
	}
#entrylistflowed .entry {
	list-style-type: none;
	display: inline;
	line-height: 215px;
	vertical-align: text-bottom;
	}
#entrylistflowed .entry table {
	margin: 0px 10px 10px 0px;
	display: inline;
	vertical-align: bottom;
	}
#entrylistflowed .entry td {
	display: block;
	height: 195px;
	margin: 0px;
	padding: 5px;
	background: url(diagonal-stripes-grey.gif);
	text-align: center;
	vertical-align: top;
	}
#entrylistflowed .entry .imagelink a:link, #entrylistflowed .entry .imagelink a:visited, #entrylistflowed .entry .imagelink a:hover, #entrylistflowed .entry .imagelink a:active {
	border: none;
	text-decoration: none;
	background: none;
	}
#entrylistflowed .entry .imagelink a img {
	display: block;
	}
#entrylistflowed .entry .imagelink a:link img, #entrylistflowed .entry .imagelink a:visited img {
	border: 2px solid white;
	}
#entrylistflowed .entry .imagelink a:hover img, #entrylistflowed .entry .imagelink a:active img {
	border: 2px solid black;
	}
#entrylistflowed .entry .imagetitle {
	display: block;
	font-weight: bold;
	}
#entrylistflowed .entry .imagestatus {
	display: block;
	font-size: 12px;
	line-height: 16px;
	}
#entrylistflowed .entry .imagestatuslinks a img {
	margin: 0px;
	padding: 3px 1px;
	border: none;
	}
#entrylistflowed .entry .imagestatuslinks a:link, #entrylistflowed .entry .imagestatuslinks a:visited,
#entrylistflowed .entry .imagestatuslinks a:hover, #entrylistflowed .entry .imagestatuslinks a:active {
	border: none;
	text-decoration: none;
	}

#returnlinks {
	width: 145px;
	height: 160px;
	position: absolute;
	left: -180px;
	top: 150px;
	text-align: left;
	padding-bottom: 10px;
	}
#returnlinks li {
	font-size: 13px;
	line-height: 19px;
	}
.current {
	font-weight: bold;
	}
.imagetitle {
	font-weight: bold;
	}

#detailwrapper {
	position: relative;
	}
#detail {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	border: 2px solid white;
	}
#detailoverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 2px;
	}