/* 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;
}
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
/*-- /* ----------------------*//*-- /* ----------------------*/

body {
   background: white;
   font-size: 9pt;
   }

body {font: 9pt/1.4 Arial, Helvetica,'Liberation Sans',FreeSans,sans-serif; background: transparent; color:#333;}

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

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

ol {list-style:decimal;}

ul {list-style:disc;}

li {margin-left:30pt;}

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

/* anchors
----------------------------------------------- */
a {color:#79A04B; font-weight:bold; text-decoration: none;}
a:hover {color:#607E3B;}
a:focus {outline:1px dotted invert;}

/* photo floats
----------------------------------------------- */
.floatright {float: right; margin-left: 10pt; margin-bottom: 10pt;}
.floatleft {float: left; margin-right: 10pt; margin-bottom: 10pt;}
.float, .floatfull {margin-bottom: 18pt;}
.photo-caption {font-size: 8pt;}

#header,
#comments,
#sidebar {display: none;}

.dayNightToggle {display: none;}

#wrap,
#content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}

div#content {margin-left: 5%; padding-top: 1em; border-top: 2pt solid #ccc;}
div#footer {margin-left: 5%; padding-top: 1em; border-top: 2pt solid #ccc;}

.meta {display: block; border-top:1px dotted #999; border-bottom:1px solid #666; margin:0; padding: 0;}
.meta li {float:left; display: block; list-style:none; margin:0; padding:0 10px;}
.meta li { color:#666; }


a:link, a:visited {
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " [" attr(href) "] ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.tablemountain.net" attr(href) ") ";
   }
