/* FIRST: tear it all down as per the edict of mr meyer (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* NOW: let us slowly put the pieces back together */

/* THE BASICS */

body {
  background: #275b8e url(../images/soup/soup-bg.jpg) repeat top left;
  color: #252421;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  font-weight: 200;
  line-height: 1.125em;
}

strong { 
  font-weight: bold;
  font-size: 1.125em;
}

em {
  font-family: Palatino, Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-size: 1.125em;
  letter-spacing: 0;
}

input,
button,
textarea { 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a:link, a:visited {
	color: #2d2b25;
	text-decoration: none;
}

a:hover {
	color: #403a20;
}

/* HEADER */

h1 {}

h1 a, h1 a:visited {
  margin: 3em -.5em;
  display: block;
  text-indent: -9999em;
  text-decoration: none;
  overflow: none;
  height: 12em;
  width: 46em;
  background: url(../images/soup/h1-soup.png) center center no-repeat;
	-moz-border-radius: 5em;
	border-radius: 5em;
	-webkit-border-radius: 5em;
}

h1 a:hover {
	background-color: #165983;
}

h3 {
  overflow: hidden;
  color: #524e38;
  font-size: 3em;
  line-height: 1.2em;
  letter-spacing: -.05em;
  font-weight: bold;
  margin: .25em 0 .25em;
  padding: .25em 0 .35em;
  border-bottom: 1px dotted #928c70;
}

/* A POTPURRI OF TEXT */

.simple-text {
  font-size: 1.4em;
}

.plain-text {
  font-size: 1.4em;
  line-height: 1.6em;
}

.plain-text a, .plain-text a:visited {
  font-weight: bold;
  border-bottom: 1px dashed #d9d9d1;
}

.plain-text a:hover {
  border-bottom: 1px solid #d9d9d1;
}

.plain-text p,
.plain-text ul {
  margin-bottom: 1em;
}

.plain-text .intro {
  font-size: 1.125em;
  font-weight: bold;
}

.plain-text.quote {
  letter-spacing: -.05em;
  font-weight: bold;
  font-size: 3em;
  line-height: 1.2em;
}

.serif-text {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.8em;
  line-height: 1.2em;
}

.serif-text strong {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.serif-text a, .serif-text a:visited {
  font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px dashed #403a20;
}

.serif-text a:hover {
    border-bottom: 1px dashed #595336;
}

p.serif-text,
.serif-text p,
.serif-text ul {
    margin-bottom: 1em;
}

.serif-text .intro {
    font-size: 1.125em;
    font-weight: bold;
}

/* THE STRUCTURE TYPES */

.two-thirds {
  width: 30em;
  float: left;
}

.one-third {
  width: 15em;
  float: left;
}

.bound {
  width: 45em;
  margin: 0 auto;
}

#footer {
  color: rgba(255,255,255,.9);
  font-size: 1.2em;
  font-weight: 200;
}

/* THE BLOCK TYPES */

.block {
  overflow: auto;
  padding: 1em 2em;
}

.delineated {
  border: 1px solid #ebe8e1;
  border-width: 0 0 1px;
}

.flush {
  overflow: auto;
  padding: 1em 0;
}

.tight {
  padding: 0;
}

.header {
  padding: 4em 2em 2em;
}

.padded {
  padding: 2em;
}

.light {
  background: rgba(255,255,255,0.5);
}

.special {
  background: rgba(237, 250, 228, 0.65);
}

.dark {
  background: rgba(128,126,89,0.2) url(../images/soup/shadow.png) center top no-repeat;
}

.centered {
  text-align: center;
}

.card {
  margin-top: 1em;
  padding: 1em;
  border: 1px solid #ebe8e1;
  border-bottom-color: #e3e0dc;
  background: #fdfdfb;
}

.shadow {
  border: 0;
  overflow: hidden;
  padding: 0;
  height: 7px;
  background: transparent url(../images/soup/shadow.png) center top no-repeat;
}


/* POST TYPES */

.post .media {
  overflow: hidden;
}

.post .media img {
  display: block;
  margin: 0 auto;
  width: 43em;
}

.post ol.lines {
  list-style: none;
}

.post ol.lines li.line {
  border-top: 1px dashed #ebe8e1;
}

.post ol.lines li.line:first-child {
  border-top: 0px;
}

.post cite.caption {
  padding: 1em 0 .2em;
  display: block;
  text-align: left;
  color: rgba(255,255,255,0.5em);
}

.post cite.caption.inline {
  padding-bottom: -1.2em;
}

.post cite.caption a, .post cite.caption a:visited {
  color: rgba(255,255,255,0.5em);
}

/* META */

span.meta-info {
  text-align: right;
  display: block;
  padding: .25em 0 2em;
  overflow: auto;
}

span.meta-info a cite {
  display: block;
  padding: .25em 0;
}

span.meta-info a cite.notes {
  float: left;
}

span.meta-info a cite.date {
  float: right;
}

span.meta-info a, span.meta-info a:visited {
  font-size: 1.2em;
  color: rgba(255,255,255,0.3);
}

span.meta-info a:hover {
  color: rgba(255,255,255,0.95);
}