*
{
	font-family: Arial;
	font-size: 14px;
	color: #222;
}

a { color: #222; }
a:hover { color: blue; }


body
{
	margin: 0px;
	padding: 0px;
	background-color: silver;
}

body.index
{
	background-color: silver;
}

#desktop
{
	position: fixed;
	left: 0; top: 0; right: 0; bottom: 0;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	filter: opacity(20%)
}



/* menu */

.menu
{
	position: fixed;
	display: block;
	top: 0;
	padding: 0;
	margin: 9px 9px 0;
}

.menu li
{
	display: inline;
	margin-right: 50px;
}
.menu li:last-child { margin-right: 0; }

.menu#orderOptions { left: 0; }
.menu#info { right: 0; }


.menu li span#menuItemOnView
{
	font-size: 12px;
	color: #555;
}

.menu li a
{
	font-size: 12px;
	color: #555;
	text-decoration: underline;
}

.menu li a:hover
{
	color: blue;
}



/* work lists */

.titleBar
{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background-color: rgba( 51, 51, 51, 0.95 );
	padding: 2px 4px;
	font-size: 10px;
	color: white;
	height: 16px;
	width: 300px;
	pointer-events: none;
	box-sizing: border-box;
}

#backgroundImageCaption
{
	position: fixed;
	bottom: 10px;
	right: 10px;
}

#backgroundImageCaption a
{
	font-size: 12px;
	color: #222;
	text-decoration: underline;
}

#backgroundImageCaption a:hover
{
	color: blue;
}


ul#threads-of-works
{
	margin: 0;
	padding: 0;
}

ul.workList
{
	margin: 0 50px 0 0;
	padding: 0;
}

ul.workList li
{
	position: relative;
	width: auto;
	margin: 35px 0 0 35px;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

ul.workList li img
{
	z-index: 1;
	width: 300px;
	box-shadow: 0px 3px 10px #333;
}

ul.workList .worktitle, ul.workList .date, ul.workList .collection
{
	display: none;
}



/* content list */

ul#content
{
	padding: 0px;
	margin: 50px 0px 50px 35px;
}

ul#content li
{
	display: block;
	list-style: none;
	margin: 0 0 5px 0;
}

ul#content li img
{
	display: block;
	list-style: none;
	margin: 0 0 5px 0;
	max-width: 700px;
	max-height: 700px;
	height: auto;
	width: auto;
	box-shadow: 0px 3px 10px gray;
}

ul#content .listSpacer
{
	height: 20px;
}

ul#content .listSpacerLarge
{
	height: 50px;
}

ul#content.page li
{
	display: block;
	list-style: none;
	margin: 0 0 20px 0;
	width: 800px;
}

ul#content.page li.imageItem
{
	margin-bottom: 50px;
}
ul#content.page li.imageItemLast
{
	margin-bottom: 30px !important;
}


ul#content.page li
{
	color: #454545;
}

.vimeoFrame
{
	width: 700px;
	height: 500px;	
}

/* other */

#float-clear
{
	clear: both;
	height: 150px;
}

#mc_embed_signup { max-width: 350px; }
#mc_embed_signup form { padding: 0; }
#mc_embed_signup .button { color: black; font-size: 14px; font-weight: normal; }
#mc_embed_signup .mc-field-group .asterisk { color: black; }
#mc_embed_signup .button { border-radius: 0; }

