@charset "utf-8";
/* CSS Document */
#myContentHolder {
	box-sizing: border-box;	
}
.editArtHolder {
	position:absolute;
	z-index:10;
	right:0px;
}
ul#editArt {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#editArt li > a {
    background: #FFF;
    border: 1px solid #ccc;
    color: #333333;
    list-style: outside none none;
    padding: 5px;
    text-decoration: none;
	float: right;
	line-height: 20px;
	padding: 2px 6px;
	font-size: 14px;
}
#editArt li > a:hover,  #editArt li > a:focus,  #editArt:hover > a {
	list-style: none outside none;
	text-decoration: none;
	color: #333333;
	background-color: #F90;
	border: 1px solid #999;
}
#myHeader {
	width: 100%;
}
#artHeaderHolder { 
	width: 100%;
}
#artHeader { 

}
h1#artHeader { 
	font-size: 32px;
	text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.6);
} 


#label {
	
}
#value {
	font-weight:bold;
}
 
#artExtra {
	float:left;
	clear:both;
	width:100%;
	margin-top:10px;
}

#galleryTab {
	width:100%; 
	display:none;
	box-sizing: border-box;
}
#introText {
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
}
h3.slideText {
	color:#FFF;
	background-color: rgba(0, 0, 0, 0.5);
	width:100%;
	bottom:0px;
	left:0px;
	height:auto;
	box-sizing:border-box;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;  
	line-height: 12px;
}
h3.slideText p {

}
#mainText {
	
}
img#fullScreen { 
	max-height: 500px;
	width:100%;
}
img#normalScreen { 
	
} 

