@font-face
{
	font-family: 'Sirin Stencil';
	font-style: normal;
	font-weight: 400;
	src: local('SirinStencil'), local('SirinStencil-Regular'), url('sirinstencil.woff') format('woff');
}

@font-face
{
	font-family: 'Oxygen';
	font-style: normal;
	font-weight: 400;
	src: local('Oxygen'), local('Oxygen-Regular'), url('oxygen.woff') format('woff');
}

body
{
	overflow-y: scroll;
	background: #F5FAFA;
	font-family: 'Oxygen';
	color: #484848;
	font-size: 11pt;
	line-height: 1.6;
}

#wrapper
{
	width: 1000px;
	margin: 0 auto 30px;
	overflow: hidden;
}

h1
{
	font-family: 'Sirin Stencil';
	font-size: 60pt;
	color: #6D929B;
	text-align: center;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2
{
	font-family: 'Oxygen';
	font-size: 18pt;
	color: #6D929B;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

ul
{
	margin-top: 0;
	margin-bottom: 30px;
	letter-spacing: 1px;
	list-style-type: none;
	padding-left: 25px;
}

a, a:active, a:hover
{
	color: #668991;
	text-decoration: none;
}

a:hover
{
	color: #668991;
	text-decoration: underline;
	cursor: pointer;
}

a:visited
{
	text-decoration: none;
}

p
{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

ul li a
{
	display: inline-block;
	width: 25px;
	padding: 0 5px;
	margin: 5px 0;
	text-align: center;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-right: 1px solid #6D929B;
}

ul li a:last-of-type
{
	border-right: 0;
}

ul li a:hover
{
	background: #ffffff;
	text-decoration: none;
	border-top: 1px solid #6D929B;
	border-bottom: 1px solid #6D929B;
}

.year
{
	display: inline-block;
	width: 45px;
	font-weight: bold;
}

#menu
{
	text-align: center;
	font-size: 12pt;
	margin-bottom: 20px;
}

#menu a
{
	display: inline-block;
	margin: 0 10px;
	padding: 3px 7px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #6D929B;
}

#menu a:hover
{
	background: #ffffff;
	text-decoration: none;
	border-top: 1px solid #6D929B;
	border-bottom: 1px solid #6D929B;
}

.album
{
	padding: 15px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 0.2);
	margin-bottom: 40px;
	text-align: center;
}

.album:last-of-type
{
	margin-bottom: 0;
}

.album .thumbnail
{
	border: 3px solid #ffffff;
	box-shadow: 1px 1px 8px #888888;
	margin: 5px 7px;
	width: 140px;
	height: 140px;
	display: inline-block;
	cursor: pointer;
	background: #ffffff;
}

.album h2
{
	margin-bottom: 10px;
}

table
{
	width: 100%;
	border-collapse: collapse;
	border: none;
}

table tr
{
	border-bottom: 1px solid #E7E7E7;
}

table tr th
{
	text-align: left;
}

table tr th, table tr td
{
	color: #484848;
	background: none;
	border: none;
	padding: 5px;
	vertical-align: top;
}

table tr.clickable:hover td
{
	background: #f4f4f4;
	cursor: pointer;
}