/*********************************************************
*
*   File: Integration Stylesheet
*   Author: Craig Nelson / Classic Labs
*
*/

  /* general */
  body {
    margin: 20px 0;
    color: #ccc;
    font-family: 'Gill Sans MT',Trebuchet,Verdana,Sans-serif !important;
    font-size: 13px;
    line-height: 20px;
    background: #000;
  }
  a {
    color: #3796DD;
    text-decoration: none;
  }
  img { border: none; }
  ul { list-style: none; }
  h1, h2, h3, h4, h5, h6, p, ul, ol, dl, div.separator { margin: 20px 0; }
  h1, h2, h3, h4 {
    color: #777 !important;
    text-transform: none !important;
  }
  h1,
  h2 { font-size: 18px; }
  h3 { font-size: 16px !important; }
  h4 { font-size: 13px; }
  div.separator {
    padding: 0;
    font-size: 0;
    line-height: 0;
    border-bottom: 1px dotted #444;
  }
  /* --general */

  /* side nav */
  ul.side-nav {
    padding-left: 10px;
    list-style: none;
  }
    ul.side-nav li { display: inline; }
      ul.side-nav a {
        display: block;
        padding: 2px 0;
      }
      ul.side-nav a:hover,
      ul.side-nav a.active { color: #ccc; }
  /* --side nav */

  /* home template */
  /* --home template */

  /* layout template */
  #container {
    margin: 0 auto;
    width: 968px;
  }
    #content-left {
      float: left;
      width: 200px;
    }
    #content-center {
      float: left;
      padding-left: 20px;
      width: 545px;
    }
    #content-right {
      float: right;
      margin-top: 20px;
      padding-left: 20px;
      width: 160px;
      border-left: 1px solid #444;
    }
  /* --layout template */

  /* portfolio template */
  #companies-container {
    margin: 15px 0;
    padding: 15px;
    color: #000;
    overflow: hidden;
    border: 2px solid #777;
    background: #fff;
  }
    #companies-container h4 {
      float: right;
      margin: 0 0 5px;
      font-size: 13px;
    }
    #company-logo { float: left; }
    #companies-container .adr {
      clear: right;
      float: right;
      margin: 0 0 5px;
      width: 50%;
      text-align: right;
    }
      #company-street { display: block; }
      #company-phone {
        display: block;
        margin: 5px 0;
      }
    #companies-container p {
      clear: left;
      float: left;
      margin: 15px 0;
      width: 50%;
    }
    #company-links {
      clear: left;
      float: left;
      margin: 0;
      padding: 0;
      width: 300px;
      font-size: 12px;
    }
    #companies-search-results { margin: 15px 0; }
  #search-container {
    margin-bottom: 15px;
    padding: 0;
    border: none;
  }
    #search-container div { margin-top: 8px; }
      #search-container span {
        color: #777;
        font-size: 12px;
      }
  #pages-container {
    display: none;
    margin-bottom: 10px;
    overflow: hidden;
  }
    #pages-container h5 {
      float: left;
      margin: 0 5px 0 0;
      color: #3796DD;
      font-size: 11px;
    }
    #pages {
      margin: 0;
      padding: 0;
      overflow: hidden;
    }
    #pages li { display: inline; }
    #pages li a {
      display: block;
      float: left;
      margin: 0 5px 5px 0;
      padding: 1px 4px;
      color: #ccc;
      font-size: 12px;
      line-height: normal;
      border: 1px solid #ccc;
    }
    #pages li a:hover,
    #pages li a.active {
      color: #eee;
      font-weight: normal;
      border: 1px solid #ccc;
      background: #3796DD;
    }
  #projects-container {}
  ul.portfolio {
    margin: 0;
    padding: 15px 0 0 0;
  	list-style: none;
  }
  ul.portfolio.social { display: none; }
    ul.portfolio li {
    	float: left;
    	margin: 0 25px;
    	width: 128px;
      height: 250px;
      text-align: center;
    }
      ul.portfolio li img {
        padding: 4px;
        border: 1px solid #444;
      }
      ul.portfolio li h3 {
        margin: 5px 0 0 0;
        padding: 0;
        color: #000;
      	font-size: 13px !important;
      	font-weight: normal;
      	text-transform: none;
      }
  /* --portfolio template */

  /* project template */
  #gallery {
    padding: 0;
    width: auto;
  }
  #gallery h2 { text-transform: none; }
  h4.subtitle {
    margin: -15px 0 15px;
    padding: 0;
    font-size: 12px;
  }
  #default-photo {
    padding: 4px;
    border: 1px solid #444;
    background: none;
  }
  #gallery-thumbnails {
    position: static;
  	float: none;
    margin: 0 0 5px 0;
  	padding: 0;
  	width: 352px;
  	list-style: none;
  }
    #gallery-thumbnails li {
    	float: none;
    	display: inline;
    	margin: 0;
    	padding: 0;
    	height: auto;
    	width: auto;
      border: none;
    	background: none;
    }
      #gallery-thumbnails li img {
      	display: block;
        float: left;
        margin: 0 5px 5px 0;
        width: 30px;
        padding: 4px;
        border: 1px solid #444;
      }
  /* photo masking
  *******************************************/
  #default-photo-container {
    position: relative;
    overflow: hidden;
  }
    #mask {
      position: absolute;
      display: block;
      top: 0; /* should set pixle value (ex: 2px) if we are using a div with padding to achieve a border around the image */
      left: 0; /* should set pixle value (ex: 2px) if we are using a div with padding to achieve a border around the image */
      width: 350px; /* for IE if we are using a div with padding to achieve a border around the image */
      height: 100%;
      border: none;
    }
  /* photo masking */
  /* project.css overrides for stats */
  dl.stats {
  	padding-bottom: 0;
  	overflow: hidden;
  }
  .stats dt,
  .stats dd { margin-bottom: 5px; }
  .stats dt {
  	position: static;
  	clear: none;
  	float: none;
  	padding: 0;
  }
    .stats dd { color: #777; }
  /* --project.css overrides for stats */
  #descriptions,
  #descriptions p,
  #descriptions span,
  #descriptions strong,
  #descriptions em,
  #descriptions b,
  #descriptions i {
    color: #ccc !important;
    font-family: 'Gill Sans MT',Trebuchet,Verdana,Sans-serif !important;
    font-size: 13px !important;
    line-height: 20px !important;
  }
  #descriptions p { margin: 20px 0 !important; }
  #descriptions h4 {
    margin-bottom: -15px;
    color: #3796DD !important;
  }
  .adr {
    margin: 0 0 10px 0;
    font-size: 12px;
  }
  .map {
  	font-weight: bold;
  	text-decoration: none;
  }
  /* --project template */

  /* project.css overrides */
  #companies {
    clear: none;
  	margin: 0;
    padding: 0;
  	border: none;
  	background: none;
  }
  	#companies ul {
  		margin: 0;
      padding: 0;
  	}
  	  #companies li {
  	    font-family: inherit;
    		margin-bottom: 10px;
    		font-size: normal;
    	}
  /* --project.css overrides */

  /* marks.css overrides */
  #collaborators { color: #000; }
  #collaborators .fn {
  	color: #3796DD;
  	font-family: inherit;
  	font-size: 13px;
    font-weight: bold;
    background: none;
  }
  #collaborators .contribution {
    color: #ccc;
    font-size: 12px;
    font-weight: normal;
  	font-style: italic;
  }
    .mark .fn {
  		margin: 0 !important;
  		color: #000 !important;
  		font-weight: bold !important;
  	}
  	.mark .role {
  	  font-size: 12px;
  	  overflow: hidden;
  	  background-color: #f7f7f7;
  	}
  /* --marks.css overrides */

  #ascribe-logo-container,
  #social-networking {
    text-align: right;
  }

  /* ascribe links */
  #ascribe-links {
    padding: 0 0 5px;
    border-bottom: 1px dotted #444;
  }
  #ascribe-links #logo {
    float: right;
    margin: 0;
  }
    #ascribe-links li {
      display: inline;
      margin-right: 8px;
    }
      #ascribe-links li a { color: #777; }
      #ascribe-links li a:hover { color: #ccc; }
        #ascribe-links a img { border-style: none; }
  /* --ascribe links */

  /* social networking */
  #social { margin: 20px 0; }
    .social { margin-right: 15px; }
    .social.last { margin-right: 0; }
  #share-this {
    clear: both;
    padding: 20px 0;
    text-align: right;
  }
  /* --social networking */
  
  /* mailchimp form */
  #mc_embed_signup fieldset {
    margin: 0;
    padding: 0;
    border: none;
  }
    .mc-field-group { color: #fff; }
      .mc-field-group label { display: block; }
    .indicate-required,
    .note-required { color: #AF4C4C; }
    #group-profiles { display: none; }
    #submit-container { margin-top: 10px; }
  /* --mailchimp form */
  
  /* ads */
  .ad-notice {
    margin-top: 0;
    text-align: center;
  }
  .ads.top-leaderboard {
    float: right;
    margin-top: 20px;
    width: 745px;
  }
  .ads.skyscrapper { margin-bottom: 20px; }
  .ads.bottom-leaderboard {
    clear: both;
    padding: 20px 0;
    text-align: center;
  }
  .ads.bottom-leaderboard.project { text-align: right; }
  .ads.bottom-leaderboard.project span { margin-right: 20px; }
  /* --ads */
