/*  
Theme Name: Psycho
Theme URI: http://spychalski.de/blog/
Description: based on the Ice theme
	     'recent posts' and 'recent articles' stolen from devenir_en_gris
Version: 0.1
Author: Frank 'Psycho' Spychalski
Author URI: http://spychalski.de/blog
*/

body {
	margin: 0;
	padding: 0; 
	font-size: 10pt;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000000;
        background: #dadafa;
        background-attachment: fixed;
	}

#page {
	position: relative;
	margin: 0px 0px 10px 0px;
	top: 0px;
	left: 5%;
	right: 5%;
	width: 90%;
	}

#header {
	margin-top: 20px;
	margin-left: 77%;	
	margin-bottom: 8px;

	right: 1%;
	width: 23%;

	height: 28px;
  	font-weight: bold;
	
	text-transform: lowercase;
	color: black;
	}

#header a {
	font-size: 32px;
	font-family: 'Courier New', Courier, monospace;
	color: black;

}
h2.pagetitle {
	font-size: 120%;
	background: none;
	border: none;
}
#Ocontent {
        background: #cacafa;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 5px;
	}

#content {
        background: #aaaafa;
	margin: 0px 0px 0px 1%;
	padding: 10px 5px 0px 5px;
	width: 73%;
	font-size: 1em;
	padding: 5px;
	}

#sidebar {
        background: #9999fa;
	position: absolute;
	top: 5px;
	right: 1%;
	width: 23%;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	}

#footer {
	position: relative;
	padding: 20px 0px 20px 0px;
	left: 5%;
	width: 90%;
	clear: both;
	}

#footer p {
	text-align: center;
	}

.entry p {
	font-size: 1.05em;
	}

.entry {
	line-height: 1.4em;
	}

.alt {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

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


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

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

h2 {
	font-size: 1.1em;
	}

h2.pagetitle {
	font-size: 1.3em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 1.3em;
}

h1, .description {
	color: 606060;
	}
	
.subheading {
	    font-size: 0.9em;
	    font-style: italic;
            background: #8888da;
	    padding-left: 10px;
}

h2 {
    	padding-top: 5px;
	padding-left: 10px;
    	padding-bottom: 10px;
	margin-bottom: 0px;
	color: black;
        background: #6666da;
	}

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

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

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

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

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: black;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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

a, a:hover  {
	color: black;
	text-decoration: underline;
	}
	
.post {
        margin-left:  10px;
        margin-right: 10px;
        margin-bottom: 30px;

	border: 1px solid black;
	
	text-align: justify;
	}

.entry, .entrytext {
       padding: 3px;
}

.postmetadata {
	text-align: justify;
	padding: 2px;
        background: #8888da;

	font-size: 90%;
	}

.description {
	text-align: center;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	# margin: 5px 0 0;
	# padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

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
	}

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, #sidebar ul ul li:before {
	content: "\00BB \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;
	}
	
#sidebar ul, #sidebar ul ol {
	margin-left: 0px;
	padding-left: 15px;
	}

#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: decimal outside;
	}

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

#searchform {
	# margin: 10px auto;
	# padding: 5px 3px; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

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

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

#sidebar form {
	# margin: 0;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	font-size: 8pt;
	padding-right: 10px;
	text-align: right;
	background-color: #c8c8c8;
	}

#wp-calendar #prev a {
	font-size: 8pt;
	padding-left: 10px;
	text-align: left;
	background-color: #c8c8c8;
	}

#wp-calendar a {
	display: block;
	text-decoration: underline;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	width: 100%;
	background-color: #c8c8c8;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #ffffff; }

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

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

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 10px 0px 30px 0px;
	background-color: #8888c8;
	padding: 4px 4px 4px 4px;
	border: 1px solid black;
	}

/* psycho */
div.navigation a {
	font-weight:bold;
}

img.framedl  {
             float: left;
             border: solid 4px #000000;
             margin-right: 5px;
             }

img.framedr  {
             float: right;
             border:solid 4px #000000;
             margin-left: 5px;
             }
pre, code    {
             background-color: #e8e8e8;
	     color: #000000;
             padding: 10px 10px 10px 10px;
	     border:solid 2px #c0c0c0;
             }

h2 :before {
  	content:url(images/link.gif)" ";
	margin-right: -6px;
}

a.cl {
     text-decoration:none;
     font-size: 90%;
}
a.cl :before {
  	content:url(images/link.gif)" ";
	margin-right: -4px;
}

/* postbox */
div.post h2 {
	 margin-top: 0px;
}

.subheading, h2 {
	border-bottom: 1px solid black;
}
.postmetadata {
	border-top: 1px solid black;
	}
