/* CSS 2.1

Theme Name: WordPress JusosCW
Theme URI: http://wordpress.org/
Description: The JusosCW WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> and on the Wordpress default theme by Michael Heilemann.
Version: 1.0
Author: Gnurpsnewoel, based on the famous Kubrick and on the Wordpress default theme by Michael Heilemann
Author URI: 
Tags: red, two columns, fixed width, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Leo Loelhoeffel, 
	based on Michael Heilemann's famous CSS design.

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

*/



/* globale Elemente
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

body {
	margin:0px auto;			/* erste Angabe: Abstand oben/unten, zweite Angabe "auto": mittige Ausrichtung */
	font-family:Arial,sans-serif;
	font-size:100%;
	background-image:url(./images/bg_grau.gif);
	background-repeat:repeat-x;
		}
p, .p {
	margin:0px;
	padding:10px 10px;			/* erste Angabe: Abstand oben/unten, zweite Angabe: Abstand rechts/links */
		}
td {
	vertical-align:top;
		}
a:link, a:visited {
	color:#cc0000;
	text-decoration:none;
	font-weight:normal;
		}
a:focus, a:hover, a:active {
	color:#cc0000;
	text-decoration:underline;
	font-weight:normal;
		}
/*
:link = Links zu nicht besuchten Seiten
:visited = Links zu schon besuchten Seiten
:focus = Links, die mit der Tab-Taste angesteuert werden
:hover = Links, während User_in die Maus darüber bewegt
:active = Links waehrend Anklicken
*/


/* Header */
.printheader {
	display:none;
		}
.header {
	position:relative;
	margin:0px auto;			/* erste Angabe: Abstand oben/unten, zweite Angabe "auto": mittige Ausrichtung */
	padding-top:5px;
	width:800px;
	height:75px;
		}
.header-element {
	text-align:left;
	margin-left:-68px;
		}
	.header-kleckse {
		position:absolute;
		z-index:-1;
					}
		#klecks1 {
			margin-top:-70px;
			margin-left:740px;
				}
		#klecks2 {
			position:absolute;
			margin-top:200px;
			margin-left:-155px;
				}
		#klecks3 {
			margin-top:140px;                      /* ohne Klecks2: margin-top:140px; */
			margin-left:850px;
			 }
	#navigation {
		margin:0px 0px 0px 68px;	/* Angabe: oben/rechts/unten/links */
		text-align:left;
		font-size:85%;
				}
		div#navigation {
			position:relative;
			top:-15px;
			left:0px;
			width:800px;
			overflow:hidden;			/* Werden zu viele Links eingegeben, werden sie bei der width abgeschnitten (versteckt). */
					}
			div#navigation ul {
				padding:0px;
				white-space:nowrap;
						}
				div#navigation ul li {
					padding:0px;
					display:inline;
					list-style-type:none;
					vertical-align:top;
							}
					div#navigation ul li a {
						padding:3px 8px;
						margin-right:10px;
								}
						div#navigation ul li.page_item a:link, div#navigation ul li.cat-item a:link, div#navigation ul li.page_item a:visited, div#navigation ul li.cat-item a:visited, div#navigation ul li.page_item a:focus, div#navigation ul li.cat-item a:focus, div#navigation ul li.page_item a:hover, div#navigation ul li.cat-item a:hover, div#navigation ul li.page_item a:active, div#navigation ul li.cat-item a:active {
							color:#ffffff;				/* #ffffff = weisz */
							background-color:#cc0000;	/* #cc0000 = rot */
							text-decoration:none;
							font-weight:bold;
									}

/* Content
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.content {
	position:relative;
	margin:-105px auto;			/* erste Angabe: Abstand oben/unten, zweite Angabe "auto": mittige Ausrichtung */
	width:800px;
	height:75px;
		}

.content_head {
	position:absolute;
	top:135px;
	left:0px;
	width:800px;
	height:35px;
	background-color:#9a9a9a;	/* #9a9a9a = mittelgrauer Rahmen */
	color:#000000;
	border:0px;
	clear:both;
	font-size:97%;
		}
