/*  
Theme Name: tg
Theme URI: http://www.thorbengrove.de/
Description: 
Version: 0.1a
Author: Thorben Grove
Author URI: http://www.thorbengrove.de/

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

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

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

*/



/* Begin Typography & Colors */
.entry {
	line-height: 1.4em;
	font-size: 1.1em;
	}

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

.alt, .postmetadata {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
.postnavigation a, .postmetadata a {
	text-decoration: none;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, 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, #wp-calendar caption, cite {
	text-decoration: none;
	}

.more-link {
	display: block;
	padding: 5px;
	text-align: right;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}
.commentlist .gravatar {
	border: 1px solid #DDDDDD; 
	margin-right: 5px;
	margin-bottom: 5px;
}

.commentlist .gravatar img {
	border: 3px solid #F8F8F8;
}

.commentlist .commentdata {
	padding-top: 5px;
}

.commentlist cite {
	display: block;
	height: 30px;
}

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

.commentlist .num {
	font-size: 20px;
}

.commentlist .num a {
	text-decoration: none;
	color: #CDCDCD;
}

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

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
code {
	background-color: #F2F2F2;
	font: 1em 'Courier New', Courier, Fixed;
}

code.multi {
	display: block;
	padding: 10px;
	border: 1px dashed #CCCCCC;
	text-align: left;
}

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

h2 a:hover, h3 a:hover {
	text-decoration: none;
	}
/* End Typography & Colors */


/* Begin Structure */
#content {
	margin-bottom: 20px;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.entry p {
	margin-bottom: 10px;
}

.widecolumn .post {
	margin: 0;
	}

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

.postmetadata {
	clear: left;
}

/* End Structure */



/*	Begin Headers */
h2 {
	margin: 20px 0px 5px 0px;
}

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

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

.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: 7px 0 8px 10px;
	}

.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 p, #sidebar ul select {
	margin: 5px 0 8px;
	}

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

/* End Entry Lists */



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

#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
	border: 1px solid #99A6A9;
	margin-bottom: 2px;
	background-color: #FFFFFF;
	}

#sidebar #searchsubmit {
	padding: 1px;
	border: 1px solid #99A6A9;
	margin-bottom: 2px;
	background-color: #f6f6f5;
	}

.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;
	border: 1px solid #99A6A9;
	background-color: #FFFFFF;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	border: 1px solid #99A6A9;
	background-color: #FFFFFF;
	}

#commentform #submit {
	margin: 0;
	float: right;
	border: 1px solid #99A6A9;
	background-color: #f6f6f5;
	}
/* End Form Elements */



/* Begin Comments*/
.alt, .postmetadata {
	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 p {
	margin: 5px 0;
	}

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

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

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

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

a img {
	border: none;
	}
/* End Various Tags & Classes*/

/* For Link Indication plugin */
a.liexternal { padding-right: 12px; background: url('./images/link-icon_external_12.gif') no-repeat right; }
a.liwikipedia { padding-right: 14px; background: url('./images/link-icon_wikipedia.gif') no-repeat right; }
a.liimdb { padding-right: 18px; background: url('./images/link-icon_imdb_02.png') no-repeat right; }
a.liftp { padding-right: 13px; background: url('./images/link-icon_ftp_02.png') no-repeat right; }
a.limailto { padding-right: 18px; background: url('./images/link-icon_mail_02.png') no-repeat right; }
a.lipdf { padding-right: 12px; background: url('./images/link-icon_pdf_01.png') no-repeat right;  }

/* Pagebar */
.pagebar {
        padding: 0.2em 0.5em;
        margin-right: 0.1em;
        margin-bottom: 1.0em;
        text-decoration: none;
	color: #99A6A9;
}

.pagebar a,.pageList .this-page {
        border: 1px solid #BBBBBB;
	background: #e4e6e6;
        text-decoration: none;
	color: #99A6A9;
        padding: 0.2em 0.5em;
}

.pagebar .break {
        padding: 2px 6px 2px 6px;
        border: none;
        text-decoration: none;
}

.pagebar .this-page {
        border: 1px solid #5A5B5C;
        padding: 0.2em 0.5em;
        font-weight: bold;
        background: #99A6A9;
        color: #fff;
}

.pagebar a:hover {
        border-color: #99A6A9;
	background-color: #C5CBCD;
	color: #5A5B5C;
}

.pagebar .inactive {
   border: 1px solid #cccccc;
   color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
} 
