body
{
	font-family:'Gill Sans';
}

header
{
	background-color:#2980b9;
	color:#FFF;
	padding:1em;
	letter-spacing:0.1em;
}

header a
{
	text-decoration:none;
	color:#FFF;
}

header a:hover
{
	color:#FFF;
}

header h1
{
	font-size:1.8em;
	margin:0;
}

header div
{
	font-style:italic;
	font-size:0.75em;
	font-family:Helvetica;
}

footer
{
	margin-top:10px;
	padding:10px 0;
	background-color:#333;
	color:#FFF;
	text-align:center;
	font-size:2ex;
}

footer a, footer a:hover, footer a:visited
{
	color:#FFF;
}

a
{
	color:#2980b9;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

h2
{
	margin:0;
}

a.thumbnail
{
	padding: 10px;
	border: 1px solid #DDD;
	display: block;
	border-radius:0;
	margin-bottom:10px;
}

a.thumbnail div
{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	margin:0;
	min-height:150px;
}

.grid-thumbnail
{
	background-color:#EEE;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	margin:0;
	padding:10px;
	min-height:150px;
}

.thumbnail-caption
{
	background-color:#EEE;
	padding:10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.border-top
{
	border-top:1px dotted #DDD;
}

.border-right
{
	border-right:1px dotted #DDD;
}

.border-bottom
{
	border-bottom:1px dotted #DDD;
}

p.border-bottom
{
	margin-bottom:10px;
	padding-bottom:10px;
}

hr.dotted
{
	border-style:dotted;
	border-color:#DDD;
}

.gallery
{
	margin-bottom:10px;
}

.gallery a
{
	display:block;
	padding:0;
	margin:0px;
	border:1px solid #EEE;
}

.gallery a:hover
{
	border:1px solid #2980b9;
}

.gallery p
{
	margin:0;
}

.cczero 
{
	float:left;
	display:block;
	width:100px;
	height:31px;
	margin-top:5px;
}
