/*
 * DIMIN plug-ins for Adobe Lightroom
 * http://www.dimin.net/
 * Copyright(c) 2008-2009, Dmitry Fedorov
 * 
 * The MIT License
 */


body {
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
	background-color: #FFF;
	text-align: right;
	background-attachment: scroll;
	background-image: url(GDUgallery_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 100px;
	margin: 0px;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 1.2em;
	letter-spacing: 0.4pt;
	text-transform: uppercase;
	padding-top: 0.2em;
	color: #333333;
}

h3 {
	font-size: 1em;
	letter-spacing: 0.2pt;
	text-transform: uppercase;
	padding-top: 0.2em;
	color: #595959;
}

a img{ border: none; }


/*****************************************************************
  Classes
*****************************************************************/

.thumbnail {
	padding: 0px;
	float: left;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.footer {
  clear: both;
  margin-top: 0px;
  padding-top: 15px;
  font-size: 80%;
  color: #595959;
  text-align: left;
}

.footer a, a.visited {
	color: #333333;
	text-decoration: none;
}

.logo {
  float: right;  
}
