*{
	margin:0;
	padding:0;
}
body{
	font-family:Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	background-color:#000;
	overflow:hidden;
}
h1{
	margin:20px;
	font-size:40px;
}

.profileImage {
	float:left;
    margin-right:10px
}

.subcontent p {
	float:left
}

.overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:transparent url(../images/pattern.png) repeat-x bottom left;
	opacity:0.3;
}
.gallery img.mainImage{
	/*left:0px; - default values commented out as it does not suit elsas preferable way of showing the paintings.*/
	/*width:100%;*/
	height: 100%; /* added to ensure full height of picture is shown */
	right: 0px; /* to make images show from the right */
	position:absolute;
	top:0px;
	width: auto; /* defaulting with property */
}
ul.navigation{
	position:absolute;
	/*width:100%;*/
	top:140px;
	left:-300px;
	list-style:none;
	overflow-y:scroll;
	right:-30px
}
ul.navigation li {
	float:left;
	clear:both;
	margin-bottom:8px;
	position:relative;
	width:100%;
}
ul.navigation li span.paintingClassName{
	background-color:#000;
	float:left;
	position:relative;
	line-height:50px;
	padding:0px 20px;
	-moz-box-shadow:0px 0px 2px #000;
	-webkit-box-shadow:0px 0px 2px #000;
	box-shadow:0px 0px 2px #000;
}
ul.navigation li span.collapsed,
ul.navigation li span.expanded{
	position:absolute;
	margin-left:15px;
	width:40px;
	height:50px;
	cursor:pointer;
	-moz-box-shadow:0px 0px 2px #000;
	-webkit-box-shadow:0px 0px 2px #000;
	box-shadow:0px 0px 2px #000;
}
ul.navigation li span.collapsed{
	background:#000 url(../images/icons/down.png) no-repeat center center;
}
ul.navigation li span.expanded{
	background:#000 url(../images/icons/up.png) no-repeat center center;
}
.paintingClassWrapper{
	display:none;
	position: absolute;
    width:100%;
    height:126px;
    overflow-y:hidden;
	top:50px;
    left:0px;
}
.paintingClassThumbs{
    height:126px;
    margin:0;
    margin-left:20px;
    visibility:hidden
}
.paintingClassThumbs img{
    float:left;
    margin:3px 3px 0px 0px;
    cursor:pointer;
	-moz-box-shadow:1px 1px 5px #000;
	-webkit-box-shadow:1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.loadingIndicator{
	position:fixed;
	top:10px;
	right:0px;
	background:#000 url(../images/icons/loader.gif) no-repeat 10px 50%;
	padding:15px 40px 15px 60px;
	-moz-box-shadow:0px 0px 2px #000;
	-webkit-box-shadow:0px 0px 2px #000;
	box-shadow:0px 0px 2px #000;
	opacity:0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.paintingClassesAbout{
	display:none;
	position:absolute;
	top:50px;
    left:150px;
	opacity:1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.subcontent{
	background:#000;
	padding:30px;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
	display:inline-block
}

#facebook {
	right: 10px;
	bottom: -100px;
	position: absolute;
}

#facebookContent {
	position: relative;
	margin-top: 5px;
	margin-left: 5px;
}

#facebookTransparancy {
	position: absolute;
	top: 0;
	left: 0;
	background: none repeat scroll 0 0 #efefef;
    opacity: 0.6;
    -moz-box-shadow: 0 0 10px #000000;
    width: 300px;
    height: 35px;
}
span.reference{
	font-family:Arial;
	position:fixed;
	left:10px;
	bottom:10px;
	font-size:11px;
}
span.reference a{
	color:#aaa;
	text-decoration:none;
	margin-right:20px;
}
span.reference a:hover{
	color:#ddd;
}

.paintingClassName {
	cursor:pointer
}

.paintingClassName a {
	color:#aaa;
}

p a {
	color:#aaa
}

.unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
}

* {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	user-select: none
}

