/*
Theme Name: Interzone
Theme URI: http://diozaka.org/
Description: My own theme.
Version: 0.1
Author: Erik Scharwaechter
Author URI: http://diozaka.org

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

body {
	background-color: #000000;
	margin: 0px;
}

img {
	border: 0px;
}

#header {
	background-image: url('images/roach.png');
	background-repeat: no-repeat;
	background-position: 100% 20%;
	margin: auto auto;
	width: 740px;
	height: 85px;
}

div, h1, h2, h3, p, a, input, textarea, select, option, li, td, address {
	font-family: sans-serif
}

p, input, textarea, select, option, td, address, li {
	font-size: 12px;
	margin: 0px;
	padding: 2px;
}

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

address {
	margin: 10px;
	font-style: italic;
}

acronym {
	text-decoration: none;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	padding-top: 43px;
	font-size: 16px;
}

#header h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #fff288;
}

#intermezzo {
	text-align: center;
	background-color: #960000;
	color: #960000;
	margin: 0px;
	padding: 0px;
	width: 100%;
} 

#intermezzo a {
	color: #fff288;
}

#content {
	background: #fff288 url('images/content_bg.png') repeat-y fixed bottom;
	margin: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 690px;
	margin: auto auto;
}

.entry {
	margin: 0px;
	padding: 5px;
}

.entry:first-child {
	margin-top: 0px;
}

.entry h3 {
	font-size: 14px;
	font-variant: small-caps;
	padding: 0px;
	margin: 0px;
	margin-bottom: 1px;
	border-bottom: 1px solid #960000;
}

.entry .pagetitle {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

.entry .metatop, .entry .metabottom {
	font-size: 10px;
	color: #960000;
	text-align: right;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

.entry .metabottom {
	margin-top: 5px;
	clear: both;
}

.entry .entryweb20, .cat_rss {
	font-size: 10px;
	font-style: italic;
}

.cat_rss {
	margin-left: 5px;
	margin-bottom: 10px;
}

.entry p {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

.entry p:first-child {
	margin-top: 0px;
}

#footer {
	border-top: 17px solid #960000;
	background-image: url('images/roach2.png');
	background-repeat: no-repeat;
	background-position: 0% 80%;
	margin: auto auto;
	width: 740px;
	height: 85px;
	text-align: right;
	color: #fff288;
}

#footer p, input, textarea, select, #sidebar li, label {
	font-size: 12px;
}

input, select {
	border: 0px;
	background-color: #960000;
	color: #fff288;
}

textarea {
	background-color: #fff288;
	color: #000000;
	border-left: 2px solid #960000;
	border-bottom: 0px;
	border-top: 15px solid #960000;
	border-right: 0px;
	padding-right: 10px;
}

#sidebar, #commentbox {
	padding: 5px;
}

#sidebar ul, #web20 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

#sidebar li {
	margin: 0px;
	padding-right: 5px;
	display: inline;
	vertical-align: middle;
}

form {
	display: inline;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h3#comments, h3#respond {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

#commentbox ol, #commentbox ol li {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#commentbox ol {
	margin-left: 20px;
}

#commentbox ol li {
	list-style-type: hiragana;
	border-left: 2px solid #920000;
	padding-left: 5px;
	margin-top: 10px;
}

#commentbox ol li:first-child {
	margin-top: 0px;
}

p.commentmeta {
	font-size: 10px;
	color: #920000;
}

#commentbox cite {
	font-style: normal;
	font-weight: bold;
	padding-left: 3px;
}

#commentbox form p {
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

h2.pagetitle {
	padding-left: 5px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

#web20 {
	float: right;
	text-align: right;
	padding: 0px;
	margin: 5px;
}

#web20 li {
	display: block;
	padding: 0px;
	margin: 0px;
}

p small {
	font-size: 10px;
}

p big {
	font-size: 16px;
	font-weight: bold;
}

p big small {
	font-size: 12px;
	font-weight: normal;
}

p big big {
	font-size: 20px;
	font-weight: bold;
}

p big big big {
	font-size: 24px;
	font-weight: bold;
}

div.navigation {
	text-align:center;
	font-size: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

code, pre {
	font-size: 12px;
	font-family: monospace;
}

code {
	white-space: nowrap;
}


pre.kasten {
	border: 1px solid black;
	padding: 3px;
}

div.center {
	text-align: center;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

img.pict {
	border: 5px solid black;
}

img.right, img.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
}

img.left, img.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
}

blockquote {
	border-left: 5px solid #920000;
	padding-left: 10px;
}

blockquote.short {
	padding-left: 10px;
	border-left: 0px;
	font-style: italic;
}

/*blockquote p:first-child:first-letter {
	font-size: 16px;
}*/

blockquote cite {
	display: block;
	font-style: normal;
	font-variant: small-caps;
}

blockquote cite:before {
	content: "-- "
}

table {
	margin-top: 5px;
	margin-bottom: 5px;
}

table#kollektion {
	border: 1px solid black;
	background-color: white;
}

table#contact {
	margin-top: 5px;
	margin-bottom: 10px;
}

table#contact tr td:first-child {
	font-weight: bold;
}

table#contact tr td:first-child:after {
	content: ":";
}

