@charset "UTF-8";
/* CSS Document */

body {
  font-family: Arial, Tahoma, Geneva, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  background-attachment: fixed;
  background-color: #565656;
  background-image: url(/uploads/urbancollectivellc/bg.png);
  background-repeat: repeat;
}

#wrapper {
  position: relative;
  width: 781px;
  margin: 0px auto;
  padding: 84px 0px 0px 0px;
  height: 100%;
}

#wrapper #header h1  {
  padding: 0px;
  font-size: 1.4em;
  position: absolute;
  top: 88px;
  left: 160px;
  font-weight: normal;
}

#wrapper #header h2  {
  padding: 0px;
  font-size: 0.85em;
  font-style: italic;
  position: absolute;
  top: 107px;
  left: 160px;
  font-weight: normal;
}

#header {
  background-image: url(/uploads/urbancollectivellc/new-logo.png);
  position: absolute;
  top: 0px;
  height: 150px;
  width: 781px;
  visibility: visible;
  z-index: auto;
  background-repeat: no-repeat;
  background-position: 14px 8px;
  color: #eee;
}

#header #logo-home-link {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 125px;
  height: 114px;
}

#header #logo-home-link span {
  display: none;
}

#wrapper #nav ul {
  list-style-type: none;
  display: inline;
  text-align: right;
}

#wrapper #nav ul li {
  float: right;
  text-align: right;
}

#wrapper #header #nav ul li a, #footer a {
  text-decoration: none;
  color: #eee;
}

#wrapper #header #nav ul li a:hover, #footer a:hover {
  text-decoration: none;
  color: #999;
}

#wrapper #header #nav ul li a:visited, #footer a:visited {
  text-decoration: none;
  color: #eee;
}

#wrapper #nav {
  text-align: right;
  font-size: .9em;
  position: absolute;
  right: 0px;
  width: 640px;
  top: 64px;
}

#wrapper #content {
  width: 781px;
  height: 100%;
//  margin-top: 84px;
  margin-right: auto;
  margin-left: auto;
  color: #333;
  background-color: #EEE;
  overflow: visible;
}

#wrapper #footer  {
  color: #eee;
  font-size: .9em;
  margin: 10px auto 84px;
  width: 770px;
}

#wrapper #content .mod a img  {
  text-decoration: none;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  float: left;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 5px;
  border-left-width: 0px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 5px;
  border-bottom-color: #565656;
}

#wrapper #content h3 {
  color: #EEE;
  background-color: #565656;
  text-indent: 10px;
  margin: 0px;
  font-weight: normal;
  padding: 3px 0px 3px 5px;
}

#wrapper #content #leftcol  .mod {
  padding: 10px;
}

#wrapper #content #rightcol  .mod {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

#leftcol {
  float: left;
  width: 519px;
  background-color: #eee;
}

#rightcol {
  float: right;
  width: 262px;
  background-color: #eee;
  visibility: visible;
  z-index: auto;
}

#rightcol img {
  max-width: 250px;
}

#wrapper #content p, #wrapper #content ul > li {
  font-size: 0.9em;
}

#wrapper #content p {
  margin: 15px 10px;
}

#wrapper #content ul {
  margin: 15px 10px;
}

#wrapper #content ul li {
  margin-left: 15px;
  list-style-type: circle;
}

#content a {
  color: #7A8BC5;
}

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

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

/* Project page */

.project_mod {
	border-bottom:dashed 1px #CCC;
	clear:both;
        display: inline-block;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 10px;
//        width: 489px;
//  width: 781px;
}
.project_mod:hover {
	background: #FFFFFF;

}
.project_txt {
	float:right;
        width: 589px;
  font-size: 0.9em;
}

.project_img {
	float:left;
	width:150px;
	margin-right:10px;
	background-image: url(/uploads/urbancollectivellc/missing.png);
}

.project_img img {
  width: 150px;
}

div.project_txt div {
  margin: 0 0 10px;
}

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