/* Reset margins */
body,div,h1,h2,h3,h4,h5,h6,hr,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea {
	margin:0;
	padding:0;
}

/* Format basic elements */
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption,th,td {
	text-align:left;
	vertical-align:top;
}
abbr,acronym {
	font-variant:normal;
	border-bottom:1px dotted #666;
	cursor:help;
}
blockquote,q {
	quotes:none;
}
fieldset,hr,img {
	border:0;
}
li {
	list-style-type:none;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
del {
	text-decoration:line-through;
}
ins {
	text-decoration:none;
}

.center {
	margin-left: auto;
	margin-right: auto;
	display: table;
}


:focus {
	outline:0;
}

/* Font settings */
body {
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	font-size:13px;
	color:#124D91;
}
input,button,textarea,select {
	font-family:inherit;
	font-size:99%;
	font-weight:inherit;
}
pre,code {
	font-family:"Lucida Console",Monaco,monospace;
	font-size:12px;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
h1 {
	font-size:22px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:18px;
}
hr {
	height: 20px;
	border-bottom: 1px solid #aa0000;
}
table {
	font-size:inherit;
}
caption,th {
	font-weight:bold;
}

/* Default margins */
h1,h2,h3,h4,h5,h6 {
	margin-top:2em;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form {
	margin-bottom:13px; /* Should match the font size */
}

html, body {
	height: 100%;
}
body {
	width: 85%;
	min-width: 450px;
	margin-left: auto;
	margin-right: auto;
	background: #dfe986 url(header_bg.png) repeat-x;
}
div.header {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
}
div.main {
	float: left;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
/*	border: 2px solid #3B631A;*/
	font-size: 11pt;
	font-weight: 400;
/*	background: #dfe986 url(body_bg.jpg) repeat*/;
	height: auto;
}
div.right {
	float: left;
	width: 10%;
	font-size: 11pt;
	font-weight: 700;
}
div.right h1 {
	font-size: 120%;
	font-weight: 700;
}
div.footer {
	clear: left;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 8pt;
	font-weight: 500;
}
div.thumbnail {
	float: left;
	text-align: center;
	background-color: #EDF799;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 2px solid #BDCE23;
/*	height: 230px;
	width: 260px;*/
	margin: 0 10px 10px 0;
	overflow: auto;
	padding: 10px;
}
a:link {
	text-decoration: underline;
	color: #124D91;
}
a:visited {
	text-decoration: underline;
	color: #124D91;
}
a:hover {
	text-decoration: none;
	color: #124D91;
}
a:active {
	text-decoration: underline;
	color: #124D91;
}
img {
	border: 1px solid #666666;
	margin: 5px;
}
a label {
	display: none;
}

.thumbnail .exif {
	display: none;
}

#galleria {
	width: 100%;
	height: 800px;
}

.galleria-container {
	background-color: transparent;
}

.galleria-container .galleria-thumbnails-container {
	margin-left: -5px;
}

.galleria-thumbnails .galleria-image {
	background-color: transparent;
	margin: 0;
	width: 240px;
	height: 240px;
}

.galleria-container .galleria-stage .galleria-counter {
	position: absolute;
	left: 20px;
	top: 20px;
	color: #aaa;
	z-index: 1;
}
