@charset "utf-8";

/*
http://yui.yahooapis.com/2.7.0/build/reset/reset-min.css

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
*/
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{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;}li{list-style: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;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

html {
	background: #444;
}

body {
	color: #ccc;
	font: normal 100%/1.5em "Helvetica Neue",sans-serif;
	margin: 2em auto;
	width: 540px;
}

body.reversed {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

a {
	text-decoration: none;
	border-bottom: 1px dashed #ccc;
	color: #999;
}

a:hover {
	background: #fff;
	border-bottom: 1px dashed #fff;
	color: #CC0A00;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: bold;
	color: #eee;
	letter-spacing: -0.05em;
}

abbr {
	border-bottom: 1px dashed #777;
}

img {
	border: 5px solid #b9b9b9;
}

header {
	display: block;
	padding-bottom: 1em;
}

h1 {
	font-size: 3.5em;
	text-align: right;
	line-height: 1em;
}

h1:hover {
	color: #fff;
}

header p {
	text-align: right;
	font-size: 0.9em;
}

section {
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-bottom: 0.5em solid #ccc;
	display: block;
	position: relative;
}

/* this no longer works because of the analytics script tags, fix would require wrapper element */
section:last-child {
	border-bottom: none;
}

h2 {
	font-size: 1.5em;
	padding-bottom: 0.8em;
}

section .meta {
	text-align: right;
	padding-left: 20%;
	padding-top: 1em;
}

/* =twitter */

#twitter li:first-child span {
	font-size: 2em;
}

#twitter li span {
	display: block;
}

/* =delicious */

#delicious li {
	color: #333;
}

#delicious p.desc {
	color: #ccc;
	line-height: 1em;
	font-size: smaller;
	padding-bottom: 5px;
}

#delicious a.tag {
	font-size: smaller;
}

/* =lastfm */

#lastfm li.playing {
	padding-left: 22px;
	background: transparent url(../images/playing.png) no-repeat left center;
}

#lastfm li span {
	font-size: smaller;
}

/* =flickr */
#flickr_wrapper {
	text-align: center;
}

.flickr_badge_image {
	display: inline-block;
	padding: 5px;
	-webkit-transition: all .75s ease-in-out;
}

.flickr_badge_image a img {
	opacity: 0.8;
}

.flickr_badge_image a, .flickr_badge_image a:hover {
	border-bottom: none;
	background-color: transparent;
}

.flickr_badge_image a:hover img, .flickr_badge_image a:active img {
	opacity: 1;
}

/* =elsewhere =folio */

#elsewhere li span, #folio li span {
	font-size: 0.8em;
	visibility: hidden;
}

#elsewhere li:hover span, #folio li:hover span {
	visibility: visible;
}

#elsewhere #linkedin a,
#elsewhere #facebook a {
	text-decoration: line-through;
}

/* =cheese
I'm always partial to a few crackers with cheese on. Or just the cheese on it's own :o) */
#cheese p.cheese {
	text-align: center;
}
