@import url('global.css');

body {
  background: url('images/bg_body.png') repeat-y;
  color: #555;
}

#wrapper {
  width: 900px;
  background: url('images/bg_wrapper.png') top left no-repeat;
}

#side {
  width: 290px;
  min-height: 500px;
  float: left;
}

#side #fflower {
  position: absolute;
  top: 20px;
  left: 160px;
}

#logo {
  margin-left: 20px;
  width: 138px;
  height: 106px;
  background: url('images/starry_logo.png') no-repeat;
}

#logo h1 {
  margin: 0;
}

#logo h1 span {
  display: none;
}

#menu {
  margin: 25px 0 0 25px;
  width: 127px;
}

#menu ul {
  list-style: none;
  text-align: center;
}

#menu li {
}

#menu li a {
  color: #fc3;
  text-decoration: none;
  padding: 0.5em 0;
  display: block;
}

#menu li a:hover {
  color: #f00;
  background: #ccc;
  font-weight: bold;
}

#main {
  margin-left: 290px;
}

#main .inner {
  padding: 2em;
}

#main h2 {
  font-family: Palatino, Georgia, serif;
  font-weight: bold;
  color: #630;
}

#main h3 {
  font-weight: bold;
  font-size: 1.3em;
  color: #630;
}

#main h3 span {
  font-weight: normal;
}

#main #landing_slideshow {
  border: 1px solid #900;
  width: 510px;
  height: 335px;
  background: #fc6;
}

#main ul {
  margin: 0 0 1.5em 1.5em;
}

#main .footnote {
  margin-top: 5em;
}

#main a {
  color: #630;
  text-decoration: none;
}

#main a:hover {
  color: #900;
}

.contact-methods {
  margin-bottom: 1.5em;
}

.contact-methods p {
  margin: 0;
}

.contact-methods em {
  text-decoration: underline;
}

.contact-methods span.method {
  width: 50px;
  float: left;
  font-weight: bold;
}

.contact-form label {
  width: 120px;
  float: left;
}

.contact-form label .req {
  color: #900;
  font-weight: bold;
}

.contact-form label.error {
  float: none;
  color: #900;
  margin-left: 1em;
}

.contact-form input[type=text] {
  width: 200px;
}

.contact-form textarea {
  height: 10em;
}

.contact-form input.error,
.contact-form textarea.error {
  background: #fbe3e4;
}

.contact-form p.buttons {
  margin-left: 120px;
}

#frozen-footer {
  position: fixed;
  bottom: 0;
  height: 150px;
  background: url('images/bg_footer.png') bottom left no-repeat;
}

#frozen-footer .inner {
  margin-left: 290px;
  color: #fc3;
}