body
{
	font-family: Cardo;
	background-color: rgb(83, 45, 45);
	background-color: hsl(0,30%,25%);
	background-image: url(../images/lipograms/bg1.png);
}

body
{
	color: rgb(255, 255, 245);
	color: hsl(60,100%,98%);
}

h1
{
	color: rgb(255, 255, 255);
	color: hsl(60,0%,100%);
}

figcaption, aside, footer
{
	color: rgb(224, 224, 184);
	color: hsl(60,40%,80%);
}

hr
{
	border-color: rgb(163, 117, 117);
	border-color: hsl(0, 20%, 55%);
	opacity: 0.35;
}

main, nav
{
	height: 1300px;
	border-color: rgb(163, 117, 117);
	border-color: hsl(0, 20%, 55%);
	background-color: rgb(83, 45, 45);
	background-color: hsl(0, 30%, 25%);
	overflow-y: scroll;
}


.masthead, .masthead a:link, .masthead a:visited, .masthead a:hover, .masthead a:active
{
	color: rgb(255, 255, 230);
	color: hsl(60,100%,95%);
}

.masthead
{
	font-size: 390%;
	line-height: 125%;
	position: relative;
	margin-top: 0px;
	text-shadow:
   -1px -1px 0 rgb(124,136,182),
    1px -1px 0 rgb(124,136,182),
   -1px  1px 0 rgb(124,136,182),
    1px  1px 0 rgb(124,136,182),
    2px  0px 0 rgb(124,136,182),
    5px  4px 1px rgb(0,0,0); /* nominal hsl(280.1, 90%, 75%) */
}

footer
{
	color: rgb(102, 0, 0);
	color: hsl(0, 100%, 20%);
}

.announced-date
{
	font-size: 150%;
	line-height: 80%;
	float: left;
	width: 50%;
	margin: 20px 0px 20px 0px;
}

summary
{
	font-size: 110%;
	float: left;
	display: block;
	width: 50%;
}

.float-right
{
	margin: 10px 0px 10px 20px;
}

.title
{
	float: left;
	position: relative;
	left: -3px;
	top: 10px;
	margin-bottom: 10px;
}

figure
{
	display: block;
	margin: 1200px -60px 0px 0px;
}

.archives
{
	display: block;
	font-size: 100%;
	font-family: monospace;
	line-height: 120%;
	margin-top: 30px;
}

.bar
{
  float: left;
  position: relative;
  margin: auto;
}

.generic-slide-caption
{
	width:120px;
	text-align: left;
	float:left;
	position:relative;
	color: rgb(128, 128, 128);
	color: hsl(0,0%,50%);
}

figcaption
{
	font-style: initial;
	text-align: left;
	float:left;
	position:relative;
	font-size: 80%;
	line-height: 150%;
}

aside
{
	font-style: initial;
	text-align: left;
	font-size: 80%;
}


.slide-generic-caption // lip
{
}

.generic-slide-class
{
}

.slideshow-caption-container
{
}

.genericSlideshowContainer
{
	float: right;
	top: -50px;
}

.flourish
{
	background-image:
	url(../images/lipograms/corner-lip-lt.png),
	url(../images/lipograms/corner-lip-rt.png),
	url(../images/lipograms/corner-lip-lb.png),
	url(../images/lipograms/corner-lip-rb.png);
}


