/* <!-- */

@font-face {
    font-family: 'bebas';
    src: url('fonts/bebasneue-webfont.eot');
    src: url('fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue-webfont.woff2') format('woff2'),
         url('fonts/bebasneue-webfont.woff') format('woff'),
         url('fonts/bebasneue-webfont.ttf') format('truetype'),
         url('fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
	margin:0;
	padding:0;
	background-color:#000;
}

#cover {
	width:94%;
	margin:auto;
	background-size: cover;
	-moz-box-shadow:    inset 0 0 50px #464646;
   	-webkit-box-shadow: inset 0 0 50px #464646;
   	box-shadow:         inset 0 0 50px #464646;
   	border: 10px solid #eee;
	}

#header {
	width:90%;
	margin:auto;
	margin-top:20px;
}

#header span.nav {
	text-align: center;
    font-family: bebas, sans-serif;
    font-size: 2em;
    width:150px;
    margin:30px;
}

#header a {
	text-align:left;
}

#navGroup { text-align: center; }

#header div.nav a {
	color: #e8ffb1;
	text-decoration:none;
}

#header span.nav a {
	/*display:inline-block;*/
	/*width:150px;*/
}

#header div.nav a:hover {
	text-decoration:underline;
}

#footer {
	clear:both;
	float:left;
	width:100%;
}
#footer p {
	margin-left:2%;
	padding-right:2%;
}

/* ------ visual styling ------- */

#cardHolder {
   /* Prevent vertical gaps */
   line-height: 0;
   -webkit-column-count: 2;
   -webkit-column-gap:   0px;
   -moz-column-count:    2;
   -moz-column-gap:      0px;
   column-count:         2;
   column-gap:           0px;
   width:90%;   
   margin:auto;
}

@media (max-width: 850px) {
  #cardHolder {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}

.card { 
	background-image:url(images/eee.jpg); 
    background-repeat: no-repeat;
    background-size: 98% 100%;
    background-position: center center;
    padding-bottom: 10px;
    width: 94%;
  	height: auto !important;
  	margin: 10px;
  	line-height: normal;
  	display: inline-block;
}

.card h2 { margin-top: 5px;}

h1 {			/* this is for the headers for author / title / keyword pages */
	font-size: 4em;
	font-family: "bebas", sans-serif;
	font-weight:normal;
	text-shadow:1px 1px 1px #193C03;
	color: #fff1a3;
	padding: 16px 10px 9px 25px;
	position:relative;
	top:7px;
}

h2 {
	font-size: 2em;
	font-family: "bebas", sans-serif;
	font-weight:normal;
	text-shadow:1px 1px 1px #193C03;
	color: #fff1a3;
	background: #3f9e00; /* Old browsers */
	background: -moz-linear-gradient(top, #3f9e00 0%, #307700 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3f9e00 0%,#307700 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3f9e00 0%,#307700 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f9e00', endColorstr='#307700',GradientType=0 ); /* IE6-9 */
	padding: 16px 10px 9px 25px;
	position:relative;
	top:7px;
}

h2.list {
	background: none;
    padding-left: 0px;
    font-size: 2.5em;
    border-bottom: 1px solid #fff1a3;
}

h2.list a, h2.list a:hover {
	color:#fff1a3;
	text-decoration:none;
}

h3#author, h3#location  {
	background:transparent;
	color:#055f0c;
	text-shadow:none;
	font-family: "bebas", sans-serif;
	margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 16px;
}

h3#author { font-size:30px; }
h3#location { 
	font-size:20px; 
	margin-bottom:15px;
}

h3 { 
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-weight: normal;
	font-size:22px;
	text-transform: uppercase;
	color: #0081ab;
	padding-left:28px;
}

hr {
	width:75%;
	margin:auto;
}

p {
	text-align: justify;  
    -moz-text-align-last: left; /* Code for Firefox */
    text-align-last: left;
    padding: 0px 6%;
}

#ref

.card p:last-child {   /* because of the weird background stuff, we need to set the padding for the last one to compensate */
	padding-bottom: 4%;	
}

a { 
	color:#06aa13;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}


a#begin, #cboxLoadedContent a {
	width:90%;
	margin:auto;
	margin-bottom:20px;
	display:block;
	height:53px;
	background-color:#95d302;
	font-family: "bebas", sans-serif;
	text-align:center;
	color:#fefee3;
	text-shadow: 1px 1px 4px #628A04;
	line-height: 50px;
    font-size: 35px;
	}

a#begin:hover {
	text-decoration:none;
	color:#FFFF00;
}

.tags {
	font-family: "bebas", sans-serif;
	text-transform: uppercase;
	color:#055f0c;
	margin-left:25px;
	padding:0px;
	}

#authorbox hr {
	height: 9px;
    background-color: #055f0c;
    margin-left: 25px;
    margin-bottom: 15px;
}

/* front page styles */

.clearFloat {
	width:1px;
	height:1px;
	clear:both;
}

#indexContainer {
	width:80%;
	margin:auto;
}

#indexContainer {
   /* Prevent vertical gaps */
   line-height: 0;
   width:80%;
   -webkit-column-count: 7;
   -webkit-column-gap:   0px;
   -moz-column-count:    7;
   -moz-column-gap:      0px;
   column-count:         7;
   column-gap:           0px;
}

#indexContainer.bots {
  -webkit-column-count: 6;
  -webkit-column-gap:   0px;
  -moz-column-count:    6;
  -moz-column-gap:      0px;
  column-count:         6;
  column-gap:           0px;
}

