/*
*		CSS: Reset for consistent base
*	
*		@media:		screen
*		@author:		Max Wheeler, Icelab Pty Ltd
*		@created_on:	2008-01-21.
*
===============================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
list-style: none;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
background: #111;
font: normal 14px/1.4 Helvetica, Arial, Verdana, sans-serif;
text-shadow: #000 0 0 0;
color: #efefef;
}
a { color: #25d5d6; text-decoration: none;}

a:hover, a:active { color: #fff; }


#wrapper {
padding: 20px;
}

h1 {
font: normal 24px/1.4 Helvetica, Arial, Verdana, sans-serif;
margin-bottom: 20px;
}
	h1 a {
	color: #25d5d6;
	}

#photos {
list-style: none;
overflow: hidden;
zoom: 1;
}
	#photos li {
	float: left;	
	line-height: 0;
	}
		a img {
		line-height: 0;
		opacity: 1;
		}
			a:hover img {
			opacity: .7;
			}

.pagination {
clear: both;
list-style: none;
margin: 20px 0;
overflow: hidden;
zoom: 1;
}
	.pagination li {
	float: left;
	margin-right: 5px;
	}
		.pagination li a {
		border: 1px #222 solid;
		display: block;
		padding: 3px 5px;
		}
			.pagination li a:hover {
			border-color: #25d5d6;
			}
			.pagination li span {
			border: 1px #111 solid;
			display: block;
			padding: 3px 5px;
			}
.details {
background: #111;
padding: 10px 12px 8px	;
position: absolute;
right: 30px;
top: 30px;
opacity: .9;
max-width: 300px;
}
	.details h2 {
	font-weight: bold;
	font-size: 16px;
	}
p {
color: #ccc;
margin: 0.5em 0;
line-height: 1.4;
}

p.footer {
border-top: 1px #222 dotted;
margin-top: 30px;
padding-top: 20px;
color: #666;
font-size: 12px;
}
	p.footer a {
	color: #25d5d6;
	}
			p.footer a:hover {
			color: #fff;	
			}