html,
body {
height:100%;
}


#header {
 position:fixed;
 top:0;
 left:0;
 height:auto;
 width:100%;
 z-index:100;
 background-color:#fff;
}

#header h1 {
 margin:15px 0 5px 20px;	
 font-size:24px;
 font-family: 'RobotoMedium', Arial, sans-serif;
}

#header a {
	 text-decoration:none;
	 color:#555;
}


#menu {
	position:fixed;
	top:50px;
	width:200px;
	z-index:100;
	padding-left:20px;
	font-size:11px;
	line-height:1em;
	height:100%;
	background-color:#fff;
	-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}




#content {
	margin-left:230px; /*menu width + padding*/
	position:relative;
	top:50px; /*height of header*/
	z-index:0;
}

#galleryWrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#gallery {
	width:auto;
	height:100%;
	/* If you don't want the images in the scroller to be selectable, try the following
	   block of code. It's just a nice feature that prevent the images from
	   accidentally becoming selected/inverted when the user interacts with the scroller. */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#gallery .image {
 /*visibility:hidden;*/
 position:relative;
 float:left; 
 margin-right:10px;
}


#page,
#contact,
#blog {
	padding-bottom:20px;	
	
}

#image {
	visibility:hidden; /*hide single image to prevent image flashing on resize on Images Controller */	
}

#image h3 {
 margin:0 0 10px 0;
 font-size:12px;
 font-weight:bold;
}

#image_text {
padding-bottom:35px;	
}

a,
#menu li {
	text-decoration:none;
	color:#555;
}

a:hover,
#menu li:hover {
	color:#0099FF;
}

a.selected,
#menu li.selected {
	font-weight:bold;
	color:#0099FF;
}

a.selected:hover,
#menu li.selected:hover {
	font-weight:bold;
	color:#28a9ff;
}





#menu ul,
#menu li,
#menu ol {
	list-style:none;
	margin:0;
	padding:0;
	cursor:pointer;
}

#menu li{
	margin-bottom:0.7em;
}

#menu ol ol{
	margin-left:20px;
	display:none;
}

#menu ol:hover; {

}

#menu ol li a {
	text-decoration:none;	
}





#artistruncredit {
	position:fixed;
	padding:10px 10px 1px 10px;
	top:0;
	right:20px;	
	background-color: #fff;
	background-color:rgba(255,255,255,0.85);
	background-color: transparent\9; /* reset the background color in IE only */
	filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr=#d8ffffff,endColorstr=#d8ffffff);
	zoom: 1; /* trigger hasLayout in IE6 */
	z-index:99999;
}

#artistruncredit h1{
	text-align:right;
	font-size:11px;
}

#artistruncredit h1 span{
	font-size:10px;
}

#artistruncredit h1 a,
#artistruncredit h1 strong{
	color:#CCC;	
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5.5-7 */
	filter: alpha(opacity=50);
	/* Netscape */
	-moz-opacity: 0.5;
	/* Safari 1.x */
	-khtml-opacity: 0.5;
	/* Modern browsers */
	opacity: 0.5;
}

#artistruncredit h1 a:hover{
	color:#555;	
}
#image_text {
position:relative;
}

#image_text #ps_socialbutton {
position:absolute;
top:0px;
right:0px;	
display:block;
margin:0;
width:67px;
height:23px;
}

.ecommerceFormButtons {
margin-bottom:5px;	
}

.ecommerceFormButtons div.addtocart {
	float:left;
	margin-right:2px;
}


#sociallinks {
	position:fixed;
	bottom:5px;	
	left:5px;
	height:30px;
	z-index:200;
}

#sociallinks a{
	margin:2px 0 0 0;
	padding:0;
}