/* layout template syltes */

  #impersonate-bar {
    display: none;
  }
  
  body {
    font-family: arial, helvetica, sans-serif;
  }
  
  img {
    border: none;
  }
  
  /* groups nav begin */
  #group-nav {
    margin: 24px 0 0 0;
    padding: 0;
    width: 135px;
    font-size: 13px;
  }

  #group-nav h2 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #B91A0A;
    font-size: 14px;
    font-weight: normal;
  }

  #group-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #group-nav li {
    margin: 0 0 3px 12px;
    padding: 0;
  }

  #group-nav a {
    margin: 0;
    padding: 0;
    color: #000;
  }
  
  #group-nav a.active {
    color: #B91A0A;
  }

  #group-nav a:hover {
    color: #B91A0A;
  }
  /* groups nav end */
  
  #left-col-title {
    margin-top: 7px;
    color: #999999;
  }
  
  #left-col-title a {
    color: #999999;
    text-decoration: none;
  }
  
  #left-col-title a:hover {
    color: #336699;
  }
  
  .recent {
    text-align: left;
    margin-bottom: 15px;
  }
  
  .recent-projects {
    margin-top: 10px;
  }

  
  .recent-projects a {
    text-decoration: none;
  }
  
  .recent-projects a:hover {
    color: #336699;
  }
  
  #portfolio-intro {
    margin-left: 10px;
  }
  
  .right-border {
    width: 13px;
  }
  
  #footer {
    clear: both;
    padding-top: 30px;
    text-align: center;
  }
  
  #footer p {
    text-align: center;
  }

/* ---layout template styles */

/* portfolio template begin */

#portfolio {
  margin: 0;
}

#portfolio h2 {
  margin: 10px 0 0 10px;
  color: #336699;
  font-size: 17px;
}

#portfolio ul {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}

#portfolio li {
  float: left;
  padding: 0;
  width: 160px;
  height: 155px;
  text-align: center;
}

#portfolio li h3 {
  margin: 10px;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}

#portfolio li h3 a {
  text-decoration: none;
  color: #336699 !important;
}

#portfolio li h3 a:hover {
  color: #000 !important;
}

#portfolio li h3 a:visited {
  color: #999999;
}

/* portfolio template end */

/* project template */

#gallery {
  position: relative;
  margin: 10px 0 0 0;
  width: 350px;
  overflow: hidden;
}

/*
{% if project.selected_photos.size == 0 %}
	#gallery {
		display: none;
	}
{% endif %}
*/

#gallery-thumbnails-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  visibility: hidden;
  z-index: 10;
}

#gallery-thumbnails-toggle-switch {
  position: relative;
  margin: 0;
  padding: 0;
}

#gallery-thumbnails-toggle-switch a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 4px;
  height: 17px;
  color: #fff;
  font-size: 12px;
  background: #696969;
  text-decoration: none;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

#gallery-thumbnails-toggle-switch a:hover {
  color: #000;
}

#gallery-thumbnails {
  text-align: left;
}

#gallery-thumbnails a {
  text-decoration: none;
}

#gallery-thumbnails a:hover img {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

#gallery-thumbnails img {
  width: 50px;
  margin-right: 5px;
  cursor: pointer;
}

#gallery-thumbnails-scroller-container {
  margin: 0 auto;
  padding: 5px 0;
  width: 100%;
  background: #696969;
  filter: alpha(opacity=50);
  opacity: 0.9;
  height: 68px;
}

/* scrollable div area */
#gallery-thumbnails-scroller {
  clear: both;
	margin: 0 auto;
	padding: 4px 0;
  font-size: 0;
	width: 350px;
	overflow: hidden;
	white-space: nowrap;
}

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

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

#large-image-container {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 350px;
  font-size: 0;
	text-align: center;
}

#large-image-container img {
  border: none;
}

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

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


  #description {
    clear: both;
    padding: 20px 0 0 0;
		color: #000;
  }

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

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

  #description h3 {
    margin: 0 0 10px 0;
		color: #A71D26;
    font-size: 15px !important;
    font-weight: normal;
  }
  
  #project-title-and-back-button {
    padding: 3px 5px;
    background: #56595C none repeat scroll 0 0;
  }
  
  #project-title-and-back-button #back-link {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
  }

  #project-title-and-back-button #back-link:hover {
    color: #C3CF00;
  }

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

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

  #stats {
    margin: 24px 0 0 0;
    font-size: 13px;
  }

  #stats h3 {
    clear: both;
    margin: 10px 0;
    padding: 0;
    color: #A71D26;
    font-size: 15px;
    font-weight: normal;
  }

  #stats a:hover {
     color: #C3CF00;
   }
   
  #stats #back-link a:hover {
    color: #336699;
  }

  .stats {
    position: static;
    margin: 0;
    color: #000;
    font-size: 12px;
  }
  
  .location .adr {
    font-size: 15px;
    text-align: left;
  }
  
  #back-link {
    border-bottom: 1px solid #ccc;
    margin: 10px 0;
    padding: 0;
    height: 20px;
  }
  
  #back-link a {
    float: right;
    color: #555;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
  }
  
  #back-link a:hover {
    color: #336699;
  }
  
  #project h2 {
    float: left;
    width: 250px;
    font-size: 17px;
    font-weight: normal;
  }

  .map:link, .map:visited, .map:active {
    display: block;
    margin-top: 7px;
    color: #000;
    font-size: 13px;
  	font-weight: bold;
  	text-decoration: none;
  }

  #stats .map:hover {
    color: #336699;
  }
  
  #project .project-top-title {
    float: left;
    width: 200px;
    margin-left: 20px;
    padding-top: 15px;
  }

  /* --project template */

  /* ascribe logo */
    
  #ascribe_logo_container {
    clear: both;
    margin: 0;
    padding: 30px 0;
    text-align: left;
  }
  
  #ascribe_logo_container a img {
    border-style: none;
  }
  
  /* --ascribe logo */

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

  /* project css overrides */

	#companies {
  	clear: none;
  	position: relative;
    padding: 5px 0;
    color: #555;
  	border: none;
  	background: none;
  }

    #companies h3 {
      margin: 0 0 20px 0;
      padding: 0;
      color: #A71D26;
      font-size: 15px;
      font-weight: normal;
    }

  	#companies ul {
  		margin: 0;
  		padding: 0;
  	}
	
  	#companies li {
      float: left;
      margin: 0 0 10px 0;
      padding: 0;
      width: 169px;
      font-size: 13px;
    }
	
  /* --project css overrides */

  /* marks overrides */

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

  #collaborators .fn {
  	color: #336699;
  	font-size: 12px;
    font-weight: bold;
  }
  
  #collaborators h2 {
    float: right;
    width: 190px;
  }
  
    .mark .fn {
  		margin: 0 !important;
  		color: #000 !important;
  		font-size: 11px !important;
  		font-weight: bold !important;
  		text-transform: none !important;
  	}
  	
  	.contribution {
  	  color: #336699;
  	  font-size:11px;
  	}
	
  	.mark .role {
      font-size: 12px;
      background-color: #f7f7f7;
    }
    
    .mark.top-right,
    .mark.bottom-right {
      left: 160px;
    }

/* --marks overrides */

/* More overrides */

  #portfolio .recent-projects .vcard {
    width: 192px;
    height: 150px;
  }

/* -- more overrides */


/* --Ascribe styles */

