/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


abbr, article, aside, audio, bb, canvas, datagrid, datalist, details,
dialog, eventsource, figure, footer, header, hgroup, menu, meter,
nav, output, progress, section, video {
    margin: 0px;
    padding: 0px;
    display: block;
}

mark, time {
  display: inline;
}


/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 25px;
}

h2
{
	font-size: 23px;
}

h3
{
	font-size: 21px;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}


html, body {
  min-width: 750px;
  margin: 0;
  padding: 0;
}
body {
  background: #f2f2e9;
  font-size: 100%;
  font-family: "Hoefler Text", "Baskerville old face", Garamond, "Times New Roman", serif;
}
header, #page, footer { clear: left; }
.main_column {
  width: 50%;
  margin: 0em auto 0em 10%;
  padding: 1em 0;
}
header.main {
  width: 50%;
  margin: 0em auto 0em 10%;
  padding: 1em 0;
  width: 80%;
  padding-top: 1em;
  margin-top: 2em;
  margin-bottom: 1em;
}
header.main h1 {
  margin: 0;
  padding: 0;
  font-size: 300%;
  float: left;
}
header.main nav#site_nav {
  font-size: 100%;
  margin-top: 2em;
  float: left;
}
header.main nav#site_nav li a {
  text-decoration: none;
  position: relative;
}
header.main nav#site_nav li a img {
  position: absolute;
  right: 0.5em;
  top: 0.15em;
  opacity: 0.8;
}
header.main nav#site_nav li.fit_icon a { padding-right: 30px; }
a {
  color: #774455;
  text-decoration: none;
}
a:visited { color: #774455; }
a:hover {
  color: #883333;
  background: #ffffee;
}
a:active { color: #331111; }
nav a { text-decoration: underline; }
p a { text-decoration: underline; }
article a:hover { text-decoration: underline; }
#content { min-height: 90%; }
#page {
  width: 50%;
  margin: 0em auto 0em 10%;
  padding: 1em 0;
}
nav {
  margin: 0;
  padding: 0;
}
nav li {
  margin: 0;
  padding: 0;
  float: left;
  list-style-type: none;
}
nav li a {
  display: block;
  padding: 0 0.5em;
}
article {
  position: relative;
  display: block;
  margin-bottom: 3em;
}
article footer {
  color: #666666;
  margin: 0 0 1em 0;
}
article header {
  color: #666666;
  margin: 0 0 1em 0;
}
article .box {
  margin: 0 1em 2em;
  padding: 1em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-size: 100%;
  color: #333333;
  font-style: italic;
  font-weight: light;
  background-color: #ffffff;
  text-align: center;
}
article h2 { margin-bottom: 0em; }
article p { margin-bottom: 1em; }
article img {
  padding: 3px;
  border: 1px solid #dddddd;
  background: white;
  -webkit-box-shadow: 0px 1px 3px #cccccc;
  -moz-box-shadow: 0px 1px 3px #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
aside {
  font-size: 0.85em;
  line-height: 1.45em;
}
aside {
  position: absolute;
  left: 110%;
  width: 50%;
  margin-bottom: 1.6em;
}
aside img {
  clear: left;
  display: block;
}
div.sidebar {
  position: absolute;
  left: 110%;
  width: 50%;
  margin-bottom: 1.6em;
}
div.sidebar img {
  clear: left;
  display: block;
}
div.sidebar {
  margin-top: 1em;
  left: 65%;
}
img.left {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}
img.right {
  margin-left: 2em;
  margin-right: -18em;
  float: right;
  margin-bottom: 1em;
}
p img.right {
  margin-left: 2em;
  margin-right: -18em;
  float: right;
  margin-bottom: 1em;
}
img.full { margin-bottom: 1em; }
.attribution {
  text-align: right;
  font-style: italic;
}
.toggle_selected { font-style: italic; }
ul#feed_links {
  position: absolute;
  background: #f2f2e9;
}
ul#feed_links li {
  clear: left;
  background: #f2f2e9;
}
.hide { display: none; }
