/*  
Theme Name: ImmaterialFacts
Theme URI: http://ImmaterialFacts.com/
Description: ImmaterialFacts 0.5 beta
Version: 0.5
Author: Joern Bargmann
Author URI: http://biconcav.com/

	ImmaterialFacts 0.5 beta print

*/

/* =Start Neutralization
-------------------------------------------*/

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/160% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: black;
	Background: white;
}

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

li, dd, blockquote {
	margin-left: 1em;
}

/* =End Neutralization
----------------------------------------------*/

/* =Typo, Colors, Sizes, decoration
------------------------------------------------------------------------------*/

body {
	font-size: 80%;
	background: #ffffff;
	text-align: left;
	color: #000000;
}

#wrapper {
	text-align: left;
}

div#blog-title {
	color: #333333;
	font-family: Optima, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 1.5em;
	letter-spacing: -1px;
	line-height: 1;
}

div#blog-description {
	font-size: 1em;
}

#content {
	
}

small {
	font: 0.9em/1.5em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

h2 {
	font: normal 1.3em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	margin: 1.5em 0 .25em;
}

h1 {
	text-align: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 1.5em;
	letter-spacing: -1px;
	color: silver;
	background: white;
}

h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
}

h4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

h5 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}

h6 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
}


/*p {
	text-indent: 10px;
}*/

.entry-meta {
	text-indent: 0;
}

a:link {
	color: black;
	background: transparent;
}

a:visited {
	color: #333;
	background: transparent;
}

h1, h1 a {
	text-decoration: none;
}
h1 a:hover {
	background: #660033;
	color: white;
	text-decoration: overline;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	background: transparent;
}
h2, h3, h3 a, h3 a:hover, cite {
	text-decoration: none;
}
a:hover {
	background: #660033;
	color: white;
	text-decoration: overline;
}
h3 a:hover {
	background: #660033;
	color: white;
	text-decoration: overline;
}
h2 a:hover {
	background: #660033;
	color: white;
	text-decoration: overline;
}

small, .postmetadata, blockquote, strike {
	color: #777;
	background: white;
}

.postmetadata {
	font-size: 0.8em;
	line-height: 1.7;
	margin-left: 10px;
}

#footer {
	font-size: .9em;
}

code {
	font: 1.1em 'Courier New', Courier,  Fixed, serif;
}

acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
}

ins, del {
  color: gray;
  background: white;
}

ins {
  text-decoration: none;
  border-bottom: gray dashed 1px;
}

.skip-link {
	display: none;
}


/* =Structure
----------------------------------------------------------------------------- */

#wrap {
	width: 100%;
}

#header {
	width: 100%;
	border-bottom: 1px solid silver;
}

div#sitename {
	margin: 10px;
}

#content {
	width: 100%;
}

.post {
	width: 90%;
	margin: 0 0 40px;
	padding: 10px;
}

.entry {
	margin: 2px;
}

.postmetadata {
	padding: 5px;
}

#footer {
	width: 100%;
	border-top: 1px solid silver;
	padding: 0 0 0 1px;
	text-align: left;
}

#allinfo {
	display:none;
}


/* Navigation
----------------------------------------------------------------------------- */

#menu {
	display:none;
	}
	


/* =Headers
----------------------------------------------------------------------------- */

h1 {
	
}

h2 {
	margin: 30px 0 0 0;
}

h3, h4, h5, h6 {
	padding: 0;
	margin: 30px 0 0;
}


/* =images
------------------------------------------------------------------------------*/

#headerimg { 
	width: 90%;
	padding-bottom: 5px;
}

div#headerimg img {
	margin-top: 10px;
}

a img {
	padding: 0;
	border: 1px solid gray;
	background: transparent;
}
#headerimg a img {
	border: none;
}

a:hover img {
	padding: 0;
	max-width: 100%;
	border: 1px solid black;
}

.entry img {
    float: left;
    padding: 5px;
    margin-right: 5px;
    border: 1px solid gray;
}

#headerimg a:hover {
	text-decoration: none;
	background: transparent;
	height: 80px;
	width: 100%;
}


/* =Lists
----------------------------------------------------------------------------- */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: disc;
	padding-left: 10px;
	text-indent: -5px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	list-style: decimal-leading-zero;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#bookmarks ul li, #recent ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}


/* =Forms
----------------------------------------------------------------------------- */

#search {
	display: none;
}

.entry form {
/* password protected posts */
	text-align: center;
}

select {
	width: 130px;
}

/* =Comments
----------------------------------------------------------------------------- */

#comments {
	display: none;
}

/* =Sidebar
----------------------------------------------------------------------------- */

.sidebar {
	display: none;
}


/* =Various
----------------------------------------------------------------------------- */

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

hr {
	display: none;
}

.navigation {
	display: none;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.edit {
	background: #EBE6E3;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 0 0.5em;
	margin: 1em 0;
}

p .edit {
	padding: 0.5em;
}

.edit p {
	margin: 0.5em 0;
}

.edit h3 {
	margin: 0.5em 0 0 0;
}

.pre {
	font-weight: bold;
	text-indent: 20px;
}

h3#beta {
	font-size: 10px;
}

#footer address {
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
}

.vcard a {
	font: normal 11px sans-serif;
}

.email {
	display: none;
}

.title {
	display: none;
}
