body{
    padding: 0;
    margin: 0;
	font: 12px Helvetica, Arial, sans-serif;
}

ol{
	list-style-type: none;
	padding: 0;
}

h1{
    margin: 0;
	font-size: 20px;
	letter-spacing: -0.05em;
}

a{
	text-decoration: none;
	color: #505050;
	font-weight: bold;
}
a:hover{
	color: #ffd800;
}


#nv{
    position: absolute;
    top: 50px;
    left: 50px;
    padding: 10px;
    background-color: rgba(255,255,254,0.85);
}
#nv>h1{
    font-size: 13px;
    color: #000;
    margin-bottom: 5px;
}
#nv>ol{
    margin: 0 0 15px 0;
}
#nv>ol:last-child{
    margin-bottom: 0;
}
#nv>ol a{
	display: block;
	padding: 2px 0 2px 0;
}


#content{
    position: absolute;
	left: 250px;
	top: 50px;
	width: 500px;
	padding: 10px;
	background-color: rgba(255,255,254,0.85);
}

#content>.page{
    display: none;
}


ol.photos, ol.videos{
	float: left;
	clear: both;
	margin: 0 0 10px 0;
}
ol.photos li.photo, ol.videos li.video{
    position: relative;
    display: block;
    float: left;
    clear: both;
    overflow: hidden;
	background-image: url(img/grid.png);
}
ol.photos img, ol.videos img, ol.videos object{
    display: block;
    border: 0;
    max-width: 500px;
    max-height: 500px;
}

ol.photos a.title{
    display: block;
    position: absolute;
    bottom: 0px;
    padding: 5px;
    background-color: rgba(255,255,254,0.9);
}

ol.videos li.video div.play{
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 40px;
    height: 11px;
    padding: 5px;
    color: #000;
    background: rgba(0,0,0,0.9) url(img/play.png) no-repeat 5px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
ol.videos li.video:hover div.play{
	background-color: rgba(255,216,0,0.8);
}
