*
{
	margin: 0px auto;
	padding: 0px;
}

body
{
	background-color: #222;
	color: #fff;
	text-align: center;
	font-size: 13px;
	line-height: 140%;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
}

#topbar
{
	background-color: #000;
	margin: 0px;
	padding: 7px 10px 0px 10px;
	height: 29px;
}

#header
{
	float: left;
}

#navigate
{
	float: right;
	margin-top: 2px;
}

#topbar, #topbar h1
{
	font-size: 13px;
	line-height: 140%;
	text-align: left;
	font-weight: normal;
}

#topbar h1
{
	font-weight: normal;
}

#topbar #subtitle
{
	font-weight: bold;
	font-size: 17px;
	font-style: italic;
}

#topbar h1 a
{
	text-decoration: none;
	color: #fff;
}

#topbar a:hover
{
	text-decoration: underline;
}

#columnone
{
	text-align: center;
	clear: both;
	background-color: #bba;
}

#presentedImage
{
	margin: 40px 0px;
	border: 5px solid #fff;
}

#navigate ul
{
	list-style-type: none;
}

#navigate ul li
{
	float: left;
	margin-right: 0px;
	margin-left: 13px;
	list-style-type: none;
}

#navigate ul li.inactive
{
	color: #665;
	font-style: italic;
}

#navigate ul li a
{
	color: #fff;
	text-decoration: none;
	line-height: 140%;
}

#footer
{
	background-color: #000;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20%;
    padding-right: 20%;
	font-size: 11px;
	line-height: 140%;
    text-align: left;
}

#footer h3 { font-size: 1.4em; line-height: 210%; }

#footer a
{
	color: #bba;
}

#footer ul
{
    list-style: inside square;
}

#footer img
{
    vertical-align: middle;
}

#footer p.cc-license, #footer p.license { padding-top: 1.4em; text-transform: uppercase; font-size: 0.8em; letter-spacing: 2px; text-align: center; color: #666;}
/********************************************/
/* Video styles                             */
/********************************************/
#presentedVideo { padding: 40px 0px; }
#presentedVideo object { border: 5px solid #fff }
.additional_info
{
	font-size: 14px;
	line-height: 140%;
	paddin-top: 0px;
	padding-bottom: 20px;
	padding-left: 20%;
	padding-right: 20%;
	margin-top: -20px;
	color: #333;
	text-align: left;
}
.additional_info a { color: #000; font-weight: bold; }
.additional_info a:hover { color: #555; }

/********************************************/
/* 'About'-page styles                      */
/********************************************/
#about #columnone #text_holder
{
	width: 500px;
	text-align: left;
}

#about #columnone h1
{
	font-size: 19px;
	line-height: 140%;
	color: #223;
	padding: 25px 0px 2px 0px;
	font-weight: normal;
}

#about #columnone p
{
	padding: 5px 0px;
	font-size: 14px;
	line-height: 140%;
	color: #444;
}

#about #columnone
{
	padding-bottom: 30px;
}

#about #columnone img
{
	border: 5px solid #fff;
	float: right;
	margin-top: 30px;
	margin-left: 10px;
}

#about #columnone a
{
	color: #221;
}

#about #columnone a:hover
{
	color: #776;
}

#about #columnone ul li
{
	list-style: square outside;
	margin: 0px 20px;
	padding: 0px 20px;
}

/* #about #footer { width: 500px; padding: 0px; } */

/********************************************/
/* 'Archive' page styles                    */
/********************************************/
#archive_holder
{
	width: 810px;
	text-align: left;
}

h2
{
	text-align: left;
	padding: 10px 0px 5px 0px;
	color: #444;
}

#list_of_thumbnails { clear: both; }

.thumbnail
{
	border: 4px solid #fff;
	margin-right: 5px;
}

.last_thumb
{
	margin-right: 0px;
}

/* Navigating years */
.year_navigation ul
{
    list-style: none;
    padding: 10px 0px 5px;
    height: 2em;
}

.year_navigation li
{
	float: left;
	padding-right: 20px;
	font-size: 1.2em;
}
.year_navigation li a
{
    color: #666;
    text-decoration: none;
    border-bottom: 2px solid #bba;
}

.year_navigation li a:hover { border-bottom: 2px solid #666; }

li a.displaying_year, li a.displaying_year:hover
{
    color: #222;
    border-bottom: 2px solid #222;
}