.content_body {
	position:absolute;
	top:170px;
	width:800px;
	background-color:#9a9a9a;
	clear:both;
		}

	.content_bigimage {
		position:relative;
		margin:0px;
		padding:0px;
		top:5px;
		left:10px;
		text-align:left;
			}
		.content_bigimage-fotoquelle {
			position:absolute;
			bottom:10px;
			right:25px;
			text-align:right;
			font-size:67%;
			color:#9a9a9a;
				}

h2.content_columns-head, h3.content_columns-head {
        font-size:120%;
        margin:10px;
        padding:0px;
                }
h2.content_columns-head {
        padding:0em 0em 0.15em;           /* 1. oben 2. links/rechts 3. unten */
                }
h3.content_columns-head {
        padding:0em;
                }
h2.content_columns-head a:link, h2.content_columns-head a:visited, h2.content_columns-head a:focus, h2.content_columns-head a:hover, h2.content_columns-head a:active, h3.content_columns-head a:link, h3.content_columns-head a:visited, h3.content_columns-head a:focus, h3.content_columns-head a:hover, h3.content_columns-head a:active {
        text-decoration:none;
                }
h2 .content_columns-head, h3 .content_columns-head {
        background-color:#cc0000;
        padding:5px;
        color:#ffffff;
        font-weight:bold;
                }

.content_columns {
	margin-top:5px;
	margin-left:7px;
	position:relative;
		}
	.content_columns-links-erste {					/* alle Block-Elemente in der linken Spalte der Startseite und des JusoLogs */
		position:relative;
		margin:7px 0px 10px 0px;	/* Angabe: oben/rechts/unten/links */
		padding:10px 0px 0px 0px;	/* Angabe: oben/rechts/unten/links */
		background-color:#ffffff;
		width:540px;
		text-align:left;
			}
	.content_columns-links-weitere {					/* alle Block-Elemente in der linken Spalte der Startseite und des JusoLogs */
		position:relative;
		margin:10px 0px 10px 0px;	/* Angabe: oben/rechts/unten/links */
		padding:10px 0px 0px 0px;	/* Angabe: oben/rechts/unten/links */
		background-color:#ffffff;
		width:540px;
		text-align:left;
			}
	.content_columns-rechts-erste {					/* alle Block-Elemente ikn der linken Spalte der Startseite und des JusoLogs */
		position:relative;
		margin:7px 0px 10px 6px;	/* Angabe: oben/rechts/unten/links */
		padding:10px 0px 0px 0px;	/* Angabe: oben/rechts/unten/links */
		background-color:#ffffff;
		width:230px;
		text-align:left;
			}
		.content_columns-rechts-schrift {
			font-size:85%;
				}
	.content_columns-rechts-weitere {					/* alle Block-Elemente ikn der linken Spalte der Startseite und des JusoLogs */
		position:relative;
		margin:0px 0px 10px 6px;	/* Angabe: oben/rechts/unten/links */
		padding:10px 0px 0px 0px;	/* Angabe: oben/rechts/unten/links */
		background-color:#ffffff;
		width:230px;
		text-align:left;
			}
		
        
.socialbuttons a:link, .socialbuttons a:visited, .socialbuttons a:hover, .socialbuttons a:active, .socialbuttons a:focus {
	text-decoration:none;
	font-weight:normal;
	font-size:90%;
	color:#000099;
		}

			
			
