/*
Theme Name: Cocotu
Theme URI: http://cocotu.com
Description: Simple theme
Version: 1.0
Author: cocotu
Author URI: http://cocotu.com/
Tags: fixed width, two columns, simple
*/

*
{
	padding: 0;
	margin: 0;
}

#search-form input
{
        width: 150px;
        float: right;
        position: relative;
        bottom: 44px;
        right: 100px;
        border: 1px solid #4a2c00;
	background-color: AliceBlue;
        padding: 7px 30px 3px 5px;

}

#searchform
{
background: #222222;
}

#sidebar
{
	width: 12%;
	margin-right: 70%;
	border: 1px outset;
        font-size: 0.8em;
}

#sidebar ul
{
	list-style: none;
}

#sidebar ul h2
{
	list-style: none;
	background-color: gainsboro;
}

#sidebar a
{
	text-decoration: none;
        color: #000000;
}

#sidebar a:hover
{
	 text-decoration: underline;
}

#sidebar
{

}

#content
{
	width: 70%;
	float: right;
        font-size: 0.875em; 
        line-height: 1.416em;
}

#content a
{
       color: #004276;
}

#content a:visited
{
        color: #666699;
}

#footer
{
	clear: both;
}

#wrapper
{
	margin: 0 auto;
	width: 700px;
/*	width: expression(document.body.clientwidth < 605 ? "600px" : "85%");*/
}

div>#wrapper
{
	margin: 0 auto;
	min-width: 400px;
	width: 85%;
}

body
{
  font-family: 'Jura', serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;

/* font-family: 'Trebuchet MS', Arial, Verdana, Sans-Serif; */
/* font-size: 80 %; */
}

#header
{
	margin-bottom: 9px;
        border-bottom-style: outset;
}

#headerimg
{
	font-size: 1.2em;
	height: 4.5em;
	padding-left: 7.5%;
}



.navigation
{
	display: block;
	margin-top: 10px;
	margin-bottom: 40px;
}

.alignleft
{
	float: left;
	text-align: left;
	width: auto;
}

.alignright
{
	float: right;
	text-align: right;
	width: 50%;
}

.entrytext .postmetadataalt
{
	font-size: 1.1em;
	background-color: Blue;	
}

.postmetadata
{
	clear: both;
}
#footer
{
	clear: both;
	padding: 20px 20px 20px 7.5px;
	margin-top: 2em;
	height: 3em;
}

.terminal
{
	background-color: black;
	color: white;
}

.post
{
	margin-bottom: 2.2em;
}

code
{
	background-color: beige;
	font-weight: bold; 
	margin-left: 30px;
	border: 1px solid;
}

.pagenav
{
       background-color: Aliceblue;
}
----------------------------

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

