﻿* { font-size: 1em; }

html, body {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
body {
	font: 75%/1.2 Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
	color:#4f493b;
	line-height:1.5em;
}


p { margin:12px 0; }

h1 {/* frame headings */ }
h2 {/* content headings */ color:#631a13; font-size:1.3em;} 
h2:first-letter {font-size:1.5em;}
h3 {/* content sub-heading */}


big { font-size: 1.2em; }
small { font-size: .83em; }

/* =LINKS 
**********************************/
a:link { color:#2b73aa; text-decoration:underline;}
a:visited { color:#953b25; }
a:hover, a:focus, a:active { text-decoration:none; }


.gallery_item {
	text-align: center;
}

.loginControls 
{
	text-align: center;
	margin: 0 0 1em;
}

/* =LAYOUT (printsafe)
**********************************/
.container { display: inline-block; }
.container:after {
	content: '.';
	clear: both;
	display: block;
	overflow: hidden; visibility: hidden;
	height: 0;
}

/* IEmac hack \*/
.container { display: block; }
* html .container { height: 1%; }
/* */

@media print {
}
