/**
 * DirGallery - A simple gallery script
 *
 * @author: Jaap Broekhuizen <jaap@broekhuizen.nu>
 * @copyright: (c) 2011
 */

/**
 * Main css file
 */

#wrapper {
	padding: 10px;
}

#container {
	width: 900px;
	overflow: hidden;
	margin: 15px 0;
}

.image {
	float: left;
	margin: 5px;
	width: 100px;
	height: 100px;
	position: relative;
	background-repeat: no-repeat;
}

	.image a {
		display: block;
		width: 100%;
		height: 100%;
	}

h1 {
	font-size: 15pt;
	font-family: Helvetica;
	font-weight: bold;
}