/*----- CSS-Document "La Liste des Desiderata ------------*/
/*
Theme Name: La Liste des Desiderata
Theme URI: http://www.la-liste.de
Description: The WordPress theme based on the Kubrick Theme.
Version: 1.1
Author: Philipp Quanz
Author URI: http://www.philippquanz.de
Tags: black/white, floated navigation, two columns
*/

body {
	font-size: 9pt;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	background-color: #FFF;
	color: #000;
	text-align: center;
}
a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
hr {
	display: none;
}
small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #777;
}
#page {
	margin: 0px auto;
	width: 100%;
	background-color: #FFF;
}
/*------------- Header -------------*/
#header {
	width: 100%;
	background-color: #FFF;
}
#headerimg 	{
	background-image: url('images/logo.jpg');
	margin: 0px auto;
	margin-bottom: 10px;
	width: 300px;
	height: 175px;
	text-align: center;
}
/*----Beginn Navigation-Spezifikationen ---*/
#frame {
     background-color: #000;
     height: 26px;
}
#headerlinkleiste {
     width: 800px;
     margin: 0px auto;
}
#headerlinkleiste-links {
     text-align: center;
}
#headerlinkleiste-links ul {
     list-style: none;
}
#headerlinkleiste-links ul li {
     margin: 0px 15px 0 0;
     padding: 0;
     float: left;
}
#headerlinkleiste-links a{
     display: block;
     padding: 5px 25px 7px 12px;
     font-size: 9pt;
     color: #FFF;
     font-family: 'Trebuchet MS', Helvetica, 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Sans-Serif;
     float: left;
}
/*--- Ende Navigation-Spezifikationen ---*/
/*--- Beginn Such-Spezifikationen ---*/
#search {
}
search * {
}
#search label { /* hide from visual browsers */
     position: absolute;
     visibility: hidden;
}
#search input {
     border: none;
     font-size: 90%;
     margin-right: 10px;
     width: 160px;
     color: #333;
}
html>body #search input {
     border: none;
     font-size: 80%;
     margin-right: 10px;
     width: 160px;
     color: #333;
}
#search button {
     background: transparent url("images/searchbutton") no-repeat;
     margin-top: 3px;
     border: none;
     width: 60px;
     height: 18px;
     padding: 0px;
     overflow: hidden;
}
#search > form button {
     text-indent: 100px; /* be nice to Firefox */
}
#search button:hover {
     background-position: 0 -19px;
}
/*--- Ende Such-Spezifikationen ---*/
/*------------- Sidebar ------------*/
#sidebarsocial img{
	border: none;
}
#sidebar {
        font-family: "Trebuchet MS", Helvetica, "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Sans-Serif;
        font-size: 9pt;
        text-align: left;
        padding: 20px 20px 20px 20px;
        margin-bottom: 10px; /*Twitter (Link in Sidebar.php*/
        width: 190px;
        background-color: #FFF;
        color: #000;
}
#sidebarback {
        background-color: #FFF;
}
#sidebar a {
        color: #000;
}
#sidebar ul {
        margin: 0;
        padding: 0;
}
#sidebar ul li {
        list-style-type: none;
        margin-bottom: 15px;
}
#sidebar ul ol {
        margin: 5px 0 0 10px;
        margin: 0;
        padding: 0;
        margin: 0 0 0 10px;
}
#sidebar ul ol li {
        color: #777;
        margin: 3px 0 0;
        padding: 0;
}
#sidebar ul ul {
        margin: 5px 0 0 10px;
}
#sidebar ul ul ul {
        margin: 0 0 0 10px;
}
#sidebar ul ul li {
        margin: 3px 0 0;
        padding: 0;
        color: #777;
}
/*------------- Ende Sidebar ------------*/
#adminbereich {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
}
/*-------- Content-Bereich ---------*/
#inhalt {
	text-align: center;
	width: 100%;
	margin: 0px auto;
	margin-bottom: 100px;
	font-size: 10pt;
}
#inhalt-links {
	float: left;
	text-align: left;
	margin-top: 0px;
	width: 190px;
}
html>body #inhalt-links {
	float: left;
	text-align: left;
	margin-top: 30px;
	width: 190px;
}
#inhalt-rechts {
	margin: 0px auto;
	text-align: center;
	width: 500px;
	line-height: 1.5em;
}
#content {
	text-align: left;
	margin-top: 30px;
}

