/* 

	font-family: 'Open Sans', Helvetica, sans-serif, serif;
	font-family: 'Playfair Display SC', Helvetica, sans-serif, serif;


*/

@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/


.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}



#search input[type="text"] {
    background: url(../media/footer/search-white.png) no-repeat 10px 6px #444;
    border: 0 none;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #d7d7d7;
    width:150px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); 
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
	margin-bottom: 20px;
    }

#search input[type="text"]:focus {
	background: url(../media/footer/search-dark.png) no-repeat 10px 6px #fcfcfc;
	color: #6a6f75;
	width: 240px;
	padding: 6px 15px 6px 35px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }

.Maintext {
	background-color: rgba(0,0,0,0.4);
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 45px;
	margin-bottom: 40px;
	border: 1px solid #FFFFFF;
	display: block;
    }


html { 
  background: url(http://www.josephlesage.com/media/background/loopgraven04.jpeg) no-repeat center top fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

html, body {
	max-width: 100%;
	overflow-x: hidden;
}

#background {
	width:100%;
	height:100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../media/background/loopgraven04.jpeg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../media/background/loopgraven04.jpeg', sizingMethod='scale')";
}

p     {
  	font-family: 'Open Sans', Helvetica, sans-serif, serif;
  	color: #FFFFFF;
  	font-size: 16px;
	}

.quote {
	font-family: 'Open Sans', Helvetica, sans-serif, serif;
	color: #FFFFFF;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	margin-left:4%;
	margin-right:4%;
}

.date {
	font-family: 'Open Sans', Helvetica, sans-serif, serif;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	margin-bottom:10px;
}

#sidebar p {
	margin-bottom: 0px;


}
#sidebar h1 {
	margin-bottom: 0px;
}
#sidebar h2 {

}
#sidebar h3 {
}
#sidebar h4 {
	margin-bottom: -6px;
}
#sidebar p a{
	color: #FFFFFF;
	text-decoration: underline;
	font-style: italic;

}
h1 {
	font-family: 'Open Sans', Helvetica, sans-serif, serif;
	color: #FFFFFF;
	font-size: 24px;
}

h2 {
	font-family: 'Open Sans', Helvetica, sans-serif, serif;
	color: #FFFFFF;
	font-size: 22px;
}
h3 {
	font-family: 'Open Sans', Helvetica, sans-serif, serif;
	color: #FFFFFF;
	font-size: 20px;
}
h4 {
	font-family: 'Open Sans', Helvetica, sans-serif, serif;
	color: #FFFFFF;
	font-size: 18px;
}
#footer p {
	color:rgba(204,204,204,1);
	font-size:14px;
}

#footer  #search {
	display: block;
}

::-moz-selection{ background: #000; color:#fff;}
::selection { background:#000; color:#fff; }
 {}
#footer #bottomlogo img {
	width: 140px;
}
.ButtonBlock {
}
.Section {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
#footer #Changelanguage {
	float: right;
	margin-top: -25px;
	margin-right: 4.5%;
}
#footer #Changelanguage:link {
	color: rgba(255,255,255,0.5);
}
#footer #Changelanguage:visited {
	color: rgba(255,255,255,0.5);
}
#footer #Changelanguage:active {
	color: rgba(255,255,255,0.5);
}
#footer #Changelanguage:hover {
	color: rgba(255,255,255,1.00);
}
#footer #Changelanguage:focus {
	color: rgba(255,255,255,1.00);
}

.LanguageBlock {
	background-color: rgba(0,0,0,0.7);
	-webkit-filter: grayscale(80%);  
    -webkit-filter: grayscale(0.8);  
    filter: grayscale(80%); 	
}

.LanguageBlock:link {
	background-color: rgba(0,0,0,0.7);
	-webkit-filter: grayscale(80%);  
    -webkit-filter: grayscale(0.8);  
    filter: grayscale(80%); 	
}

.LanguageBlock:visited {
	background-color: rgba(0,0,0,0.7);
	-webkit-filter: grayscale(80%);  
    -webkit-filter: grayscale(0.8);  
    filter: grayscale(80%); 	
}

.LanguageBlock:active {
	background-color: rgba(0,0,0,0.7);
	-webkit-filter: grayscale(80%);  
    -webkit-filter: grayscale(0.8);  
    filter: grayscale(80%); 	
}

