/*
Theme Name: Manuel Linke Standard
Theme URI: http://thomasklaiber.com/
Description: Das neue Wordpress Theme exklusiv f&uuml;r Manuel Linke.
Version: 1.0
Author: Thomas Klaiber
Author URI: http://thomasklaiber.com/
Tags: grey, white, Lucida, sans, simple, two-column
*/


* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 18px;
	color: #555;
}

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

a:hover {
	text-decoration: underline;
}

#wrapper {
	/*width: 650px;*/
	width: 610px;
	margin: 0 auto 0 auto;
}

#head {
	margin-bottom: 26px;
	background: #999;
	display: block;
	height: 35px;
}

#head .fixed {
	margin: 0 auto;
	width: 610px;
}

#head ul {
	list-style: none;
}

#head ul li {
	float: left;
}

#head ul li a {
	padding: 8px 14px;
	margin: 0 1px 0 0;
	background: #e3e3e3;
	display: block;
}
#head ul li a:hover {
	background: #f8f8f8;
	text-decoration: none;
}
#head ul li a.active {
	background: #f8f8f8;
}

#content {
	width: 450px;
	min-height: 450px;
	float: left;
	border-right: 1px solid #e3e3e3;
	padding-right: 10px;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 12px;
}

h2.shorty {	font-size: 1.2em; }

h2.shorty a { color: #666; }

h2 a {
	text-decoration: none;
	color: #333;
}

h2 a:hover {
	color: #369;
	text-decoration: none;
}

h3 {
	font-size: 1.1em;
	margin: 0 0 10px 0;
}

#sidebar h2 {
	color: #999;
	font-size: 1em;
	border-top: 1px solid #e3e3e3;
	margin-top: 14px;
	padding-top: 14px;
	margin-bottom: 6px;
}

#sidebar ul :first-child h2 {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: 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: square;
	}

#sidebar ul li ul li {
	list-style: square;
	color: #e3e3e3;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0 4px;
	padding: 0;
	}

.postmeta {
	margin-top: 4px;
	border-top: 1px solid #e3e3e3;
	padding-top: 4px;
}

.postmeta em {
	font-style: normal;
}

p { margin-bottom: 6px; }

.post {
	margin-bottom: 24px;
}

.post img {
	margin-bottom: 6px;
}

#sidebar {
	/*width:171px;*/
	width: 131px;
	padding: 0 0 0 9px;
	/*margin-left: 10px;*/
	/*border-left: 1px solid #e3e3e3;*/
	float: left;
}

#footer {
	clear: both;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #e3e3e3;
	color: #ccc;
}

#footer p {
	text-align: center;
}

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

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

/* Trick 17 :D */
.widget_search #searchsubmit {
	display: none;
}

/* 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 Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin-bottom: 24px;
	/*text-align: justify;*/
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 0 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;
	}

cite.fn {
	font-weight: bold;
	font-style: normal;
}

.says { display: none; }

.comment-author {
	border-bottom: 1px solid #e3e3e3;
}

.commentmetadata {
	margin: 0;
	display: none;
	font-size: 10px;
	}
/* End Comments */


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

select {
	width: 130px;
	}

#author, #email, #url {
	width: 140px;
	float: left;
	margin-bottom: 10px;
	margin-right: 12px;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #e3e3e3;
	padding: 2px 0;
}

#url { margin-right: 0; }

#comment {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
	width: 438px;
	height: 150px;
	padding: 5px;
	border: 1px solid #e3e3e3;
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

	
.thread-alt {
	/*background-color: #f8f8f8;*/
}

.thread-even {
	background-color: white; 
} 
.depth-1 {
	/*border: 1px solid #ddd; */
	/*border-bottom: 1px solid #e3e3e3;*/
} 

.even, .alt {
	/*border-left: 1px solid #ddd; */
}
/* End Form Elements */

.movie-rating img {
	margin: 1px 0 0;
	display: inline;
	position: static;
}

.movie-listing {
	list-style: none;
}

.movie-listing li {
	display: block;
	padding: 4px;
}

.movie-listing li .rating {
	float: right;
}

.movie-listing li.alt {
	background: #f8f8f8;
}

#gallery {
	margin: auto;
}
#gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: %;			}
#gallery img {
	border: 0;
	margin-right: 1px;
}
#gallery .gallery-caption {
	margin-left: 0;
}
img { border: 0; }
.clear { clear:both; }

.attachment { text-align: center; }
