@charset "utf-8";
/* CSS Document */

#BUZZ
{
	height:auto;
	width:360px;
	float:right;
}
#buzzPosts
{
	width:100%;
}

#BUZZ .top
{
	width:100%;
}
UL
{
	display:none;
}
LI
{
	padding:10px;
	margin:10px;
	border:solid 1px #CCC;
	list-style:none;
	list-style-type:none;
	clear:both;
}
.photos
{
	border:solid 4px #CCC;
	padding:4px;
	margin:3px;
	cursor:pointer;
}
#article
{
	width:auto;
	clear:both;
	padding-top:20px;
	padding-bottom:20px;
}
#map
{
	float:right;
}
#photoHolder
	{
		text-align:center;
		background-color:black;
		opacity:.8;
		filter:alpha(opacity=80);
		margin:10px;
		height:0px;
		width:100%;
		overflow:hidden;
		position:fixed;
		left:0;
		top:0;
		z-index:auto;
	}
	#largePhoto
	{
		cursor:pointer;
		position:fixed;
		margin-right:auto;
		margin-left:auto;
		z-index:100;
	}