/* 
	Blue-Fade Theme 
	Modified 2004-01-20 by Alex King (http://www.alexking.org/)

	based on:
	Default WordPress by Dave Shea || http://mezzoblue.com
	Modifications by Matthew Mullenweg || http://photomatt.net
	This is just a basic layout, with only the bare minimum defined.
	Please tweak this and make it your own. :)
*/
#menu {
	display: none;
}

#header {
	display: none;
}

.credit {
	display: none;
}

a {
	color: #000;
	text-decoration: none;
}

a img {
	border: none;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	color: black;
}

#content {
	margin: 0;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	font-size: 16pt;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	font-size: 14pt;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	font-size: 12pt;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	font-size: 20pt;
	text-align: center;
}

p, li, .feedback {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}

.feedback {
	color: #ccc;
	text-align: right;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}


#content .basicTable {
	margin-left: 0;
}

.picturediv {
	text-align: center;
}

img {
	border: none;
}

.basicTable {
	font-size: 10pt;
	border-collapse: collapse;
}

.basicTable td, .basicTable th {
	padding: 3px;
	border: 1px solid #000;
}

.halfwidth {
	width: 48%;	
}

.fullwidth {
	width: 100%;	
}

div.tile div {
	float: left;
	padding: 10px 10px 10px 0px;
	margin: 0;
}

.creditLine {
	font-size: 6pt;
	font-weight: bold;
}

.subtitle {
	font-family: Bitstream Vera Sans, Verdana, sans-serif;
	font-size: 10pt;
	background-color: #69F;
	color: #FFF;
}

.downloads {
	border: 1px solid #AAA;
}

.downloads td {
	font-size: 9pt;
}

.distBoxP a {
	display: block;
	text-decoration: none;
	color: #036;
	font-weight: bold;
}

.distBoxP {
	margin-left: 4px;
	margin-right: 4px;
	padding-left: 5px;
	border: 3px solid red;
	font-size: 8pt;
}

