/* Screen stylesheet for Juvenilia.org */

body {
	background-color: #fff;
	background-image: url('img/logo.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 10px 5px;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	color: #000;
}
	
a {
	color: #00f;
}

ul#menu {
	position: absolute;
	right: 5px;
	top: 5px;
	margin: 0;
	border: 1px solid #733;
	padding: 0;
	list-style: none;
	font-weight: bold;
	font-size: 90%;
}

ul#menu li {
	margin: 0;
	border: 1px solid #fc9;
	padding: 3px 24px;
	background-color: #fc9;
	font-family: sans-serif;
	text-align: center;
}

ul#menu li:hover {
	border: 1px solid #733;
	background-color: #fda;
}

ul#menu li a {
	text-decoration: none;
	color: #733;
}

div#canvas {
	position: absolute;
	top: 220px;
	left: 0;
	right: 0;
	margin: 0;
	padding: 5px;
	font-family: sans-serif;
	color: #000;
}

div#footer {
	margin-top: 1em;
	border-top: 1px solid #fc9;
	padding: 5px;
	font-size: 90%;
	clear: both;
}

h1 {
	margin-top: 0;
	padding-top: 0;
	border-bottom: 1px solid #fc9;
	width: 100%;
	color: #733;
	font-size: 150%;
	font-weight: bold;
	font-family: serif;
}

h2 {
	color: #733;
	font-size: 120%;
	font-weight: bold;
}

h3 {
	color: #733;
	font-size: 100%;
	font-weight: bold;
}

img {
	margin: 5px 10px;
}

dl.club dt {
	color: #733;
	font-size: 100%;
	font-weight: bold;	
}

dl.club dd {
	margin: 1em 0 1em 3em;
}

th {
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #f93;
	border-bottom: 2px solid #f93;
}

td.calup {
	border-bottom: 2px solid #f93;
	text-align: center;
}

td.caldown {
	border-top: 2px solid #f93;
	text-align: center;
}

td.calendar {
	text-align: center;
	background-color: #fc9;
}

.day {
	font-size: 200%;
}

div.photo {
	margin: 6px;
	border: 1px solid #fff;
	padding: 3px;
	width: 300px;
	float: left;
	text-align: center;
}

div.photo:hover {
	border: 1px solid #f93;
	background-color: #eee;
}

img.photo {
	border: 1px solid #fc9;
	padding: 2px;
}
