/* @override http://dev.horsehead.nl/wp-content/themes/horsehead/style.css */

/*
Theme Name: Horsehead
Theme URI: http://refract.nl/horsehead
Description: The theme made specially for Horsehead
Version: 1.0
Author: Rommert Zijlstra
Author URI: http://thinkbright.com/
*/

/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1em;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group Typography */

body {
	background: #FFF url(images/grid.png) center 0 repeat;
	border-top: solid 9px;
	font: normal 62.5%/1.8em "Lucida Grande", "Lucida Sans Unicode", 
"Lucida Sans", Verdana, Tahoma, sans-serif;
}

h1, h2 { color: #000; font-family: "Helvetica Neue", Arial, Helvetica, Tahoma, sans-serif; }

h1 {
	float: left;
	font-size: 5.4em;
	font-weight: bold;
	height: 71px;
	line-height: 1em;
	margin: 0 0 9px;
	width: 460px;
}

h1 a {
	border: 0;
	display: block;
	background: transparent url(images/logo.png) 0 center no-repeat;
	height: 71px;
	line-height: 1em;
	text-indent: -12000em;
}

h1 a:hover { background-color: transparent; }

h2 {
	border-bottom: solid 4px;
	font-size: 3.6em;
	font-weight: bold;
	line-height: 1em;
	margin: 0.5em 0 14px;
}

#header h2 {
	border: 0;
	float: left;
	font-size: 5.4em;
	margin: 0;
	position: absolute;
	top: -1.5em;
}

h3 {
	color: #222;
	font: normal 2.4em/1.5em "Egyptienne F LT Std", "Egyptienne F Std", 
"Egyptienne F", Cambria, Georgia, serif;
}

h3#comments {
	margin-bottom: 0.75em;
}

h3 { margin: 0 5px; }
p, ul, ol, dl { font-size: 1.2em; margin: 0 5px 1.5em; }

dt { float: left; }

ol.commentlist { font-size: 1em; }
ol.commentlist li {
	margin-bottom: 3.6em;
}

img { border: solid 2px #444; }
img.wp-smiley { border: 0; }
.col .img {	padding: 5px 0 0; width: 286px; }
#about img { height: 176px; }

img.alignleft { float: left; margin: 0 20px 20px 0; }
img.alignright { float: right; margin: 0 0 20px 20px; }
img.aligncenter { float: none; clear: both; margin: 20px; text-align: center; }

.album .img img { width: 286px; }

a {
	background: #E4E4E4 none;
	border-bottom: solid 1px #D4D4D4;
	color: #242424;
	text-decoration: none;
}

a:hover {
	background-color: #222;
	border-bottom-color: #444;
	color: #FFF;
}

h2 a {
	background: transparent none;
	border: 0;
	color: #000;
	display: block;
}

h2 a:hover {
	background: #FFF none;
	color: #000;
}

h2 a span {
	float: right;
	font-family: "Lucida Grande", "Lucida Sans Unicode", 
"Lucida Sans", Verdana, Tahoma, sans-serif;
	text-indent: -12000em;
}

h2 a:hover span {
	text-indent: 0;
}

em { font-style: italic; }
strong { font-weight: bold; }

del         { text-decoration: line-through; }
ins			{ text-decoration: underline; }

.notfound {
	background: #FFF none;
	border: dashed 2px #BBB;
	height: 50px;
	line-height: 50px;
	margin: 0 0 1.5em;
	text-align: center;
}

h3.notfound {
	margin-top: 0.75em;
}

/* @end */

/* @group Containers */

#container {
	margin: 0 auto;
	width: 940px;
}

#header {
	border-bottom: solid 9px #000;
	margin: 180px 0 0;
	position: relative;
}

#nav {
	font-size: 1.6em;
	font-weight: bold;
	left: 0;
	margin: 0;
	position: absolute;
	text-transform: uppercase;
	top: -163px;
	z-index: 100;
}

#tweet { z-index: 1; }

#nav li,
#nav a {
	display: block;
	float: left;
	width: 120px;
}

