/*
	HUBMEDIA CSS
	CREATED: 08.03.08
	MODIFIED: 03.08.08
	AUTHOR: ANDY FIELD @ KUBRICA
*/

/*
	COLOURS
*/

/* RESET
******************************************/

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

a img,:link img,:visited img {
	border: none;
}

:link,:visited {
	text-decoration: none;
}

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

fieldset, img { 
	border: 0;
}

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

img {
	border: none;
}

ol,ul,dl {
	list-style: none;
}

caption,th {
	text-align: left;
}

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

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

abbr,acronym {
	border: 0;
}

/* BASE
******************************************/

html {
	font-size: 100%;
}

body {
	background: #fff;
	color: #222;
	font: 62.5%/100% 'lucida-grande', arial, sans-serif;
}

#skip {
	height: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	text-indent: -3000em;
	width: 0;
}

a:link,
a:visited {
	color: #008bbf;
	text-decoration: none;
}

a:hover,
a:active {
	color: #008bbf;
	text-decoration: underline;
}

/* .clearme {
	clear: both;
	height: 0;
} */

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

.clearfix {
	display:inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */

strong {
	font-weight: bold;
}

/* TYPOGRAPHY/LAYOUT
******************************************/

h1 {
	display: block;
	text-indent: -3000em;
}

ul#postzegels {
	background:transparent url(/assets/postzegels.png) 0 0 no-repeat;
	height:425px;
	margin:3em auto 0 auto;
	padding:50px 0 0 80px;
	width:680px;
}

ul#postzegels li {
	display:inline;
}

ul#postzegels li a {
	display:block;
	float:left;
	height:96px;
	overflow:hidden;
	margin:0 15px 25px 0;
	position:relative;
	text-indent:-3000em;
	width:156px;
}

ul#postzegels li a.flickr {
	background:transparent url(/assets/postzegels_sprite.png) 0 0 no-repeat;
}

ul#postzegels li a.flickr:hover {
	background:transparent url(/assets/postzegels_sprite.png) -156px 0 no-repeat;
}

ul#postzegels li a.blipfoto {
	background:transparent url(/assets/postzegels_sprite.png) 0 -96px no-repeat;
}

ul#postzegels li a.blipfoto:hover {
	background:transparent url(/assets/postzegels_sprite.png) -156px -96px no-repeat;
}

ul#postzegels li a.lastfm {
	background:transparent url(/assets/postzegels_sprite.png) 0 -192px no-repeat;
}

ul#postzegels li a.lastfm:hover {
	background:transparent url(/assets/postzegels_sprite.png) -156px -192px no-repeat;
}

ul#postzegels li a.pocketnoodle {
	background:transparent url(/assets/postzegels_sprite.png) 0 -288px no-repeat;
}

ul#postzegels li a.pocketnoodle:hover {
	background:transparent url(/assets/postzegels_sprite.png) -156px -288px no-repeat;
}

ul#postzegels li a.fieldoffice {
	background:transparent url(/assets/postzegels_sprite.png) 0 -384px no-repeat;
}

ul#postzegels li a.fieldoffice:hover {
	background:transparent url(/assets/postzegels_sprite.png) -156px -384px no-repeat;
}

ul#postzegels li a.idnet {
	background:transparent url(/assets/postzegels_sprite.png) 0 -480px no-repeat;
}

ul#postzegels li a.idnet:hover {
	background:transparent url(/assets/postzegels_sprite.png) -156px -480px no-repeat;
}

ul#postzegels li a.delicious {
	background:transparent url(/assets/postzegels_sprite.png) 0 -576px no-repeat;
}

ul#postzegels li a.delicious:hover {
	background:transparent url(/assets/postzegels_sprite.png) -156px -576px no-repeat;
}

ul#postzegels li a.twitter {
	background:transparent url(/assets/postzegels_sprite.png) 0 -672px no-repeat;
}

ul#postzegels li a.twitter:hover {
	background:transparent url(/assets/postzegels_sprite.png) -156px -672px no-repeat;
}

ul#postzegels li a.visualize {
	background:transparent url(/assets/postzegels_sprite.png) 0 -768px no-repeat;
}

ul#postzegels li a.visualize:hover {
	background:transparent url(/assets/postzegels_sprite.png) -156px -768px no-repeat;
}