@font-face {
	font-family: "Delicious Roman";
	src: url(http://www.onemanarmy.se/css-new/fonts/Delicious-Roman.otf) format("opentype");
}

@font-face {
	font-family: "Delicious Bold";
	src: url(http://www.onemanarmy.se/css-new/fonts/Delicious-Bold.otf) format("opentype");
}

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

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

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}


caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}



/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Base
 * @module base
 * @namespace yui-
 * @requires reset, fonts
*/

body {
	/* For breathing room between content and viewport. */
	margin:10px;
}

h1 {
	/* 18px via YUI Fonts CSS foundation. */
	font-size: 138.5%;
}

h2 {
	/* 16px via YUI Fonts CSS foundation. */
	font-size: 123.1%;
}

h3 {
	/* 14px via YUI Fonts CSS foundation. */
	font-size: 108%;
}

h1,h2,h3 {
	/* bottom margin based on font size. */
	margin: 0 0 1em;
}

h1,h2,h3,h4,h5,h6,strong,dt {
	/* Bringing boldness back to headers and the strong element. */
	font-weight: bold;
}
optgroup {
	font-weight:normal;
}

abbr,acronym {
	/* Indicating to users that more info is available. */
	border-bottom: 1px dotted #000;
	cursor: help;
}

em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}

del {
	/* Striking deleted phrases. */
	text-decoration: line-through;
}

blockquote,ul,ol {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}

ol,ul {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

ol {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}

ul {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
}

/*dl dd {
	margin-left: 1em;
}
*/

th,td {
	/* Borders and padding to make the table readable. */
	border: 1px solid #ccc;
	padding: .5em;
}

th {
	/* Distinguishing table headers from data cells. */
	font-weight: bold;
}

caption {
	/* Coordinated margin to match cell's padding. */
	margin-bottom: .5em;
	/* Centered so it doesn't blend in to other content. */
	text-align: center;
}

sup {
	/* to preserve line-height and selector appearance */
	vertical-align: super;
}

sub {
	/* to preserve line-height and selector appearance */
	vertical-align: sub;
}

p,
fieldset,
table,
pre {
	/* So things don't run into each other. */
	margin-bottom: 1em;
}
/* Opera requires 1px of passing to render with contemporary native chrome */
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding:1px;
}html {
	margin:0;
	background:#cac3c2 url(gfx/metal.jpg) fixed repeat 50% 0;
	font:normal 15px/1.65 helvetica,arial,sans-serif;
}

body {
	position:relative;
	color:#111;
	width:740px;
	padding:20px;
	margin:0 auto;
	background:url(gfx/bg-content.png) repeat-y 0 0;
}

p {
	text-shadow: 0px 1px 1px #ddd;
}

img.left {
	float:left;
	margin:4px 20px 5px 0;
	border:1px solid #ccc;
}

img.right {
	float:right;
	margin:4px 0 5px 20px;
	border:1px solid #ccc;
}


a {
	font-weight:bold;
	outline:0;
	color:#9b3205;
	text-decoration:none;
}

a:hover {
	color:#fff;
	background:#9b3205;
	text-decoration:none;
	text-shadow:0px 1px 1px #000;
}

div.blockquote blockquote {
	border:0!important;
	font-style:italic;
	font-family:Georgia,helvetica,arial;
	font-size:24px!important;
	
}
	div.blockquote blockquote p {
		margin:0 0 20px;
	}
	
	div.blockquote blockquote cite {
		display:block;
		text-align:right;
		font:normal 14px helvetica,arial;
	}

h2 {
	margin:0 0 14px;
	font-size:20px;
}
	
h3 {
	font-size:16px;
}

#header {
	width:540px;
	margin:0 0 0;
	padding:10px 0 0;
}
	
	#header div.inner {
		position:relative;
		
		margin:0 auto;
	}
	
		#about {
			
		}	
	
	#header h1 {
		margin:0;
		padding:0 0 16px;
		border-bottom:1px solid #283232;
		line-height:1;
		text-align:center;
		letter-spacing:1px;
		color: #222;
		text-shadow: 0px 1px 1px #eee;
		font-size:50px;
	}
	
	
		#header h1 a {
			display:block;
			height:100%;
			color:#283232;
			text-shadow: 0px 1px 1px #eee;
		}
		
		#header h1 a:hover {
			background:none;
			text-decoration:none;
			text-shadow: 0px 1px 1px #eee;
		}
		
		
#content {
	
}
	
