body
{
	font-family: Cardo;
	color: rgb(51, 51, 51);
	color: hsl(0,0%,20%);
	background-color: rgb(231, 240, 255);
	background-color: hsl(217.5, 100%, 95.3%);

	background-image: url(../images/blog/blog-bg6e.png);
}

main, nav
{
	height: 1300px;
	border-color: rgb(0, 102, 153);
	border-color: hsl(200,100%,30%);
	background-color: rgb(250, 246, 245);
	background-color: hsl(18, 30%, 97%);
}

#news_window
{
	height: 100%;
	position:relative;
	overflow-y: scroll;
	border: 1px solid rgb(216, 225, 230);
	border: 1px solid hsl(201.4, 21.9%, 87.5%);
	padding:25px;
	background-color: rgb(255, 255, 255);
	background-color: hsl(0, 0%, 100%);
}

main.flourish
{
	overflow-y:hidden;
}

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;
}

.masthead, .masthead a:link, .masthead a:visited, .masthead a:hover, .masthead a:active
{
	color: rgb(235, 249, 250);
	color: hsl(184, 60%, 95%);
	position:relative;
}

.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),
     1px 0px 0 rgb(124,136,182),
     4px 4px 2px rgb(200,210,230); /* 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, .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:100%;
	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_left_arrow
{
	opacity: 0.3;
	margin-right:6px;
}
#far_right_arrow
{
	opacity: 0.3;
	margin-left:6px;
}

.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(200,200,200);
	padding: 4px 8px 2px 8px;
}

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

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

}



