/*
Theme Name: Oswaldism, based on WordPress Default
Theme URI: http://wordpress.org/
Description: The oswaldism WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.1
Author: Kai 'Oswald' Seidler
Author URI: http://oswaldism.de/

*/



/* Begin Typography & Colors */
body {
        background: url(http://oswaldism.de/vers3/bg4.jpg);
        background-repeat: no-repeat;
        background-color: #000;
	font-family: Verdana;
	font-size: 11px;
        margin: 0px;
}
html {
        margin-bottom: 30px;
}


#header {
	background-color: #73a0c5;
	}

#content {
	font-size: 11px;
	}

.widecolumn .entry p {
	font-size: 11px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.5em;
	}

.widecolumn {
	line-height: 1.5em;
	}
	
.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	xbackground-color: #f8f8f8;
	xborder-top: 1px solid #ddd;
	xborder-bottom: 1px solid #ddd;
	}

#footer {
	background-color: #eee;
	border-bottom: 40px solid black;
	}

small {
	font-family: Verdana;
	font-size: 10px;
	line-height: 1.5em;
	color: #aaa;
}

small a {
	color: #aaa;
}

h1, h2, h3 {
	font-family: Verdana;
	font-weight: bold;
	}

h1 {
	font-size: 16px;
	text-align: center;
	}

.description {
	font-size: 11px;
	text-align: center;
	}

h2 {
	font-size: 14px;
	}

h2.archive {
	clear: both;
	margin-left: 155px;
}

h2.pagetitle {
	font-size: 14px;
	}

#sidebar h2 {
	font-family: Verdana;
	font-size: 11px;
	margin-top: 0px;
	}

#sidebar1 h2 {
	font-family: Verdana;
	font-size: 11px;
	margin-top: 0px;
}

#sidebar1_off {
	font-family: Verdana;
	font-size: 10px;
	width: 180px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	height: 500px;
}

#sidebar1 {
	width: 1px;
	height: 1500px;
}


h3 {
	font-size: 11px;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
        color: #3687C9;
	}

h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h2 {
	color: #333;
}

.entry p a:visited {
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 10px Verdana, Arial, Sans-Serif;
	}
	
.commentimage {
	float: left;
	clear: both;
	font-size: 10px;
	width: 130px;
	padding-top: 5px;
	text-align: right;
	margin-right: 5px;
}

.commentdate {
}

.commenttext {
        background-image: url(images/commentbg.gif);
        background-repeat: no-repeat;
	width: 480px;
	float: left;
}

.commenttext p {
	margin-top: 0px;
	margin-bottom: 10px;
}

.commenttext div {
	padding-top: 12px;
	padding-left: 30px;
	padding-bottom: 20px;
	min-height: 120px;
}

.commentlist cite, .commentlist cite a {
	margin-top: 4px;
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 10px Verdana, Arial, Sans-Serif;
	}

code {
	font: 11px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 10px;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
        color: #3687C9;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 13px Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

div.caption {
	text-align: right;
	padding-right: 20px;
	font-style: italic;
}
#page {
	text-align: left;
	position: absolute;
	top: 95px;
	left: 26px;
	background-color: white;
	padding: 0;
	width: 798px;
	}
	
#header {
	padding: 0;
	margin: 0;
	}

#headerimg {
	margin: 0;
	height: 0;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 5px;
	margin: 0px 0 0;
	width: 680px;
	}

.widecolumn {
	margin: 20px auto;
	padding: 0;
	width: 700px;
	}
	
.post {
	margin: 0px;
	margin-left: 155px;
	width: 510px;
	text-align: justify;
	padding-bottom: 25px;
	border-bottom: 1px dotted #7bb3f1;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 797px;
	background-color: #7bb3f1;
	font-family: Verdana;
	font-size: 11px;
	color: white;
	clear: both;
	}

#footer a {
	color: white;
}
#footer p {
	margin: 0;
	color: white;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 20px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 155px;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0px;
	border: 0px;
	/* max-width: 100%; */
	}

/* * html p img { */
p img {
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}

p img[align = "right"] {
	margin-left: 25px;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
}


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

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

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

.entry ul.plain li:before {
	list-style-type: circle;
	content: "";
}
.entry ul.plain li {
	list-style-type: disc;
	margin-left: 10px;
}
.entry ul.plain  li {
	padding-left: 5px;
}
.entry ul li:before {
	content: "\00BB \0020";
	} 
.entry ul li:before, {
	content: "\00BB \0020";
	}
#sidebar ul.square li, #sidebar li.linkcat ul li {
	background-image: url(http://oswaldism.de/pfeil.gif);
        background-repeat: no-repeat;
        background-position: 0px 5px;
	margin-left: 0px;
	padding-left: 10px;
}
#sidebar ul.light li {
	color: #bbb;
}
#sidebar li {
	margin-left: 0px;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

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

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px;
	padding: 0px;
	}

#sidebar #searchform {
	padding: 0px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform  {
	margin-left: 155px;
	width: 400px;
}
#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	margin-left: 10px;
	width: 190px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

blockquote {
	margin: 10px 30px 0 20px;
	font-style: italic;
	}

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

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	clear: both;
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
	background-color: #7bb3f1;
	height: 14px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.navigation a {
	color: #fff;
}

/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

#back {
        position: absolute;
        top: 80px;
        left: 675px;
        z-Index: 40;
        font-family: Verdana;
        font-size: 7px;
        color: #fff;
}

#back a {
        font-family: Verdana;
        font-size: 10px;
        color: #fff;
}

#index {
        position: absolute;
        top: 68px;
        left: 675px;
        z-Index: 40;
        font-family: Verdana;
        font-size: 10px;
        color: #fff;
}

#index a {
        font-family: Verdana;
        font-size: 10px;
        color: #fff;
}

