/*  Share */
#share {
  clear:both;
  position:relative;
	/*
  background:url(images/line.png) repeat-x bottom center;
  */
  height:30px;
 	padding-top:10px;
 	padding-bottom:10px;
  margin-top: 0px;
	}
	
	#share h3{
	font-family:"Myriad Pro","Trebuchet MS","Helvetica Neue",Helvetica,Arial,Sans-Serif;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	color:#2a2828;
	margin-bottom:10px;
 	}

	#share li {
	padding:0 0 3px 20px;
	display:inline;
	margin-right:15px;
	}

	#share li a {
	color:#333;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	}

	 li.facebook  {
	background:url(images/facebook.png) no-repeat left;
	}

	  li.twitter  {
	background:url(images/twitter.png) no-repeat left;
	}

	 li.delicious  {
	background:url(images/delicious.png) no-repeat left;
	}

	  li.digg  {
	background:url(images/digg.png) no-repeat left;
	}

	  li.stumble  {
	background:url(images/stumble.png) no-repeat left;
	}
