/*

PRINT STYLING AQUI!

(c) 2005 Preston So. All rights reserved.

"Steal from me and I'll eat you."
-- Ethan Marcotte, slidesh0w.com

Created - October 21, 2005
Updated - November 6, 2005

Contents:
- Basic Elements
- Classes
- IDs

*/


/*
BASIC ELEMENTS
===============*/
body {
	padding: 0;
	margin: 0;
	font: 8pt/14pt Georgia, serif;
	color: black;
	background-color: white;}
a, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #520;
	background-color: inherit;
	font-weight: bold;}
p a:after {
   content: " (" attr(href)") ";
	font-size: 90%;}
a.title, a.title:hover {
	font: bold 1.45em Verdana, sans-serif;
	letter-spacing: -1px;
	display: block;
	text-decoration: none;
	text-align: center;
	margin-bottom: 25px;}
a.title img {
	margin-left: -25px;
	margin-top: 7px;}
a img, a:hover img {
	border: 1px #666 solid;}
a:hover .beta {
	text-decoration: none;}
strong, strong:hover {
	color: #444;
	background-color: inherit;}
h1 {
	display: none;}
h2 a {
	display: none;}
h3 {
	font: bold 1em Georgia, serif;
	color: #444;
	background-color: inherit;
	margin: 0;
	letter-spacing: 2px;}
h4 {
	font: bold 1em Georgia, serif;
	color: #444;
	background-color: inherit;
	margin: 0;
	letter-spacing: 2px;
	text-align: center;}
ul li {
	list-style: square;
	padding-left: 2px;
	vertical-align: middle;}
dl dt {
	padding: 5px;
	border-bottom: 1px #999 solid;
	font-weight: bold;}
dl dd {
	padding: 5px;
	margin-left: 20px;}
img {
	padding: 3px;
	border: 1px #666 solid;
	float: left;
	margin-right: 25px;}
abbr {
	border-bottom: 1px #999 solid;}
blockquote {
	color: inherit;
	background-color: white;
	padding: 25px;
	margin: 0 0 25px;
	width: 50%;
	float: right;
	font-style: italic;
	quotes: none;
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;}
address {
	color: #666;
	background-color: inherit;
	font: 0.9em Verdana, sans-serif;
	font-style: normal;
	text-align: right;}
code {
	font-size: 1.2em;
	padding: 2px;
	background-color: white;}

/*
CLASSES
===============*/
.beta {
	padding: 2px;
	color: white;
	background-color: #999;
	font: 0.8em Verdana, sans-serif;
	letter-spacing: -1px;}
.center {
	text-align: center;}
.blogright, .designright {
	display: none;}
.blogright:hover {
	color: inherit;
	background: url(../images/feelfree.jpg) #f0f0f0 no-repeat left;}
.designright:hover {
	color: inherit;
	background: url(../images/takelook.jpg) #f0f0f0 no-repeat left;}
.right {
	text-align: right;}
.content {
	padding: 25px;
	width: 100%;
	color: inherit;
	border: 0;}
.content#left {
	display: none;}
.content#right {
	display: none;}
.content ul.navigation li {
	display: none;}
.update {
	padding: 25px;
	color: black;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;}
.mootpoint {
	color: black;
	background-color: inherit;
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 20px;
	text-align: center;}
	
/*
IDS
===============*/
#accessibility {
	display: none;}
#container {
	width: auto;
	padding-right: 8%;
	float: none;}
#header, #navigation, #topsection, #bottomcontainer, #bottomleft, #bottomright, #bottomall, #zephyrheader, #blogheader, #designheader {
	display: none !important;}
#legal {
	color: black;
	background-color: transparent;
	text-align: center;
	padding: 25px;}