/*-- Beiträge-Bereich Singleseite (widecolumn)--*/
.widecolumn {
	padding: 0 0 20px 0px; /*--Position Post--*/
	margin: 0px 0 0;
	width: 500px;
	line-height: 1.4em;
	}
.widecolumn .post {
	margin: 0;
	}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .postmetadata-index {
	text-align: center;
	padding-top: 5px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .entry {
	line-height: 1.4em;
}
.widecolumn .entry p {
	font-size: 9pt;
}

.pagecolumn {
	padding: 0 0 20px 0px;
	margin: 0px 0 0;
	width: 500px;
	line-height: 1.4em;
}

/*--- Headline / Inhalt / Links auf Linkpage ---*/
#content-linkpage {
     margin: 0px auto;
     width: 250px;
     text-align: center;
     margin-bottom: 100px;
}
#content-linkpage h1 {
     font-family: "Trebuchet MS", Helvetica, "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Sans-Serif;
     font-size: 24pt;
     color: #000;
     margin-top: 40px;
     margin-bottom: 0px;
     margin-left: 50px;
     text-align: left;
}
#content-linkpage h2 {
	font-family: "Trebuchet MS", Helvetica, "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Sans-Serif;
	font-size: 13pt;
	color: #000;
	margin-top: 40px;
	margin-bottom: 0px;
	margin-left: 35px;
	text-align: left;
}
#content-linkpage ul {
	margin-left: 0px;
	list-style: none;
	line-height: 2.0em;
	text-align: left;
}
#content-linkpage a {
     font-weight: normal;
}
/*--- Headline / Inhalt / Links auf Archivpage ---*/
#content-archivpage {
     margin: 0px auto;
     margin-bottom: 100px;
     width: 300px;
     text-align: center;
}
#content-archivpage h1 {
     font-family: "Trebuchet MS", Helvetica, "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Sans-Serif;
     font-size: 24pt;
     color: #000;
     margin-top: 20px;
     margin-bottom: 0px;
     text-align: center;
}
#content-archivpage h2 {
	font-family: "Trebuchet MS", Helvetica, "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Sans-Serif;
	font-size: 13pt;
	font-weight: normal;
	margin-top: 0px;
	color: #000;
	text-align: center;
	text-decoration: none;
	margin-top: 20px;
}
#archivwrapper {
	text-align: left;
	width: 450px;
	position: relative;
	left: 60px;
}
#archivwrapper-twitter a{
	font-family: "Trebuchet MS", Helvetica, "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Sans-Serif;
	font-size: 13pt;
	font-weight: normal;
	margin-top: 0px;
	color: #000;
	text-align: center;
	text-decoration: none;
	margin-top: 20px;
}
#archivwrapper-twitter a:hover{
	text-decoration: underline;
}
#archivbeitrag a{
	font-weight: normal;
}
#content-archivpage ul {
	list-style: none;
	line-height: 2.0em;
}
#content-archivpage ul a{
	font-weight: normal;
}
#content-archivpage ul a img{
	border: none;
}
#content-pagepage {
     width: 400px;
}
#content-pagepagelinks a {
	text-decoration: none;
	font-weight: normal;
}
#content-pagepagelinks a:hover {
	text-decoration: underline;
	font-weight: normal;
}
.content-pagepage {
     font-family: "Trebuchet MS", Helvetica, "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Sans-Serif;
     font-size: 24pt;
     color: #000;
     margin-top: 0px;
     margin-bottom: 0px;
     text-align: center;
}
#singlepage-date, #singlepage-date a {
     margin-top: 5px;
     margin-bottom: 20px;
     font-family: Verdana, Arial, Tahoma, Sans-Serif;
     font-size: 9pt;
     text-align: left;
}
/*--- Content-Trennlinien ---*/
#contenttrennlinie {
	background-color: #000;
	width: 500px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#longcontenttrennlinie {
	background-color: #000;
	width: 500px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#longcontenttrennlinie-bright {
	background-color: #CCC;
	width: 500px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*------ Headlines -----*/
