@charset "utf-8";

/* Basic stuff */
html {
	background: #4C5661 url(../images/bg_main.png) left top repeat-x;
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
html, body {
	margin: 0 5em 5em 5em;
}
a {
	color: #DDDDDD;
	text-decoration: none;
}
a:hover, a:visited {
	color: #FFFFFF;
}

/* Header */
h1.header_title {
	height: 2em;
	font-size: 200%;
	font-weight: bold;
	line-height: 2em;
	padding-top: 1em;
}
h2.header_sub {
	font-size: 90%;
}

/* Entries */
ul.main li {
	float: left;
	height: 23em;
	margin: 2em 0;
	width: 15.75em;
}
ul.main li .list_header, ul.main li .list_footer {
	height: 3.75em;
}
ul.main li .list_content {
	height: 12.5em;
	overflow: hidden;
	padding: 1.5em;
	vertical-align: top;
}

/* Background toggling */
ul.main li .list_header {
	background: transparent url(../images/bg_list_stripes_top_alt.png) top left repeat-x;
}
ul.main li .list_content {
	background: transparent url(../images/bg_list_item_alt.png) repeat;
}
ul.main li .list_footer {
	background: transparent url(../images/bg_list_stripes_bottom_alt.png) top left repeat-x;
}
ul.main li:hover .list_header {
	background: transparent url(../images/bg_list_stripes_top.png) top left repeat-x;
}
ul.main li:hover .list_content {
	background: transparent url(../images/bg_list_item.png) repeat;
}
ul.main li:hover .list_footer {
	background: transparent url(../images/bg_list_stripes_bottom.png) top left repeat-x;
}

/* Entry content */
ul.main li a {
	display: block;
	height: 12.5em;
	position: relative;
	width: 12.5em;
}
ul.main li img {
	background-position: top left;
	background-repeat: no-repeat;
	height: 12.5em;
	position: absolute;
	width: 12.5em;
	z-index: 1;
}
ul.main li .year {
	background: transparent url(../images/bg_list_item.png) repeat;
	font-size: 70%;
	padding: 0.25em 0.5em 0.25em 0.35em;
	position: absolute;
}
ul.main li .info {
	background: transparent url(../images/bg_list_item.png) repeat;
	bottom: 0;
	padding: 0.5em;
	position: absolute;
	text-align: center;
	width: 11.5em;
}
ul.main li .name {
	display: block;
	font-size: 90%;
	font-weight: bold;
	width: 100%;
}
ul.main li .description {
	display: block;
	font-size: 70%;
	margin-top: 0.5em;
	width: 100%;
}

/* Return link */
div.return {
	clear: both;
	font-size: 90%;
}
