
body {
	margin:					0pt;
	padding:				0pt;
	height:					100%;
	font-family:			'Trebuchet MS', 'Arial', 'Helvetica', sans-serif;
}

h1, h2, h3, h4 {
	margin:					0pt;
	padding:				0pt;
	font-family:			'Verdana', 'Arial Black', sans-serif;
}

h1 {
	font-size:				250%;
}

h2 {
	font-size:				150%;
}

h3 {
	font-size:				100%;
}

acronym {
	cursor:					help;
}

q,
blockquote {
	quotes:					'\201C' '\201D' '\2018' '\2019';
	font-family:			'Garamond', 'Georgia', 'Times New Roman', 'Times', serif;
}

q:before,
blockquote:before {
	content:				open-quote;
}

q:after,
blockquote:after {
	content:				close-quote;
}

q,
blockquote {
	font-style:				italic;
}

p>q,
li>q,
div>blockquote {
	font-style:				normal;
}

p.indent {
	margin-left:			3em;
}

a {
	background-color:		inherit;
	text-decoration:		underline;
}

a:visited {
	background-color:		inherit;
	text-decoration:		underline;
}

a:hover {
	background-color:		inherit;
	text-decoration:		underline;
}

hr.accesibility {
	display:				none;
}

#canvas {
	margin:					0pt;
	padding:				0pt;
}

#pageContents {
	margin-left:			10em;
	margin-right:			1em;
	padding-left:			1em;
	padding-right:			1em;
	padding-bottom:			0pt;
	margin-bottom:			0pt;
	min-width:				34em;
	max-width:				48em;
}

#navigationMenu {
	position:				absolute;
	left:					0;
	top:					0;
	width:					8em;
	padding:				0 0 0 0;
	margin-bottom:			0em;
	font-family:			'Trebuchet MS', 'Lucida Grande', 'Verdana', 'Lucida', 'Geneva', 'Helvetica', 'Arial', sans-serif;
}

#navigationMenuMain {
	background-color:		#666;
	color:					#fff;
}

#navigationMenuBottom {
	height:					32px;
	width:					100%;
	background-color:		transparent;
	background-repeat:		no-repeat;
	background-position:	bottom right;
	background-image:		none;
}

#validationButtons {
	position:				absolute;
	width:					10em;
	margin:					1em 0 0 0;
	padding:				0 0 0 4px;
}

#validationButtons p {
	padding:				0;
	margin:					0;
}

#validationNotice {
	/*
		for accessibility.
		this block is only needed for pure text version
	*/
	display:				none;
}

html>body #navigationMenu {
	width:					10em;
}

#navigationMenu hr {
	display:				none;
}

#navigationMenu ul {
	list-style:				none;
	margin:					0;
	padding:				0;
	border:					none;
}

#navigationMenu li {
	border-bottom-color:	#000;
	border-bottom-width:	1px;
	border-bottom-style:	solid;
	margin:					0;
	list-style:				none;
	list-style-image:		none;
}

#navigationMenu li a {
	border-left-width:		10px;
	border-left-style:		solid;
	border-left-color:		#888;
	background-color:		#999;
	color:					#ccc;
	border-right-color:		#aaa;
	border-right-width:		10px;
	border-right-style:		solid;
	display:				block;
	padding:				5px 5px 5px 0.5em;
	text-decoration:		none;
	width:					100%;
}

html>body #navigationMenu li a {
	width:					auto;
}

#navigationMenu li a:hover {
	border-left-width:		10px;
	border-left-style:		solid;
	border-left-color:		#aaa;
	background-color:		#bbb;
	color:					#fff;
	border-right-color:		#ccc;
	border-right-width:		10px;
	border-right-style:		solid;
}

#navigationMenu li.current a {
	border-left-color:		#aaa;
	background-color:		#bbb;
	color:					#fff;
	border-right-color:		#ccc;
	font-weight:			bold;
}

#navigationMenu li.current a:hover {
	border-left-color:		#ccc;
	background-color:		#ddd;
	color:					#fff;
	border-right-color:		#eee;
	font-weight:			bold;
}

#navigationMenu li.admin a {
	border-left-color:		#aaa;
	background-color:		#bbb;
	color:					#fff;
	border-right-color:		#ccc;
	font-weight:			bold;
}

#navigationMenu li.admin a:hover {
	border-left-color:		#ccc;
	background-color:		#ddd;
	color:					#fff;
	border-right-color:		#eee;
	font-weight:			bold;
}

#languageSelection li {
	border-bottom-color:	#555;
	text-align:				center;
}