div.post {
	width:520px;
	clear:both;
	margin:0 0;
	padding:20px 10px;
	position:relative;
	border-bottom:1px solid #283232;
	border-top:1px solid #eee;
}

	div.post blockquote {
		margin:0 0 20px;
		padding:0 0 0 20px;
		border-bottom:0;
		border-left:1px solid #666;
		font-size:12px;
	}
	
	
	div.details {
		font-size:12px;
		text-align:right;
	}
		
		div.details ul {
			list-style:none;
			margin:0;
		}
		
			div.details li {
				display:inline;
				font-size:12px;
				padding:0 8px 0 0;
			}
			
			div.details li.date {
				
			}
			
			div.details li.tags {
				position:absolute;
				bottom:10px;
				right:10px;
				padding:0;
				background:#edd2a0;
				border:1px solid #776950;
				border-width:1px 0 1px 1px;
			}
				
				div.details li.tags a {
					display:block;
					float:left;
					padding:5px;
					color:#283232;
					line-height:1;
					border-right:1px solid #776950;
					font-weight:normal;
				}
				
				div.details li.tags a:hover {
					background:#bea880;
					text-shadow:none;
					color:#fff;
				}
			
			div.details li.perma {
				font-size:12px;
				padding:0;
			}
			
			div.details li.perma a {
				background:#666446;
				color:#fff;
				padding:3px;
				font-weight:normal;
			}
			
			div.details li.perma a:hover {
				text-shadow:none;
				background:#000;
			}
		
		
	div.post div.inner {
		
	}
	
		div.post .type {
			margin: -25px 0 20px;
			text-align:left;
			font-size:16px;
			text-transform:lowercase;
			
		}
				
			div.post .type span {
				padding:5px;
				color:#fff;
				background:#283232;
				line-height:1;
				border:1px solid #eee;
				border-color:#283232 #eee #eee #283232;
			}
			
		
		
		p.caption,
		blockquote {
			font-size:14px;
		}
		
		blockquote {
			margin-top:0;
			border-bottom:1px solid #B7B7B2;
		}

		p.meta {
			font-size:12px;
		}

		p.pic {
			line-height:1;
			padding:0;
		}
			
			p.pic a:hover {
				background:none;
			}
			
			p.pic img {
				border:10px solid #fff;
			}

		p.link {
			font-size:20px;
		}

		p.link:before {
			content:"» ";
		}


#paging {
	clear:both;
	width:540px;
	padding:0 0 40px;
	border-top:1px solid #eee;
}
	#paging a {
		background:#9b3205;
		color:#fff;
		padding:5px;
		border:1px solid #eee;
		border-color:#283232 #eee #eee #283232;
	}
	
		#paging a:hover {
			background:#7c2804;
			text-decoration:none;
			
		}
	
	#paging ul {
		width:530px;
		float:left;
		position:relative;
		margin:20px 0 0;
		padding:0;
		list-style:none;
		font-size:14px;
	}
	
	#paging li {
		width:130px;
		float:left;
	}
	
	#paging li.current {
		position:absolute;
		width:250px;
		left:50%;
		margin-left:-125px;
		text-align:center;
	}
	
	#paging li.next {
		float:right;
		text-align:right;
	}#disqus_thread {
	width:520px;
	padding:20px 10px;
	border-top:1px solid #eee;
}

	#disqus_thread div.dsq-options {
		display:none;
	}
	
	#disqus_thread h3 {
		font-size:16px;
	}#lastfm {
  width: 180px;
  position: absolute;
  right: 0;
  top: 25px;
  margin: 10px;
  font-size: 11px;
  border-bottom: 1px solid #999999;
}
#lastfm h2 {
  margin: 0 0;
  padding: 0 0 0 0;
  border-bottom: 1px solid #333333;
  text-shadow: 0 1px 1px #999999;
}
#lastfm form {
  position: relative;
  float: left;
  width: 180px;
  margin: 0 0 20px;
}
#lastfm label span {
  margin: 0 0;
  padding: 0 0 0 0;
  border-bottom: 1px solid #333333;
  text-shadow: 0 1px 1px #999999;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 0;
}
#lastfm form label input {
  display: block;
  float: left;
  text-decoration: none;
  width: 115px;
  border: 1px solid #283232;
  padding: 4px 45px 2px 5px;
  font-size: 13px;
  line-height: 1;
  height: 18px;
}
#lastfm form button {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  line-height: 24px;
  height: 26px;
  line-height: 26px;
  width: 50px;
  border: 0;
  padding: 0 5px;
  background: #283232;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
}
#lastfm form button:hover { cursor: pointer; }
#lastfm form button:active {
  position: relative;
  top: 1px;
  outline: 0;
}
#recentcomments { clear: both; }
#recentcomments ul { border-top: 1px solid #999999; }
#recentcomments li { color: #cccccc; font-size:11px; }
#recentcomments p {
  border: 0 !important;
  padding: 0 !important;
}
#recentcomments p.dsq-widget-meta { margin-top: 10px;font-size:10px; }
#recentcomments a { position: static !important; }
#lastfm p { text-shadow: 0 1px 1px #333333; }
#lastfm a {
  color: #ffffff;
  position: relative;
  top: 3px;
  left: 2px;
}
#lastfm a:hover { color: #ffffff; }
#lastfm strong {
  color: #dddddd;
  line-height: 1.3;
  padding: 2px;
}
#lastfm p {
  position: relative;
  margin: 0 0 0;
  padding: 8px 0 8px 45px;
  line-height: 1.5;
  min-height: 34px;
  border-bottom: 1px solid #333333;
  border-top: 1px solid #999999;
}
#lastfm p span.lfm_art {
  position: absolute;
  left: 0;
  top: 8px;
}
#lastfm p span.lfm_art img {
  width: 35px;
  height: 35px;
}

