html, body
{
	font-family: "Georgia";
	color: #6b6b6b;
	font-size: 13px;
	background: #b8b8b8;
	cursor: default;
}

a
{
	cursor: pointer;
}

p
{
	line-height: 1.7em;
	margin-bottom: 15px;
}

a:link, a:visited
{
	color: #d3590f;
	text-decoration: none;
}
a:hover
{
	color: #6b6b6b;
}
a:link.alt, a:visited.alt
{
	color: #6b6b6b;
	text-decoration: none;
}
a:hover.alt
{
	color: #d3590f;
}

/* 

	LEFT MENU

*/
ul.leftMenu
{
	margin-left: 27px;
	margin-right: 14px;
}
ul.leftMenu li.item1, ul.leftMenu li.item1-over, ul.leftMenu li.item2, ul.leftMenu li.item2-over, ul.leftMenu li.item3, ul.leftMenu li.item3-over
{
	margin: 0;
	padding: 5px 2px;
	list-style-image: none;
	list-style-type: none;
	background: url(../gfx/site/dotted.gif) bottom repeat-x;
	cursor: pointer;
}
ul.leftMenu li.item1, ul.leftMenu li.item1-over
{
	color: #646464;
	font-size: 14px;
}
ul.leftMenu li.item2, ul.leftMenu li.item2-over
{
	color: #777;
	font-size: 11px;
	padding-left: 20px;
}
ul.leftMenu li.item3, ul.leftMenu li.item3-over
{
	color: #777;
	font-size: 10px;
	padding-left: 35px;
	padding-top: 2px;
}
ul.leftMenu li.item1-over, ul.leftMenu li.item2-over, ul.leftMenu li.item3-over
{
	color: #d3590f;
	background: #e4e4e4 url(../gfx/site/dotted.gif) bottom repeat-x;
}

/* 

	CONTENT

*/
div.header
{
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 22px;
	background: url(../gfx/site/dotted.gif) bottom repeat-x;
}
span.headerEmph
{
	font-size: 22px;
	color: #d3590f;
}

div.thumbWindow, div.thumbWindow-over
{
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 10px;
	background: #eee;
	border: 1px solid #aaa;
	border-bottom-width: 2px;
}
div.thumbWindow-over
{
	background: #f4f4f4;
	cursor: pointer;
}
div.photoThumbTitle, div.videoThumbTitle
{
	padding-bottom: 5px;
	font-size: 18px;
	color: #444;
}
div.photoThumbAdded, div.videoThumbAdded
{
	font-family: "Times";
	padding-bottom: 5px;
	font-size: 12px;
}
img.photoThumb
{
	padding: 2px;
	background: #fff;
	border: 1px solid #aaa;
}
img.videoThumb
{
	background-color:#fff;
	border:1px solid #aaa;
	padding:2px;
}
div.valbumThumb
{
	width: 83px;
	height: 86px;
	background: url(../gfx/site/valbum.gif) no-repeat;
}
div.photoThumbDescription, div.videoThumbDescription
{
	font-size: 12px;
	line-height: 1.5em;
}
div.itemContainer
{
	text-align: center;
}
img.fullPhoto
{
	border: 1px solid #aaa;
}


a:link.pageSelectorLink, a:visited.pageSelectorLink
{
	padding: 0 5px;
	font-family: "Times New Roman";
	color: #6b6b6b;
	font-weight: bold;
	text-decoration: none;
}
a:hover.pageSelectorLink
{
	color: #4b4b4b;
}
span.pageSelectorActive
{
	padding: 0 5px;
	font-family: "Times New Roman";
	font-weight: bold;
	color: #d3590f;
}
a:link.prevNextLink, a:visited.prevNextLink
{
	color: #6b6b6b;
	text-decoration: none;
}
span.prevNextInactive
{
	color: #aaa;
}

h1
{
	font-size: 22px;
	font-weight: normal;
}
h2
{
	font-size: 18px;
	font-weight: normal;
}
h3
{
	font-size: 15px;
	font-weight: bold;
}