/*
 *  fractalartcontests.com/2007 Style Sheet
 *  Copyright © 2006-2007 Damien M. Jones
 *  May 30, 2007
 */

/* basic typography */

body, table, td {
	font-size: 14px;
	line-height: 24px;
	font-family: "Trebuchet MS", "Tahoma", "Arial", "Helvetica", "Swiss", "sans-serif";
	color: #000000;
	}
body {
	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: 16px;
	line-height: 27px;
	font-weight: 100;
	margin-bottom: 14px;
	}
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: #707ca0;
	}
h4 {
	font-size: 16px;
	line-height: 24px;
	margin-top: 16px;
	margin-bottom: 8px;
	border-bottom: 1px solid #999999;
	}

h5 {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 8px;
	}

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: #990033;
	font-weight: bold;
	}

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

/* layout & specific typography */

body {
	margin: 0px;
	padding: 0px;
	background: #ffffff url(fa2k7b2.jpg) no-repeat left top;
	}

#container {
	text-align: left;
	margin: 0px;
	padding: 0px;
	}
#bcontainer {
/*	margin-left: 125px;
	padding-top: 1px; */
	}

#header {
	width: 180px;
	margin: 10px;
	text-align: center;
	}

#mainmenu {
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
	}
#mainmenu li {
	width: 176px;
	list-style-type: none;
	display: block;
	font-size: 14px;
	line-height: 21px;
	border: 1px solid #bbbec8;
	text-align: center;
	}
#mainmenu li a {
	display: block;
	}
#mainmenu li a:link, #mainmenu li a:visited {
	padding: 1px 4px;
	color: #000000;
	text-decoration: none;
	border: none;
	}
#mainmenu li a:hover, #mainmenu li a:active {
	padding: 0px 3px;
	color: #000066;
	background-color: #e0e4f0;
	border-left: 1px solid #f0f4ff;
	border-top: 1px solid #f0f4ff;
	border-right: 1px solid #202430;
	border-bottom: 1px solid #202430;
	}

#content {
	position: absolute;
	left: 200px;
	top: 0px;
	margin: 10px 0px 10px 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	}

#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;
	}

#content img.entry {
	border: 2px solid white;
	}

#entrylist {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	border-collapse: separate;
	}
#entrylist .entry {
	width: 115px;
	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 {
	border: none;
	text-decoration: none;
	background: none;
	}
#entrylist .entry .imagelink a img {
	display: block;
	}
#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;
	}

#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 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 200px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align: left;
	border-top: 1px solid #dddddd;
	}
#copyright {
	padding-left: 10px;
	text-align: left;
	clear: left;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 3px;
	}

#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: #707ca0;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px dashed #707ca0;
	}
a:visited {
	color: #666666;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px dashed #744E50;
	}
a:hover, a:active {
	color: #000066;
	text-decoration: none;
	background-color: #e0e4f0;
	border-bottom: 1px solid #707ca0;
	}