#myGalleryHolder {
	margin-top: 20px;
	display: table;
	height: auto;
	width: 100%;
	box-sizing:border-box;
}
#tileGalleryHolder {
	margin-top: 20px;
	display: table;
	height: auto;
	width: 100%;
}
.galThumbHolderOuter {
	box-sizing: border-box;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 1px;
	width: 25%;
}
.galThumbHolderInner {
	box-sizing: border-box;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
/*---------------------------------------------------------------*/
/*-----------------------------PAGINATION-----------------------------*/
/*---------------------------------------------------------------*/
.navHolder {
	box-sizing: border-box;
	clear: both;
	float: left;
	margin-top: 20px;
	width: 100%;
	margin:10px;
	padding:0px;  
} 
ul.pagenav {
	list-style-type: none;
	padding: 0;
	margin: 0; 
	margin:0 auto;
}
ul.pagenav li { 
    border: 1px solid #ccc;
    border-radius: 20px; 
}
ul.pagenav li a {
	text-decoration:none;
	font-weight:bold;
	line-height: 18px;
}
ul.pagenav li a:hover {
	text-decoration:none;
	font-weight:bold;
	line-height: 18px;
}
.pagenav-prev,
.pagenav-next {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing:border-box;
	padding:4px 10px;
	color:#666 !important;
	text-shadow:0 1px 0 #fff;border-color:#ccc #ccc #aaa!important;background-color:#e0e0e0 !important;-moz-box-shadow:inset 0 0 1px #fff;-ms-box-shadow:inset 0 0 1px #fff;-webkit-box-shadow:inset 0 0 1px #fff;box-shadow:inset 0 0 1px #fff;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffafafa,EndColorStr=#ffdcdcdc);background-image:-moz-linear-gradient(top,#fafafa 0,#dcdcdc 100%);background-image:-ms-linear-gradient(top,#fafafa 0,#dcdcdc 100%);background-image:-o-linear-gradient(top,#fafafa 0,#dcdcdc 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(100%,#dcdcdc));background-image:-webkit-linear-gradient(top,#fafafa 0,#dcdcdc 100%);background-image:linear-gradient(to bottom,#fafafa 0,#dcdcdc 100%);
	border: 1px solid;
	outline: 0;
	white-space: nowrap;
	word-wrap: normal;
	vertical-align: middle;
	cursor: pointer;
	text-decoration:none ! Important;
}
.pagenav-prev:hover,
.pagenav-next:hover {
	color:#666 !important;border-color:#aaa #aaa #999 !important;-moz-box-shadow:0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;-ms-box-shadow:0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;box-shadow:0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fff0f0f0,EndColorStr=#ffe6e6e6);background-image:-moz-linear-gradient(top,#f0f0f0 0,#e6e6e6 100%);background-image:-ms-linear-gradient(top,#f0f0f0 0,#e6e6e6 100%);background-image:-o-linear-gradient(top,#f0f0f0 0,#e6e6e6 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f0f0f0),color-stop(100%,#e6e6e6));background-image:-webkit-linear-gradient(top,#f0f0f0 0,#e6e6e6 100%);background-image:linear-gradient(to bottom,#f0f0f0 0,#e6e6e6 100%);	
}
.pagenav-prev {
	float: left;
	text-align:center;
}
.pagenav-next {
	float: right;
	text-align:center;
}
.pagenav-prev img {
	vertical-align: middle;
	padding-right: 5px;
}
.pagenav-next img {
	vertical-align: middle;
	float: right;
	padding-left: 5px;
}
.pagenav-prev span {
	text-decoration:none;
}
.pagenav-next span {
	text-decoration:none;
}
.pagenavigation_credits {
	width: 100%;
	text-align: right;
	clear: both;
	display:none;
}
.pagination {
	clear: both;
	margin-bottom: 10px;
	font-weight: bold;
}
.counter {
	text-align: right;
}
.pagination ul {
	border-radius: 0;
	box-shadow: none;
}
ul.pagination-list li a [class*="icon-"] {
	opacity: 0.3;
}
ul.pagination-list li a:hover [class*="icon-"] {
	opacity: 0.5;
}
.pagination p.pull-right {
	float: none;
	text-align: center;
}
.pagination ul {
	display: inherit;
	text-align: center;
}
.pagination a,
.pagination span {
	float: none;
	display: inline-block;
}
.pager.pagenav {
	text-align: center;
	font-weight: bold;
	list-style: none;
	background: none;
	border: none;
	color: #808080;
	margin: 0 4px;
	padding: 3px 8px;
}
ul.pager li {
	display: inline-block;
	text-decoration: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #f5f5f5;
	background-image: linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #b3b3b3;
	border-image: none;
	border-radius: 25px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin: 0 5px;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}
ul.pager li a {
	text-decoration: none;
}
ul.pager li:hover {
	background-color: #ccc;
	background-image: -moz-linear-gradient(center top, #e6e6e6, #fff);
	box-shadow: 0 0 2px #999999;
}
.system-unpublished.page-header {
	float: right;
	position: relative;
	right: 3px;
	top: 28px;
	z-index: 99;
}
.system-unpublished {
}
.system-unpublished img {
	opacity: 0.5; 
}
.label-warning {
	display: none;
}








@media (min-width:961px) {
	#artDetails {
		float:left;
		width: 33%;
	}
	#myAuthor {
		float:left;	
	}
	#myDate {
		float:left;
		clear:both;
	}
	#myVote {
		float: left;
		width: 33%;
	}
	#socialmedia {
		float: right;
		width: 33%;
		text-align: right;
	}
	#tagsHolder {
		box-sizing: border-box;
		width: 980px;
		margin: 0 auto;
		display: table;
		clear: both;
	}
	#navHolder {
		box-sizing: border-box;
		clear: both;
		width: 960px;
		margin: 0 auto;
			margin-top: 0px;
		margin-top: 20px;
		padding: 0px;
	}
	#faceComHolder {
		width: 980px;
		margin: 0 auto;
		display: table;
		box-sizing: border-box;
		clear: both;
	}
}
@media (max-width:960px) {
	#artDetails {
		float:left;
		width: 33%;
	}
	#myAuthor {
		float:left;	
	}
	#myDate {
		float:left;
		clear:both;
	}
	#myVote {
		float: left;
		width: 33%;
	}
	#socialmedia {
		float: right;
		width: 33%;
		text-align: right;
	}
	#tagsHolder {
		box-sizing: border-box;
		width: 980px;
		margin: 0 auto;
		display: table;
		clear: both;
	}
	#navHolder {
		box-sizing: border-box;
		clear: both;
		width: 960px;
		margin: 0 auto;
			margin-top: 0px;
		margin-top: 20px;
		padding: 0px; 
	}
	#faceComHolder {
		width: 980px;
		margin: 0 auto;
		display: table;
		box-sizing: border-box;
		clear: both;
	}

}
@media (max-width:481px) {
	#artDetails {
		float:left;
		width: 100%;
	}
	#myAuthor {
		float:left;	
	}
	#myDate {
		float:left;
		clear:both;
	}
	#myVote {
		float: left;
		width: 100%;
	}
	#socialmedia {
		float: left;
		width: 100%;
		text-align: left;
	}
	#faceComHolder {
		width:100%;
		float:left;
		display:table;
		box-sizing: border-box;
		clear: both;
	}
}