/*
Theme Name: Child-like Robots
Theme URI: http://www.childlikerobots.org/x/
Description: The default WordPress theme of <a href="http://www.childlikerobots.com/">the Child-like Robots</a>.
Version: 2.0
Author: Jonathan Stromberg
Author URI: http://www.childlikerobots.com/
Tags: white space, two columns, widgets

	Child-like Robots v2.0
	 http://www.childlikerobots.com/

	This theme was designed and built by Jonathan Stromberg,
	whose blog you will find at http://www.childlikerobots.com/

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

*/

body {
     padding: 20px;
     font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, Verdana, sans-serif;
     font-size: .8em;
     background-image: url(images/bg1halftone.png);
     background-repeat: no-repeat;
     background-position: right bottom;
     min-width: 56em;
     width: 94%;
     background-attachment: fixed;
     }

#separator {
     font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
     font-size: 1.2em;
     vertical-align: -.1em; }

#copyright {
     font-family: Helvetica, Arial, Verdana, sans-serif; }

#header {
     min-height: 96px;
    /* background-image: url(images/kinoeye128.png); */
     background-repeat: no-repeat;
     background-position: top right;
     width: 100%;
     min-width: 54em; }

.description {
     float: left;
     padding-top: .8em; }

#title {
     float: left;
     padding-right: .5em; }

.headergraphic {
     min-height: 125px; 
     min-width: 54em;
     float: right;
     clear: none;
     width: 94%;
     position: absolute;}

#headergraphic {
     width: 125px;
     float: right;}

#page {
     width: 56em; }

#sidebar {
     width: 24em;
     font-size: .8em;
     clear: both;
     float: left; }

li {
     list-style-type: none;
     display: list-item; }

input#s {
     font-size: .8em }

input#searchsubmit {
     font-size: 1em }

#content {
     width: 32em;
     position: relative;
     left: 2em;
     float: left;
     padding-bottom: 4em; }

#footer {
     font-size: .8em;
     margin-top: 1em;
     width: 100%;
     clear: none;
     float: left;
     position: fixed;
height: 1.5em;
     bottom: 0px;
     left: 0px;
     background-color: #ffffff;
     padding-bottom: 20px;
     padding-left: 20px; }

a:link {
     text-decoration: none;
     color: #000000; }

a:visited {
     color: #4c4c4c;
     text-decoration: none; }

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

a:active {
     color: #800000;
     text-decoration: none; }

h1 {
     font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
     font-size: 2em;
     text-decoration: none;
     font-weight: normal; }

h2 {
     font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
     font-size: 1.5em;
     text-decoration: none;
     font-weight: normal; }

h3 {
     font-family: "HelveticaNeue", "Helvetica Neue ", Helvetica, Arial, Verdana, sans-serif;
     font-size: 1.2em;
     text-decoration: none;
     font-weight: normal; }

h4 {
     font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
     font-size: 1em;
     text-decoration: none;
     font-weight: normal; }

h5 {
     font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
     font-size: .8em;
     text-decoration: none;
     font-weight: normal; }

h6 {
     font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
     font-size: .6em;
     text-decoration: none;
     font-weight: normal; }

hr {
     visibility: hidden; }

.post {
     /**background-image: url(images/black20.png);
     **/
     padding: 1em;
     margin: 1em; }

#comment {
     width: 37em }