/*BASIC STYLES*/

body, header, footer, section, article, nav, main, aside, figure, figcaption {
   display: block;
   margin: 0;
   padding: 0;
}

body {
    line-height: 1.5;
	font-size: 1rem;
	font-family: 'Roboto', 'Open Sans', sans-serif;
	background: #000000;
}

* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.clearfix	{
	clear: both;
}	

a, a:visited {
    color: inherit;
	text-decoration: none;
}

ol, ul {
    list-style: none;
}

ol.list, ul.list	{
	list-style: disc;
}

ol.list li, ul.list li	{
	list-style: disc;
	padding-bottom: .5rem;
}

ul.inline li	{
	display: inline;
}	

img {
    width: 100%;
	display: block;
	border: none;
}

/*SCREEN READER*/
.sr_only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    left: -9999px;
    top: -9999px;
}

.rti:before	{
	content: "Click to visually explore the image"; /*Explains the link for screen reader users*/
	position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    left: -9999px;
    top: -9999px;
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

.foreign	{
	font-style: italic;
}	

.important	{
	text-transform: uppercase;
}	

/*HEADER*/

h1	{	
	border: 0; 
    clip: rect(0 0 0 0); 
    height: 1px; 
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#title	{
	outline: 2px solid #e19d52;
}	

#figures	{
	margin: 1rem 2rem 1rem;
}	
	
/*NAVIGATION*/

#skip	{
	font-style: italic;
	text-align: right;
}	

nav {
	color: #e6e6e6;
	font-family: 'Roboto Condensed', 'Roboto', 'Open Sans', sans-serif;
	margin-bottom: 2rem;
}

nav > ul	{
	margin: 0;
	padding: 0 1.5rem;
}	

nav li ul	{
	margin: 0;
	padding: 0 1.5rem;
}

nav li	{
	padding: .1rem 0;
}	

nav a	{
	padding: 0 .5rem;
}

nav a:hover, nav a:focus, nav a:active, nav a.current, nav a.local_parent	{
	color: #e19d52;
}	

nav a.current_parent	{
	color: #e7b175;
}	

#menu	{
	text-align: center;
}
	
#menu a	{
	color: #e6e6e6;
	font-family: 'Roboto Condensed', 'Roboto', 'Open Sans', sans-serif;
	display: block;
}	

#menu a:hover, #menu a:focus, #menu a:active	{
	color: #e19d52;
}

/*LOCAL NAVIGATION*/

.local_nav .arrow	{
	display: none;
}	
.local_nav .current	{
	background: #e6e6e6;
}	

.local_nav li ul	{
	list-style: circle;
	margin-left: 2rem;
}

#local_nav.short	{
	border: none;
}	

#local_nav.short h4	{
	display: none;
}

#local_nav.short li ul	{
	display: none;
}	

/*NEW LOCAL ARRANGEMENT*/

.local	{
	display: none;
}

.current + .local, .current_parent + .local	{
	display: block;
}	

/*CONTENT*/

#content	{
	color: #e7b175;
	background: #272324;
	
}	

h2, h3, h4	{
	font-family: 'Roboto Condensed', 'Roboto', 'Open Sans', sans-serif;
	font-weight: normal;
}

h2 span	{
	display: block;
	font-style: italic;
	
}	

h2	{
	margin: 0;
	border-bottom: 1px solid #000000;
	padding-bottom: .5em;
}

/*h3	{
	margin-bottom: .5rem;
}*/	

h3+p, h3+ul, h3+h4, h4+p, h4+ul	{
	margin-top: 0;
}	

#content a	{
	color: #e19d52;
	color: #e6e6e6;
	border-bottom: 1px dotted #e19d52;
	border-bottom: 1px dotted #e6e6e6;
	/*font-weight: bold;*/
}

#content a:hover, #content a:active, #content a:focus	{
	border-bottom: none;
	color: #e6e6e6;
	color: #e19d52;
}	
	
.label	{
	font-style: italic;
}	

	
/*IMAGES*/

figure.border img	{
	border: 1px solid #333333;
}	

figcaption, .caption	{
	margin: 0;
	padding: .5rem 0;
	font-size: 90%;
}

