<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
   Site wide
   ========================================================================== */
html, body {height: 100%;}
body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color:#790c5a; /*#6A197D #52057B  eee 181818 202020 0a4436 c62b0f*/
	font-size:16px;
	}

img {max-width:100%;}

hr {border-top: 1px solid;}

.container {
	padding: 0 20px;
	background-color:#ffffff;
	/*box-shadow: 0 0 10px #000;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;*/
	}



.navbar-brand {
	padding-top:5px;
	height:auto;
	}
.navbar {margin-bottom:0;}
.navbar-default {background-color:transparent;}
.navbar-static-top {border:0;}
.nav-border {border-bottom: 1px solid #939499;}

.social li {display:inline-block;}
ul.social {float:right}
.clear {clear:both;}
.clear-right {clear:right;}


/* 10px gutter*/
.gutter-10.row {
  margin-right: -5px;
  margin-left: -5px;
}
.gutter-10 &gt; [class^="col-"], .gutter-10 &gt; [class^=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* 0px gutter*/
.gutter-0.row {
  margin-right: 0;
  margin-left: 0;
}
.gutter-0 &gt; [class^="col-"], .gutter-0 &gt; [class^=" col-"]{
  padding-right: 0;
  padding-left: 0;
}

footer {
	font-size: .9em;
	text-align: center;
	padding-top: 15px;
	margin-bottom: 30px;
	}

.addthis_sharing_toolbox {
	margin:10px 0 4em 0;
	}

#backtop {
	position: fixed;
	left:auto;right: 20px;top:auto;bottom: 20px;
	outline: none;
	overflow:hidden;
	color:#fff;
	text-align:center;
	background-color:rgba(0,0,0,0.74);
	height:40px;
	width:40px;
	line-height:40px;
	font-size:14px;
	border-radius:2px;
	cursor:pointer;
	transition:all 0.3s linear;
	z-index:999999;
	opacity:1;
	display:none;
}
#backtop:hover {
	background-color:rgba(204,204,204,0.74);
}
#backtop.mcOut {
	opacity:0;
}

.fancybox-caption {border-top:0px;}


/* ==========================================================================
   Site wide links FF9E4D
   ========================================================================== */