h1 {
	font-family: "Trebuchet MS", Helvetica, "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Sans-Serif;
	font-size: 20pt;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	text-decoration: none;
	font-weight: lighter;
	line-height: 1.0em;
	text-align: left;
}
h1 a {
	color: #000;
	text-decoration: none;
	font-weight: lighter;
	text-align: left;
}
h1 a:hover {
	color: #333;
	text-decoration: none;
	font-weight: lighter;
	text-align: left;
}
h2 {
	font-family: "Trebuchet MS", Helvetica, "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Sans-Serif;
	font-size: 20pt;
	margin: 30px 0 0 0;
	color: #000;
	text-decoration: none;
	font-weight: lighter;
	text-align: left;
}
h2 a:hover {
	color: #333;
	text-decoration: none;
	font-weight: lighter;
	text-align: left;
}
h2.pagetitle {
	margin-top: 24pt;
	text-align: center;
	font-size: 1.6em;	
	margin-bottom: 30px;
	font-weight: lighter;
}
h2.sidebar {
	margin: 5px 0 0;
	text-align: left;
	font-family: "Trebuchet MS", Helvetica, "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Sans-Serif;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
h2.content {
	text-align: center;
	margin-bottom: 30px;
	font-weight: lighter;
}
h3 {
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: bold;
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0 0;
	color: #666;
	text-decoration: none;
	font-weight: lighter;
}
h3 a:hover {
	color: #666;
	text-decoration: none;
}
h3.archives {
	color: #FFF;
	font-family: 'Trebuchet MS', Helvetica, 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	display: block;
	padding: 0;
	margin: 40px auto;
	width: 120px;
	height: 26px;
	line-height: 25px;
	font-weight: lighter;
}
h3.comments {
	margin-top: 100px;
	color: #000;
	font-family: 'Trebuchet MS', Helvetica, 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: lighter;
	font-size: 12pt;
}

cite {
	text-decoration: none;
}
.entry p a:visited {
	color: #000;
}

/*----- Post Meta-Data ----*/
.postmetadata {
	color: #777;
	clear: both;
} 
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
/*----- Eintrag-Meta-Daten ----*/
#socialmedia {
	margin-top: 50px;
}
#likebutton {
	float: left;
	margin-bottom: 10px;
}
#tweetbutton {
	float: right;
	margin-bottom: 10px;
}
/*----- Tags ----*/
#entry-metaddata {
	clear: both;
}
#tags{
	color: #999;
	font-size: 9pt;
	clear: both;
}
#tags a{
	color: #999;
	font-weight: normal;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
blockquote {
	color: #777;
} 
strike {
	color: #777;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}
#post-inhalt {
	 margin-bottom: 0px;
}

.clear {
	clear: both;
}
/* Begin Embeded Videos */
object {
	padding: 5px !important;
	margin: 5px !important;
	max-width: 100% !important;
	border: 1px solid #E0E0E0 !important;
}
/* Begin Images */
p img {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	max-width: 100%;
	border: 1px solid #E0E0E0;
}
a img {
	border: 1px solid #E0E0E0;
}
img.centered {
	display: block;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
/* 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: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/*--- Begin Comments ---*/
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform p {
	margin: 5px 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.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;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
} 
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	font-size: 1em;
}
.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
} 
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.children { 
	padding: 0; 
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #777;
}
.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
}



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
/*--- Navigation ---*/
.navigation {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
}
.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* 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;
}
.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 */

/*----Beginn Footer ---*/
#footer {
     clear: both;
     font-family: Verdana, Arial, Tahoma, Sans-Serif;
     font-size: 7pt;
     color: #999;
     background-color: #000;
     height: 26px;
     margin-bottom: 20px;
     width: 100%;
}
#footerwrapper {
     padding-top: 5px;
}
#footer a {
     color: #FFF;
}
#footerleft {
     background-color: #000;
     width: 50%;
     height: 26px;
     float: left;
}
#footerright {
     background-color: #000;
     width: 49%;
     height: 26px;
     float: right;
}

/*----Beginn Footer ---*/
#exposition {
	width: 520px;
	margin: 0px auto;
	text-align: center;
}
#exposition-top {
	margin-top: 50px;
}
#exposition-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 12px;
}
#exposition-right {
	float: right;
	margin-bottom: 12px;
}
#exposition-middle {
	clear: both;
	margin-bottom: 12px;
}
#exposition-center {
	margin-top: 5px;
	margin-bottom: 5px;
}
#clear {
	clear: both;
	height: 50px;
}
