/* Start of CMSMS style sheet 'aboutstories_content' */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     Content styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.top-nav-line
{
  border-top: 3px solid #0a70af;
  left: 0;
  padding: 3px;
  position: absolute;
  right: 0;
  top: 172px;
  width: 100%;
}
.quote
{
  font-style: italic;
  font-size: 18px;
  color: #000;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.quotecredit
{
  font-style: regular;
  font-family: arial;
  font-size: 13px;
  color: #000;
  font-weight: normal;
}
.figurecaption
{
  font-style: regular;
  font-family: arial;
  font-size: 14px;
  color: #000;
  font-weight: normal;
}
.figurecredit
{
  font-style: regular;
  font-family: arial;
  font-size: 12px;
  color: #000;
  font-weight: normal;
}
blockquote
{
  background: #EDF2F3;
  margin: 0px;  
  padding: 12px 16px 2px 16px; 
  font-family: georgia, arial;
  font-weight: normal;
  font-size: 15px;
  line-height: 23px;
}
a, a:hover 
{
  color: #0a70af;
  text-decoration: underline;
}
p 
{
  color: #000;
  font-size: 15px;
  line-height: 23px;
  font-family: georgia, arial;
  font-weight: normal;
}
h1 
{
  color: #0a70af;
  font-size: 27px;
  font-family: Georgia, arial;
  font-weight: normal;
}
h2 
{
  color: #0a70af;
  font-size: 23px;
  font-family: Georgia, arial;
  font-weight: normal;
}
h3 
{
  color: #0a70af;
  font-size: 19px;
  font-family: Georgia, arial;
  font-weight: normal;
}
h4 
{
  color: #0a70af;
  font-size: 16px;
  font-family: Georgia, arial;
  font-weight: normal;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     Animal speech bubble
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* rounded corners for right hand speech area, blue */

.speech {
	background-color: #d8ebf0;
	background-image: url(uploads/images/blue_speech_bg.gif);
	background-repeat: repeat-x;
	border: solid 1px #d8ebf0;
	border-bottom: none;
	color: #000;
	width: 210px;
}

.speech .thebottom {
	border-bottom: solid 1px #D8EBF0;
	height: 20px;
}
.speech .themiddle {
	margin: 20px 18px 0px 18px;
}
.speech .cn {
	background-image: url(uploads/images/circle_speech_blue.gif);
	background-repeat: no-repeat;
	height: 20px;
	line-height: 20px;
	position: relative;
	width: 20px;
}
.speech .tl {
	background-position: top left;
	float: left;
	margin: -1px 0px 0px -1px;
}
.speech .tr {
	background-position: top right;
	float: right;
	margin: -1px -1px 0px 0px;
}
.speech .bl {
	background-position: bottom left;
	float: left;
	margin: 1px 0px -1px -1px;
}
.speech .br {
	background-position: bottom right;
	float: right;
	margin: 1px -1px -1px 0px;
}

div.speech-bubble-container
{
  background-color: #d8ebf0;
}


/* End of 'aboutstories_content' */

