/* CSS for item detail pages */
.panel  {
	border: 0 ;
}
.item-info  {
	border: 0;	
	background-color: #fff;
	text-shadow: 0;
	border-color: #fff;
	list-style:none;
}
.list-group-item {
	padding: 0;
	margin: 0;	
}
.item-spacer {
	height: 8px;
}
#enlarge-link { 
	margin:3px; 
}
.item-panel {
	margin-top: 10px;
	background-color: #fff;
	color: #000;
}
.works-link {
	font-size: .7em;
	font-weight: normal;
	padding-left: 25px;
}
h2, h3, h4 {
	margin: 0;
	padding 0;
}
h2 {
  color: #990000;
  font-size: 1.6em;	
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
	margin-top: 5px;
}

/* Ensure Cloud Zoom zoom image is above Fancy Box */
.cloudzoom-zoom-inside {
	z-index:10000;
}
#page-image:hover {
	cursor: pointer;	
}

/* inquire */
.input-group[class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}
#ajaxStatus, #inquireStatus {
	color: #990000;
}
.st_facebook_custom{
	background: url("images/social/facebook.png") no-repeat scroll left top transparent;
	padding:0px 16px 0 0;
	margin-right: 10px;
}
.st_twitter_custom{
	background: url("images/social/twitter.png") no-repeat scroll left top transparent;
	padding:0px 16px 0 0;
	margin-right: 10px;
}
.st_pinterest_custom{
	background: url("images/social/pinterest.png") no-repeat scroll left top transparent;
	padding:0px 16px 0 0;
	margin-right: 10px;
}