#languageSelection li a {
	border-left-color:		#555;
	background-color:		#666;
	color:					#ccc;
	border-right-color:		#777;
}

#languageSelection li a small {
	font-size:				75%;
	line-height:			175%;
}

#languageSelection li a span {
	color:					#fff;
}

#languageSelection li a:hover {
	border-left-color:		#bbb;
	background-color:		#ccc;
	color:					#fff;
	border-right-color:		#ddd;
}

#menuImage {
	background-color:		inherit;
	background-repeat:		no-repeat;
	background-position:	center center;
	background-image:		url(/jennie/pageicon/28);
	width:					100%;
	height:					138px;
	border-left:			10px solid #555;
	border-right:			10px solid #777;
	padding:				5px 5px 5px 0.5em;
	margin:					0px;
}

#menuImage p {
	margin:					0;
	padding:				0;
}

html>body #menuImage {
	width:					auto;
}

#copyright {
	width:					100%;
	padding:				5px 10px 10px 0.5em;
	margin:					1.5em 0 0 0;
}

html>body #copyright {
	width:					auto;
}

#copyright p {
	padding:				0;
	margin:					0;
	line-height:			80%;
}

#copyright p small {
	font-size:				70%;
}

#copyright p a {
	color:					#ccc;
}

#copyright p a:hover {
	color:					#fff;
}

div.box {
	border:					2px solid #000;
	background-color:		#ddd;
	color:					#000;
	padding:				10px;
	margin-top:				0.5em;
	margin-bottom:			1em;
	-moz-border-radius:		20px;
}

div.box ul {
	list-style-position:	outside;
	list-style-image:		url(/jennie/icon/png/bullet);
	list-style-type:		square;
	padding-left:			16px;
	margin:					2px;
}

hr.clear {
	clear:					both;
}

img.big_illustration {
	float:					right;
	width:					320px;
	height:					400px;
}

img.small_illustration {
	float:					left;
	width:					56px;
	height:					80px;
	margin-right:			4px;
}


/* Art */
div.ImageCell, div.PhotoCell {
	width:					128px;
	height:					212px;
	overflow:				hidden;
	border:					none;
	float:					left;
	margin-bottom:			8px;
	margin-right:			4px;
}

div.ImageCell p, div.PhotoCell p {
	font-size:				60%;
	font-family:			'Verdana', 'Arial', 'Helvetica', sans-serif;
}

div.ImageCell p img {
	width:					96px;
	height:					128px;
	border:					1px solid #ccc;
}

div.PhotoCell {
	width:					160px;
	height:					180px;
}

div.PhotoCell p.imgblk {
	display:block;
	margin:0;
	width:					128px;
	height:					96px;
	border:1px solid #ccc;
}

div.PhotoCell p img {
	display:block; margin:0 auto;
	width:					auto;
	height:					96px;
	border:none;
}

.zoom {
	background-repeat:		no-repeat;
	background-position:	bottom right;
	background-image:		url(/jennie/icon/png/zoom);
	display:				block;
	z-index:				10;
	position:				relative;
	top:					-24px;
	left:					72px;
	height:					32px;
	width:					32px;
	border:					none;
	margin:					0;
	padding:				0;
}

div.PhotoCell .zoom {
	left:					102px;
}

div.ImageCell p.ImageDescription {
	margin-top:				-40px;
}

div.PhotoCell p.ImageDescription {
	margin-right:8px;
}

p.EndFloat {
	clear:					both;
	visibility:				hidden;
}

h2.CollectionTitle {
	margin:					0px;
}

p.CollectionDescription {
	margin-top:				0px;
	margin-bottom:			8px;
}

p.infotext-centered {
	font-size:				75%;
	text-align:				center;
}

/* Artwork, full size */

h2.dimmed {
	color:					#666;
}

p.artwork_fullsize img {
	width:					480px;
}



form#edit_form label
{
	font-weight:bold;
}

form#edit_form input[type="text"],
form#edit_form textarea
{
	font-family: 'Verdana',sans-serif;
	font-size: 8pt;
}

form#edit_form input[type="text"]
{
	width:17em;
	margin-right:1em;
}

form#edit_form textarea
{
	width:35em;
	height:7.75em;
}

form#edit_form p { margin:0; }

form#edit_form input.wide
{
	width:35em;
}

form#edit_form input.lang
{
	width:2em;
}

form#edit_form input.date
{
	width:8em;
}

form#edit_form input.period
{
	width:6em;
}

dl.tiny dt, dl.tiny dd {
	font-size:8pt; font-family: 'Andale Mono','Courier New',monospace;
}
dl.tiny dd {
	margin-left:2em;
}
