/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
@font-face {
  font-family: system-ui;
  }
  
  .art-sheet-cc {
  background-color: rgba(203, 203, 203, 0.6);
  
  }
  
  .art-nav-inner
{
    margin: 0 0;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 30%, from(#eeeeee), to(#999999));
	background-image: -webkit-linear-gradient(top, #777777, #eeeeee);
	background-image: linear-gradient(top, #777777, #eeeeee);
	-webkit-border-radius: 10px;
	border-radius: 10px;
  -webkit-box-shadow: 1px 1px 2px 1px #333;
  box-shadow:         1px 1px 2px 1px #333;
}

.site-head, .site-head a {

	font-size: 32pt;
	
}

.vignette {
	display: none;
}

div.innercontainer, ul.tngdd .langmenu, ul.tngdd .stubmenu {
    background-color: #ff0000;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#999999));
	background-image: -webkit-linear-gradient(top, #777777, #eeeeee);
	background-image:         linear-gradient(top, #777777, #eeeeee);
}

ul.tngdd .menulink, ul.tngdd .langmenu {
	border-bottom-color:#999;
	border-right-color:#999;
	border-top-color:#eeeeee; /*same as "databack" background color */
	border-left-color:#eeeeee; /*same as "databack" background color */
}

ul.tngdd .menulink:hover, ul.tngdd .menuhover {
	border-bottom:1px solid #444;
	color: #ffffff;
	background: #999999 url(../img/arrowdown2.gif) 2px 12px no-repeat;
}