/*
 * Colors
 *
 * from "winter break stripes" by licawolves
 * <http://kuler.adobe.com/#themeID/753339>
 *
 * background        #fff6f6
 * tweet background  #ccc5c4
 * text              #7f7b7b
 * links             #ff8980
 * visited links     #4f3634
 */

/* HTML5 tags */
header, section, footer, aside, nav, article, figure {
    display: block;
}

* { margin: 0; padding: 0 }
body {
    background-color: #fff6f6;
    color: #7f7b7b;
    font-family: 'IM Fell English', Baskerville, Georgia, serif;
    font-size: 62.5%
}
:link,
:visited {
	border-bottom: 1px solid;
	color: #4f3634;
	text-decoration: none;
}
:visited { color: #7f7b7b }
#container { font-size: 1.6em; line-height: 1.5; margin: 0 auto; width: 28em }
    h1 {
	color: #4f3634;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 0.25em;
	margin: 0.75em 0 0.25em;
	text-align: center;
	text-transform: lowercase;
    }
    h2 {
	color: #4f3634;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -0.05em;
	text-transform: lowercase;
    }
    #tweet {
	-moz-border-radius: 0.3333em;
	-webkit-border-radius: 0.3333em;
	border-radius: 0.3333em;
	background-color: #ccc5c4;
	border: 1px solid #7f7b7b;
	color: #4f3634;
	margin: 1.5em -0.9583em;
	padding: 0.9583em;
    }
	#tweet :link,
	#tweet :visited {
		color: #4f3634;
	}
    #tweet > span { margin-right: 0.5em }
    #tweet time { color: #fff6f6; font-size: 0.8em; padding: 0.1em 0 }
    p { margin-bottom: 1.5em }
    article > :first-child { line-height: 9; text-align: center }
	article > :first-child img { border: 1px solid #4f3634; vertical-align: middle }
	article > :nth-child(2) { color: #4f3634; font-size: 1.2em; margin-left: -1em; margin-right: -1em }
    footer p {
	border-top: 1px solid #ccc5c4;
	font-size: 0.75em;
	line-height: 2;
	margin: 0;
	padding-top: 0.9583em;
	text-align: center;
    }


