/* MLT custom styles */
/* colours:
 * #5a739c		MLT blue
 */


#header {
  background: #5a739c;  /* MLT blue */
}

#name-and-slogan /* Wrapper for website name and slogan */ {
  float: left; /* LTR */
  /* margin: 13px 0 20px 10px; */ /* LTR */
  margin: 50px 0 20px 10px; */ /* LTR */
  padding: 0;
}



h1#site-name,
div#site-name /* The name of the website */ {
  font-size: 4em;
  line-height: 1.0em;
  font-family: "Trebuchet MS", Arial, sans-serif;
  margin: 0 0 5px;
  padding: 0;
}

#site-name a:link,
#site-name a:visited {
  color: #fff;
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  color: #fff;
  text-decoration: none;
}

#site-slogan /* The slogan (or tagline) of a website */ {
  font-size: .9em;
}


/* remainder comes from the old theme's custom.css */

/*
#wrapper #container #header {
  color: #768998;
  background: #5a739c;
  font-family: "Trebuchet MS", Arial, sans-serif;
}
*/

/* this is the height of the header box - it was 150px */
/*
#wrapper #container #header {
  height: 200px;
}
*/

/* this is the site title */
/*
#wrapper #container #header #slogan-floater h1.site-name a {
  color: #ffffff;
  font-size: 2.4em;
  font-family: "Trebuchet MS", Arial, sans-serif;
  line-height: 1.2em;
}
*/
/*
#wrapper #container #header #slogan-floater h1.site-name a:hover {
  color: #ffffff;
}
#wrapper #container #header #slogan-floater h1.site-name a:visited {
  color: #ffffff;
}
#wrapper #container #header #slogan-floater h1.site-name a:link {
  color: #ffffff;
}
#wrapper #container #header #slogan-floater h1.site-name a:active {
  color: #ffffff;
}
*/

/* want to avoid the little comment image when you can't post comments */
/* I think this disables it even when you CAN post a comment */
ul.links li.comment_forbidden {
  background: url( /* images/comment.png */ ) left center no-repeat; /* LTR */
  padding: 2px 0 2px 18px; /* LTR */
}

