@import url("common.css");

/* Home specific layout and colors */

#nav {
  color: #ffffff;
  background-color: #0554b4;
}

#nav :link:hover, #nav :visited:hover, #nav .current {
  color: #0099ff;
  background-color: inherit;
}

#login, #sectionintro {
  color: #ffffff;
  background-color: #044899;
}

#login {
  background-image: url("../images/login/home_corner.gif");
}

#sectionintro {
  background-image: url("../images/header/home.jpg");
}

#contentblock h2 :link, #contentblock h2 :visited {
  color: inherit;
  background-color: inherit;
  text-decoration: none;
}

#moreinfo {
  margin-top: 0;
}

#content .item {
  margin-top: 11px;
  border: 0;
  padding: 0;
}

.profile h2, .profile img.illustration {
  border-color: #5e4a91;
}

.events, .news {
  float: left;
  width: 257px;
}

.events {
  margin-right: 8px;
}

.events h2, .events img.illustration {
  border-color: #b40c29;
}

.news h2, .news img.illustration {
  border-color: #04a2e6;
}