/*

	style.css
	
*/

/* 1. Reset & Globals
********************************************************/

* {
	padding: 0;
	margin: 0;
}
body {
	font: 81.25% "GillSans","Gill Sans","Gill Sans MT","GillSansMT",sans-serif;
	color: #777;
	background: #111 url(../images/background.jpg) top left repeat;
	text-align: center;
}

a { -webkit-transition: color .3s ease; -moz-transition: color .3s ease;}
a:link,
a:visited { color: #aaa; text-decoration: none; }
a:focus,
a:hover,
a:active { color: #fff; outline: none; }
section p a:link,
section p a:visited,
footer  p a:link,
footer  p a:visited { text-decoration: underline;}

/* 2. Page Title
********************************************************/
header {
	font-family: Garamond,Cambria,"TimesNewRomanPSMT","Times New Roman",serif;
	display: block;
	padding-top: 4.615em;
	background: transparent url(../images/top.jpg) top center no-repeat;
	height: 10.769em;
	text-shadow: #000 2px 2px 4px;
}
header h1 {
	font-size: 4.615em;
	font-weight: normal;
	color: #fff;
}
header p {
	font-size: 1.538em;
}
/* 3. Photo Container
********************************************************/
section {
	display: block;
	margin: 0 auto;
	padding: 70px 0;
	width: 1024px;
}
section h1 {
	font-size: 1em;
	line-height: 2em;
	font-weight: normal;
	text-align: left;
	padding-right: 30px;
}
section h1 a {
	font-size: 1.538em;
}
section p {
	margin: 0;
}
section .photo a {
	line-height: 0;
	display: block;
}
img {
	border: 0;
}
a:hover img,
a:focus img { outline: 1; }
.description {
	text-align: left;
	font-size: 1em;
}
section .meta {
	position: relative;
	padding: 10px;
	margin: 0px auto;
	background: #333;
}
section .meta p {
	padding-right: 50%;
}
.comments {
	width: 25px;
	height: 20px;
	background: transparent url(../images/comment.png) top left no-repeat;
	font-size: 10px;
	line-height: 15px;
	margin: 10px;
	padding: 0;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
}
.comments:link,
.comments:visited,
.comments:hover { color: #000; }
.comments:active { color: #f00;}

#thumbs {
	width: 1024px;
	overflow: auto;
}
#thumbs a {
	width: 104px;
	height: 104px;
	margin: 10px;
	line-height: 104px;
	display: block;
	float: left;
}
#thumbs a img {
	border: 2px solid #fff;
	vertical-align: middle;
}

/* 4. Navigation
********************************************************/
nav {
	display: block;
}
nav ul {
	list-style: none;
}
nav ul li {
	display: inline;
}
nav ul li span {
	padding: 4px 10px;
	margin: 5px;
}
nav ul li a span {
	border: 1px solid #fff;
	-moz-border-radius: 5px;
	-moz-transition: border .3s ease;
	-webkit-border-radius: 5px;
	-webkit-transition: border .3s ease;
}
nav ul li a:hover span {
	border-color: #111;
}


/* 5. Footer Message
********************************************************/
footer {
	font-family: georgia,serif;
	text-align: center;
	padding: 2.308em;
	line-height: 1.538em;
	display: block;
}
hr {
	width: 15.38em;
	border: 1px solid #666;
	border-width: 1px 0 0;
	height: 0px;
	margin: 1.538em auto;
}