body {
	font: normal 90%/110% Arial, Verdana, sans-serif;
	margin: 0;
	cursor: default;
	text-align: center;
	background: #fff;
	color: #000;
}

a:link { color: #0063DC; text-decoration: none; }
a:visited { color: #2E67C7; text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }



h1 {
	font: normal 150% Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	color: #840;
	margin: 0 0 .25em 0;
	padding: 0;
	border-bottom: thin solid #ddd;
}

table tr td {
	text-align: left;
	vertical-align: top;
}

div.clear {
	clear: both;
}


h1#header {
	text-align: left;
	background: #ddd;
	font: normal 170% Georgia, "Times New Roman", Times, serif;
	color: #888;
	padding: .5em 0 .6em 20px;
	margin: 0 0 20px 0;
}

h1#header a {
	color: #888;
	text-decoration: none;
}


div#container {
	max-width: 1060px;
	min-width: 56.5em;
	text-align: left;
	padding: 0 10px;
	margin: 0 auto;
}





form#searchform {
	font-size: 90%;
}

form#searchform input,
form#searchform select {
	font-size: 95%;
}

form#searchform fieldset {
	float: left;
	display: block;
	width: 49.4%;
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #ccc;
	border-bottom: none;
	border-right: none;
	border-left: none;
	background: url(bg-form.jpg) bottom left repeat-x;
}

form#searchform legend {
	padding: 0px 2px;
	margin: 0 0 0 -9px;
	font-weight: bold;
	color: #555;
}

form#searchform label {
	float: left;
	clear: left;
	line-height: 1.7em;
	color: #555;
	width: 9em;
}

form#searchform label.inline {
	float: none;
	font-size: 90%;
}

form#searchform fieldset ol {
	margin: 0;
	padding: 0;
}

form#searchform fieldset li {
	list-style: none;
	padding: 7px 15px;
	margin: 0;
	border-bottom: 1px solid #ddd;
	height: 1.7em;
}

form#searchform fieldset.searchcriteria {
	min-width: 31em;
}

form#searchform fieldset.displayoptions {
	float: right;
}

form#searchform fieldset.submit {
	clear: left;
	width: 100%;
}

form#searchform fieldset.submit input {
	float: left;
	font-size: 100%;
	margin: 7px 15px 7px 10.1em;	
}

form#searchform fieldset.submit div#notice {
	padding: 7px 15px;
	line-height: 1.6em;
}





div#notice {
	font-style: oblique;
	font-size: 110%;
}
					

div#photos { }


div.photo {
	float: left;
	text-align: center;	
	border: 1px solid #ccc;
	background: #ddd;
	overflow: hidden;
	font-size: 8.5pt;
}

div.photo:hover {
	border: 1px solid #0063DC;
}

div.highlight {
	border: 1px solid #2E67C7;
	background: #d0ddff;
}

div.square 		{ width: 75px; margin: 2px; padding: 3px; font-size: 7pt; }
div.thumbnail 	{ width: 100px; margin: 3px; padding: 3px; }
div.small	 	{ width: 240px; margin: 6px; padding: 3px; }
div.medium 		{ width: 500px; margin: 6px; padding: 6px; }
div.original 	{ }

div.photo a.img { 
	display: block;
}

div.square a.img 	{ width: 75px;  height: 75px; }
div.thumbnail a.img { height: 105px; }
div.small a.img	 	{ height: 245px; }
div.medium a.img 	{ height: 505px; }
div.original a.img 	{ }

div.photo img {
	border: none;
	padding: 0;
	margin: 0;
}

div.square img	  	{ width: 75px; height: 75px; } /* we know the size of square photos */
div.thumbnail img 	{ }
div.small img 	  	{ }
div.medium img 		{ }
div.original img	{ }

div.photo div.dimensions,
div.photo div.owner {
	padding: 1px 0;
	height: 1.2em;
	text-decoration: none;
	width: 100%;
	overflow: hidden;
}








div#pages {
	clear: both;
	padding: 5px;
	margin: 10px 0;
	text-align: center;
	border-top: 1px solid #ccc;
}

div#pages span.previous, 
div#pages span.next {
	color: #888;
	font-size: 120%;
}




div#contacts{zoom:1;}
div#contacts:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

div#contacts {
	color: #999;
	padding: 6px 2px;
}

div#contacts ul {
	list-style: none;
	padding: 0;
}

div#contacts ul li {
	float: left;
}

div#contacts ul li img {
	border-width: 0;
}



div#footer {
	font-size: 80%;
	text-align: center;
	color: #888;
	margin: 100px 0 0 0;
	padding: .5em 10px .6em 10px;
	background: #ddd;
	clear: both;
}

#footer a, #footer a:visited {
	color: #888;
}