body
{
	font-family: Cardo;
	color: rgb(51, 51, 51);
	color: hsl(0,0%,20%);
	background-color: rgb(160,160,160);
}

.gap
{
	background-color: rgb(160,160,160);
	border:0px solid white;
}

.gap-white
{
	background-color: rgb(255,255,255);
}

h1
{
	color: rgb(124, 136, 182);
	color: hsl(227.6, 28.4%, 60%);
}

hr, .divider
{
	border-color: rgb(0, 102, 153);
	border-color: hsl(200, 100%, 30%);
	opacity: 0.15;
}

.title-block
{
	margin: auto;
	text-align:center;
}

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, .birthday-caption, aside
{
	color: rgb(51, 51, 51);
	color: hsl(0,0%,20%);
}

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 // cyan
{
}

.generic-slide-class
{
}

.slideshow-caption-container
{
}

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

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

.wrapper
{
	position:relative;
}

#breadcrumbs
{
	display:block;
	max-width:80%;
	text-align: center;
	margin: -10px auto 10px auto;
	font-size: 100%;
	line-height: 100%;
	letter-spacing: -1px;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover, #breadcrumbs a:active
{
	color: rgb(0, 148, 153);
	color: hsl(182, 100%, 30%);
}

#far_right_arrow
{
	opacity: 0.3;
}

.permalink_button:link, .permalink_button:visited, .permalink_button:hover, .permalink_button:active
{
	background-color: rgb(250, 246, 245);
}

.permalink_button
{
	border: 1px solid rgb(216, 225, 230);
	padding: 3px;
}

.permalink_holder
{
	display:block;clear:both;text-align:right;
}

table, tr, td
{
	border: 1px solid rgb(160,160,160);
	padding: 4px 8px 2px 8px;
}

tr:nth-child(even)
{
   background-color: rgb(255,255,255);
}

tr:nth-child(odd)
{
   background-color: rgb(235,249,250);
}

td:nth-child(2)
{
   font-family:sans-serif;
   color:rgb(100,100,100);
}

td:nth-child(3)
{
   font-family:serif;
}
td:nth-child(4)
{
   font-family:serif;
}

.redden
{
	color:rgb(191,0,63);
	font-family:sans-serif;

}

.star
{
	font-size:300%;
	position:relative;
	top:0.5em;
	line-height:0px;
	left:0.2em;
	color:rgb(0,200,128);
}

