/*social network page styles */
.snSubTitle {
	margin: 2px 0 2px 0;
	font-weight:bold;
	}
/*
youtube api css - will move later
*/

.titlec {font-size:.75em;}
ul.videos li {
	float: left;
	width: 101px;
	margin-bottom: 10px;
	margin-right:4px;
	margin-left:0;
	}
ul.videos{
	border:1px solid #ffffff; /*makes ul top margin the same for ie and firefox*/
	margin-bottom: 1em;
	padding-left : 0em;
	margin-left: 0em;
	list-style: none;
	margin-top:5px;
	}
.viewMoreYouTube {
	border: 1px solid #eeeeee;
	
	height:75px;
	width: 101px;
	text-align:center;
	text-decoration:underline;
	}

/* The styles for social network page - flickr api */
#images {
	padding: 			0px;
	margin: 			0px;
	height: 			170px;
	width: 				640px;
	overflow:			hidden;
}
#images ul {
	list-style:			none;
	float: 				left;
	padding: 			0px;
	margin: 			0px;
}
#images ul li {
	float: 				left;
	display: 			inline;
	padding: 			0 5px 5px 0;
}
#images ul li img {
	border: 			none;
	padding: 			0 5px 5px 0;
	width: 				101px;
	height: 			80px;
	}
.flickrContainer{
	width:631px;
	padding:0 0 10px 0;
	background:#000000;
	text-align:center;
	margin:5px 0 5px 0;
}
.viewMoreFlickr {
	border: 			1px solid #eeeeee;   
	width: 				100px;
	height: 			80px;
	text-align:			center;
	text-decoration:underline;
}

/* The styles for social network page - flickr api */
.tweet{
	display: block;
	background: #ffffff;
	clear: both;
	padding: .6em;
	margin: .3em;
	overflow: hidden;
}
.tweet img{
	float: left;
	margin-right: 1em;
	border: 2px solid #222;
	background: #444;
}
.tweet p.text{
	margin: 0;
	padding: 0;
	padding-left: 70px;
}
.monitter {
	float: left;
	width: 318px; 
	margin: 5px 2px 5px 2px;
	border: 1px solid #cccccc;
	background: #f7f7f7; 
	overflow:auto; 
	height:400px;
}
.geoTweet{			
	width: 640px;	
	margin: 5px 2px 5px 2px;
	border: 1px solid #cccccc;
	background: #f7f7f7; 
	overflow:hidden;
}
