#content
{
	line-height: 1.5em;
}

#content .page-loader
{
	padding: 50px 292px;
}

#content h1
{
	font-size: 22px;
	padding-bottom: 1em;
	color: #0A5D8F;
	text-align: center;
}

#content h2
{
	font-size: 20px;
	padding-top: 1em;
	padding-bottom: 1em;
	color: #0A5D8F;
	text-align: center;
}

#content .projects span
{
	background: url(../img/pages/projects_small.png) 0px 100% no-repeat;
	padding-left: 30px;
}
#content .films span
{
	background: url(../img/pages/films_small.png) 0px 100% no-repeat;
	padding-left: 30px;
}
#content .old_films span
{
	background: url(../img/pages/old_films_small.png) 0px 100% no-repeat;
	padding-left: 30px;
}
#content .programs span
{
	background: url(../img/pages/programs_small.png) 0px 100% no-repeat;
	padding-left: 30px;
}
#content .other span
{
	background: url(../img/pages/other_small.png) 0px 100% no-repeat;
	padding-left: 30px;
}
#content .sites span
{
	background: url(../img/pages/sites_small.png) 0px 100% no-repeat;
	padding-left: 30px;
}
#content .contact span
{
	background: url(../img/pages/contact_small.png) 0px 100% no-repeat;
	padding-left: 30px;
}

#content .warning
{
	text-align: center;
}
#content .warning span
{
	color: #880000;
	font-size: 12px;
	padding-left: 20px;
	background: url(../img/exclamation.gif) 0px 100% no-repeat;
	
}

#content hr
{
	border: 0;
	height: 1px;
	
	background-color: #666;
	color: #666;
}

#content p
{
	padding-bottom: 0.75em;
}

#content p.taleofthe404
{
	text-align: center;
	font-style: italic;
	font-size: 12px;
}

#content p.quote
{
	border-left: 5px solid #666;
	padding-left: 5px;
	padding-bottom: 0px;
	margin: 10px 0 15px 0;
	background-color: #888;
	font-style: italic;
}

#content b
{
	color: #000025;
}

#content a
{
	font-weight: bold;
	color: #000025;
}
#content a:hover
{
	color: #000080;
}

#content a[target="_blank"]
{
	background: url(../img/external.gif) 99% 40% no-repeat;
	padding-right: 15px;
}

#content img.right
{
	float: right;
	padding: 5px;
}

#content .subitems
{
	list-style-type: none;
	width: 518px; /* 90% */
	background-color: #888;
	border-bottom: 1px solid #666;
	margin: 0 auto;
}

#content .subitems a
{
	font-weight: normal;
}

#content .subitems li
{
	height: 85px;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	position: relative;
}
#content .subitems li:hover
{
	background-color: #aaa;
}
#content .subitems li:hover a
{
	color: #000080;
}

#content .subitems a
{
	/* Safari needs this. No text-decoration on a div does not work */
	text-decoration: none;
}

#content .subitems .image
{
	position: absolute;
	/* Specifying the size does weird things in IE(7)
	/*width: 85px;
	height: 85px;*/
	background-color: #aaa;
}
#content .subitems .image img
{
	padding: 5px;
	border: 0;
}
#content .subitems .name
{
	position: absolute;
	left: 100px;
	top: 20px;
	
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}
#content .subitems .desc
{
	position: absolute;
	left: 100px;
	top: 40px;
	width: 416px; /* Total with - left - border(2px)*/
	line-height: 1.2em;
	
	text-decoration: none;
}

#content dl.siteslist dt
{
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
}
#content dl.siteslist dt img
{
	width: 16px;
	height: 16px;
}

#content dl.siteslist dd
{
	padding-left: 50px;
}

#content .music
{
	list-style-type: none;
	width: 518px; /* 90% */
	margin: 0 auto;
}

#content .music li
{
	border: 1px solid #666;
	background-color: #888;
	padding: 8px;
	margin-top: 20px;
}

#content .music .title
{
	border-bottom: 1px solid #666;
	font-size: 10px;
	padding-bottom: 4px;
}

#content .music .title b
{
	font-size: 18px;
	padding-right: 5px;
}

#content .music .description
{
	border-bottom: 1px dashed #666;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content .music .links
{
	font-size: 10px;
	padding-top: 5px;
}

#content .music .links a
{
	background: transparent;
	color: #105010;
	padding-right: 0px;
}


#content form.contact
{
	width: 518px;
	background-color: #aaa;
	border: 1px solid #666;
	margin: 0 auto;
	padding: 15px 0px 35px 0px;
}

#content form.contact .left_form
{
	float: left;
	width: 150px;
	text-align: right;
	font-size: 12px;
	margin-right: 15px;
}
#content form.contact .right_form
{
	float: left;
	width: 353px;
	text-align: left;
}

#content form.contact input
{
	width: 300px;
	height: 18px;
	font-size: 13px;
	padding: 2px;
}

#content form.contact textarea
{
	width: 300px;
	height: 100px;
	font-size: 13px;
	padding: 2px;
}

#content form.contact input.submit
{
	height: 25px;
	width: 308px;
}

#content form.contact .fail
{
	background-color: #faa;
	color: #500;
}

#content .contact-error
{
	width: 520px;
	margin: 0 auto;
	background-color: #666;
	font-weight: bold;
	color: #fff;
	padding: 5px 0;
	text-align: center;
}

#content .contact-succeed
{
	width: 520px;
	margin: 0 auto;
	background-color: #565;
	font-weight: bold;
	color: #cfc;
	border: 1px solid #5a5;
	padding: 5px 0;
	text-align: center;
}


#content .projectdetail
{
	width: 560px;
	height: 250px;
	background-color: #888;
	border: 1px solid #666;
	margin: 0 auto 25px;
}

#content .projectdetail .project
{
	float: left;
	width: 340px;
	height: 250px;
	background-color: #aaa;
	overflow: hidden;
	position: relative;
	border-right: 1px solid #666;
}

#content .projectdetail .detail
{
	position: relative;
	float: left;
	width: 199px;
	height: 240px;
	font-size: 12px;
	padding: 5px 10px;
}

#content .projectdetail .detail a
{
	font-weight: normal;
}

#content .projectdetail .detail dt
{
	font-weight: bold;
	margin-bottom: -3px;
}
#content .projectdetail .detail dd
{
	padding-left: 15px;
	font-size: 11px;
	line-height: 1.2em;
}
#content .projectdetail .detail .link
{
	position: absolute;
	bottom: 5px;
}
