/*  
Theme Name: Are We Still
Theme URI: http://lowfatdesigns.com
Description: A custom theme.
Version: 1.0
Author: Low Fat Designs
*/

/* reset - from Blueprint CSS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


body {
	color: #000;
	background: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.7em;
	text-align: center;
}

a:focus, 
a:hover     { color: #000; text-decoration: none;}
a           { color: #000; text-decoration: underline; }


.post p {
	font-size: 18em;
	line-height: 0.8em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#footer {
	margin-top: 80px;
}

#footer a:focus, 
#footer a:hover     { color: silver; text-decoration: underline;}
#footer a           { color: silver; text-decoration: none; }




