/* ----------------------------------------------------------
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/dd5e46434479c744fc5838509cb5d7d15c94b4af.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul.prg-bookmark-items .icon-digg {
	padding-left:20px;
	background:none;
	background-image:url(/staticarchive/b5ec1e4581e143a3f1e5393338a524ac004ac7b9.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul.prg-bookmark-items .icon-reddit {
	padding-left:20px;
	background:none;
	background-image: url(/staticarchive/8cf0f795688e3ed1ee62ea133b93f1fdc96f1bfd.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul.prg-bookmark-items .icon-facebook {
	padding-left:20px;
	background:none;
	background-image:url(/staticarchive/355273526842058f757634aed95d85d046c5935f.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul.prg-bookmark-items .icon-stumbleupon {
	padding-left:20px;
	background:none;
	background-image:url(/staticarchive/6570993909991de9e01ca0d325f24708b2fc33c6.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#prg-bookmark .helplink {
	float:right;
	margin:5px 0 0 0;
}