/* group nav */

#group-nav {
  height: 30px;
  margin-top: 15px;
}

#group-nav span {
  float: right;
  padding-top: 2px;
  color: #000;
  font-size: 14px;
}

#group-nav #group-nav-dropdown-form {
  float: right;
}

#group-nav #group-nav-dropdown-form  select > option {
  background: #FFFBF3;
}

/* --group nav */

/* portfolio template begin */

#portfolio {
  margin: 0;
  padding: 0;
}

#portfolio h2 {
  margin: 10px auto;
  color: #B91A0A;
  font-size: 16px;
  text-align: left;
}

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

#portfolio li {
  float: left;
  margin: 20px 30px 0 30px;
  padding: 0;
  width: 128px;
  height: 200px;
  text-align: center;
}

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

#portfolio li a img {
  border: 3px solid transparent;
}

#group-nav-portfolio {
  height: auto;
}

#group-nav-portfolio ul {
  float: left;
  list-style: none;
  list-style-image: none;
  margin: 0 10px 0 0;
  padding: 0;
}

#group-nav-portfolio h2 {
  margin-bottom: 0px;
}

#group-nav-portfolio ul li {
  float: none;
  height: auto;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: left;
  background: none;
}

#group-nav-portfolio ul li a,
#group-nav-portfolio ul li a:visted,
#group-nav-portfolio ul li a:active {
  color: #48659E;
  text-decoration: none;
}

#group-nav-portfolio ul li a:hover {
  color: #A2AD09;
  text-decoration: underline;
}

/* portfolio template end */

/* project template */

  #project {
    margin: 50px 10px 0 10px;
  }
  
  #gallery {
    position: relative;
    float: left;
    margin-right: 60px;
    width: 350px;
  }
  
  #gallery h2 {
    margin-bottom: 10px;
    color: #A31019;
    font-size: 18px;
    text-transform: none;
  }

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

  #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;
  }

  #gallery-thumbnails {
  
  }

  #gallery-thumbnails img {
    width: 50px;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid #fff;
  }

  /* scrollable div area */
	#gallery-thumbnails-scroller {
		clear: both;
		padding: 5px 0 0 0;
    width: 350px;
		height: 52px;
		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: #eee;
	}

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

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

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

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

  #description h3 {
    margin: 0 0 10px 0;
		color: #A71D26 !important;
    font-size: 14px !important;
    font-weight: normal;
  }
  
  #project-title-and-back-button {
    margin: 0 0 0 20px;
    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 {
  	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 {
    float: left;
    margin-top: 40px;
    width: 250px;
  }

  #stats h3 {
    margin: 10px 0;
    color: #A71D26;
    font-size: 14px;
    font-weight: normal;
  }

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

  .stats {
    position: static;
    margin: 0;
    color: #000;
    font-size: 14px;
  }
  
  .adr {
    font-size: 14px;
  }
  
  #back-link {
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #aaa;
  }

  #back-link a {
    color: #555;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
  }

  #back-link a:hover {
    color: #FF7D47;
  }

  .map:link, .map:visited, .map:active {
    color: #555;
    font-size: 14px;
  	font-weight: bold;
  	text-decoration: none;
  }

  .map:hover {
    color: #FF7D47;
  }

  /* --project template */

  /* ascribe logo */

  #ascribe-logo-container {
    padding-top: 20px;
    width: 385px;
    text-align: left;
  }

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

  /* --ascribe logo */

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

  /* project css overrides */

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

    #companies h3 {
      margin: 0 0 25px 0;
      padding: 0;
      color: #A71D26 !important;
      font-size: 14px;
      font-weight: normal;
    }

  	#companies ul {
  		margin: 0;
  		padding: 0;
  	}
	
  	#companies li {
      /*float: none;*/
      margin: 0 0 10px 0;
      padding: 0;
    }

  /* --project css overrides */

  /* marks overrides */

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

  #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 */

  #footer {
    position: static;
  }
  
  #footer ul {
    clear: both;
    position: static;
    width: 385px;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  
  #footer p.footer2 {
    padding-top: 0 !important;
  }

  #ascribe-logo-container {
    padding: 0;
  }

/* --Ascribe styles */
