/*
  estonbond.com
  Primary CSS
  Eston Bond (eston@hyalineskies.com)
  2 February 2008
*/  

/* Basic Styles */
  body {
    background: #0c0c0e url(images/background.gif) top center no-repeat;
    color: #fff;
    font: 10px/normal 'Lucida Grande', Tahoma, Helvetica, Arial, sans-serif;
    margin: 0; padding: 0;
  }
  
  a:link {
    color: #71b5f9;
    text-decoration: none;
    border-bottom: 1px solid #71b5f9;
  }
  
  a:hover {
    color: #71b5f9;
    text-decoration: none;
    border-bottom: 1px solid #fff;
  }
  
  a:visited {
    color: #ddd;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
  }
  
/* Layout Core */

#header {
  margin: 0;
  height: 133px;
  background: transparent url(images/head_background.png) top center no-repeat;
}

#primaryContent {
  margin: 20px 0 0 0;
  padding: 0;
}
  
  #photoSector {
    width: 390px;
    margin: 0 30px 0 0;
  }
    
    #photoSector img {
      display: block;
      width: 370px;
      height: 180px;
      padding: 9px;
      border: 1px solid #273749;
      background-color: #222d38;
    }

  #copySector {
    width: 480px;
    margin: 0;
  }
  
    #threeline {
      background: transparent url(images/threeline.gif) top left no-repeat;
      display: block;
      width: 480px;
      height: 93px;
      margin: 0 0 30px 0; padding: 0;
      text-indent: -5000px;
      overflow: hidden;
    }
    
    #primaryCopy {
      color: #eee;
      font-size: 12px;
      line-height: 19px;
    }

#tertiaryContent {
  margin: 30px 0 0 0;
  padding: 0;
}

  #contact {
    width: 180px;
    margin: 0 30px 0 0;
  }
    
    #contact p {
      font-size: 11px;
      line-height: 13px;
    }
    
    #contact abbr {
      color: #727272;
    }
    
    p.contactInfo {
      /* Increase hit area for hover state */
      width: 180px;
    }
    
    p.contactInfo span.title {
      color: #727272;
      font-weight: bold;
    }
    
    p.contactInfo a {
      color: #fff;
      text-decoration: none;
      border-bottom: 0;
    }
    
    p.contactInfo:hover a {
      color: #71b5f9;
    }
    
    p.contactInfo:hover a:hover {
      color: #abadae;
    }
  
  #projects {
    width: 180px;
    margin: 0 30px 0 0;
  }
  
    #projects ul {
      margin: 0; 
      padding: 0;
      list-style-type: none;
    }
    
    #projects ul li {
      display: block;
      overflow: hidden;
      margin-bottom: 20px;
    }
    
    #projects ul li a {
      border: 1px solid #273749;
      background-color: #222d38;
      padding: 9px;
      text-align: center;
      display: block;
      width: 160px;
      height: 70px;
      text-decoration: none;
      text-indent: -5000px;
      overflow: hidden;
      background-position: center center;
      background-repeat: no-repeat;
    }
    
    #projects ul li a:hover {
      border: 1px solid #273749;
    }
    
    #projects ul li a:visited {
      border: 1px solid #273749;
    }
    
      #hyalineskies {
        background-image: url(images/project_hyalineskies.jpg);
      }

      #socialuxe {
	background-image: url(images/project_socialuxe.jpg);
      }

      #ilist {
	background-image: url(images/project_ilist.jpg);
      }
      
      #facebook {
        background-image: url(images/project_facebook.jpg);
      }
  
  #recentActivity {
    width: 480px;
    margin: 0;
  }
  
    #lifestreamHead {
      border-bottom: 1px solid #525558; 
      padding-bottom: 4px;
      margin-bottom: 21px;
      width: 480px;
    }
    
      #lifestreamHead a:link, #lifestreamHead a:visited, #lifestreamHead a:hover {
        float: right;
        margin: 0; padding: 0;
        border-bottom: 0;
        text-decoration: none;
        font-weight: bold;
      }
      
      #lifestreamHead a:hover {
        color: #727272;
      }
      
    #lifestream ul {
      margin: 0; padding: 0;
      list-style-type: none;
      width: 480px;
    }
    
      #lifestream ul li {
        margin: 0 0 11px 0;
        padding: 0 0 0 25px;
        font-size: 11px;
        line-height: 16px;
        background-repeat: no-repeat;
        background-position: left top;
        display: block;
      }
      
      #lifestream ul li .timestamp {
        color: #727272;
        font-size: 9px;
      }
      
#footer {
  margin-top: 30px;
}

  #footer p {
    text-align: center;
    font-size: 11px;
    line-height: 13px;
    color: #727272;
  }
  
  #footer a {
    border-bottom: 0;
    color: #727272;
  }
  
  #footer p:hover a {
    color: #71b5f9;
  }
  
  #footer p:hover a:hover {
    color: #abadae;
  }

/* Image Replacement Typography */
.subhead, h1, h2  {
  display: block;
  overflow: hidden;
  text-indent: -5000px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top left;
  margin: 0; padding: 0;
}
  
  h1 {
    margin-top: 64px;
    background-image: url(images/head_estonbond.gif);
    height: 14px;
    width: 171px;
    float: left;
  }
  
  h2 {
    margin-top: 64px;
    background-image: url(images/head_interactiondesigner.gif);
    height: 14px;
    width: 307px;
    float: right;
  }

  .subhead { height: 9px; }

  #headerContact  { 
    background-image: url(images/subhead_contact.gif); 
    width: 180px;
    border-bottom: 1px solid #525558; 
    padding-bottom: 7px;
    margin-bottom: 21px; 
  }
  #headerProjects { 
    background-image: url(images/subhead_projects.gif); 
    width: 180px;
    border-bottom: 1px solid #525558; 
    padding-bottom: 7px;
    margin-bottom: 21px; 
  }
  #headerRecentActivity { 
    background-image: url(images/subhead_recentactivity.gif); 
    width: 131px;
    float: left; 
  }
    

/* Fuselage Core Classes */
	#elasticOuter {
		margin: 0; padding: 0;
		width: 100%;
		height: auto;
		display: block;
	}

	#elasticInner {
		margin: 0 auto 0 auto;
		height: auto;
		padding: 0;
		display: block;
		width: 900px;
	}

	.gridCol {
		float: left;
		display: block;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}

	.wrapper { 
		width: auto; 
		height: auto; 
		overflow: hidden;
		margin: 0; 
		padding: 0; 
		display: block; 
		clear: both;
	}
	
	.hidden {
	  display: none;
	}
	
	
/*
  I'm respected from Californ-I-A way down to Japan
  I'm a real producer and you just the piano man
*/