#nav a {
	background: transparent none;
	border: 0;
	width: 80px;
}
#nav a:hover,
#nav a.active {
	border-bottom: solid 4px;
	color: #222;
}

#content.narrow {
	float: left;
	width: 620px;
}

.col {
	float: left;
	margin: 0 20px 0 0;
	width: 300px;
}

#sidebar {
	float: right;
	margin: 1.8em 0;
	width: 300px;
}

#sidebar h2 { margin: 0 0 0.15em; }

#sidebar ul { margin: 0; font-size: 1em; }
#sidebar li { margin: 0 0 3.6em; }

#about {
	margin: 0;
}

#about #sidebar {
	padding: 5px 0 0;
}

#footer {
	border-top: solid 9px #000;
	clear: both;
	color: #444;
	padding: 11px 0 54px;
}

#footer p { float: left; margin: 0; }
#footer .created { float: right; }

.date { color: #888; }

.latest { background: #000 none; color: #FFF; }
.latest h3 { color: #FFF; }

#content.narrow .post.latest {
	background: transparent none;
	color: #222;
}

#content.narrow .post.latest h3 { color: #222; }

/* @end */

/* @group Posts */

#content.narrow .post {
	border-top: solid 4px;
	margin-bottom: 3.5em;
	position: relative;
	width: 620px;
}

#content.narrow .post .date,
#content.narrow .post .meta {
	position: absolute;
	top: 1.125em;
}

#content.narrow.single .post .date { position: relative; top: 0; }

#content.narrow .post .date { left: 0; }
#content.narrow .post h3,
#content.narrow .post .excerpt { margin: 0 0 0 160px; width: 320px; }
#content.narrow .post .meta { right: 0; }

#content.narrow .post h3 { margin-bottom: 0.65em }

#content.narrow .post .excerpt p,
#content.narrow .post .excerpt ul,
#content.narrow .post .excerpt ol,
#content.narrow .post .excerpt dl,
#content.narrow .post .excerpt blockquote { margin: 0; }

.post { margin-bottom: 1.8em; overflow: visible; }

#content.narrow.single .post { border: 0; width: 480px; }
#content.narrow.single .post h2 { width: 620px; }

.post.latest h3 { margin: 0 5px; }
.post.latest p { margin: 0 5px 1.5em; }

#content.narrow .post.latest { margin-top: 5.4em; }

#sidebar .post {
	margin: 0 0 1.8em;
}

#sidebar .post.latest p {
	margin-bottom: 0.75em;
}

#sidebar .post p {
	margin-bottom: 0;
}

/* @end */

/* @group Tweet */

#tweet {
	bottom: 10px;
	position: absolute;
	right: 0;
	top: -181px;
	width: 460px;
}

#tweet .tweet {
	background: #000 none;
	top: 108px;
	color: #FFF;
	font-size: 1.2em;
	margin: 0;
	padding: 9px;
	position: absolute;
	right: 0;
}

.horse {
	background: transparent url(images/horse.png) 0 0 no-repeat;
	height: 70px;
	margin: 0 0 0 260px;
	padding: 0 0 0 80px;
}

.talk {
	background: transparent url(images/talk.png) 0 0 no-repeat;
	height: 54px;
	position: absolute;
	right: 60px;
	top: -54px;
	width: 60px;
}

/* @end */

/* @group Gigs */

.gig {
	margin: 0 0 3.6em;
	height: 54px;
}

#sidebar .gig {
	margin: 0 0 0.9em;
}

.gig h3 {
	float: right;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1em;
	width: 230px;
}

.gig dl {
	color: #444;
	float: right;
	width: 230px;
}

#content.narrow.single .gigmeta dl { color: #444; }

.gig dt,
#content.narrow.single .gigmeta dt {
	width: 40px;
}

.gig .date,
#content.narrow.single .gigmeta .date {
	background: #FFF;
	border: solid;
	border-width: 0 2px 2px;
	color: #000;
	float: left;
	height: 52px;
	width: 36px;
}

#content.narrow.single .gigmeta .date { float: left; margin-right: 20px; }

