.red {
  color: #d2232a;
}

.bold {
  font-weight: bold;
}

.block {
  display: block;
}

.link {
  font-weight: bold;
  text-decoration: underline;
}

a {
  color: #000;
  text-decoration: none;
}

a img, :link img, :visited img {
  border: 0;
}

td {
  vertical-align: top;
  padding-left: 0;
}

.space {
  margin-bottom: 20px;
}

.top-1 { margin-top: 10px; }
.top-2 { margin-top: 20px; }
.top-3 { margin-top: 30px; }
.top-4 { margin-top: 40px; }
.top-5 { margin-top: 50px; }
.bottom-1 { margin-bottom: 10px; }
.bottom-2 { margin-bottom: 20px; }
.bottom-3 { margin-bottom: 30px; }
.bottom-4 { margin-bottom: 40px; }
.bottom-5 { margin-bottom: 50px; }


.container {
  margin: 20px auto 20px 20px;
}

.navigation {
  font-size: 12px;
  font-weight: bold;
}

.navigation .item {
  margin-right: 20px;
}

.navigation a:hover {
  border-bottom: 3px solid #000;
}

.navigation .item.active {
  color: #d2232a;
}

.content {
  margin-top: 50px;
}

.content a:hover {
  color: #00aeef;
}

.content .info a {
  text-decoration: underline;
}

.project {
  background-color: #f4f4f2;
  background-color: #f1f2f0;
  border: 0;
  text-decoration: none;
}

.project h3 {
  margin: 4px 0 0 6px;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  position: absolute;
  width: 88px;
}

.project.last {
  margin-bottom: 30px;
}

.project img.dull {
  display: block;
}

.project.hover img.dull {
  display: none;
}

.project img.vibrant {
  display: none;
}

.project.hover img.vibrant {
  display: block;
}

.project.hover h3 {
  display: none;
}

.photo.last {
  margin-bottom: 30px;
}

.photos {
  margin-top: 50px;
}

.logo {
  display: block;
  background-color: #000;
}

.logo {
}

.navigation {
  position: relative;
  height: 100px;
}

.header .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  color: #d2232a;
  position: absolute;
  bottom: 0;
  left: 0;
}

.header .sidebar {
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 3px solid #000;
  margin-right: 0;
}

.footer {
  margin-top: 30px;
  border-top: 1px solid #000;
  padding-top: 20px;
  font-size: 10px;
  letter-spacing: -0.5px;
}

#projectDetail .news .item {
  margin-bottom: 10px;
}

#projectDetail .all a {
  font-weight: bold;
  display: block;
}

#projectDetail .sidebar h3 {
  font-weight: bold;
  font-size: 12px;
}

#projectDetail .sidebar a {
  text-decoration: underline;
}

#projectDetail .all, 
.related,
.borderTop {
  padding-top: 16px;
  border-top: 1px solid #000;
}

#news .photo {
  margin-bottom: 20px;
}

#news .text {
  border-top: 3px solid #000;
}

#news .archive {
  margin-top: 60px;
  border-top: 3px solid #000;
  padding-top: 20px;
}

#newsDetail .otherNews {
  border-top: 1px solid #000;
  padding-top: 20px;
}

.slideshow {
  position: relative;
}

.slideshow .controls { 
  z-index: 1000; 
  position: absolute; 
  bottom: 14px; 
  left: 14px; 
  display: none;
  border: 0; 
  margin: 0; 
}

.slideshow .controls .button {
  margin-right: 5px;
  cursor: pointer;
  background-color: #eee;
  padding: 1px;
  opacity: 0.7;  
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.contactForm {
  padding: 10px;
  padding-bottom: 0;
}

.contactForm input {
  margin: 2px 0;
}

.contactForm .errorlist {
  color: #a60000;
  list-style-type: none;
  margin: 0;
}

.contactForm textarea {
  font-family: verdana,"Helvetica Neue",Arial,Helvetica,sans-serif;
}
