body {
  background-image: url('/files/themes/grafia_bg.jpg');
}

#header {
  background-image: url('/files/themes/grafia_grafia.png');
}

h2 {
  color: #ff6c00;
}

#secondary-navigation ul li, #secondary-navigation ul li.selected ul li {
  background-color: #dedbd6;
}

#secondary-navigation ul.user-actions li {
  background-color: #ff6c00;
}

a, .secondary.button, .link {
  color: #106cdf;
}

#global-navigation li a {
  color: #106cdf;
}

#site-title {
    background: transparent url('/files/images/grafia_logo_dark_grey.png') 0 0 no-repeat;
}

.emphasized {
  color: #ff6c00;
}

.emphasized-block, .dialog {
  background-color: #dedbd6;
}

#content form .footer,
#content .form .footer,
hr {
  border-top-color: #dedbd6;
}

.multistep-form h3 .step-number {
  color: #ff6c00
}

tr:hover {
    background-color: #dedbd6;
}

.judge-entries-table tbody:hover {
    background: #dedbd6;
}