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

/* basic typography */

body, table, td {
	font-size: 14px;
	line-height: 24px;
	font-family: "Trebuchet MS", "Tahoma", "Arial", "Helvetica", "Swiss", "sans-serif";
	color: #000000;
	}
body {
	background: #ffffff url(inside-wave.gif) center top;
	margin: 0px 0px 10px;
	padding: 0px;
	}

code {
	font-size: 12px;
	font-family: "Lucida Console", "Courier", "Courier New", "monospace";
	color: #555555;
	}
code .highlight {
	color: #000000;
	}

p {
	margin-top: 0px;
	margin-bottom: 8px;
	}

h1 {
	font-size: 22px;
	line-height: 27px;
	font-weight: 100;
	}
h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 100;
	}
h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
	color: #735970;
	}
h4 {
	margin-top: 16px;
	margin-bottom: 8px;
	border-bottom: 1px solid #E6DADA;
	}

em {
	font-style: italic;
	}

blockquote {
	font-style: italic;
	}
blockquote em {
	font-style: normal;
	}

.preface {
	font-style: italic;
	}
.section {
	margin-top: 24px;
	}
.example {
	margin: 24px 40px;
	padding: 0px;
	}
.highlight {
	background-color: #FFFF88;
	}
.formerror {
	color: #99004c;
	font-weight: bold;
	}

table.centered td {
	text-align: center;
	}

/* layout & specific typography */

body {
	text-align: center;
	}

#container {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 600px;
	background: url(inside-background.jpg) no-repeat center top;
	}
#bcontainer {
	margin-left: 125px;
	padding-top: 1px;
	}

#pageheader {
	margin: 55px 0px 0px -58px;
	padding: 0px;
	list-style-type: none;
	background: url(inside-blackline.gif) repeat-x 0px 23px;
	}
#pageheader li {
	display: inline;
	list-style-type: none;
	font-size: 18px;
	line-height: 24px;
	padding: 0px;
	}
#pageheader li .menuselected {
	background: url(inside-twotoneline.gif) repeat-x 0px 21px;
	}
#pageheader li a:link, #pageheader li a:visited {
	padding: 1px 10px;
	color: #000000;
	text-decoration: none;
	border: none;
	}
#pageheader li a:hover, #pageheader li a:active {
	padding: 0px 9px;
	color: #342833;
	background: #BE9C9F;
	border: 1px solid #342833;
	}

#content {
	margin-top: 20px;
	margin-bottom: 24px;
	}

#content .logo {
	margin: 16px 0px 4px 0px;
	}
#content .logo a:link, #content .logo a:visited, #content .logo a:hover, #content .logo a:active {
	border: none;
	}
#content .logo a img {
	display: block;
	}

#entrylist {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	border-collapse: separate;
	}
#entrylist .entry {
	width: 140px;
	margin: 0px;
	padding: 5px;
	text-align: center;
	vertical-align: bottom;
	background: url(diagonal-stripes-grey.gif);
	}
#entrylist .entry .imagetitle, #entrylist .entry .imagestatus {
	display: block;
	}
#entrylist .entry .imagelink a:link, #entrylist .entry .imagelink a:visited, #entrylist .entry .imagelink a:hover, #entrylist .entry .imagelink a:active {
	display: block;
	margin: 0px auto;
	border: none;
	text-decoration: none;
	background: none;
	}
#entrylist .entry .imagelink a img {
	display: block;
	margin: 0px auto;
	}
#entrylist .entry .imagelink a.alwaysinline:link, #entrylist .entry .imagelink a.alwaysinline:visited, #entrylist .entry .imagelink a.alwaysinline:hover, #entrylist .entry .imagelink a.alwaysinline:active, #entrylist .entry .imagelink a.alwaysinline img {
	display: inline;
	}
#entrylist .entry .imagelink a:link img, #entrylist .entry .imagelink a:visited img {
	border: 2px solid white;
	}
#entrylist .entry .imagelink a:hover img, #entrylist .entry .imagelink a:active img {
	border: 2px solid black;
	}
#entrylist .entry .imagetitle {
	display: block;
	font-weight: bold;
	line-height: 21px;
	}
#entrylist .entry .imageartist {
	font-size: 12px;
	line-height: 18px;
	}

#returnlinks {
	margin: 32px 0px 0px 0px;
	}
#returnlinks ul {
	margin: 0px;
	padding: 0px;
	}
#returnlinks li {
	list-style-type: none;
	font-size: 15px;
	line-height: 20px;
	}

#footer {
	margin: 80px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	border-top: 1px solid #E6DADA;
	}

#copyright {
	float: left;
	clear: left;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 3px;
	text-align: right;
	}

#copyright a:link, #copyright a:visited {
	color: #999999;
	text-decoration: none;
	border: none;
	}
#copyright a:hover, #copyright a:active {
	color: #666666;
	text-decoration: underline;
	border: none;
	background-color: #f0f0f0;
	}

/* general links */

a:link {
	color: #90708C;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px dashed #90708C;
	}
a:visited {
	color: #744E50;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px dashed #744E50;
	}
a:hover, a:active {
	color: #000000;
	text-decoration: none;
	background-color: #E6DADA;
	border-bottom: 1px solid #744E50;
	}
