﻿/*   
Theme Name: eMundo One
Theme URI: http://www.oddmundo.com
Description: A skin-from-scratch to power oddmundo.com
Author: Oddmund
Author URI: http://www.oddmundo.com
Version: 0.02-pre
*/



/** Layout */



.top {
	position: absolute;
	width: 100%;
	top: 0;
	
}

.content {
	width: 80em;
	margin-left: auto;
	margin-right: auto;
}

.mainContent {
	display: block;
}


.sidebar {
   width: 15em;
   display: block;
	float: right;
	list-style: none;
}
body{
	margin: 0;
	padding: 0;
	}
	
html {
	margin: 0;
	padding: 0;
	}

img {
	margin: 0 -150px 1em 1em;
	border: 0;
	}
	
img.alignright {
	float: right;
}

p.commentlink {
	color: #fff;
}

p.timestamp{
	margin-top: 0;
        margin-bottom: -0.2em;
	font-size: 1em;
	line-height: 1em;
	color: #ccc;
        background-color: #300;
        padding: 0.1em 0.5em;
}

.timestamp:before{
    content: "/* ";
}
.timestamp:after{
    content: " */";
}

p.commentlink {
	float: none;
	margin-top: 1em;
	margin-left: 0;
	text-align: left;

}

.footer {
	font-size: 0.75em;
	text-align: center;
	width: 400px;
	margin: 0 auto 0 auto;
	clear: both;
	color: #62694A;
}

.footer p {
    width: 100%;
    text-align: center;
}

h2 {
	margin-top: 0;
	margin-bottom: 0;
}

/** Colours */
html{
	background-color: #333;
	color: #ccc;
	}

h2 {
	background-color: #800;
}

.top {
	
	background-image: url('http://www.oddmundo.com/face.png');
	background-position: top right;
	background-repeat: no-repeat;
	
}
	
a, a:active {
	color: #F33;
}

a:visited {
	color: #833;
}

a:hover {
	background-color: #fff;
}

h1 a,
h1 a:visited,
h1 a:active
{
	color: #ccc;
}

h2 a,
h2 a:visited,
h2 a:active
{
	color: #fff;
}

h2 a:hover{
	color: #800;
}

h1 a:hover{
	background-color: #800;
}

strong{
	color: #fff;
}

h3{
	color: #fff;
	background-color: #433;
}
	
/** Typography */

html {
	font-size: 11px;
	line-height: 1.3em;
	font-family: "Terminus", "DejaVu Sans Mono", monospace;
	}

h1 {
	font-family: serif;
	font-size: 8em;
	width: 100%;
	text-align: center;
}

h1 a,
h2 a,
a{
	text-decoration: none;
}

h2 {
 font-size: 2em;
 line-height: 1em;
}


p {
  text-align: left;
  
}

.commentlink {
	
}

ol.commentlist{
  list-style: none;
}


/* Sidebar stuffs */

.sidebar #searchform{
	margin-bottom: 1em;
}

.sidebar #searchform:before{
/*	content: "Search:"; */
}

.sidebar #searchform input#s{


	height: 1em;
	background: inherit;
	border-color: #433;
	border: solid thin #433;
	font-family: inherit;
	color: inherit;
}

.sidebar #searchform input#searchsubmit{

	color: inherit;
	border: none;
	display: none;
}

.sidebar #searchform label{
	display: none;
}

code, .code {
    display: block;
    background-color: #000;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
