html
{
	background-color: #808284;
}

body
{
	margin: 0;
	padding: 0;
	height: 100%; 
	max-height: 100%; 
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a
{
	text-decoration: none;
}

ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 
{
	margin: 0;
	font-weight: normal;
}

.group:after,
{
	content: "";
	display: table;
	clear: both;
}

#wrapper
{
	overflow: hidden;
}

.page-template-single-object-php #wrapper
{
	overflow: visible;
}

.footer
{
	font-family: 'FuturaBT-Bold', Arial, Verdana;
}

div#main
{
	position: relative;
	overflow:hidden;
	font-family: 'FuturaBT-Medium', Arial, Verdana;
}

.chrono-bar
{	
	display: none;
}

.section.history
{
	background-color: #e8e8e8;
}

.bookmarkable
{
	position: relative;
}

.tooltip
{
	display: none;
	position: absolute;
	opacity: 0;
}

.parent .main-header a.title
{
	color: #3a3b3f;
    font-size: 14px;
    line-height: 20px;
    font-size: 1.4rem;
    line-height: 2rem;
	padding: 10px 20px 10px 20px;
}

.rights-links
{
	width: 90%;
	margin: 0 auto;
	padding: 80px 3% 40px 3% !important;
}
.rights-links a
{
	color: black;
	text-decoration: underline;
	font-family: 'FuturaLT-Book', Arial, Verdana;
	display: inline-block;
	margin-right: 15px;
    font-size: 14px;
    line-height: 20px;
    font-size: 1.4rem;
    line-height: 2rem;
}
.rights-links a:hover
{
	text-decoration: underline;
}
.single .rights-links
{
	padding: 80px 0 40px 0 !important;
}

.image-print
{
	display: none;
}

@media all and (min-width: 1024px) {

	div#main
	{
		position: static;
		/* Dirty fix for float */
        padding-bottom:999999px;
        margin-bottom:-999999px;
	}

	.tooltip
	{
		display: none;
		width: 100%;
		height: 55px;
		position: absolute;
		top: -55px;
		left: 0;
		padding-top: 20px;
		opacity: 1;
		color: black;
	    font-size: 16px;
	    line-height: 20px;
	    font-size: 1.6rem;
	    line-height: 2rem;
	    font-family: 'FuturaLT-Book', Verdana, Arial;
		text-align: center; 
		background-color: rgba(207, 207, 207, 0.9);
		z-index: 9999999;
	}

	.rights-links
	{
		float: left;
		width: 100%;
		padding: 80px 3% 40px 3% !important;
	}
}

/* Google Custom Search CSS */
.gsc-resultsbox-visible {
    background-color:#fff !important;
    line-height:100% !important;
    
}

.gsc-resultsbox-visible a.gs-title{
    color:#8E908F !important;
    
}

.gsc-control-cse{
        background-color:#fff !important;
        border: 1px solid #ffffff !important;
}

.gsc-webResult.gsc-result.gsc-promotion {
    border-color: #fff !important;
    background-color: #fff !important;
}

.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
    border-color: #fff !important;
    background-color: #fff !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: #00b74f !important;
    background-color: #fff !important;
    color: #00b74f !important;
}