/* [blueprint */
a { text-decoration: none; }
tr.even th { background: #e5ecf9; }
/* blueprint] */

body {
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  color: black;
  margin: 0;
  padding: 0;
}

/* [header */
header { background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff)); }

#top {
  text-align: right;
  color: #999;
  font-size: 1em;
  padding-top: 1em;
  font-style: italic;
}

#top li {
  display: inline;
  margin-left: .5em;
}

h1 {
  font-size: 15em;
  letter-spacing: -.08em;
  line-height: .75em;
  text-align: right;
  color: #333;
  margin-bottom: 0;
}

h1 a,
h1 a:hover {
  text-decoration: none;
  color: #333;
}

nav ul {
  text-align: right;
  padding: 0;
  margin: .3em 0 0 0;
  font-size: 1.5em;
}

nav li {
  list-style-type: none;
  display: inline;
}

nav li a {
  padding: .25em;
  margin: 0;
}

nav li a:hover {
  background: #009;
  color: white;
}
/* header] */

/* [article */
article {
  display: block;
  padding: 3em 0;
}

h2 {
  font-size: 5em;
  letter-spacing: -.08em;
  font-weight: bold;
  color: #666;
  margin-bottom: .25em;
  line-height: 1em;
}

section p    { font-size: 1.2em; }
.back_to_top { font-size: 12px; }

aside img             { margin: 0 0 -5px 0; }
aside img.landscape   { max-width: 210px; }
aside img.portrait    { max-width: 315px; }
aside img.shirt,
aside img.one_third   { max-width: 194px; }
aside img.two_thirds  { max-width: 436px; border-top: 1px solid black; }
/* article] */

/* [about*/
.footnote {
  font-size: .8em;
  color: #999;
}
/* about]*/

/* [web*/
#web td {
  text-align: center;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

#web td img { max-width: 210px; }
/* web]*/

/* [pricing */
.prices th { width: 25%; }

.prices th,
.prices td {
  font-size: 1.5em;
  font-weight: normal;
  vertical-align: top;
}

.prices caption {
  font-size: 2em;
  font-weight: normal;
  text-align: center;
}

.prices .fine_print {
  font-size: .75em;
  width: 25%;
}

.fine_print {
  color: #999;
  font-style: italic;
}
/* pricing] */

/* [contact */
#email {
  font-size: 5em;
  text-align: center;
  margin: 0;
  font-weight: bold;
  letter-spacing: -.08em;
}
/* contact] */

/* [footer */
footer {
  text-align: center;
  color: #666;
  line-height: 1em;
  padding: 25em 0 1em 0;
}

footer li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* footer] */