a {text-decoration:underline;}
a:link {color:#1B9AB3;}
a:visited {color:#1B9AB3;}
a:active {text-decoration: none;}
a:hover {color:#1B9AB3;}

.navbar-default .navbar-nav&gt;li&gt;a {color:#1B9AB3;text-decoration:none;}
.navbar-default .navbar-nav&gt;li&gt;a:visited {color:#1B9AB3;}
.navbar-default .navbar-nav&gt;li&gt;a:active {color:#1B9AB3; text-decoration:underline;}
.navbar-default .navbar-nav&gt;li&gt;a:hover {color:#1B9AB3;}

.navbar-default .navbar-nav li.current a, li.current a, .navbar-default .navbar-nav li.current a, li.current a:visited {color:black;}

.navbar-default .navbar-nav.social&gt;li&gt;a {color:#666666;}
.navbar-default .navbar-nav.social&gt;li&gt;a:visited {color:#666666;}
.navbar-default .navbar-nav&gt;li&gt;a:active {color:#666666;}

.social .fa-facebook:hover {color: #4060A5;}
.social .fa-twitter:hover {color: #54b2cc;}
.social .fa-google-plus:hover {color: #e64522;}
.social .fa-envelope-o:hover {color: purple;}
.social .fa-instagram:hover {color: #dc2c74;}

.fancybox-caption a:link {color:#df1e17;}
.fancybox-caption a:visited {color:#df1e17;}
.fancybox-caption a:active {text-decoration: none;}
.fancybox-caption a:hover {color:#df1e17;}

.home-specials a, .bookbox a, .interviewbox a {text-decoration:none;}
.row .portfolio.col-sm-4 a {text-decoration:none;}

.fancybox-share__links a {color:white;}


/* ==========================================================================
   Site wide text
   ========================================================================== */

.italic {font-style:italic;}
.bold {font-weight:800;}
.indent {text-indent:3em;}

h4.headings {
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 5px 0 10px 0;
	/*font-weight:500;
	font-size:2.4rem;*/
	}


.large-bold {
 font-size:1.2em;
 font-weight:800;
 text-transform:uppercase;
 margin:0;
 }

/* ==========================================================================
   Index page
   ========================================================================== */
.outer {height:100%;}

.cover {
	margin-bottom: 10px;
	margin-top: 2%;
	text-align: center;
	width: 100%;
	height: 80%;
	padding-bottom:.5em;
	}

.cover img {
	border: 1px solid #000;
	max-height: 100%;
	margin-bottom:.5em;
}


.update, .cover p {
	color: #000000;
	text-align: center;
}

.update {padding-top:1em;}

/* ==========================================================================
   Home page
   ========================================================================== */
.img-two, .img-three, .img-four, .img-six, .img-seven, .img-eight  {display:none;}

h2.homeheadings {
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.third h2.homeheadings, .fourth h2.homeheadings {margin-top:0;}

.home-specials {
	clear:both;
	font-family: Helvetica, sans-serif;
	font-size: 23px;
	letter-spacing: 2px;
	padding: 5px 0 0 0;
	text-align: center;
}

p.home-specials {margin-bottom:0;}

.home-ads .row.bottom{margin-bottom:10px;}

.home-ads {text-align:center;}

.three h2 {margin-top:0;}

.fourth iframe {margin-left:5px; overflow:hidden;}

.news h6 {
	font-weight:600;
	font-size:.9em;
	margin-bottom:.2em;
	}

.news a {word-break: break-all;}

.border {
	border-bottom: 1px solid #d6d6d6;
	padding-bottom:10px;
	margin-bottom:10px;
}

.bookbox, .featuredbox {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom: 1px solid #d6d6d6;
}

#instafeed .col-sm-2 {margin-bottom:20px;}

.article-author {
	font-family: Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:2px;
}

.article-title {
	font-family: Helvetica, sans-serif;
	font-size:18px;
	letter-spacing:1px;
	line-height:1em;
}

.smtitle2 {line-height: 1.25em;}

.portfolio {margin-bottom:20px;}

/*rss feed*/

.rss-item-image {padding-bottom:1em;}
.rss-item-date {
	font-style:italic;
	font-size:.75em;
}

#rss article {
	margin-bottom:2em;
	word-break: break-all;
	}


/* ==========================================================================
	Portfolio issue
   ========================================================================== */
/*Home page */
.featuredbox.portfolio-six, .featuredbox.portfolio-eight {
	padding-bottom:0px;
	margin-bottom:0px;
	border-bottom: 0px solid #d6d6d6;
}
.portfolio-eight {
	text-align: center;
}

.no-gutter {
	padding-right:.5em;
	padding-left:0;
}

/*this is on the home page for the portfolio image/text's*/
.row .portfolio.col-sm-4 {
	text-align:center;
	margin-bottom:25px;
	font-size:1.5em;
	line-height:1em;
	}

.portfolio span.bold {
	font-size:1.5em;
	line-height:1em;
	}

.portfolio-title{
	font-size:1.5em;
	line-height:1em;
	}

.portfolio a:link {color:#000000;text-decoration: none;}
.portfolio a:visited {color:#000000;}
.portfolio a:active {color:#000000;}
.portfolio a:hover {color:#000000;text-decoration: underline;}

.portfolio a:link .portfolio-title {color:#1B9AB3;}
.portfolio a:visited .portfolio-title {color:#1B9AB3;}
.portfolio a:active .portfolio-title {color:#1B9AB3;}
.portfolio a:hover .portfolio-title {color:#1B9AB3;}


/*Featured page used for Portfolio issues*/
.featured span.bold {
	font-size:1.5em;
	}

img.featured {padding-bottom:10px;}

.featured-portfolio a {text-decoration: none;}
.featured-portfolio a:link {color:#000000;}
.featured-portfolio a:visited {color:#000000;}
.featured-portfolio a:active {color:#000000;}
.featured-portfolio a:hover {color:#000000;text-decoration: underline;}

.featured-portfolio a:link .portfolio-title {color:#1B9AB3;}
.featured-portfolio a:visited .portfolio-title {color:#1B9AB3;}
.featured-portfolio a:active .portfolio-title {color:#1B9AB3;}
.featured-portfolio a:hover .portfolio-title {color:#1B9AB3;}

/* ==========================================================================
   Featured artist page
   ========================================================================== */
/* ---- grid ---- */

.grid .col-sm-2 {
	padding-left:0px;
	padding-right: 0px;
}

.grid img {padding:5%;}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.featuredtext div {padding:0 1.5em;}

.featuredtext:after {
  content: "";
  display: table;
  clear: both;
}

.regular {padding-bottom:20px;}

.fancybox-caption {border-top:0px;}


/* ==========================================================================
   Group exhibition page
   ========================================================================== */

.groupexhibit {
	padding: 0 0px 20px 0px;
	text-align: center;
}
.groupspace {
	padding: 5px;
}

h1.smheading {
	float:right;
	padding: 5px 0 10px 0;
	margin: 10px 0;
	font-size:18px;
	}

h4.headings {
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 5px 0 10px 0;
	/*font-weight:500;
	font-size:2.4rem;*/
	}

.group .container {padding: 0;}

.justified-gallery img {padding:5%;}

.groupexhibit.justified-gallery {clear:both;}



 /* ==========================================================================
   Submissions page
   ========================================================================== */
 h3.grey {
	background-color: #CCC;
	padding: 2px 0 2px 4px;
	font-size: 1.1em;
	margin-top:0;
}

.issue {
	margin: 0px 10px 10px 10px;
	padding: 15px;
	border-style: solid;
	border-width: 1px;
}
.issue p {
	padding-left:4px;
	margin-bottom:.5em;
}

.instructions {letter-spacing:1px;}

.subad {text-align:center;}

/* ==========================================================================
   Archive page
   ========================================================================== */

   img.archive {
	margin: 5px 0px;
	display:block;
   }


   .archive-issue {
		padding-right:15px;
		padding-left:15px;
		padding-bottom:15px;
		}

/* ==========================================================================
   Links page
   ========================================================================== */
.links p {margin:0; padding:0;line-height: 1.5em;}

.links-headings {
	font-size:1.3em;
	/*font-family: Helvetica, Verdana, Arial, "sans serif";*/
	text-transform: capitalize;
	line-height: 1.25em;
	margin:0 0 2px 0;
	}

.links .col-sm-6 {padding-left:2%;}

/* ==========================================================================
   Blog
   ========================================================================== */
/*columns and space under a post*/
.blog .col-sm-9 {
	padding-left:10px;
	padding-right:10px;
	border-right: 1px solid #d6d6d6;
}

.blog .col-sm-3 {
	padding-left:25px;
	}

.hentry {
	margin-bottom:70px;
	}

/*general text*/
.blog h4.headings {
	padding-bottom:0px;
	margin-bottom:0px;
	}

h4.headings a:link, h4.headings a:visited {
	color:#000000;
	}

h3.entry-title {
	letter-spacing:1px;
	font-weight:normal;
	font-family: Helvetica;
	font-size:1.8em;
	color:#000000;
	}

h3.entry-title a:link, h3.entry-title a:visited {
	color: #000;
	}

h3.entry-title a:active, h3.entry-title a:hover {
	color:#c2549d;
	}

/*used on tag, category, author pages*/
.blog-sub-headings {
	color:#000000;
	font-weight:bold;
	font-size: 14px;
	padding-top:15px;
	}
.blog-sub-headings span {
	color:#333;
	font-size: 16px;
	font-style:italic;
	font-weight:normal
}

.blog .col-sm-3 h3 {font-size: 18px;}
.blog .col-sm-3 label.screen-reader-text {display:none;}

/*entry title hover color changes with each issue*/
h3.entry-title a:hover {
	color:#ff7a01;
	}

.blog h2 {
	font-size:1.6em;
	max-width:675px;
	margin-left:auto;
	margin-right:auto;
	}

.blog .row .col-sm-9 .hentry p.entry-meta {
	font-size:12px;
	color:#777777;
	margin-left:0;
	margin-right:0;
	}

.blog-sub-headings span a:link {color:#777;}
.blog-sub-headings span a:visited {color:#777;}
.nav-previous a:link {color:#777;}
.nav-previous a:visited {color:#777;}
.nav-next a:link {color:#777;}
.nav-next a:visited {color:#777;}


/* navigation for previous and next posts*/
.nav-posts .nav-previous a:before {
	content: '\2190\00a0';
}
.nav-posts .nav-next a:after {
	content: '\00a0\2192';
}
.nav-posts {
	padding:20px 0px;
	font-size:12px;
	margin-bottom:3em;
	}
.nav-posts a:link, .nav-posts a:visited {
	color:#777777;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-next:after {
  content: "";
  display: table;
  clear: both;
}

/* Images &amp; Image Captions*/
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width &gt;attributes are scaled correctly */
}
img.size-full {
    max-width: 100%;
    width: auto; /* Prevent stretching of full-size images with height and &gt;&gt;width attributes in IE8 */
}
  .wp-caption {
    /* Force the box to be 100% */
    width: 100% !important;
    text-align:center;
  }

.blog img {padding:20px 0px 5px 0px;}

.wp-caption-text {
	color: #888;
    font-size: 11px;
    margin-bottom:25px;
    padding-left:0px;
    padding-right:0px;
    text-align:center;
    }

.blog .row .col-sm-9 .hentry p {
	max-width:675px;
	margin-left:auto;
	margin-right:auto;
	}

.blog .row .col-sm-9 .hentry p.wp-caption-text {
	max-width:100%;
	}

/*author profile section on blog posts*/
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 0px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 75px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.blog #author-avatar img {padding:0;}

/*comment form*/
p.comment-form-comment textarea#comment{
	width:100%;
	}

/*widgets and widgets area*/
select#cat {width:100%;}

.blog .col-sm-3 ul {list-style-type:none;}
.blog .col-sm-3 ul {padding-left:0;}

#taxonomy_list_widget_list_2 {font-size:1.3em;}
#taxonomy_list_widget_list_3 {font-size:.9em;}

/*share tools at bottom of post*/
#content div.sharedaddy, #main div.sharedaddy, div.sharedaddy {margin-top:20px;}

/*twitter widget*/
.timeline-Footer {display:none;}

/* ==========================================================================
   About page
   ========================================================================== */
.about-text {max-width:625px; margin-left:15px;}
.about-text p {margin:0; padding:0;}
.about-text h3 {margin-top:1.5em;}
.list {
	margin-top:10px;
	list-style: disc;
	}

ul.people {
	list-style-type:none;
	padding-left:0em;
}
.people li {margin-bottom:.1em;}

.about-text h3 {
	letter-spacing:.5px;
	}


 /* ==========================================================================
   Media Queries
   ========================================================================== */

/* group justified gallery style for mobile to turn it off*/

  @media (max-width: 450px) {
	.justified-gallery &gt; a,
	.justified-gallery &gt; div,
	.justified-gallery &gt; figure {
	  position: relative;
	  opacity: 1;
	}

	.justified-gallery &gt; a &gt; img,
	.justified-gallery &gt; div &gt; img,
	.justified-gallery &gt; figure &gt; img,
	.justified-gallery &gt; a &gt; a &gt; img,
	.justified-gallery &gt; div &gt; a &gt; img,
	.justified-gallery &gt; figure &gt; a &gt; img {
	  position: relative;
	  top: 0%;
	  left: 0%;
	  filter: "alpha(opacity=1)";
	  opacity: 1;
	  padding-bottom:5%;
	}

   }








/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.img-two, .img-three, .img-four, .img-six, .img-seven, .img-eight {display:block;}

	.navbar-nav {font-size:14px;}

	ul.people {padding-left:4em;}
	h4.headings, h1.smheading  {font-size:3rem;}
	.hentry {margin-bottom:120px;}
	.group .container {padding: 0 20px;}
	.portfolio {margin-bottom:0px;}

	.featuredbox .row, .featured-portfolio .row {
		padding-bottom:15px;
		}

	/*this is on the home page for the portfolio image/text's*/
	.row .portfolio.col-sm-4 {
		text-align:left;
		margin-bottom:25px;
		font-size:1.3em;
		line-height:1.3em;
		}
	.row .portfolio.col-sm-4 a {text-decoration:none;}

	.portfolio span.bold {
		font-size:1em;
		}
	.portfolio-title{
		font-size:.9em;
		line-height:.8em;
		}

	/*Featured page used for Portfolio issues - 6 portfolios*/
	.featured .row .col-sm-4 {
		margin-bottom:25px;
		font-size:1.3em;
		line-height:1.1em;
	}

	.featured span.bold {
		font-size:1.2em;
		}

	img.featured {padding-bottom:5px;}

	/* Archive page */
		.archive-row {
	   		display:flex;
	   		flex-wrap:wrap;
   		}

		.archive-issue {
			flex-basis:25%;
			display:flex;
			flex-direction:column;
		}


	}



 @media (min-width: 992px) {
 	.bookbox, .featuredbox {
		padding-bottom:0em;
		margin-bottom:0px;
		border-bottom: 0px solid #d6d6d6;
	}
	.home ads {text-align:left;}
	.subad {text-align:left;}

	.navbar-nav {font-size:1em;}

	.featuredbox .row, .featured-portfolio .row {
		padding-bottom:10px;
		}

	.news::-webkit-scrollbar, #rss::-webkit-scrollbar {
		width: 10px;
		height:30px;
	}
	.news::-webkit-scrollbar-thumb, #rss::-webkit-scrollbar-thumb {
		border-radius: 1px;
		background-color: rgba(0, 0, 0, .3);
		-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
		height:100px;
		}
/*rss feed*/
	#rss {
		max-height: 350px;
		overflow: auto;
		overflow-y: scroll;
		overflow-x:hidden;
		}

	.rss-item-image {
		padding-bottom:0em;
		float: left;
    		width: 30%;
    		padding-right: .5em;
		}
	#rss article::after{
  		content: "";
  		clear: both;
  		display: table;
		}



	.news {
		max-height: 350px;
		overflow: auto;
		overflow-y: scroll;
		overflow-x:hidden;
		}

}
 @media (min-width: 1115px) {

 }
</pre></body></html>