/* Footer
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.footer {
	position:absolute;
	bottom:-70px;
	width:800px;
	height:40px;
	clear:both;
		}
	p#footer-text {
		margin:0px;
		padding:0px;
		font-size:85%;
			}
		p#footer-text a:link, p#footer-text a:visited {
			color:#000000;
			text-decoration:none;
			font-weight:normal;
				}
		p#footer-text a:focus, p#footer-text a:hover, p#footer-text a:active {
			color:#cc0000;
			text-decoration:none;
			font-weight:normal;
				}
.backtotop {
        position:fixed;
        bottom:5px;
        right:5px;
        font-size:85%;
        }


/* Hacks from Gnurpsnewoel to adapt Kubrick/WP default theme to Wordpress JusosCW theme
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/


.searchfield {
	position:absolute;
	right:10px;
	top:-5px;
		}
#searchsubmit {
	font-weight:bold;
	background-color:#cc0000;
	color:#ffffff;
	border:2px solid #ffffff;
		}
.readmore {
	margin:0px 10px 10px 10px;	/* Angabe: oben/rechts/unten/links */
	padding-left:10px;
		}
.entry p {
 	padding-left:0px;
 		}
.post h2 a:link,.post h2 a:visited,.post h2 a:focus,.post h2 a:hover,.post h2 a:active {
	color:#000000;
	text-decoration:none;
		}
ul.linkcat, ul.xoxo {
	margin-left:-30px;
	list-style-type:none;
		}
ul.downloadList {
	margin-left:-40px;
	list-style-type:none;
		}
.content_columns-rechts-weitere ul.downloadList {
	margin:0px;
	padding:10px 10px;
	list-style-type:none;
	font-size:85%;
		}
.printfooter {
        display:none
                }

.post > .entry > p{
        padding-top:20px;
                }

/* Begin Typography & Colors */

.widecolumn .entry p {
	font-size: 1.05em;
	}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

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

h1 {                                    /* Notation from Gnurpsnewoel for Wordpress JusosCW theme */
        font-size:100%;
        }

h2 {
	font-size:1.3em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h3 {
	font-size: 1.1em;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size:0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

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

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, strike {
	color: #777;
	}

blockquote {
    font-style:italic;
    }

code {
	font-size:1.1em;
	font-family:'Courier New', Courier, Fixed;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

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

#wp-calendar caption {
	font-weight:bold;
	font-size:1.3em;
	text-align: center;
	}

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



/* Begin Structure */

.thirtyleft {
        margin-left:30px;
        }
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post, .hentry {
	margin:10px 10px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

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

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
        margin:10px;
        }

.entry h3 {
        padding:20px 0px 0px;
        margin:0px;
        }

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



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

/*	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;
	margin-right:10px;
	}

.alignleft {
	float: left;
	margin-left:10px;
	}
/* 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 {                  /* Browserweiche: Kind-Selektor */
	margin-left: 0px;
	padding: 0 0 0 0;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {                   /* Browserweiche: Kind-Selektor */
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\2022 \0020";
	}

.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;
	}

.content_columns-rechts-schrift ul, .content_columns-rechts-schrift ul ol {
	margin: 0;
	padding: 0;
	}

.content_columns-rechts-schrift ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	}

.content_columns-rechts-schrift ul p, .content_columns-rechts-schrift ul select {
	margin: 5px 0 8px;
	}

.content_columns-rechts-schrift ul ul, .content_columns-rechts-schrift ul ol {
	margin: 5px 0 0 10px;
	}

.content_columns-rechts-schrift ul ul ul, .content_columns-rechts-schrift ul ol {
	margin: 0 0 0 10px;
	}

ol li, .content_columns-rechts-schrift ul ol li {
	list-style: decimal outside;
	}

.content_columns-rechts-schrift ul ul li, .content_columns-rechts-schrift ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



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

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

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

	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

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

#commentform p {
	margin: 5px 0;
	}

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

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

/* 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:before {
    content:"\201c";              /* U+201C entspricht dem doppelten Anfuehrungszeichen in Unicode */
    color:#cc0000;
    font-size:1.5em;
    font-wight:bold;
    }
    
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #cc0000;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

.screen-reader-text {                           /* Fuegt bei Screenreadern vor das Suchfeld ein "Search for:" ein, ansonsten ohne Auswirkung, aber noetig */
     position: absolute;
     left:-5000px;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	}
/* End Various Tags & Classes*/




/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "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." */