.LanguageBlock:hover {
	background-color: rgba(0,0,0,0.4);
	-webkit-filter: grayscale(0%);  
    -webkit-filter: grayscale(0);  
    filter: grayscale(0%); 
}

.LanguageBlock:hover {
	background-color: rgba(0,0,0,0.4);
	-webkit-filter: grayscale(0%);  
    -webkit-filter: grayscale(0);  
    filter: grayscale(0%); 
}

#footer #Changelanguagetext {
	color: rgba(255,255,255,1.00);
	font-family: 'Open Sans', Helvetica, sans-serif, serif;
	font-size: 14px;
	text-decoration: underline;
	float: left;
	margin-left: 7%;
}
#footer #Changelanguagetext:link {
	color: rgba(255,255,255,0.7);
}
#footer #Changelanguagetext:visited {
	color: rgba(255,255,255,0.7);
}
#footer #Changelanguagetext:active {
	color: rgba(255,255,255,0.7);
}
#footer #Changelanguagetext:hover {
	color: rgba(255,255,255,1.00);
}
#footer #Changelanguagetext:focus {
	color: rgba(255,255,255,1.00);
}

@media only screen and (max-width:320px){  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.5%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#Topnav #Navmenu .menuitem a{
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-family: 'Playfair Display SC', Helvetica, sans-serif, serif;
	font-size: 20px;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.js #Navmenu { 
display: none; 
}
.js .selectnav {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#Hommage {
	margin-top: 130px;
	display: none;
}

#Article {
	margin-top: 130px;
}
#Maincontent { 
}
#Header img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	float: none;
	clear:both;
}

#Topheader {
}

.gridContainer.clearfix header #Topheader {
	background-color: rgba(0,0,0,0.4);
	padding-top: 10px;
	padding-bottom: 15px;
	left: 0px;
	right: 0px;
	position: absolute;
	border-bottom: 1px solid rgba(255,255,255,1);
	border-bottom-width: 1px;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
}

#footer #Copyright {
	background-color: rgba(0,0,0,0.4);
	float: left;
	clear: none;
	display: block;
	height: auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px solid #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer #Copyright #largercopyright  p{
	display: none;
}
#footer {
	position: static;
	left: 0px;
	right: 0px;
	bottom: 0px;
	clear: none;
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	float: left;
	height: auto;
	border-top: 1px solid #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 0px;

}#footer form input {
	display: none;
}
#footer #Copyright #mobilecopyright {
	display: block;
	margin-left: 4.5%;
	margin-right: 4.5%;
}

#sidebar {
	display: none;
}
#footer  #search {
	display: none;
}
#footer  #bottomlogo {
	display: none;
}
.ButtonBlock {
}
.Section {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}

.LanguageBlock {
	display:none;
}

