/* Jadara CSS file */

body {
  color: #000000;
  background-image: url('https://www.jadara.org.uk/content/images/august/july.png');
  background-position: top left; 
  background-repeat: repeat; 
  background-color: #ffffff;
  margin: 10px;
  padding: 10px;
  font-size: 16px;
  min-width: 1000px;
  max-width: 1200px;
}

div.body {
  width: 60%;
  background-color: #ffffff;

  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;

  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 20px;

  border-style: solid;
  border-width: 1px;
  border-color: #efefef;
  
  border-radius: 16px;
  -moz-border-radius: 16px;
  -khtml-border-radius: 16px;
  -webkit-border-radius: 16px;
  
  box-shadow: 1px 1px 10px #888888;
  -moz-box-shadow: 1px 1px 10px #888888;
  -webkit-box-shadow: 1px 1px 10px #888888;
}

div.copy {
  margin-top: 50px;
  padding-bottom: 10px;

}

td.centre {
  text-align: center;
}

div.clear {
  clear: both;
}

div.bar-left {
  float: left;
  height: 32px;
  vertical-align: middle;
}

div.bar-right {
  float: right;
}

div.menu-container {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

div.header-container {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}

div.info {
  margin-left: 20px;
  margin-right: 20px;
  font-style: italic; 
}

a.menu-link {
  color: #000000;
  text-decoration: none;
  padding: 3px 5px;
}

a.menu-link:hover {
  color:#ffffff;
  background-color: #356aa0;
}

img {
  border: none;
}

h1.title {
  font-size: 24px;
  text-align: center;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h3.motd_date {
  margin-bottom: 0px;
}

p.motd_info {
  margin-top: 0px;
  margin-left: 20px;
}

p.login-msg {
  font-style: italic;
  margin-top: 0px;
  margin-bottom: 8px;
}

a.menu-item {
  padding-left: 5px;
}


table.main-list {
  margin-left: auto;
  margin-right: auto;

  width: 95%;

  padding-top: 20px;
}

td {
  vertical-align: top;
}

td.main-item {
  width: 48%;
  padding-bottom: 20px;
  
}

td.main-padding {
  width: 4%;
}

img.icon {
  vertical-align: middle;
  margin-right: 10px;
}

img.logo {
  vertical-align: middle;
}

a.icon-link {
  color: #000000;
  text-decoration: none;
}

a.icon-link:hover {
  text-decoration: underline;
}

a.link-highlight {
  font-weight: bold;
  text-decoration: none;
}

a.link-highlight:hover {
  text-decoration: underline;
}

a.email {
  text-decoration: none;
}

a.email:hover {
  text-decoration: underline;
}

/* CSS for fonts */

body {
  font-family: sans-serif;
}
