/* general and overrides */

  #impersonate-bar {
    display: none;
  }

  #content-right {
    width: 638px;
    border: none;
  }

  /* --general and overrides */

  /* group nav */

  #group-nav h3 {
    color: #444;
    margin-bottom: 15px;
  }

  #group-nav li {
    display: inline;
  }

  #group-nav li a {
    display: block;
    margin-bottom: 2px;
    padding: 4px 12px;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
  }

  #group-nav li a:hover,
  #group-nav .current-group {
    color: #DA3011;
    font-style: italic;
    border-bottom: 1px solid #ddd;
    background: #f2f2f2;
  }

  #group-nav li a.group-nav-groups {
    padding: 4px 12px 4px 24px;
  }

  /* --group nav */

  /* portfolio template */

  #portfolio-container {
    margin-top: 10px;
  }

  #portfolio h3 {
    color: #444444;
  }

  #portfolio-left {
    float: left;
    width: 340px;
  }

  #portfolio-left h2 {
    margin: 0 0 20px 0;
    color: #000;
    font-size: 1.2em;
    text-align: left;
  }

  #projects {
    /*float: left;
    width: 420px;*/
  }

  #portfolio-right {
    float: right;
    margin-top: 10px;
    width: 110px;
  }

  #project-preview p {
    margin: 10px 0;
    color: #000;
    font-size: 12px;
  }

  #project-preview p#project-title {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .project-preview-bold-text {
    font-weight: bold;
  }

  #project-preview p#project-instructions {
    margin-top: 10px;
    color: #1D7DEF;
    font-size: 11px;
  }

  ul.project-list {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
  }

  ul.project-list li {
    float: left;
    padding: 0;
    width: 210px;
    height: 200px;
    text-align: center;
  }

  ul.project-list li.project-list-left {
    float: none;
    width: auto;
    height: 190px;
    width: auto;
  }

  ul.project-list li a {
  	color: #000;
    font-size: 14px;
    text-decoration: none;
  }

    ul.project-list li a:hover {
    	color: #1D7DEF;
    }
  
    ul.project-list li a:visited {
    	color: #000;
    }

  .intro-text {
    clear: both;
  }

  .vcard h3 {
    padding-top: 5px;
  }

  /* --portfolio template */

  /* project template */

  #project {
    margin-top: 10px;
  }

  #project-title-and-back-button {
    overflow: visible;
  }

  #project-title-and-back-button h2 {
    float: left;
    margin-bottom: 10px;
    width: 350px;
    color: #000;
    font-size: 20px;
    text-transform: none;
  }

  #project-title-and-back-button #back-link {
    float: right;
    margin-top: 4px;
    font-size: 14px;
    font-weight: bold;
  }

  #project-title-and-back-button a {
    overflow: visible;
    text-decoration: none;
    color: #000;
  }

  #project-title-and-back-button a:hover {
    color: #777;
  }

  #gallery .adr {
    clear: both;
    margin-bottom: 10px;
    color: #000;
    font-size: 12px;
  }

  .map:link, .map:visited, .map:active {
    color: #000;
  	font-weight: bold;
  	text-decoration: none;
  }

  .map:hover {
    color: #94A7BF;
  }

  #large-image-container {
    display: block;
    float: left;
    position: relative;
    font-size: 0;
  }

  #loading {
    display: block;
    position: absolute; 
    top: 50%;
    left: 50%;
    margin-top: -16px; 
    margin-left: -16px;
    width: 32px;
    height: 32px;
    visibility: hidden;
  }

  #view-full-size {
    display: block;
    position: absolute; 
    top: 50%;
    left: 50%;
    margin-top: -12px; 
    margin-left: -50px;
    width: 100px;
    height: 25px;
    visibility: hidden;
  }

  #gallery-thumbnails img {
    width: 50px;
    margin-right: 2px;
    border-style: none;
    cursor: pointer;
  }

  /* scrollable div area */
  #gallery-thumbnails-scroller {
  	clear: both;
  	padding: 5px 0 0 0;
    width: 350px;
  	height: 50px;
  	overflow: hidden;
  	white-space: nowrap;
  }

  /* horizontal track */
  #gallery-thumbnails-scroller-track {
  	margin: 5px 0 0 0;
    width: 350px;
  	height: 10px;
  	font-size: 0;
  	visibility: hidden;
  	background-color: #E0E4EF;
  }

  /* horizontal track handle */
  #gallery-thumbnails-scroller-handle {
  	width: 20px;
  	height: 10px;
  	font-size: 0;
  	cursor: move;
  	background-color: #BF250B;
  }

  #description {
    clear: both;
    padding: 10px 0 0 0;
  	color: #000;
  	font-size: 13px
  }

  #description * {
    color: #000 !important;
  	font-size: 13px !important;
  }

  #description p {
    margin: 0 0 10px 0 !important;
  }

  #description h3 {
    margin: 0 0 10px 0;
  	color: #000;
  	font-size: 14px !important;
  }

  /* project.css overrides for stats */
  dl.stats {
  	padding-bottom: 0;
  	overflow: visible;
  }

  .stats dt {
  	position: static;
  	padding-right: 0;
  	font-weight: normal;
  	float: none;
  	clear: none;
  }
  /* --project.css overrides for stats */

  #stats {
    clear: both;
  }

  #stats h3 {
    padding: 20px 0;
    color: #000;
    font-size: 14px;
  }

  .stats {
    color: #000;
    font-size: .8em;
  }

  /* --project template */

  /* ascribe logo */

  #ascribe-logo-container {
    clear: both;
    padding-top: 5px;
    text-align: right;
  }

  #ascribe-logo-container a img {
    border-style: none;
  }

  /* --ascribe logo */

  /***************************************************************************
  *
  *  New marks CSS 
  *
  ****************************************************************************/

  /* project css overrides */

  #companies {
  	position: relative;
  	margin: 0;
    padding: 10px 0;
    color: #000;
  	border: none;
  }

    #companies h3 {
      margin: 10px 0 25px 0;
      font-size: 14px;
      color: #000;
    }

  	#companies ul {
  		padding: 0;
  	}

  	#companies li {
      /*float: none;*/
    }

  /* --project css overrides */

  /* marks overrides */

  #collaborators li a:hover {
    color: #000;
  }

  #collaborators .fn {
  	font-family: inherit;
  	font-size: 12px;
    font-weight: bold;
  }

    .mark .fn {
  		margin: 0 !important;
  		color: #000 !important;
  		font-size: 11px !important;
  		font-weight: bold !important;
  		text-transform: none !important;
  	}

  	.mark .role {
      margin-bottom: 0;
      font-size: 12px;
      background-color: #f7f7f7;
    }

/* --marks overrides */