.credit	{
	font-style: italic;
}

img.cc	{
	width: 5rem;
	margin-left: .5rem;
	display: inline-block;
	vertical-align: middle;
}

.self .full	{
	margin-top: 2rem;
}	

.series	{
	margin-top: 2rem;
}

.series + p	{
	clear: both;
}	

#paintings	{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}	

#paintings figure	{
	margin-bottom: 2rem;
}	

#paintings figcaption	{
	text-align: center;
}	

/*GRAFFITI*/
	

.catalog_item h3 	{
	text-align: center;
}

.catalog_item .tombstone	{
	padding-left: 1rem;
	list-style: disc;
}

.catalog_item .tombstone li	{
	padding-bottom: .3rem;
	
}	
	
.label	{
	font-style: italic;
	
}	

.catalog_item .description	{
	margin-top: 1rem;
}	


#content .button a	{
	display: block;
	border-bottom: none;
}	

#book p.button, #handout p.button {
	text-align: center;
}	

.catalog_item figcaption	{
	font-size: 100%;
	margin-top: 1rem;
	padding: 0;
}	

/*GRAFFITI*/

.index_new div h3  {
	margin-bottom: 0;
}	
	

figure.thumbnail	{
	margin-top: 2rem;
	display: inline-block;
}

figure.thumbnail:hover, figure.thumbnail:focus, figure.thumbnail:active, 
figure.next:hover, figure.next:focus, figure.next:active	{	
	opacity: .8;
	outline: 2px solid #000000;
}	

/*ASIDE*/

aside	{
	margin-top: 2rem;
}	

aside section	{
	padding: 0 1rem 1rem;
	border: 1px dotted #e7b175;
	
}

aside section#next	{
	padding: 0 2rem 2rem;
}	

aside section h3, aside section h4	{
	text-align: center;
}

aside .pair:first-child	{
	margin-bottom: 2rem;
	
}
	

/*VIDEOS*/

#movies	{
	margin-top: 2rem;
}	

.video	{
	width: 100%; 
}	

.video .caption	{
	width: 100%;
	margin-bottom: 2rem;
	
}	

.vid-wrapper	{
	width: 100%; 
	position: relative;
	padding-bottom: 56.25%;
	height: auto;
	margin: 0;
}	

.vid-wrapper iframe	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

audio	{
	width: 100%;
}	

/*TIMELINE*/
#timeline {
	border-collapse: collapse;
	margin-bottom: 2rem;
	border: 1px solid #e7b175;
	width: 100%;
}

#timeline td.period_name	{
	text-transform: uppercase;
	text-align: center;
}

#timeline tr td:first-child	{
	border-right: 1px solid #e7b175;
}	

#timeline tr.period	{
	background: #000000;
}

#timeline td	{
	padding: .5em 1em;
}	

#timeline tr.wide td	{
	padding: 2em 1em;
}	

#timeline tr.special td {
	padding-bottom: 4rem;
}

#timeline .date	{
	position: relative;
}



#timeline .date:before	{
	content: "";
	position: absolute;
	top: .75em;
	left: calc(-1.5em + 1px);
	left: -1.5em;
	width: 1em;
	border-bottom: 1px solid #e7b175;
}

#timeline .date .year	{
	color: #e19d52;
}	

#timeline .marker .year	{
	position: relative;
}	

#timeline .marker .year:before	{
	content: "";
	position: absolute;
	top: .2em;
	left: calc(-1.4em + 1px);
	left: -1.4em;
	width: .8em;
	height: .8em;
	background: #e7b175;
	border-radius: 50%;
}	

/*PHOTO GALLERY*/



#gallery_photos	img	{
	border: 1px dotted #e7b175;
	
}	

.signature	{
	font-style: italic;
	text-align: right;
}	


/*FOOTER*/

footer	{
	clear: both;
	padding: .5rem 1rem;
	color: #e6e6e6;
	border-top: 1px solid #000000;
	font-size: 90%;
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 0;
}

#content footer a 	{
	border-bottom: none;
}	

footer a:hover, footer a:focus, footer a:active	{
	color: #e19d52;
}	
	

