/* resource/gallery */
.gallery
{
	float: left;
	width: 100%;
	text-align: center;
}

.gallery .resource
{
	float: left;
	padding: 15px;
	text-align: left;
	margin: 0 15px 20px 15px;
	width: 120px;
	height: 150px;
	cursor: pointer;
	margin: auto;
}

.gallery .last
{
}

.gallery .pages
{
	width: 480px;
}

.gallery .resource .thumbnail
{
	width: 100px;
	height: 80px;
	margin: auto;
	padding-bottom: 10px;
}

.gallery .resource h1
{
	margin: 0;
	padding: 0;
	font-size: 1em;
	margin-bottom: 5px;
}

.gallery .resource .comments,
.gallery .resource .author,
.gallery .resource .size
{
	font-size: 0.8em;
}

.gallery .resource .comments
{
	padding-left: 15px;
	background: url('../img/comment.gif') no-repeat 0 50%;
}


.gallery .resource .options
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

.gallery .resource .options li
{
	display: inline;
	margin: 0 5px 0 5px;
}

.resource.details .thumbnail,
.resource.details h1
{
	text-align: center;
}

.resource.details .description
{
	font-style: italic;
	margin: 10px;
	margin-bottom: 10px;
}

.resource.details .size,
.resource.details .author,
.resource.details .date
{
	text-align: center;
	font-size: 0.8em;
}

.resource.details .options
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0.8em;
	margin-bottom: 10px;
}

.resource.details .options li
{
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
}

.resource.details form
{
	margin-top: 50px;
}

.resource img
{
	border: 0;
}

.resource .tags
{
	text-align: center;
	margin: 5px;
	font-size: 0.8em;
}

.resource .tags h1
{
	display: none;
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.resource .tags ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.resource .tags li
{
	display: inline;
	margin-right: 10px;
}

.pages
{
	display: block;
	text-align: center;
	margin-top: 50px;
}
