@charset "UTF-8";
/* CSS Document */
/* CSS file for Mount Olympus Refuge A website */
/* designed by Rob Snow */
/* copyright © Mount Olympus Refuge A 2013. All rights reserved */
/* Not to be removed */

a.link_large {
	color: #3A4053;
	text-decoration: none;
	font-size: 18px;
}

a.links:link, a.links:visited {
	color: #3A4053;
	text-decoration: none;
}

a.links:hover, a.links:active {
	color: #3A4053;
	border-bottom: 1px solid #3A4053;
}

a.linksV:link, a.linksV:visited {
	color: #e0e0dc;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #e0e0dc;
}

a.linksV:hover, a.linksV:active {
	color: #b3b3aa;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #b3b3aa;
}

a.front_link:link, a.front_link:visited {
	color: white;
	text-decoration: none;
}

a.front_link:hover, a.front_link:active {
	color: white;
	border-bottom: 1px solid #3A4053;
}

a.text_links:link, a.text_links:visited {
	color: #2c313e;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #2c313d;
}

a.text_links:hover, a.text_links:active {
	color: #d0dbab;
	border-bottom: 1px solid #d0dbab;
}

.tooltip
{
	
	position: relative;
	cursor: help;
	display: inline-block;
	text-decoration: none;
	color: #222;
	outline: none;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* ToolTips */

.tooltip span
{
  visibility: hidden;
  position: absolute; 
  top: 30%;
  left: 0%;
  margin: auto;
  z-index: 999;
  padding: 10px;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;  
  border-radius: 5px;  
  -moz-box-shadow: 0px 0px 4px #222;  
  -webkit-box-shadow: 0px 0px 4px #222;  
  box-shadow: 0px 0px 4px #222;  
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);  
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);  
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);  
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);  
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}

.tooltip:hover
{
  border: 0; /* IE6 fix */
}

.tooltip:hover span
{
  visibility: visible;
}

.email_link {
	color: white;
	text-decoration: none;
	display: block;
}

.email_link:hover {
	color: silver;
	display: block;
}

a.feed_link {
	color: white;
	text-decoration: none;
}

a.feed_link:hover {
	color: #61788c;
	text-decoration: none;
}