/* ss_about.css */

img.email{
	margin-left:10px;
	padding:5px;
	background:black;
}

#tripleholder ul li a 
{
	color: #999;
}

#tripleholder ul li a:hover {
	border-bottom: 0;
	color:white;
}

h2.flickr{ 
	margin-left:10px;
	background:transparent url('/images/flickr.png') no-repeat;
	padding-left:20px;
	}
	
h2.delicious{ 
	margin-left:10px;
	background:transparent url('/images/delicious.gif') no-repeat;
	padding-left:20px;
}
	
h2.twitter{ 
	margin-left:10px;
	background:transparent url('/images/twitter.gif') no-repeat;
	padding-left:20px;
}

/* for the icon headers */
a.social{
	padding-bottom:10px;
}

a.social:hover {
	color:#F33E60;
}

a.social h2 span {
	font-size:11px;
	color:#555;
}

/* For flickr images */
#flickr { }

#flickr div.holder{
	width: 160px;
	margin:0 auto 0 auto;
}

#flickr a img {
	float:left;
	margin:0 0px 10px 10px;
	background:#3f4e4e;
	padding:2px;
	width:62px;
	height:62px;
}