.gig .date .month,
.gig .date .day,
#content.narrow.single .gigmeta .date .month,
#content.narrow.single .gigmeta .date .day { display: block; text-align: center; }

.gig .date .month,
#content.narrow.single .gigmeta .date .month {
	background: #000 none;
	color: #FFF;
}
.gig .date .day,
#content.narrow.single .gigmeta .date .day {
	display: block;
	font-size: 2em;
	line-height: 1.34em;
	/*font: normal 2em/1.34em "Egyptienne F LT Std", "Egyptienne F Std", 
"Egyptienne F", Cambria, Georgia, serif;*/
}

.gig.latest { padding: 9px 0; }
.gig.latest h3 { color: #FFF; }
.gig.latest dl { color: #AAA; }

#content.narrow .gig.latest {
	border: 0;
	margin: 5.4em 0 1.4em;
}

#content.narrow .gig { border-top: solid 4px; height: auto; margin-bottom: 1.2em; padding: 0.9em 0 ; position: relative; }
#content.narrow .gig dl {
	float: left;
	margin: 0 0 1.5em 10px;
	width: 160px;
}

#content.narrow .gig h3 {
	float: right;
	line-height: 2em;
	margin-bottom: 0.25em;
	width: 560px;
}

#content.narrow .gig .description {
	float: right;
	width: 380px;
}

/* @end */

/* @group Albums */

.album { border-top: solid 2px; margin: 0 0 3.6em; }

.album .img { float: left; width: 290px; margin: 5px; }
.album h3, .album p, .album ul { float: right; width: 610px; }

.album h3 { margin-bottom: 0.7em; }

.album ul { font-size: 1.8em; line-height: 35px; margin: 0 5px 2em; }
.album ul span, .album ul object { position: absolute; right: 0; top: 0.334em; }

.album li { background: #FFF; border-bottom: solid 1px #EBEBEB; position: relative; }
.album li a { background: transparent; border: 0; color: #444; font-size: 0.75em; line-height: 1em; }
.album li a:hover { color: #888; text-decoration: underline; }

.album .download a {
	background: #222 url(images/arrow.png) no-repeat 20px 10px;
	border: 0;
	color: #E4E4E4;
	display: block;
	font-size: 1.2em;
	height: 34px;
	padding: 10px 0 10px 80px;
	width: 170px;
}

.album .download a:hover {
	background-color: #E4E4E4;
	background-position: 20px -34px;
	color: #444;
}

.album .download span { color: #444; font-size: 0.75em; }

.album.latest { border: 0; padding: 0 0 2px; }
.album.latest li { background: transparent; border-bottom-color: #222; }

#sidebar .album { border: 0; }

#sidebar .album h3, #sidebar .album p, #sidebar album ul {
	float: none;
	width: inherit;
}

#sidebar .album h3 {
	margin: 0 5px 0.45em;
}

#sidebar .album .img {
	float: left;
	margin: 5px 15px 1.8em 5px;
	width: 80px;
}
#sidebar .album img { width: 76px; }

/* @end */

/* @group Comments */

ol.commentlist {
	margin: 0;
	width: 480px;
}

.comment-author,
.comment-meta {
	border-bottom: dashed 1px;
	font-size: 1.2em;
	height: 3.4em;
	margin-bottom: 1em;
}

.comment-author img {
	float: left;
	margin: 0 20px 0 5px;
}

.comment-author {
	float: left;
	width: 240px;
}

.comment-meta {
	float: right;
	text-align: right;
	width: 240px;
}

/* @end */

/* @group Contact */

#wpcf {
	margin-bottom: 3em;
}

#wpcf p {
	padding-top: 1px;
	color: #888;
	margin-bottom: 1em;
}

#wpcf label {
	color: #222;
	display: block;
	float: left;
	width: 160px;
}

#wpcf textarea {
	margin-bottom: 1.5em;
}

#wpcf .nospam {
	margin-bottom: 1.5em;
}

/* @end */

/* @group Hax! */

body { padding: 1px 0 0; }
html { background: #FFF url(images/grid.png) center 9px repeat; height: 100%; margin-bottom: 1px; }

img { display: block; }

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

/* @end */
