@charset "UTF-8";

body {
  background: #262626;
  font-family: Arial, Tahoma, Geneva, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  color: #333333;
}

#main {
  width: 800px;
  margin: 10px auto;
}

#main #header {
  position: relative;
  padding-top: 42px;
}

#main #header #logo {
  background: transparent url(/uploads/urbancollectivellc/logo.png) no-repeat top center;
  position: absolute;
  top: 0px;
  left: 45px;
  width: 125px;
  height: 125px;
  z-index: 500;
}

#main #header #logo a {
  position: relative;
  display: block;
  width: 125px;
  height: 125px;
  overflow: hidden;
}

#main #header #logo a span {
  display: none;
  position: absolute;
  left: -9999px;
}

#main #header #main-nav {
  background: #000;
  height: 30px;
  z-index: 300;
}

#main #header #main-nav * {
  z-index: 300;
}

#main #header #main-nav > ul {
  float: right;
}

#main #header #main-nav ul {
  list-style-type: none;
  margin: 0px;
}

#main #header #main-nav > ul > li {
  position: relative;
  display: inline;
  float: left;
  height: 23px;
  padding-top: 7px;
}

#main #header #main-nav > ul > li > a > img.down-arrow {
  height: 8px;
}

#main #header #main-nav > ul > li a img.right-arrow {
  height: 8px;
}

#main #header #main-nav > ul > li > a {
  display: block;
  border-right: 1px solid #FFFFFF;
  text-decoration: none;
  color: #FFFFFF;
  padding: 0px 10px;
}

#main #header #main-nav > ul > li.last > a {
  border-right: none;
}

#main #header #main-nav > ul > li ul {
  display: none;
}

#main #header #main-nav > ul > li ul.visible {
  display: block;
  position: absolute;
  top: 30px;
  left: 0px;
}

#main #header #main-nav > ul > li ul.visible li a {
  display: block;
  padding: 5px;
  color: #FFFFFF;
  text-decoration: none;
  background: #262626;
  filter: alpha(opacity=80); /* internet explorer */
  -khtml-opacity: 0.8;      /* khtml, old safari */
  -moz-opacity: 0.8;       /* mozilla, netscape */
  opacity: 0.8;           /* fx, safari, opera */
}

#main #header #main-nav > ul > li ul.visible li a:hover {
  background: #999999;
}

#main #header #slideshow {
  position: relative;
  background: #FFFFFF;
  height: 200px;
}

#main #header #slideshow img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
}

#main #content {
  background: #FFFFFF;
}

#main #content {
  padding: 10px;
  border-bottom: 8px solid #B62C27;
}

#main #content h1 {
  background: transparent url(/uploads/urbancollectivellc/1px-graybar.png) repeat-x top left;
  height: 25px;
  color: #FFFFFF;
  font-size: 1.2em;
  line-height: 1.25em;
  padding: 3px 5px;
}

#main #content h2 {
  font-size: 1.1em;
  line-height: 1.15em;
  font-weight: bold;
}

#main #content p {
  margin: .75em .5em 1em;
}

#main #content h2 {
  margin: .5em;
}

#main #content dl {
  margin: 0 .5em;
}

#main #content dl dt {
  padding: .5em 0 .5em 0;
}

#main #content ul {
  margin-left: 1.5em
}

#main a {
  color: #7A8BC5;
}

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

#main a:visited {
  color: #7A8BC5;
}

#main #content .left-column {
  float: left;
  width: 520px;
}

#main #content .right-column {
  float: right;
  width: 250px;
}

#main #content .full-page {
  width: 780px;
}

#main #content .right-column .callout, #main #content .right-column .callout img {
  width: 250px;
}

#main #content .bio-photo {
  float: left;
  padding: 0 10px 5px 0;
  width: 125px;
}

#main #footer {
  margin: 10px 0px;
  color: #999;
  font-size: 0.9em;
}

/* Project page */

#main #content .full-page .project {
  border-bottom: dashed 1px #CCC;
  clear: both;
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
}

#main #content .full-page .project:hover {
  background: #EEEEEE;
}

#main #content .full-page .project-txt {
  float: right;
  width: 610px;
  font-size: 0.9em;
}

#main #content .full-page .project-img {
  float: left;
  width: 150px;
  margin-right: 10px;
  background-image: url(/uploads/urbancollectivellc/missing.png);
}

#main #content .full-page .project-img img {
  width: 150px;
}

#main #content .full-page div.project-txt div {
  margin: 0 0 10px;
}
