/* General */
body {
	background-color: #FFFFFF;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

/* Typography*/
h2 {
	text-transform: uppercase;
	margin-bottom: 4px;
	margin-top: 2px;
}

#main p {
	margin-top: 0;
}

a {
	text-decoration: underline;	
}

#main p a, #sidebar p a {
	text-decoration: none;
	font-weight: bold;
}


a:link, a:visited {
	color: #000000;
}

a:hover {
	color: #444444;	
}

a.red {
	color: #FF0000;
	text-decoration: none;
}

a img {
	border: none;
}

/* Header */
#header {
	width: 828px; /* Less margin */
	margin: 0 36px 15px;
}

#header img.head {
	width: 828px;
	margin: 0;
	padding: 0;
}

ul#nav {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;	
	border-left: 0;
	border-right: 0;
	list-style-type: none;
	padding: 0;
	margin-top: 0;
}

ul#nav li {
	display: inline;
	text-transform: uppercase;
	line-height: 26px;
	margin: 0 30px 0 0;
	padding: 0;
}

ul#nav li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

ul#nav li.donate a {
	color: #FF0000;
}

ul#nav li.donate form {
	color: #FF0000;
	font-size: 14px;
	display: inline;
	font-weight: bold;
	cursor: pointer; cursor: hand;
}

/* Columns */
#page {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
#current {
	width: 900px;
}

#main {
	width: 660px;
	margin-right: 240px;
	padding-right: 15px;
}

#sidebar {
	width: 220px; /* 220 + 20 = 240 */
	float: right;
	padding-left: 20px;
	padding-top: 0;
	margin-top: 0;
	font-size: 12px;
}

#sidebar p.first {
	margin-top: 0;
}

#btn_paypal {
	text-align: center;
}

#about_header {
	width: 600px;
	text-align: left;
	margin: 0 0 12px;
}

img.donate {
	width: 180px;
	margin-bottom: 6px;
}

/* Poster download list */
ul#posters {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#posters li {
	margin: 0 0 45px;
	position: relative;
	display: block;
	height: 290px;
}

ul#posters img.thumbnail {
	width: 190px;
	height: 290px;
	border: 1px solid #000000;
	position: absolute;
	left: 0;
	top: 0;
}

ul#posters .download {
	position: relative;
}

ul#posters .info {
	position: absolute;
	top: 0;
	left: 204px;
	height: 290px;
}

ul#posters .info span.title {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	display: block;
}

ul#posters .info p {
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
	margin: 6px 0;
}

ul#posters .info span.reference {
	font-weight: bold;
	font-size: 14px;
	font-style: nornal;
}

/* Download icons */
ul#posters .info .icons {
	position: absolute;
	height: 85px;
	top: 205px;
}

ul#posters .info .icons a {
	margin: 0 15px 0 0;
}
 
ul#posters .info .icons img {
	width: 85px;
	height: 85px;
}

/* Gallery */
div.shot {
	width: 620px;
	border: 1px solid #000000;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 40px;
}

div.shot img {
	border: none;
	width: 620px;
}

div.shot span {
	margin: 4px 0;
	padding: 0;
}

div.shot .caption {
	width: 400px;
	font-weight: bold;
	text-align: left;
	line-height: 16px;
}

div.shot .attribution {
	width: 200px;
	padding-left: 20px;
	float: right;
	text-align: right;
	font-weight: normal;
	line-height: 16px;
}

div.shot clear {
  display: block;
  clear: both;
  height: 0;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
}