/*
Theme Name: Joakim
Theme URI: http://spøkelse
Description: Laget av Joakim
*/
@charset "UTF-8";
/* -------------------------------------------------------------- 

   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1.5;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
table, td, th {
  vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a img {
}
hr
{
	display:none;
	clear:both;
}
/* CSS Structure */
#page
{
	width:600px;
	margin:auto;
}
#link
{
	height:20px;
	padding:10px;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	clear:both;
}
#content
{
	clear:both;
}
#respond
{
	margin:10px;
}
#footer
{
	border-top:1px solid #CCC;
	margin-top:10px;
	margin-bottom:20px;
	padding:15px;
	font-size:90%;
	color:#333333;
}

/* CSS content */
.header
{
	font-size:200%;
	margin:20px;
	width:260px;
	float:left;
}
.lastfm
{
	float:left;
	width:260px;
	margin:20px;
}
.lastfm span
{
	display:block;
}
h3
{
	font-size:120%;
}

#link li
{
	float:left;
	list-style:none;
	padding-right:10px;
}
#link h2
{
	display:none;
}
.post
{
	margin-top:20px;
}
.entry
{
	margin:10px;
	margin-bottom:0px;
}
.entry p
{
	padding-bottom:10px;
}
.entry p.notF
{
	padding:10px;
	background-color:#EFEFEF;
	margin:10px;
}
.postmetadata
{
	padding:0px 0px 0px 10px;
	font-size:85%;
	color:#CCCCCC;
}
.postmetadata a:link, .postmetadata a:visited
{
	color:#CCC;
}
.postmetadata a:hover
{
	color:#333333;
}
.commentlist
{
	margin:10px;
}
.commentlist li
{
	list-style:none;
	margin-bottom:10px;
}
.commentlist .comment-author
{
}
/* CSS TYPO */

body
{
	font: 75%/1.6 "Lucida Grande", "Microsoft Sans Serif", Geneva, Verdana, Arial, Helvetica, sans-serif;
}

a, a:link, a:visited
{
	color:#0066FF;
	text-decoration:none;
}
a:hover
{
	color:#990000;
}
h2, h1
{
	border-bottom:1px solid #CCC;
}
h1, h2 a:link, h2 a:visited
{
	color:#4282c4;
	font-size:130%;
}
h2 a:hover
{
	color:red;
}