﻿/* Remember that this CSS is used on both the photo and video index pages */
body
{
	min-width : 900px;
}

img
{
	vertical-align:text-top;
}

p
{
	margin:0;
}

#list
{
	display:block;
	position:relative;
	margin:2em 0 0 0;
	padding:0;
}

.entry
{
	display:block;
	list-style-type:none;
	float:left;
	min-height:100px;
	width:450px;
	margin:0px 10px 20px 0px;
	padding:0;
}

.image
{
	float:left;
	margin-right:.5em;
}

.date
{
	color:#999999;
}