#footer #Changelanguagetext {
	margin-top:-20px;
	display:inline;
}



}
/* Landscape mobile Layout: 321px to 480px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width:321px){
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2%;
	padding-right: 2%;
	clear: none;
	float: none;
	margin-left: auto;
}	

.js #Navmenu { 
display: none; 
}
.js .selectnav {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#Hommage {
	margin-top:130px;
	display: none;
}
#Article {
	margin-top: 130px;
}

#Header img {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
.gridContainer.clearfix header #Topheader {
	background-color: rgba(0,0,0,0.4);
	padding-top: 10px;
	padding-bottom: 15px;
	left: 0px;
	right: 0px;
	position: absolute;
	border-bottom:rgba(255,255,255,1);	border-bottom-width:1px;
	border-style:solid;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
}
#Hommage {
	margin-top: 130px;
}
#Topnav #Navmenu .menuitem a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-family: 'Playfair Display SC', Helvetica, sans-serif, serif;
	font-size: 20px;
}

#footer #Copyright {
	background-color: rgba(0,0,0,0.4);
	float: left;
	clear: none;
	display: block;
	height: auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px solid #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer #Copyright #largercopyright  p{
	display: none;
}
#footer {
	position: static;
	left: 0px;
	right: 0px;
	bottom: 0px;
	clear: none;
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	float: left;
	height: auto;
	border-top: 1px solid #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 0px;

}#footer form input {
	margin-left: 5%;
	display: block;
	margin-top: 10px;
	margin-bottom: 100px;
}
#footer #Copyright #mobilecopyright {
	display: block;
	margin-left: 4.5%;
	margin-right: 4.5%;
}
.Maintext {
}
#sidebar {
}
#sidebar {
	display: none;
}
#footer  #search {
	display: none;
}
#footer  #bottomlogo {
	display: block;
	margin-right: 4.5%;
	margin-top: -25px;
}
.ButtonBlock {
}
.Section {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

.LanguageBlock {
	display:none;
}

#footer #Changelanguagetext {
	margin-top:-8px;
	display:inline;
}
	
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.gridContainer.clearfix header #Topheader {
	background-color: rgba(0,0,0,0.4);
	padding-top: 10px;
	padding-bottom: 15px;
	left: 0px;
	right: 0px;
	position: fixed;	
	border-bottom:rgba(255,255,255,1);	border-bottom-width:1px;
	border-style:solid;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
}

.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
.js .selectnav {
	display: none;
}
.js #Navmenu { 
display: block; 
}
header #Topnav #Navmenu .menuitem {
	display: block;
	width: auto;
	float: left;
	padding-left: 9px;
	padding-right: 9px;
	margin-left: 5px;
	margin-right: 5px;
}
header #Topnav #Navmenu {
	margin-left: auto;
	margin-right: auto;
	float: none;
	display: block;
	width: 440px;
	clear: both;
}
.gridContainer.clearfix #Hommage {
	clear: both;
}
#Header img {
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: both;
	margin-top: 10px;
	margin-bottom: 15px;
}
#Hommage {
	display: block;
	margin-top: 150px;
}
#Article {
	margin-top: 0px;
}
#Topnav #Navmenu .menuitem a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-family: 'Playfair Display SC', Helvetica, sans-serif, serif;
	font-size: 14px;
}
#Topnav #Navmenu .menuitem {
	background-color: rgba(0,0,0,0.4);
	border: 1px solid #FFFFFF;
}
#Topnav #Navmenu .menuitem:link {
	background-color: rgba(0,0,0,0.4);
}
#Topnav #Navmenu .menuitem:visited {
	background-color: rgba(0,0,0,0.4);
}
#Topnav #Navmenu .menuitem:active {
	background-color: rgba(0,0,0,0.4);
}
#Topnav #Navmenu .menuitem:hover {
	background-color: rgba(102,102,102,0.5);
}
#Topnav #Navmenu .menuitem:focus {
	background-color: rgba(102,102,102,0.5);
}
#footer #Copyright {
	background-color: rgba(0,0,0,0.4);
	float: left;
	clear: none;
	display: block;
	height: auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	border-top: 1px solid #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer #Copyright #largercopyright  p{
	margin-left: 5%;
	margin-right: 5%;
	display: block;
}
#footer {
	position: static;
	left: 0px;
	right: 0px;
	bottom: 0px;
	clear: none;
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	float: left;
	height: auto;
	border-top: 1px solid #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 0px;

}#footer form input {
	margin-left: 5%;
	display: block;
	margin-top: 10px;
	margin-bottom: 100px;
}
#footer #Copyright #mobilecopyright {
	display: none;
}
#Hommage p {
	color: #FFFFFF;
	font-family: 'Open Sans', Helvetica, sans-serif, serif;
	font-style: italic;
	font-weight: lighter;
	text-align: center;
	font-size: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#Hommage img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 150px;
}
#sidebar {
	display: none;
}

#footer  #Bottomnav li{
	display: block;
	width: 110px;
	float: left;
	clear: none;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	padding-left: 25px;
	margin-right: 1px;
}
#footer  #search {
	display: block;
	margin-top: 30px;
	margin-bottom: -20px;
}
#footer  #bottomlogo {
	display: block;
	margin-right: 4.5%;
}

.LanguageBlock {
	display:inline;
}

#footer #Changelanguagetext {
	display:none;
}


}

/* Desktop Layout: 769px to a max of 960px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
#Topnav #Navmenu .menuitem a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-family: 'Playfair Display SC', Helvetica, sans-serif, serif;
	font-size: 14px;
}

.gridContainer {
	width: 88.5%;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#Topnav {
	display: block;
	clear: none;
	float: none;
	right: 5%;
	top: 45px;
	position: absolute;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.js .selectnav {
	display: none;
}
.js #Navmenu { 
display: block; 
}
.gridContainer.clearfix header #Topheader {
	background-color: rgba(0,0,0,0.4);
	padding-bottom: 80px;
	position: fixed;
	left: 0px;
	right: 0px;
	border-bottom: rgba(255,255,255,1);
	border-bottom-width: 1px;
	border-style: solid;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
	top: 0px;
}
#Header img {
	clear: none;
	float: none;
	display: block;
	left: 5%;
	top: 10px;
	position: absolute;
	margin-left: 0px;
	margin-right: 0px;
}
#Hommage {
	display: block;
	margin-top: 120px;
}
#Article {
	margin-top: 0px;
}
#Topnav #Navmenu .menuitem a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-family: 'Playfair Display SC', Helvetica, sans-serif, serif;
	font-size: 14px;
}
header #Topnav #Navmenu .menuitem {
	display: block;
	width: auto;
	float: left;
	padding-left: 9px;
	padding-right: 9px;
	margin-left: 5px;
	margin-right: 5px;
}
header #Topnav #Navmenu {
	margin-left: auto;
	margin-right: auto;
	float: none;
	display: block;
	width: 440px;
	clear: both;
}
#Topnav #Navmenu .menuitem {
	background-color: rgba(0,0,0,0.4);
	border: 1px solid #FFFFFF;
}
#Topnav #Navmenu .menuitem:link {
	background-color: rgba(0,0,0,0.4);
}
#Topnav #Navmenu .menuitem:visited {
	background-color: rgba(0,0,0,0.4);
}
#Topnav #Navmenu .menuitem:active {
	background-color: rgba(0,0,0,0.4);
}
#Topnav #Navmenu .menuitem:hover {
	background-color: rgba(102,102,102,0.5);
}
#Topnav #Navmenu .menuitem:focus {
	background-color: rgba(102,102,102,0.5);
}
#footer #Copyright p  {
	margin-left: 5%;
	margin-right: 5%;
}
#footer {
	position: static;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: inline;
	clear: none;
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	float: left;
	height: auto;
	border-top: 1px solid #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer form input {
	margin-left: 5%;
	display: block;
	margin-top: 10px;
	margin-bottom: 100px;
}
#footer #Copyright {
	background-color: rgba(0,0,0,0.4);
	float: left;
	clear: none;
	display: block;
	height: auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	border-top: 1px solid #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer #Copyright #largercopyright  p{
	margin-left: 5%;
	margin-right: 5%;
	display: block;
}

#footer {
	position: static;
	left: 0px;
	right: 0px;
	bottom: 0px;
	clear: none;
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	float: left;
	height: auto;
	border-top: 1px solid #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 0px;

}

#footer form input {
	margin-left: 5%;
	display: block;
	margin-top: 10px;
	margin-bottom: 100px;
}
#footer #Copyright #mobilecopyright {
	display: none;
}
#footer #Copyright {
}

#Hommage p {
	color: #FFFFFF;
	font-family: 'Open Sans', Helvetica, sans-serif, serif;
	font-style: italic;
	font-weight: lighter;
	text-align: center;
	font-size: 25px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#Hommage img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 15px;
	margin-bottom: 20px;
	width: 200px;
}
#sidebar {
	display: none;
}

#footer  #Bottomnav li{
	display: block;
	width: 110px;
	float: left;
	clear: none;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	padding-left: 25px;
	margin-right: 1px;
}
#footer  #search {
	display: block;
	clear: none;
	float: none;
}

#footer  #bottomlogo {
	display: block;
	margin-right: 4.5%;
}

.LanguageBlock {
	display:inline;
}

#footer #Changelanguagetext {
	display:none;
}

}

/* Desktop Layout: 961px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 961px) {
#footer  #bottomlogo {
	display: block;
	float: right;
	clear: none;
	margin-right: 4%;
	margin-top: -20px;
}
.gridContainer {
	width: 88.5%;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.js .selectnav {
	display: none;
}
.js #Navmenu { 
display: block; 
}	
#Hommage {
	display: block;
	margin-top: 120px;
}
#Article {
	margin-top: 0px;
}
.gridContainer.clearfix header #Topheader {
	background-color: rgba(0,0,0,0.4);
	padding-bottom: 80px;
	position: fixed;
	left: 0px;
	right: 0px;
	border-bottom: rgba(255,255,255,1);
	border-bottom-width: 1px;
	border-style: solid;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
	top: 0px;
}

.gridContainer.clearfix header {
  background: url(../media/background/loopgraven04.jpeg) no-repeat center top fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow:hidden;
}

#Topnav #Navmenu .menuitem a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-family: 'Playfair Display SC', Helvetica, sans-serif, serif;
	font-size: 18px;
}
header #Topnav #Navmenu .menuitem {
	display: block;
	width: auto;
	float: left;
	padding-left: 9px;
	padding-right: 9px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
header #Topnav #Navmenu {
	margin-left: auto;
	margin-right: auto;
	float: none;
	display: block;
	width: 530px;
	clear: both;
}
#Topnav {
	display: block;
	clear: none;
	float: none;
	right: 5%;
	top: 35px;
	position: absolute;
}
#Topnav #Navmenu .menuitem {
	background-color: rgba(0,0,0,0.4);
	border: 1px solid #FFFFFF;
}
#Topnav #Navmenu .menuitem:link {
	background-color: rgba(0,0,0,0.4);
}
#Topnav #Navmenu .menuitem:visited {
	background-color: rgba(0,0,0,0.4);
}
#Topnav #Navmenu .menuitem:active {
	background-color: rgba(0,0,0,0.4);
}
#Topnav #Navmenu .menuitem:hover {
	background-color: rgba(102,102,102,0.5);
}
#Topnav #Navmenu .menuitem:focus {
	background-color: rgba(102,102,102,0.5);
}
#footer #Copyright {
	background-color: rgba(0,0,0,0.4);
	float: left;
	clear: none;
	display: block;
	height: auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	border-top: 1px solid #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer #Copyright #largercopyright  p{
	margin-left: 5%;
	margin-right: 5%;
	display: block;
}
#footer {
	position: static;
	left: 0px;
	right: 0px;
	bottom: 0px;
	clear: none;
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	float: left;
	height: auto;
	border-top: 1px solid #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 0px;

}
#footer form input {
	margin-left: 5%;
	display: block;
	margin-top: 10px;
	margin-bottom: 100px;
}
#footer #Copyright #mobilecopyright {
	display: none;
}
#Hommage p {
	color: #FFFFFF;
	font-family: 'Open Sans', Helvetica, sans-serif, serif;
	font-style: italic;
	font-weight: lighter;
	text-align: center;
	font-size: 30px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#Hommage img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 15px;
	margin-bottom: 20px;
	width: 250px;
}
.Maintext {
	width: 70%;
	display: block;
	float: left;
}

#sidebar {
	margin-top: 45px;
	margin-bottom: 40px;
	display: block;
	width: 20%;
	float: right;
    }
.sidebutton {
	background-color: rgba(0,0,0,0.4);
	border: 1px solid #FFFFFF;
	display: block;
	width: 100%;
	margin-bottom:10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:5px;
	padding-right:5px;
}

a {
	text-decoration:none;
}

.sidebutton:link {
	background-color: rgba(0,0,0,0.4);
}

.sidebutton:visited {
	background-color: rgba(0,0,0,0.4);
}

.sidebutton:active {
	background-color: rgba(0,0,0,0.4);
}

.sidebutton:hover {
	background-color: rgba(0,0,0,0.7);
	-webkit-filter: grayscale(80%);  
    -webkit-filter: grayscale(0.8);  
    filter: grayscale(80%);  
}

.sidebutton:focus {
	background-color: rgba(0,0,0,0.7);
	-webkit-filter: grayscale(80%);  
    -webkit-filter: grayscale(0.8);  
    filter: grayscale(80%);  
}

#footer  #search {
	display: block;
	clear: none;
	float: none;
}
#footer  #bottomlogo {
	display: block;
	margin-right: 4.5%;
	margin-top: -25px;
}

.LanguageBlock {
	display:inline;
}

#footer #Changelanguagetext {
	display:none;
}


}
