﻿html, body
{
	margin: 0;
	padding: 0;
	background-color: Black;
}
body
{
	font: 80% "Gill Sans" , "Trebuchet MS" ,Verdana,Sans-serif;
	text-align: center;
	line-height: 1.5;
	color: #eee;
}
a
{
	color: #eee;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #FF636E;
}
a:hover
{
	color: #FF636E;
}
img
{
	border: 1px solid #ddd;
	padding: 2px;
}
h1
{
	font-size: 2.6em;
	color: #fff;
	margin-bottom: 10px;
}
h2
{
	font-size: 1.2em;
	color: #FF636E;
	font-weight: bold;
	margin: 50px 0px 0px 0px;
}
h3
{
	color: #0094FF;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}
h4
{
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #0094FF;
}
#header
{
	background-image: url(images/header-background.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 102px;
}
.header-border
{
	background-image: url(images/header-border-bottom.png);
	background-repeat: repeat-x;
	height: 5px;
}
#page-container
{
	text-align: left;
	width: 970px;
	margin: 0 auto;
}
#footer
{
	color: #666;
	clear: both;
	width: 100%;
	text-align: right;
	background-image: url(images/footer-background.png);
	background-repeat: repeat-x;
}
#footer ul
{
	margin: 0;
	padding: 5px 10px;
}
#footer ul li
{
	display: inline;
}
.footer-border
{
	background-image: url(images/footer-border-top.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 1px;
}
.album
{
	width: 480px;
	float: left;
	height: 170px;
	overflow: hidden;
	margin-bottom: 20px;
}
.album-left
{
	width: 250px;
	float: left;
}
.album-right
{
	float: right;
	padding-right: 20px;
}
.album .album-left .title
{
	font-size: 1.6em;
	padding-bottom: 5px;
}
.date
{
	color: #335266;
	font-size: 80%;
}
.album .album-left .description
{
	color: #aaa;
}

pre
{
	border: 2px solid #aaaaaa;
	padding: 2px;
}
