/* @override 
	http://www.davemcdermid.co.uk/wp-content/themes/dmv7/style.css
*/

/* Layout */

html, body {
	margin: 0;
	padding: 0;
	}
#wrap {
	width: 60em;
	margin: 0 auto;
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 100px;
}
#header {
	height: 150px;
	background-color: #111;
	margin: 0;
	padding: 0;
	border-bottom: 5px solid #8d9277;
}
#headerimg {
	width: 925px;
	height: 150px;
	margin: 0 auto;
	background-position: bottom left;
	background-repeat: no-repeat;
	position: relative;
}
h1 {
	width: 529px;
	height: 83px;
	margin: 60px 0 0;
	float: right;
	background-image: url('images/branding.png');
	background-repeat: no-repeat;
}
h1 a {
	display: block;
	width: 529px;
	height: 83px;
	position: relative;
}
h1 a span {
	position: absolute;
	top: -500px;
	height: 1px;
}
#headerimg .description {
	display: none;
}
#content {
	width: 39em;
	margin: 0 auto 2em;
	padding: 2em 1em 2em 0;
	float: left;
}
#sidebar {
	width: 24em;
	float: left;
	margin: 0 0 20px 0;
	padding: 2em 0 0 10px;
	background-image: url('images/divider.png');
	background-position: left;
	background-repeat: repeat-y;
}
#sidebar li {
}
#sidebar li.last {
	margin: 3em 0 -1px -10px;
	background-image: url('images/divider_b.png');
	background-position: left;
	background-repeat: repeat-y;
}
#footer {
	clear: both;
	margin: 0 auto;
	padding: 2em 0 1em;
	text-align: center;
	font-size: .8em;
	line-height: 1.7em;
	color: #aaa;
	background-color: #222;
	border-top: 6px solid #313342;
}

hr {
	border: 0;
}
.clear {
	height: 0;
	font-size: 0;
	clear: both;
}

/* Generic */
.hidden {
	display: none;
}
/* Typography */

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: .95em;
	color: #444;
}
.post h2 {
	margin: .2em 0;
	padding: 0;
	font: 2em "Lucida Grande", Lucida, Verdana, sans-serif;
	border-bottom: 1px solid #222;
}
.post h2 a {
	color: #222;	
}
.post p {
	font-size: .85em;
	line-height: 1.5em;
}
textarea#comment {
	width: 40em;
}
small {
	color: #666;
	font-size: .8em;
}
.postmetadata {
	padding: 5px 0 0;
	border-top: 1px solid #aaa;
}
a {
	color: #585;
	text-decoration: none;
}
#sidebar {
	font-size: .8em;
}
#sidebar form {
	margin: .8em;
}
#sidebar h2 {
	padding: .5em;
	margin: 1em 0 .5em;
	font-size: 1.3em;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ddd;
	background-color: #efefef;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul ul {
	margin: 0 1em;
	font-size: 1.3em;
}
#sidebar li {
	margin: 1em 0;
	padding: 0;
	clear: both;
}
#footer a {
	color: #8D9277;
}

#sidebar li#tag_cloud a {
	margin: .2em 0 0 .8em;
}

/* Twitter */
#twitter {
	position: absolute;
	right: 0;
	top: 5px;
	width: 300px;
	color: #9a9;
	font-size: .7em;
}
#twitter .tweet {
	float: left;
	width: 265px;
}
#twitter .twitter-timestamp {
	float: right;	
	color: #787;
}
#twitter .twitter-link {
	float: right;
	width: 30px;
	height: 25px;
	display: block;
	background-image: url('images/tweet.png');
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	text-indent: 1000px;
}
#twitter .twitter-link span {
	position: absolute;
	right: -200px;
}

/* text */
.textwidget { padding:1em; font-size:1.3em; font-weight:lighter; }

/* iLastFM */
ul#ilastfm_display {
	margin: 1em 0;
	list-style: none;
	width: 280px;
	float: left;
}
ul#ilastfm_display li {
	width: 80px;
	float: left;
	margin: 1px 1px 1px 1px;
	clear: none;
}
ul#ilastfm_display img {
	padding: 2px;
	border: 1px solid #ddd;
	width: 60px;
	height: 60px;
}

/* flick sidebar */
div.flickr-photos {
	width: 280px;
}
div.flickr-photos img {
	border: 1px solid #ddd;
	padding: 1px;
	margin: 4px 0 0 12px;
}
.flickr-photos a.more-photos {
	padding: 10px;
	display: block;
	float: right;
}

/* iBrightKite */
#ibrightkite .checkedin {
	display: block;
	padding: 0 0 5px 10px;
	color: #555;
	font-style: italic;
}
#ibrightkite img {
	margin: 0 5px;
	padding: 0;
	border: 1px solid #bbb;
	background-color: #efefef;
}

