* {
	margin: 0;
	padding: 0;
}

body {
	font: 10px/16px Trebuchet, 'Trebuchet MS', Arial, sans-serif;
	background: #c9c;
    color: #000;
}
p {
    margin: 0.4em 0;
    line-height: 1.4em;
}

ol 
{
	margin: 0 3em;
}


h1 {
    font-size: 4.8em;
}

h2 {
    font-size: 2.8em;
}

h3 {
    font-size: 1.8em;
}

h1, h2, h3 {
    line-height: 1.2em;
}

a {
    color: #c0c;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}


.clear {
    clear: both;
}
.left {
    float: left;
}

.right {
    float: right;
}

div#wrapper 
{
	margin: 1em 2em;
}

div#main
{
	float: left;
}

div#aux
{
	float: left;
	width: 20em;
	
}

div.column 
{
	margin: 1em;
}

div.block {
	border: solid 0.2em #606;
	background: #fff;
	font-size: 1.2em;
	margin: 1em 0;
	padding: 0.4em 0.6em;
}

div#penultimate {
	position: relative;
	padding-top: 36px;
}

div#logo 
{
	background: url(../img/logo.gif) no-repeat top left;
	width: 253px;
	height: 58px;
	position: absolute;
	right: 0px;
	top: 10px;
}
	div#logo *
	{
		display: none;
	}
    
img#comicImg 
{
	display: block;
    margin: 1em 0;
}

div#menu {
}
    div#menu li {
        list-style: none;
    }
    
ul.buttons
{
}
	ul.buttons li 
	{
		float: left;
		list-style: none;
		margin: 0.2em;
	}
	ul.buttons a
	{
		display: block;
		border: solid 0.2em #606;
		padding: 0.1em 0.4em;
		background: #fcf;
		color: #606;
		font-weight: bold;
		text-decoration: none;
	}

	ul.buttons a:hover { 
		background: #606;
		color: #fcf;
		border-color: #fcf;
	}

div#news {
    
}
    div.entry {
        border-bottom: dashed 0.1em #c0c;
        padding: 0.2em;
    }
    div.last.entry {
        border-bottom: none;
    }
        div.entry span.when {
            float: right;
            background: #fef;
            border: solid 0.1em #ede;
            padding: 0.1em 0.4em;
            text-align: center;
            margin: 0.2em;
        }

#copy {
	text-align: center;
	font-size: 1.1em;
	clear: both;
}