@charset "UTF-8"; 
@import "/dickimaw-smallscreen.css" screen and (max-width: 601px);
@import "/dickimaw-main.css";

body
{
  border-top: 10px solid yellow;
  border-left: 20px solid yellow;
  border-right: 200px solid yellow;
  border-bottom: 30px solid yellow;
}

#banner
{
   border: 8px ridge black;
}

#banner > div.title
{
   min-height: 75px;
}

#sidebar
{
   background-image: url(logo2-faded.png);
   background-repeat: no-repeat;
   position: fixed;
   float: right;
   right: 10px;
   top: 10px;
   width: 184px;
   min-height: 300px;
   max-height: 90%;
   overflow: auto;
}

#toolbar
{
  background: green;
}

div.tool a
{
   color: yellow;
}

div.tool a:hover, div.tool a:focus 
{
  background-color: yellow;
  color: green;
}

input[type=submit], button[type=submit], button.submit, a.submit
{
   background-color: #eeeeee;
}

input[type=submit]:focus, button[type=submit]:focus, button.submit:focus, a.submit:focus,
input[type=submit]:hover, button[type=submit]:hover, button.submit:hover, a.submit:hover 
{
   background-color: yellow;
   border-color: #009900 green green #009900;
}


input[type=submit]:active, button[type=submit]:active, button.submit:active, a.submit:active
{
   background-color: #eeeeee;
   border-color: green #009900 #009900 green;
}
