/* ------------------------------------------
   NAVIGATION
------------------------------------------- */ 
#social { margin:0; padding:0; float: right; display: inline; }
#social  li { padding:0; margin:0; list-style:none; display:inline; width: 28px; }
#social  li a { display:block; float:left; cursor:pointer; }
#social  li a .button, .close { display:block; 

		height: 25px;
		line-height: 25px;
		width: 28px;
		padding: 0;
		margin: 20px 10px 0 0; 
		float:left;
		text-align: center;
		color: #525252;
		font-weight: bold;
		font-size: 15px; 
		list-style:none;
		border: 0px solid #1e1e1e;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background-color: #D4CDC2;
		}
#social  li a  .button:hover, .close:hover { border:0px solid #3e8dee; }
#social  li a  .button  img, .close img{ margin-top: 3px; }
