/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2011 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      exljbris
 * License URL: http://www.fontspring.com/fflicense/exljbris
 *
 *
 */

@font-face {
    font-family: 'MuseoSans100';
    src: url('MuseoSans_100-webfont.eot');
    src: url('MuseoSans_100-webfont.eot?#iefix') format('embedded-opentype'),
         url('MuseoSans_100-webfont.woff') format('woff'),
         url('MuseoSans_100-webfont.ttf') format('truetype'),
         url('MuseoSans_100-webfont.svg#MuseoSans100') format('svg');
    font-weight: normal;
    font-style: normal;

}

p
{ 
  font-family: 'MuseoSans100', Helvetica, sans-serif; 
  font-size: 14pt;
  font-weight:bold;
  color: #f0c010;
}





.catalogentry
{
	position: relative;
}


.catalogentry:hover .catalogtitlebox
{
	opacity:1.0;
}


.catalogentry:hover .catalogimage
{
	opacity:0.3;
}


.catalogtitlebox
{
	opacity:0.0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}


.catalogtitletext
{
	background-color: #04AA6D;
	color: white;
	font-size: 16px;
	padding: 16px 32px;
	font-family: 'MuseoSans100', Helvetica, sans-serif; 
	font-size: 21pt;
}


.catalogimage
{
  opacity: 1.0;
  display: block;
  width: 100%;
  height: auto;
/*  backface-visibility: hidden;  BROKEN ON GOOGLE CHROMIUM! */
}



h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'MuseoSans100', Helvetica, sans-serif;
}



.mainmenuoption
{
	color: #e0e0e0;
	text-decoration: none;
	font-family: 'MuseoSans100', Helvetica, sans-serif;
	font-size: 33pt;
	text-align: center;
	vertical-align: center;
}


.mainmenuoption:hover
{
	color: #ffffff;
	text-decoration: none;
	font-family: 'MuseoSans100', Helvetica, sans-serif;
	font-size: 44pt;
	text-align: center;
	vertical-align: center;
}



body
{
background-color: #606070;
}

