/*
Theme Name: Solna HQ New
Theme URI: http://hardworkingbiff.com/
Description: Tema för Solna HQ.
Author: Markus Amalthea Magnuson
Author URI: http://konstochvanligasaker.se
Version: 1.0
*/

* {
    margin: 0;
    padding: 0;
    line-height: 0;
}

a img {
    border: 0;
}

body {
    background: black url(images/background.png);
	color: #ebe3ce;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12pt;
}

#robots {
    background-image: url(images/robots.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 377px;
    height: 500px;
}

#robots a {
    position: absolute;
    left: 107px;
    top: 254px;
    display: block;
    width: 14px;
    height: 18px;
    text-decoration: none;
}

h2 {
	font-size: 14pt;
}

p {
	margin: 0 0 1em 0;
}

ul {
    margin: 0 0 1em 0;
    padding-left: 1.4em;
}

a {
	color: #ffde3a;
	text-decoration: underline;
}

a:hover {
	color: #f1ae3b;
}

a.post-edit-link, a.edit, .tonight, .tomorrow {
    color: #c00;
}

blockquote {
    margin: 1em 2em;
    font-style: italic;
}

#wrapper {
    position: relative;
	width: 600px;
	margin-left: 377px;
	padding: 2em 0 0 2em;
	z-index: 1;
}

#header img.curl {
    margin: 0 10px;
    float: left;
}

#header #header-menu {
    margin-top: 0.75em;
}

#feed {
    width: 45px;
    background: url(images/feed.png) no-repeat top left;
}

#twitter {
    width: 77px;
    background: url(images/twitter.png) no-repeat top left;
}

#kontakt {
    width: 82px;
    background: url(images/kontakt.png) no-repeat top left;
}

#admin {
    width: 53px;
    background: url(images/admin.png) no-repeat top left;
}

#forum {
    width: 59px;
    background: url(images/forum.png) no-repeat top left;
}

#header-menu .menu-item {
    float: left;
    height: 11px;
}

#header-menu a:hover .menu-item {
    background-position: bottom left;
}

#main, #main * {
    line-height: 1.4;
}

#main {
    padding: 1em 0;
}

#main h2 {
    text-transform: uppercase;
    margin-bottom: 6pt;
}

.guestlist, #respond {
    border-top: 1px solid white;
    padding: 1em 0;
}

.guestlist ol {
    list-style-position: inside;
}

.guestlist-sorted {
    list-style-type: none;
    margin-bottom: 1em;
}