/*
 *  fractalartcontests.com/2006 Style Sheet
 *  Copyright © 2006 Damien M. Jones
 *  February 27, 2006
 */

/* alternate layout (large content) */

body {
	margin: 0px;
	}
html, body {
	background: #000000 url(/2006/common/inside-wave-right.gif) repeat-y right top !important;
	height: 100%;
	color: #ffffff;
	}
body, table, td {
	color: #ffffff;
	}
#container {
	width: 100%;
	height: 100%;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
	background: url(/2006/common/inside-corner.jpg) no-repeat right top;
	}
#tcontainer {
	width: 100%;
	padding: 0px;
	}
#content {
	width: 100%;
	text-align: left;
	margin: 0px;
	}
#content-inside {
	padding: 30px 240px 30px 20px;
	}

#header {
	width: 161px;
	height: 110px;
	position: absolute;
	right: 0px;
	top: 0px;
	}
#pageheader {
	margin: 75px 0px 0px 0px;
	background-position: 0px 19px;
	}
#pageheader li {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	}

#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-charcoal.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 black;
	}
#entrylistflowed .entry .imagelink a:hover img, #entrylistflowed .entry .imagelink a:active img {
	border: 2px solid white;
	}
#entrylistflowed .entry .imagetitle {
	display: block;
	font-weight: bold;
	}
#entrylistflowed .entry .imagestatus {
	display: block;
	font-size: 12px;
	line-height: 16px;
	}
#entrylistflowed .entry .imagestatuslinks {
/*	font-family: "Webdings", "sans-serif"; */
	}
#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;
	}
#entrylistflowed .entry .imagestatuslinks a.lit:link, #entrylistflowed .entry .imagestatuslinks a.lit:visited {
	color: #ffffff;
	}
#entrylistflowed .entry .imagestatuslinks a.lit:hover, #entrylistflowed .entry .imagestatuslinks a.lit:active {
	color: #000000;
	}
#entrylistflowed .entry .imagestatuslinks a.unlit:link, #entrylistflowed .entry .imagestatuslinks a.unlit:visited {
	color: #666666;
	}
#entrylistflowed .entry .imagestatuslinks a.unlit:hover, #entrylistflowed .entry .imagestatuslinks a.unlit:active {
	color: #999999;
	}

#returnlinks {
	width: 145px;
	height: 160px;
	position: absolute;
	right: 0px;
	top: 90px;
	text-align: left;
	color: #000000;
	}
#returnlinks li {
	font-size: 13px;
	line-height: 19px;
	}
.current {
	font-weight: bold;
	}
.imagetitle {
	font-weight: bold;
	}

#footer {
	width: 145px;
	height: 32px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin: 0px auto 10px;
	padding-top: 5px;
	background: none;
	border: none;
	}
#copyright {
	float: none;
	clear: none;
	font-size: 9px;
	line-height: 13px;
	text-align: left;
	}
