/*
Theme Name: Spongism - Print Sheet
Theme URI: http://www.annabloom.net/
Description: Spongism is a 3-column wordpress theme for minimalists.
Author: annabloom
Author URI: http://annabloom.net/
Version: n/a
.
contains elements from Tiny by Ben de Groot
Distributed under the terms of the GNU General Public License v2
adjusted for annabloom by annabloom
.
*/


* {
	margin: 0px;
	padding: 0px;
	}

html, body {
	background: #FFFFFF;
	color: #333;
	}
	
body {
	text-align: center; /* IE quirks auto margins workaround */
	font: 90%/160% 'bitstream vera sans', 'lucida grande', verdana, sans-serif;
	}
html>body { font-size: 11px; } /* for modern browsers that can resize px */

a {
	text-decoration: none;
}

#wrap {
	width: 80%;
	margin: 3px auto; /* auto centers the div */
	text-align: justify; /* after centering #wrap above for IE we return to normal alignment */
	background: #fff;
	border: 2px solid #eee;
	}

#menu {
	visibility: hidden;
	}

#content {
	text-align: justify;
	}

#footer {
	border-top: 1px solid #ccc;
	color: #888;
	text-align: center;
	margin: 20px;
	}

/*	Header image and link	 */

#header h1 {
	font-size: 1.5em;
	line-height: 1em;
	margin: 0;
	}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	text-decoration: none;
	}

#smlink {
	visibility: hidden;
	}

#searchform, #searchform p {
	visibility: hidden;
	}

	
/*	Giving block elements a default margin.	 */

h2, h3, h4, h5, h6, p, ul, ol, dl, pre, fieldset, address, table {
	margin: 1em 0;
	}

/* 	General styling		*/

h2 {
	font: normal 1.4em/120% 'Nimbus Sans L', helvetica, arial, sans-serif;
	margin-bottom: .2em;
	text-transform: uppercase;
	}

h3 {
	font: normal 1.3em/120% 'Nimbus Sans L', helvetica, arial, sans-serif;
	}

h4 {
	font-size: 1.2em;
	}

h5 {
	font-size: 1.1em;
	}

address {
	font-style: italic;
	}

blockquote {
	margin: 0;
	padding: 1px 0 1px 20px;
	background: url(quote.png) 0 0 no-repeat;
	}
blockquote p {
	margin: .7em 0;
	}

dt {
	margin: 1em 0 .5em 0;
	font-weight: bold;
	}

code, pre, var {
	font-family: 'bitstream vera sans mono', 'andale mono', monospace;
	font-size: 1em;
	}

dd {
	margin: .5em 0 1em 1.5em;
	}

img {
	border: none;
	}

#content p {
	text-align: justify;
	}

ol {
	margin-left: 3em;
	}

textarea {
	width: 320px;
	}

ul {
	list-style: none;
	margin-left: 1.5em;
	}

.commentlink {
	text-align: right;
	}

ol.commentlist {
	list-style: none;
	margin-left: 0;
	}

.commentlist li {
	color: #444;
	font-style: normal;
	padding: 1em;
	}

.commentlist .alt {
	background: #f6f6f6;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

/*	Navigation links		*/

#leftcol {	
	width: 0px;
	height: 0px;
	visibility: hidden;
}

#rightcol {
	width: 0px;
	height: 0px;
	visibility: hidden;
}

.blackspot {
	visibility: hidden;
	width: 0px;
	height: 0px;
}
