/*
Theme Name: smimb
Theme URI: http://wordpress.org/
Description: Theme for smimb.se
Author: smimb
Author URI: http://smimb.se/
Tags: black, green, purple

*/


/* Reset browsers
___________________________________________________*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/* Page basics
___________________________________________________*/

body {
	background: #fff;
	color: #1fff9c;
	line-height: 16px;
	font-size: 62.5%;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
}


/* Misc
___________________________________________________*/

/* Self-clear floats */

.group:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* Type
___________________________________________________*/

/* -- Basic -- */

.page {
	font-size: 1em;
	text-align: left;
}

h1 {
	font: normal 2em Arial, sans-serif;
}

p {}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.entry a,
.entry a:visited,
.entry a:hover,
.entry a:active {
	color: #1fff9c;
	font-weight: bold;
	text-decoration: none;
}


/* Layout
___________________________________________________*/

.fjuck {
	background: #000;
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
}

.fjuck span {
	display: none;
}

.page {
	width: 240px;
	padding-top: 60px;
	margin: 0 auto;
}

.post {
	width: 240px;
	text-align: center;
}

a.reboot {
	color: #000;
	text-decoration: none;
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 5px 0;
}

a.reboot em {
	font: bold 2em georgia, sans-serif;
	display: block;
	font-style: italic;
	width: 250px;
	padding-top: 30px;
	margin: 0 auto;
}

.main {
	width: 590px;
	float: left;
	display: inline;
	overflow: hidden;
}

p.meta {
	/*background: #0d0d0d;*/
	color: #1fff9c;
	/*padding: 1px 5px; */
}

p.meta a {
	color: #1fff9c;
	text-decoration: none;
}

.nav {
	clear: left;
	width: 240px;
	float: right;
	display: inline;
	position: relative;
}

.nav a {
	background: #0d0d0d;
	color: #fff;
	text-decoration: none;
	display: block;
	height: 20px;
	padding: 10px;
}

.plus {
	text-align: right;
}

.plus a {
	font-weight: bold;
	background: #ef10ec;
	color: #000;
	text-align: center;
}

.minus a {
	font-weight: bold;
	background: #1fff9c;
	color: #000;
	text-align: center;
}

.sidebar {
	width: 193px;
	float: left;
	display: inline;
	margin-right: 15px;
}

#categories-3 h2 {
	background: #1fff9c;
	color: #000;
	font: italic 2.2em georgia, sans-serif;
	line-height: 15px;
	clear: both;
	padding: 10px 10px;
	margin: 0 0 15px 0;
}

#categories-3 a {
	color: #1fff9c;
	font-size: 1.1em;
	text-decoration: none;
	text-transform: lowercase;
}

.pagetitle {
	background: #ef10ec;
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
}
