/* Custom Styles */


header { background-color: #a00;
         /*background-image: url(header.jpg);*/
         background-position: center;
         background-repeat: repeat-x;
       }


header section:last-of-type a { display: inline-block;
                                width: 80px;
                                background: rgba(0,0,0,0.5);
                              }


#menu { background: rgba(0,0,0,0.5);
      }


.menuitem a:hover { color: #d00;
                  }


#module_menu select { background-color: rgba(0,0,0,0.5);
                    }


#menu_button { background-color: #333;
             }


#motd { color: #fff;
        background-color: #300;
      }


main a { color: #d00;
       }


.module { background-color: #922;
        }


.module:hover { background-color: #e22;
        }


footer { background-color: #a00;
         /* background-image: url(footer.jpg); */
         background-position: center;
         background-repeat: repeat-x;
       }








/* Max 610 */
@media (max-width: 610px)
    {
    header { height: 60px;
           }

    header section:nth-of-type(3) a { display: none;
                                    }
    }

