body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	background-image: url("images/body-background.png");
	background-color: #000;
	margin-top: 0px;
	}
	
html {
	overflow-y: scroll;
	}

h1 {
	font-size: 18px;
	color: #BD9D58;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFB619;
	margin-bottom: 2px;
	margin-top: 14px;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #BD9D58;
	margin: 0px;
	}
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	}
	
a 	{
	color: #005AFF;
	}

a:hover {
	color: #fff;
	}
	
img {
	max-width: 100%;
	max-height: 100%
	}

hr	{
	width: 100%;
	height: 4px;
	margin-bottom: 10px;
	border: 0px;
	clear: both;
	}
	
header {
	position: relative;
	display: block;
	}
	
footer {
	display: block;
	padding-bottom: 5px;
	padding-top: 15px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #CCCCCC;
	background-color: #2D2D2D;
	clear: both;
	}
	
#logo {
	z-index: 90;
	top: -5px;
	right: 18px;
	width: 270px;
	height: 86px;
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
	background-position: 2px;
	position: absolute;
	}

#wrapper {
	border-color: #2A1713;
	background-color: #2F3E3E;
	border-bottom-width: 10px;
	border-top-width: 15px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	width: 96%;	
	max-width: 960px;
	margin: auto;
	}

#content {
	color: #cccccc;
	padding: 15px;
	background-image: url("images/background.png");
	}
	
.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
	}

.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 8px;
	}
	
.artist_pic {
	color: #999999;
	background-color: #2D2D2D;
	text-align: center;
	padding: 10px;
	float: left;
	max-width: 204px;
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
.photo-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #c72727;
	line-height: 23px;
	text-align: left;
	margin-bottom: 8px;
	margin-top: 30px;
	}
	
.photo-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	grid-gap: 15px;
	}

.photo img {display: block;}

.cycle-slideshow {
	z-index: 80;
	}
	
.slide-container {
	max-width: 570px;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.links {
	float: right;
	padding: 20px;
	margin-left: 10px;
	margin-bottom: 8px;
	background-color: #2D2D2D;
	}
		
.sig {
	font-size: 11px;
	width: 96%;
	text-align: right;
	max-width: 960px;
	margin: auto;
	color: #BD9D58;
	}
	
.clearer {
	clear: both;
	max-width: 920px;
	}

	
.skip-link {
    position: fixed;
    top: -300px;
    padding: 6px;
    background-color: #fff;
    color: #000;
    display: inline-block;
    z-index: 9999;
    }
    
.skip-link:focus {top: 5px;}
	
	
	
/*****************************Navigation******************************/
	
nav {
	max-width: 65%;
	position: absolute;
	z-index: 95;
	top: 6px;
	left: 0px;
	background-position: 2px;
	float: left;
	text-decoration: none;
	font-size: 18px;
	text-shadow: 2px 2px #ff0000;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 8px;
	}

nav a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: inline-block;
	}

nav a:hover {
	color: #f6c963;
	text-decoration: none;
	background-color: #000;
	}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	height: auto;
	/*justify-content: space-around; */
	}

nav ul li {
	padding: 1px 10px 3px 10px;
	flex: auto;
	text-align: center;
	margin: 0;
	line-height: 32px;
	}

nav ul li:hover {
	background-color: #000;
	text-decoration: none;
	}


@media screen and (max-width: 860px){
	
nav {max-width: 60%;}
	
.slide-container {
	max-width: 600px;
	float: right;
	margin-left: 0px;
	}
	
#logo {
	right: 4px;
	background-image: url("images/logo-small.png");
	width: 180px;
	height: 60px;
	}

}

@media screen and (max-width: 780px){
	
nav {
	max-width: 100%;
	background-color: #282828;
	position: relative;
	width: 100%;
	float: left;
	font-size: 18px;
	text-shadow: 2px 2px #ff0000;
	margin-bottom: 8px;
	}
}	

@media screen and (max-width: 600px){
	
nav {font-size: 16px;
	text-shadow: 2px 2px #ff0000;
	}
	
nav ul li {padding: 1px 6px 3px 6px;}

nav ul {flex-wrap: wrap;}

nav ul li {flex:1 1 25%;}

.photo-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
	grid-gap: 15px;
	}

}

/*****************************Cycle2******************************/
/******* pager **********/
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 5px; overflow: hidden;
	}
	
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; padding-right: 10px;
	}
	
.cycle-pager span.cycle-pager-active { color: #000;}
.cycle-pager > * { cursor: pointer;}


/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .5;
	}

/******* prev / next links *********/
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(images/btn-left.png) 50% 50% no-repeat;}
.cycle-next { right: 0; background: url(images/btn-right.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

.disabled { opacity: .5; filter:alpha(opacity=50); }


/*****************************Lightbox*****************************/

.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:2px;border:6px solid #000}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#000}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(js/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(js/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(js/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(js/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}