
/* feis stylesheet */
body {
  background: #008fd1;
  font-family: Tahoma, sans-serif;
}

.centeredImage {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

.rightImage {
  float: right;
}

#banner img {
  width: 90%;
  max-width: 799px;
  height: auto;
  max-height: 250px;
  margin: 0px 0px 20px 0px;
}

#menu {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: none;
}

#menu img {
  width: 20%;
  max-width: 150px;
  height: auto;
  max-height: 43px;
  border: none;
}


/* Padding is top, right, bottom, left */
#content {
  display: none;
}

#gaelic-content {
  color: #5A2911; /* complementary of background */
  font-size: 13pt;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 30px;
  padding: 2px 2px 2px 4px;
  background: #a5d6ee url('mback.png') 0 0 no-repeat;
  border: 2px solid black;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#gaelic-content h1 {
  text-align: center;
}

#gaelic-content h2 {
  text-align: center;
}

#gaelic-content a {
  color: #5A2911;
}

.switcher {
  cursor: pointer;
  float: right;
  margin: 0 20px 0 0;
  font-size: 14pt;
  text-align: right;
  text-decoration: underline;
}
