/*** graphical fiction layout ***/
figure.gfl
{
position: relative;
display: inline-block;
/*max-width: 100%;*/
margin: 0;
padding: 0;
}

.gfl-soft-border
{
position:absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: inset 0 0 18px silver;
}

.gfl figcaption
{
position: absolute;
left: 2em;
z-index: 1;
}

.gfl figcaption ul
{
margin: 0;
padding: 0;
}

.gfl figcaption li
{
display: table-cell;
}

.gfl figcaption a
{
background: white;
box-shadow: 0.2em 0.6em 0.3em black;
}

.gfl figcaption a:link, .gfl figcaption a:visited, .gfl figcaption a:hover, .gfl figcaption a:active
{
border-style: none;
}

.gfl figcaption a:hover
{
background: silver;
}

.gfl figcaption p
{
display: none;
position: absolute;
color: #93a1a1;
font-family: 'Nova Flat';
text-align: center;
width: calc(320px - 1.5em);
max-width: 75vw;
min-height: 2em;
padding: 0.5em;
/*margin: 15px;*/
left: 1em;
top: 3em;
background: black;
background: rgba(0,0,0,0.7);
border: 0.1em solid white;
box-shadow: 0 0 10px 15px rgba(0,0,0,0.7);
}

.gfl figcaption li:hover p
{
display: block;
}

#gfl-page figcaption span
{
float: left;
border: white thin solid;
font-size: 85%;
padding: 0 0.5em 0.5em;
margin: 0 0.1em 0;
border-radius: 0.3em;
}
p.gfl
{
position: absolute;
top: 25px;
padding: 5px;
margin: 0 25px;
min-width: 240px;
background: silver;
}
p.gfl:first-letter
{
font-size: 2em;
baseline: top;
display: block;
margin-right: 0.5em;
float: left;
}
#gfl-page figcaption div img
{
border: 1px solid red;
float: left;
}
/*** Sibling shortcode ***/
#gfl-nav ul
{
display: table;
width: 1200px;
padding: 0.5em 0;
border-bottom: thin darkgrey solid;
}
#gfl-nav li
{
display: table-cell;
text-align: center;
}
#gfl-nav a
{
display: inline-block;
min-width: 5em;
}