/*---------------------------------------------------------------------------------------- Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
  margin:0;
  padding:0;
}

/*---------------------------------------------------------------------------------------- Body Styles */

body {
  margin: 60px 20px;
  font-size: 66.6667%;
  font-family: Georgia, Times, sans-serif;
  color: #555;
}

/*---------------------------------------------------------------------------------------- Structure Styles */

#container {
  width:920px;
  margin: 0 auto;
}
#hello #hiring {
  width: 920px;
}
#content {
  margin: 10px 0 0 10px;
  width: 910px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px;
}
#content #introduction, #content #clients, #content #contact, #content #main {
  padding: 15px 0 0;
  border-top: 1px solid #fc0;
  width: 290px;
  float: left;
}
#content #clients {
  padding-left: 20px;
  margin-right: 20px;
  color: #000;
} 
#content #contact {
  border-top: 1px solid #000;
}
#content #main {
  width: 580px;
  margin-right: 20px;
  padding-right: 20px;
}
#footer {
  line-height: 1.5em;
  margin: 10px 0 10px 10px;
  color: #999;
  text-align: right;
}

/*---------------------------------------------------------------------------------------- Structure Tags */



/*---------------------------------------------------------------------------------------- Tag Styles */

p {
  margin: 0 0 1.5em 0;
  line-height: 1.5em;
}
a {
  color: #000;
}
a:hover {
  color: #fc0;
  text-decoration: none;
}
#clients a {
  padding: 2px;
  color: #666;
}
#clients a:hover {
  background: #fc0;
  color: #000;
  text-decoration: none;
}
p .launched {
  font-size: 0.8333em;
  color: #fc0;
  background: #333;
  padding: 0.25em;
}
strong {
  font-weight:normal;
  color: #666;
}
img {
  display: block;
  border: none;
}
h2 {
  font-weight: normal;
  color: #000;
  margin-bottom: 0.25em;
  margin-top: 2em;
}
h3 {
  margin-bottom: 0.5em;
  color: #000;
  font-weight: normal;
}
h4 {
  margin-bottom: 0.5em;
  color: #000;
  font-weight: normal;
}
ul {
  margin-left: 2.5em;
  margin-bottom: 1.5em;
  line-height: 1.5em;
}

/*---------------------------------------------------------------------------------------- Tag Class Styles */

p.quiet {
  color: #999;
}

/*---------------------------------------------------------------------------------------- Fixes */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}

