/* ----------------------------------------------------------
Site: All 'Programmes' sites
Filename: s-social-bookmarks.css
URL:
Author: Peter Barclay
Version: 2008.03.31
Description: structural and cosmetic 
Comments: This stylesheet provides styling for the shared social bookmarks content.

/* Bookmarks */
#prg-bookmark {
	clear:both;
	overflow:hidden;
	margin:auto;
	padding:10px;
	vertical-align:middle;
	border:1px solid #ccc;
}
#prg-bookmark h2 {
	float:left;
	margin:0;
	padding:0;
	font-size:1.1em;
}

#prg-bookmark a { color:#333; }

ul.prg-bookmark-items {
	float:left;
	width: 650px;
	text-align: center;
	overflow:hidden;
	margin:5px 5px 0 5px;
	padding:0;
	background:none;
}
ul.prg-bookmark-items li {
	display: -moz-inline-box;
	display: inline;
	padding:0 8px 0 8px;
	background:none;
	line-height:1.2em;
}
ul.prg-bookmark-items .icon-delicious {
	padding-left:20px;
	background:none;
	background-image: url(/staticarchive/62058e2c29e2f53ef59db3368b4518286ab36d97.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul.prg-bookmark-items .icon-digg {
	padding-left:20px;
	background:none;
	background-image:url(/staticarchive/7cc4e44296612b4d07691d0d87811dfd8d6ea263.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul.prg-bookmark-items .icon-reddit {
	padding-left:20px;
	background:none;
	background-image: url(/staticarchive/67de2f0495fa6abd428618aaa55fa1f3a4132cbb.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul.prg-bookmark-items .icon-facebook {
	padding-left:20px;
	background:none;
	background-image:url(/staticarchive/47f1c85e57bb331549d00cd05679b7f16b892f44.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul.prg-bookmark-items .icon-stumbleupon {
	padding-left:20px;
	background:none;
	background-image:url(/staticarchive/cd9ff3320eff2e4b0a8021503d02b4c2e7c8311d.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#prg-bookmark .helplink {
	float:right;
	margin:5px 0 0 0;
}