/*  
Theme Name: Nifty
Description: Based on the theme 'Tabellenlos'
Version: 1.0
Author: Garry Pettet
Author URI: http://garrypettet.com/
*/

/* set fonts and remove margins, etc */

*{
	border:0;
	margin:0;
	padding:0;
	font-family: 'Helvetica Neue Light', 'HelveticaNeue-Light', Arial, Helvetica, sans-serif;
}

body{
	background:#444;
	color:#444;
	line-height:150%;
	text-align:left;
}

#wrapper {
	width: 800px;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

#page{
	background:#fff;
	background: #f9f4eb;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
    border-radius: 20px;
}

#header, #content, #footer{
	margin:0 3em
}

#content{
	border-bottom:.1em solid #000;
	padding:0 0 2em 0;
}

#footer{
	border-top:.1em solid #000;
	clear:both;
	padding:.1em 0
}

.main-post .entry a:link {
	color: #2266BB;
	text-decoration: none;
}

.main-post .entry a:visited {
	color: #2266BB;
	text-decoration: none;
}

.main-post .entry a:hover {
	text-decoration: underline;
}

.post .entry a:link {
	color: #2266BB;
	text-decoration: none;
}

.post .entry a:visited {
	color: #2266BB;
	text-decoration: none;
}

.post .entry a:hover {
	text-decoration: underline;
}

.entry p em {
	font-weight: 200;
}

.previous-entry {
	display: block;
	padding: 0 30px;
	color: #777;
}

.previous-entry-quote {
	font-size: 4em;
	float: left;
	margin-left: -0.5em;
	margin-top: 0.25em;
	margin-right: 0.1em;
	color: #B5B5B5;
}

.old-post-date{
	float: right;
}

.commentlist .commentmetadata a:link {
	font-size: 1.2em;
}

.commentlist .commentmetadata small {
	font-size: 0.6em;
	font-style: italic;
	font-weight: normal;
	color: #999;
}


h1{
	font:bold italic 2.5em;
	padding-top: 1.5em;
	padding-bottom: 0.7em;
	text-align:left;
}

h1 a:link, h1 a:visited, h1 a:active{
	color:#000;
	text-decoration:none;
	font-size: 2.5em;
}

#content h2{
	color:#000;
	font-size:1.9em;
	letter-spacing:-1px;
	margin:2em 0 .1em 0;
}

#content h2.postdate{
	font-weight:bold;
	font-size:14px;
	color:#B8B1A8;
	text-shadow:1px 1px 0 #FFF;
	margin-bottom: 0.3em;
}

#content h3 {
	padding-bottom: 0.6em;
}

h2 a:link, h2 a:visited, h2 a:active,
h3 a:link, h3 a:visited, h3 a:active{
	color:#000;
	text-decoration:none;
}

h2 a:hover,
h3 a:hover{
	text-decoration:underline
}

h2,h3,h4,h5,h6{
	color:#000;
	font-size: 1.4em;
}

#content p{
	line-height:150%;
	margin:0 0 1em 0;
	text-align:justify;
}

.postmetadata{
	background:#f4f4f4;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	line-height:150%;
	padding:.2em .5em;
	margin-top: 1em;
	margin-bottom: 1em;
}


.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active{
	color:#000;
	text-decoration:none
}

.postmetadata a:hover{
	text-decoration:underline
}

.navigation {
	padding-top: 1.5em;
	padding-bottom: 0.2em;
}

.navigation a:link {
	color: #2266BB;
	text-decoration: none;
}

.navigation a:visited {
	color: #2266BB;
	text-decoration: none;
}

.navigation a:hover {
	text-decoration: underline;
}

ul#article li{
	list-style:circle;
	line-height:160%;
	margin:0 0 0 1.5em
}

ul#article li a:link,ul#article li a:visited,ul#article li a:active{
	color:#444;
	text-decoration:none
}

ul#article li a:hover{
	color:#222;
	text-decoration:underline
}


#sidebar h5, #sidebar h6{
	border-bottom:1px solid #ccc;
	color:#000;
	margin:1em 0 0 0;
}


#sidebar ul li a:link, #sidebar ul li a:visited, #sidebar ul li a:active{
	color:#000;
	line-height:150%;
	padding:.3em 0;
	display:block;
	text-decoration:none;

}

#sidebar ul li a:hover{
	color:#000;
	text-decoration:underline;
}

#sidebar ul li ul li{
	border-bottom:1px solid #ccc;
	margin:0
}

ul.spalte{
	clear:both
}


ul.spalte li{
	float:left;
	margin:0 0 0 5.5em;
	width:16.5em;
}


.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	color: #999;
}

.commentlist cite, .commentlist cite a:hover {
	text-decoration: none;
	color: #B5B5B5;
}

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

#commentform p {

}

.responses {
	padding:0;
	margin-bottom: 0;
	margin-top: 2em;
	text-align: left;
}

.responses h3 {
	font-size: 1.2em;
	line-break: 0.5em;
}

code{
	background:#eee;
	border-bottom:1px solid #ccc;
	line-height:190%;
	text-align:justify;
}

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



p img {
	padding: 0;
	max-width: 100%;
	}

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
	}

#search {
	clear: both;
}

#searchform {
	margin: 0;
	padding: 10px 0 15px 0; 
}
	
#searchform input{
	border:1px solid #ccc;
}	

#sidebar #searchform #s {
	width: 250px;
	padding: 5px;
}

#sidebar #searchsubmit {
	padding: 2px;
	margin: 3px;
}

#search {
	width: 700px;
	margin-left: 250px;
}

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



.odd { /* odd comment */
	margin: 0;
	padding: 10px;
}
	
.even { /* even comment */
	margin: 0;
	padding: 10px;
}

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

.commentlist li {
	margin: 0;
	padding-top: 0.5em;
	padding-left: 1.2em;
	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;
}

.center {
	text-align: center;
	}

hr {
	clear:both;
	display: none;
	}

a img {
	border: none;
	}
	
hr{
	clear:both;
	height:0em;
	visibility:hidden
}

ul{
	list-style:inside;
	margin-bottom: 1.2em;
}

li {
	margin-left: 1.2em;	
}

ol{
	list-style: decimal;
	margin-left: 1em;
	margin-bottom: 1.2em;
}

a:link, a:visited, a:active{
	color: #2266BB;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

quote, blockquote{
	color:#000;
	font:italic 1em;
	line-height:140%;
	margin:1em 0  1em 2em;
	text-align:justify
}

.description { /* movie descriptions */
	font-size: 1.2em;
}

.lifestream_date {
	color: red;
}