/*
$updated: April 24, 2016
This CSS file is used only for the bio popups.  They were all pointing to this CSS - no changes to the bios were done when the RHSC site was overhauled.
*/

/* 
$ Royal Heraldry Society of Canada (RHSC) $
$ color = #FFFFCC  - a chalk/yellow $
$ color = #CC000E  - a reddish colour - RHSC colour $
*/


/* HTML tag definitions */.footer
	{
	font-family: verdana,tahoma,sans-serif;
	font-size: 7pt;
	color: #333333;
	}


body	{
	background-color: #FFFFFF;
	font-family: verdana,tahoma,sans-serif;
	font-size: 8.5pt;
	color: #333333;
	margin: 5px 10px 5px 10px;
	}

img {
    box-shadow: 5px 5px 5px 0px #444;
    margin-right:15px;
    margin-bottom:10px;
}

/* default linking style */
a 		{font-size: 8.5pt; text-decoration: none;}
a:link		{font-size: 8.5pt; color: #0066cc;}
a:visited	{font-size: 8.5pt; color: gray;}
a:active	{font-size: 8.5pt; color: yellow;}
a:hover		{font-size: 8.5pt; color: red; text-decoration: underline;}
/* end of default linking style */

/* coloured bar specifics */
.bluebar {font-family: verdana,tahoma,sans-serif; font-size: 9pt; color: white; font-weight: bold; background-image: url("../images/bluebar_grad.jpg")}
.goldbar {font-family: verdana,tahoma,sans-serif; font-size: 9pt; color: black; font-weight: bold; background-image: url("../images/goldbar_grad.jpg")}
.greenbar {font-family: verdana,tahoma,sans-serif; font-size: 9pt; color: white; font-weight: bold; background-image: url("../images/greenbar_grad.jpg")}
.graybar {font-family: verdana,tahoma,sans-serif; font-size: 9pt; color: black; font-weight: bold; background-image: url("../images/graybar_grad.jpg")}
.redbar {font-family: verdana,tahoma,sans-serif; font-size: 9pt; color: white; font-weight: bold; background-image: url("../images/redbar_grad.jpg")}
/*.redbar {font-family: verdana,tahoma,sans-serif; font-size: 9pt; color: white; font-weight: bold; background-color: #CC0000}*/
.chalkbar {font-family: verdana,tahoma,sans-serif; font-size: 9pt; color: black; font-weight: bold; background-color: #FFFFCC}
.chalk {font-family: verdana,tahoma,sans-serif; font-size: 9pt; color: black; background-color: #FFFFCC}
/* end coloured bar specifics */

/* customized elements */
.page_title	{font-family: verdana,tahoma,sans-serif; font-size: 11.0pt; color: #CC0000; font-weight: bold;}

.text_transparent {
  display: none;
  z-index: -1;
}

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

.fade:hover {
   opacity: 0.65;
   }

.blink {
  animation: blink 1s steps(5, start) infinite;
  -webkit-animation: blink 1s steps(5, start) infinite;
}
@keyframes blink {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink {
  to {
    visibility: hidden;
  }
}

/* end customized elements */


h1 	{
	font-family: verdana,tahoma,sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
	}

h2 	{
	font-family: verdana,tahoma,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	}

h3 	{
	font-family: verdana,tahoma,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #333333;
	}

p 	{
	font-family: verdana,tahoma,sans-serif;
	font-size: 8.5pt;
/*	line-height: 12pt; */
	color: #333333;
	}

li 	{
	font-family: verdana,tahoma,sans-serif;
	font-size: 8.5pt;
	line-height: 12pt;
	color: #333333;
	}

td 	{
	vertical-align: top;
	font-family: verdana,tahoma,sans-serif;
	font-size: 8.5pt;
	color: #333333;
	}

/* objects alignment and sizing (text, images, etc.) */
.library_caption	{font-family: verdana,tahoma,sans-serif; font-size: 7.5pt; color: black; font-style:italic;}
.centeredImage
	{
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	}
.footer
	{
	font-family: verdana,tahoma,sans-serif;
	font-size: 7pt;
	color: #333333;
	}
.footer_red
	{
	font-family: verdana,tahoma,sans-serif;
	font-size: 7pt;
	color: #CC0000;
	font-weight: bold;
	}
a.footer_link		{font-size: 7pt; text-decoration: none;}
a.footer_link:link	{font-size: 7pt; color: #0066cc;}
a.footer_link:visited	{font-size: 7pt; color: gray;}
a.footer_link:active	{font-size: 7pt; color: yellow;}
a.footer_link:hover	{font-size: 7pt; color: red; text-decoration: underline;}


/* customized links */

A.redbarlink

{
	font-family: verdana,tahoma,sans-serif;
	font-size: 9.0pt;
	font-weight: bold;
	color: white;
	text-decoration: underline;
}	
A.redbarlink:hover
{
	font-family: verdana,tahoma,sans-serif;
	font-size: 9.0pt;
	font-weight: bold;
	color: black;
	text-decoration: underline;
}
A.linksyellow

{
	font-family: verdana,tahoma,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: yellow;
	text-decoration: none;
}	
A.linksyellow:hover
{
	font-family: verdana,tahoma,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#pup {
  position:absolute;
  z-index:200; /* aaaalways on top*/
  padding: 3px;
  margin-left: 10px;
  margin-top: 5px;
  width: 250px;
  border: 1px solid black;
  background-color: #777;
  color: white;
  font-size: 0.95em;
}
