@charset "utf-8";
/* CSS Document */

body
{
	font-size:12px;
	line-height:18px;
}

#page-loading, 
#photo-loading,
#dots,
#header ul li,
#cat ul li a,
#cat h2,
#photo-number
{
	display:none;
}
#header ul li.selected,
#cat ul li a.selected
{
	display:block;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
}
#cat ul li a.selected,
#cat .text-contents h2
{
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	margin-bottom:10px;
}
#cat p
{
	margin-bottom:10px;
}
#header h1
{
	font-size:14px;
	margin-bottom:10px;
}
#header
{
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #C5C5C5;
}
#footer
{
	margin-top:20px;
	padding-top:10px;
	border-top:1px solid #C5C5C5;
	font-size:11px;
	line-height:17px;
}

/* override dynamically generated styles */
.jScrollPaneContainer,
.scrolling
{
	width:auto !important;
	height:auto !important;
	position:relative !important;
	left:0 !important;
	top:0 !important;
	right:auto !important;
	bottom:auto !important;
}