/** 
 * Grid layout using 73px columns.
 * Thanks to Nick Felton for the inspiration.
 **/

html, h1, h2, ul, p {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

#wrapper {
  width: 949px;
  display: block;
  position: relative;
  margin: 0 auto 0 auto;
}

#header {
  display: block;
  float: left;
  width: 100%;
  margin: 5px;
  padding: 5px;
}

#logo {
  margin-left: -10px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;  
  letter-spacing: -7px;
  line-height: 90px;
  font-size: 100px;
}

#tagline {
  font-family: Georgia, serif;
  color: #999;
  font-size: 14px;
  line-height: 20px;
}

#lifestream {
  display: block;
  position: absolute;
  top: 130px;
  right: 0px;
  width: 272px;
  margin: 5px;
  padding: 5px;
}

#feature {
  display: block;
  float: left;
  width: 637px;
  margin: 5px;
  padding: 5px;
}

#feature img {
  margin-top: 10px;
  margin-bottom: 15px;
  background-color: #ffffff;
  border: 0px;
}

#feature q {
  display: block;
  width: 100%;
  font-family: Georgia, serif;
  font-size: 28px;
  text-align: center;
  font-style: italic;
  color: #7f7f7f;
  padding-bottom: 10px;
}


#about {
  float: left;
  margin: 5px;
  padding: 5px;
  width: 418px;
  display: block;
}

#links {
  float: left;
  margin: 5px;
  padding: 5px;
  clear: left;
  display: block;
  width: 199px;
  background-color: #ffffff;
}

/* @media screen and (max-width: 604px) { */
/* These classes are out of date... */

@media screen {
  #feature { display: none; }
  #wrapper { width: 584px;}
  #about { width: 272px; clear: left; }
  #links { width: 272px; }
}

@media screen and (max-width: 604px) {
  #feature { display: none; }
  #logo { font-size: 92px; line-height: 82px; margin-left: -5px;}
  #wrapper { width: 300px; }
  #header { width: 280px;  padding: 0; margin: 10px;}
  #about { width: 280px;  padding: 0; margin: 10px;}
  #links { width: 280px;  padding: 0; margin: 10px;}
  #lifestream { width: 280px;  padding: 0; margin: 10px; position: static; float: left; }
}

.functionaltext {
  line-height: 20px;
  font-family: Verdana, Helvetica, sans-serif;
  color: #888;
  font-size: 11px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.functionaltext a {
  color: #333333;
  text-decoration: none;
}

.functionaltext a:hover {
  text-decoration: underline;
}

.functionaltext li {
  list-style-type: none; 
}

.subheader {
  margin-bottom: 10px;
  border-bottom: 1px solid #999;
  font-family: Helvetica, Verdana, sans-serif;
  color: #666;
  font-size: 10px;
  text-transform: uppercase;
}

.teaseline {
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: -2px;
  font-weight: bold;
  font-size: 37px;
  color: #7f7f7f;
  margin-bottom: 5px;
  text-transform: none;
}


/** Friendfeed overrides **/

#friendfeed.widget {
  margin-top: -8px !important;
  border: none !important;
}

#friendfeed  .entry {
  border-bottom: none !important;
  padding-bottom: 20px !important;
  margin-left: -11px !important;
}

#friendfeed .text, #friendfeed .text a {
  font-family: Georgia, serif !important;
  font-style: italic !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

#friendfeed .text {
  color: #888 !important;
}

#friendfeed .info, #friendfeed .info a {
  padding-top: 3px !important;
  font-family: Verdana, Helvetica, sans-serif !important;
  letter-spacing: -1px !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
}

#friendfeed .info {
  color: #888 !important;
}

#friendfeed .info a:hover, #friendfeed .text a:hover {
  color: #333333 !important;
  text-decoration: underline !important;
}

#friendfeed a {
  color: #333333 !important;
  text-decoration: none !important;
}

#friendfeed .images {
  display: none !important;
}