@media (max-width: 1200px) {
  #indexContainer {
  -moz-column-count:    7;
  -webkit-column-count: 7;
  column-count:         7;
  }
}
@media (max-width: 1100px) {
  #indexContainer {
  -moz-column-count:    6;
  -webkit-column-count: 6;
  column-count:         6;
  }
  #indexContainer.bots {
  -moz-column-count:    5;
  -webkit-column-count: 5;
  column-count:         5;
  }
  #header span.nav { font-size: 1.5em; }
}
@media (max-width: 1000px) {
  #indexContainer {
  -moz-column-count:    5;
  -webkit-column-count: 5;
  column-count:         5;
  }

  #header span.nav { margin:20px; }
}
@media (max-width: 900px) {
  #indexContainer {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
  #indexContainer.bots {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 800px) {
  #indexContainer {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 600px) {
  #indexContainer {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
  #indexContainer.bots {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 500px) {
  #indexContainer {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #indexContainer {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
  #indexContainer.bots {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}


/*
#indexContainer div.work {
	margin: 5px;
	background-color:green;
	background-size: cover;
	background-position: center center;
	width:125px;
	min-width:104px;
	height:40px !important;
	border: 3px solid #646464;
	box-shadow: inset 0px 0px 23px rgba(0, 0, 0, 0.52);
	float:left;
	cursor: pointer;
	overflow:hidden;
}
*/

#indexContainer div.work, #indexContainer #collections div {
	margin:5px;
	display: block;
    width: 91%;
    cursor: pointer;
}

#indexContainer img {
	width: 100% !important;
  	height: auto;
  	border: 3px solid #646464;
  	box-shadow: inset 0px 0px 23px rgba(0, 0, 0, 0.52);
  	cursor: pointer;
}

div#title {
	background-color: #95d302;
    border: 3px solid #95d302;
    font-family: "bebas", sans-serif;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.32);
    font-size: 1.8em;
    margin: 5px;
    padding: 24px 0px;
    line-height: 1em;
}
div#title span {
	text-shadow: none;
	color: black;
	position: relative;
	top: 7px;
}
div#link {
	background-color: #95d302;
    font-family: "bebas", sans-serif;
    text-align: center;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.32);
    font-size: 1.4em;
    margin: 5px;
    border: 3px solid #95d302;
    margin-top: 7px;
}
div#link a {
	color: white;
}
div#link img {
  border:none;
}

div.work:hover {
	box-shadow: inset 0px 0px 36px rgb(245, 223, 114);
}

#collections {
	background-color: transparent;
    border: none;
    text-align:center;
    margin:auto;
}
/*
#indexContainer #collections div {
    border: 3px solid #646464;
    line-height: 1.6em;
}
*/
.collection h2  {
	background: none;
    color: white;
    font-size: 2em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.46);
    padding: 0px;
    font-size: 1.4em;
    top:0px;
}

.collection h2 a {
	color:white;
}

.collectionBody #footer p {
	margin-left:0px;
	padding: 0 6%;
}

#popup {
	background-color:#95d302;
	max-width: 500px;
	padding-bottom:1px;
}

#popup h2 {
	background: none;
    color: white;
    font-size: 2em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.46);
    margin-bottom: 0px;
    width:75%;
}
#popup h3 {
	margin: 0px;
    font-family: "bebas", sans-serif;
    color: black;
    margin-top: 5px;
}
#popup a {
	display: block;
    width: 16%;
    background-color: #547109;
    height: 30px;
    text-align: center;
    padding-top: 15px;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.44);
    text-transform: uppercase;
    font-family: "bebas", sans-serif;
    text-decoration: none;
    font-size: 1.3em;
    float: right;
}

#pointer {
	background-image:url(images/pointer.png);
	width: 35px;
	height: 18px;
	position:absolute;
}

#returnLink {
	font-family: "bebas", sans-serif;
	padding: 17px 0px;
    display: block;
    font-size: 1.5em;
	}

span:lang(ar) {
	font-family: 'Amiri', serif;
}

/* this makes sure nothing shows if we don't have info for it */
#location, #tags, #begin, #artistCard, #artistStatementLabel, #statementText, #bioLabel, #authorbio, #downloadsCard, #copyrightInfo, #license, #techCard, #instrLabel, #instructions, #reqLabel, #requirements, #editorialCard, #editorialStatement, #addendaCard, #prevPubLabel, #previousPub, #furtherRefLabel, #ref { display:none; }

#downloadsCard #sourceLink {
  font-size:1.2em;
}

#footer #editorialCard {	/* editorial cards on collections pages */
	width:80%;
	margin:auto;
	display:block;
  margin-top: 30px;
}

#footer #editorialCard h2 {
	font-size: 2em;
}

#header #editorialStatement { 
	display:block;
	width: 90%;
    margin: auto;
}

#header #editorialStatement p {
	margin:0px;
	padding:0px;
	padding-bottom:16px;
}

#list h3 {
	padding-left: 0px;
    margin-bottom: 0px;
}

#list h4 {
    margin-top: 10px;
    margin-left: 30px;
    margin-bottom:40px;
    color: #06aa13;
}

.listRecord p {
	padding:0px;
	color:#fff1a3;
}

#about #editorialStatement p {
	color:#C3C3C3;
}

#editorialStatement h2 {
	background: none;
	border-bottom: 1px solid #fff1a3;
	padding-left:0px;
}

#editorialStatement h3 {
	padding-left:0px;
}

#editorialStatement li {
	color:#C3C3C3;
}

#license {
  margin-top:10px;
}

#workBody #footer {
  width:86%;
  margin:auto;
  float:none;
  margin-bottom:15px;
}

body#frontPage #footer, body#about #footer {
  width: 80%;
  margin: auto;
  margin-top:10px;
  text-align: right;
  float: none;
  }

/* --> */