﻿/*media */

.mediaList
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.mediaList li
{
	margin: 0px 0px 10px 5px;
	padding: 5px;
	display: block;
	float: left;
	width: 47%;
	cursor: pointer;
}

.mediaList li:hover
{
	background-color: #99CC66;
}

.mediaList h2
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.mediaList h2 a:link,
.mediaList h2 a:visited
{
	color: #003366;
}

.mediaList li:hover h2 a:link,
.mediaList li:hover h2 a:visited
{
	color: #336699;
}

.mediaList a img
{
	float: left;
	margin-right: 10px;
	border: 0px;
}

.mediaList .description
{
	font-size: 0.85em;
}

.mediaList .description p
{
	margin: 5px 0px;
}

.media .content
{
	text-align: center;
	margin-bottom: 10px;
}

.media .details
{
	font-size: 0.85em;
	margin-bottom: 10px;
}

.media .details .author,
.media .details .date
{
	font-weight: bold;
}