#oswaldism {
        position: absolute;
        top: 50px;
        left: 184px;
        z-Index: 20;
}
#oswaldismlink {
	border: 0px solid red;
        position: absolute;
        top: 50px;
        left: 184px;
        z-Index: 20;
	width: 190px;
	height: 20px;
}

table {
	border-collapse: collapse;
	border-top: 1px solid #3687C9;
	border-bottom: 1px solid #3687C9;
	width: 450px;
}
td {
	color: #3687C9;
	padding-bottom: 4px;
}

.more-link {
	margin-top: 10px;
	display: block;
}
.off_more-link {
	margin-top: 10px;
	display: block;
        background: url(images/button_round_red-more.png);
        background-repeat: no-repeat;
	height: 14px;
	line-height: 14px;
	width: 188px;
	text-align: center;
	color: #fff;
}
.off_gallery-link {
	margin-top: 10px;
	display: block;
        background: url(images/button_round_red-gallery.png);
        background-repeat: no-repeat;
	height: 14px;
	line-height: 14px;
	width: 134px;
	text-align: center;
	color: #fff;
}
.off_comment-link {
        background: url(images/button_round_blue.png);
        background-repeat: no-repeat;
	height: 14px;
	width: 108px;
	color: white;
	text-align: center;
	line-height: 14px;
}

.comment-link {
	margin-top: 10px;
	display: block;
}

.avatar {
        border: 1px solid #eee;
        padding: 2px;
        background: #fff;
	margin-right: 0px;
}

.writes {
	padding-top: 10px;
	height: 28px;
	display: block;
}

.abox h2 {
	margin-bottom: 10px;
	margin-top: 0px;
}

.abox {
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 1px;
	border: 1px dotted #aaa;
	background-color: #eee;
}

#shop { 
        padding-left: 5px;
        padding-right: 2px;
        background-image: url(http://oswaldism.de/vers3/sidebar-background.jpg);
        background-image: url(images/blog-shadow-left.gif);
        background-repeat: repeat-y;
        position: absolute;
        top: 20px;
        left: 798px;
        z-Index: 40;
        font-family: Verdana;
        font-size: 10px;
        color: #000;
        background-color: #fff;
	width: 230px;
}

#shop .shopcontent {
        padding-top: 15px;
        padding-left: 5px;
        padding-right: 5px;
        float: left;
        display: block;
}

#shop .riffel {
        float: right;
        height: 1050px;
}


.dlday {
	width: 157px;
	margin-bottom: 10px;
	white-space: nowrap;
	float: left;
	clear: both;
}

.dltitle {
	float: left;
	width: 37px;
}

.dlcontent {
	float: left;
	width: 120px;
	margin-bottom: 10px;
}

.dlcontent img {
	width: 100px;
	height: 100px;
}

.dlmore {
	width: 200px;
	clear: both;
}

.aboxmore {
	float: right;
	font-size: 8px;
	margin-bottom: 60px;
	margin-right: 4px;
	text-align: right;
}

.aboxmore img {
	border: 1px solid #fff;
	width:8px;
	height:8px;
}

#off_about {
	padding-top: 8px;
	float: left;
	height: 90px;
}

#aboutimg {
	float: right;
	border-right: 15px solid #fff;
	margin-top: -14px;
	display: block;
}

#about b {
	font-size: 11px;
}

#s {
	width: 194px;
}
#searchsubmit {
	display: none;
}

img.date {
	margin: 0px;
}

div.datebox {
	width: 140px;
	float: left;
	clear: both;
	margin-top: 10px;
	text-align: right;
	margin-right: 15px;
}
div.dateboxi {
	width: 140px;
	float: left;
	clear: both;
	margin-top: 23px;
	text-align: right;
	margin-right: 10px;
}
div.titlebox {
	float: left;
	width: 510px;
	margin-top: 9px;
}
div.dateboxi .thedate {
	clear: both;
	border: 1px solid #ccc;
	font-family: Verdana;
	font-size: 14px;
	float: right;
	text-align: center;
	padding: 5px 10px;
}

div.datebox .thedate {
	clear: both;
	border: 1px solid #ccc;
	font-family: Verdana;
	font-size: 11px;
	float: right;
	text-align: center;
	padding: 3px 5px;
}

div.dateboxi .cats {
	padding-top: 12px;
	clear:both;
}

div.dateboxi .cats a {
	color: #aaa;
}

.thedate span {
	display: block;
	font-size: 14px;
}

#closeup {
	position: absolute;
	top: 100px;
	left: 70px;
	border: 10px solid #56a7e9;
}

#closeup iframe {
	width: 700px;
	height: 770px;
	border: 0px;
	background-color: #fff;
}

pre {
	background-color: #def;
	padding: 5px;
	font: 11px 'Courier New', Courier, Fixed;
}

.fbbut {
background-color: rgb(59, 89, 152);
border-bottom-color: rgb(14, 31, 91);
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgb(217, 223, 234);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(14, 31, 91);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(217, 223, 234);
border-top-style: solid;
border-top-width: 1px;
color: white;
cursor: default;
display: inline-block;
font-family: 'lucida grande';
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
height: 14px;
letter-spacing: normal;
line-height: normal;
margin-bottom: 2px;
margin-left: 2px;
margin-right: 0px;
margin-top: 2px;
padding-bottom: 1px;
padding-left: 8px;
padding-right: 8px;
padding-top: 1px;
text-align: center;
text-indent: 0px;
text-shadow: none;
text-transform: none;
}

a.mblink {
	font-size: 7px;
	padding-right: 1px;
	padding-left: 1px;
}
a.mblink:hover {
        background-color: #3687c9;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	text-decoration: none;

}
#oswaldimgs {
	margin-top: 2px;
}
