/*Container*/

#mapHeader {
	position: relative;
	z-index: 100;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

#mapHeader h2 {
	font-size: 18px;
	margin-bottom: 7px;
}

#mapHeader p.mapdescription {
	margin: .8em 0 .8em;
	color: #000;
}

#mapTrends {
  position: absolute;
  float: left;
  top: 70px;
  left: 20px;
  width: 230px;
  padding: 15px;
  background-color: #fff;
  z-index: 100;
  /*overflow: hidden;*/
  
  box-shadow: 0 4px 13px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 4px 13px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 4px 13px rgba(0,0,0,0.3);
  }
  
  #mapTrends h3 {
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #000;
    }
    
  #mapTrends p {
	margin: .2em 0;
	color: #999;
	font-size: 11px;
	}

  #mapTrends .description p {
    font-size: 12px;
    margin-bottom: 1em;
    line-height: 15px;
    color: #000;
    }

  #trendingLinks {
	position: relative;
	/*max-height: 320px;*/
	/*overflow: hidden;*/
  }
  
  #trendingLinks:hover {
	/*width: 230px;*/
	/*padding-right: 15px;*/
	/*overflow: auto;*/
  }
    
  #trendingLinks ol {
    list-style: decimal;
    margin-left: 0px;
    margin-top: 10px;
    }
    
  #trendingLinks ul {
	width: 200px;
    margin-left: 0px;
    margin-top: 10px;
    }

    #trendingLinks li {
	  margin: 0.1em 0 0.1em 20px;
      line-height: 1.2;
	  font-size: 11.5px;
	  /*text-indent: -14px;*/
	  /*padding-left: 14px;*/
	}

    #trendingLinks ul li {
	  margin: 0.1em 0 0.1em 0;
	}

    #trendingLinks li a {
      display: block;
	  padding: 2px 4px;
	  overflow: hidden;
	}

    #trendingLinks ul li a {
	  margin: 0.1em 0 0.1em 0;
	  padding-left: 24px;
	  text-indent: -20px;
	  min-height: 20px;
	}

    .safari #trendingLinks ul li a {
	  min-height: 24px;
	}
	
    /*#mapTrends ol li:hover,*/
    #trendingLinks li a:hover {
	  background-color: #008df5;
	  color: #fff;
	  text-decoration: none;
	  
	  border-radius: 3px;
	  -o-border-radius: 3px;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	}
	
	#trendingLinks li a .favicon {
		margin-right: 4px;
		position: relative;
		top: 2px;
	}
	
#hotMaps {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #ddd;
	float: none;
}
    
#hotMaps ul li {
	margin: .4em 0;
}

#map {
	position: relative;
    width: 960px;
    /*width: 720px;*/
    height: 660px;
	margin-top: -27px;
	margin-top: -6px;
	margin-left: 10px;
	margin-left: 260px;
}

.paramLabel{
	position: absolute;
	z-index: 1;
	color: #777;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 15px;
	text-shadow: .12em .12em .1em rgba(255,255,255,0.7);
}

#paramLabel0 {
	top: 80px;
	left: -12px;
}

#paramLabel1 {
	top: 90px;
	right: -19px;
}

#paramLabel2 {
	bottom: 50px;
	left: -15px;
}

#paramLabel3 {
	bottom: -5px;
	right: -15px;
}

#paramLabel1,
#paramLabel3 {
	text-align: right;
}

.css3 #paramLabel0,
.css3 #paramLabel3 {
	-webkit-transform: rotate(45deg) skew(-19deg, -19deg);
	-moz-transform: rotate(45deg) skew(-19deg, -19deg);
	transform: rotate(45deg) skew(-15deg, -15deg);
}

.css3 #paramLabel1,
.css3 #paramLabel2 {
	-webkit-transform: rotate(-45deg) skew(19deg, 19deg);
	-moz-transform: rotate(-45deg) skew(19deg, 19deg);
	transform: rotate(-45deg) skew(-15deg, -15deg);
}

.css3 #paramLabel0 {
	margin-top: -10px;
}

.css3 #paramLabel1 {
	margin-top: -32px;
	right: 0;
}

.css3 #paramLabel2 {
	margin-bottom: -20px;
}

.css3 #paramLabel3 {
	margin-bottom: 12px;
	right: 0;
}

.row {
    position: relative;
    clear: left;
    float: left;
}

.cell.odd {
    position: relative;
    top: 30px;
}

/*Cell*/

.cell {
    position: relative;
    width: 60px;
    height: 60px;
    float: left;
}

.cell a.stack {
    display: block;
    margin: 50px 11px 0;
    height: 40px;
    position: relative;
    bottom: 0;
    background-position: 0 0;    
    text-decoration: none;
    color: #bbb;
    z-index: 2;
    outline: none;
}

.cell a.stack .profileimage {
	display: none;
	position: relative;
	width: 19px;
	height: 19px;
	margin: 0px 0 0 9px;
	/*width: 33px;*/
	/*height: 33px;*/
	/*margin: -3px 0 0 2px;*/
	opacity: 1;
	/*border: 1px solid #999;*/
	background: #999;
	-webkit-transform: rotate(45deg) skew(-19deg, -19deg);
	-moz-transform: rotate(45deg) skew(-19deg, -19deg);
	transform: rotate(45deg) skew(-15deg, -15deg);
}

.cell.focus a.stack .profileimage {
	display: none;
	top: -4px;
	opacity: 1;
	/*-webkit-transform: rotate(0) skew(0, 0);*/
	/*-moz-transform: rotate(0) skew(0, 0);*/
	/*transform: rotate(0) skew(0, 0);*/
	-moz-transition: all 0.12s ease-in-out;
	-webkit-transition: all 0.12s ease-in-out;
	transition: all 0.12s ease-in-out;
}

.safari .cell.focus a.stack .profileimage {
	top: -6px;
}

.css3 .cell a.stack .profileimage{
	display: inline;
}

.cell a.stack .name {
    position: absolute;
    bottom: -13px;
    width: 90px;
    left: -25px;
    text-align: center;
    font-size: 10px;
    letter-spacing: .04em;
    z-index: 1;

	/*-webkit-transform: rotate(45deg) skew(-19deg, -19deg);*/
	/*-moz-transform: rotate(45deg) skew(-19deg, -19deg);*/
	/*transform: rotate(45deg) skew(-15deg, -15deg);*/
}

.cell a.stack .username {
	text-shadow: .8px .8px .5px #fff;
	border-color: #fff #afafaf #afafaf #fff;
}

.cell a.stack .name .profileimageMini {
	width: 13px;
	height: 13px;
	vertical-align: middle;
	margin-right: 4px;
	display: none;
}

.cell.focus {
	position: relative;
    z-index: 100;
}

html:not(.css3) .cell.focus a.stack .name,
html:not(.css3) .cell a.stack:hover .name {
    width: 120px;
    left: -40px;
}

.css3 .cell.focus a.stack .name,
.css3 .cell a.stack:hover .name {
    width: 120px;
    left: -40px;
}

.cell.focus a.stack .name span,
.cell a.stack:hover .name span {
    background: #cd2520;
    border-color: #cd2520;
    color: #fff;
	padding-left: 3px;
	text-shadow: none;
}

.css3 .cell.focus a.stack .name span,
.css3 .cell a.stack:hover .name span {
	padding-left: 5px;
}

.cell.focus a.stack .name img.profileimageMini,
.cell a.stack:hover .name img.profileimageMini {
	display: inline;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.safari .cell.focus a.stack .name img.profileimageMini,
.safari .cell a.stack:hover .name img.profileimageMini {
	top: -2px;
}

.css3 .cell.focus a.stack .name .profileimageMini,
.css3 .cell a.stack:hover .name img.profileimageMini {
	display: none;
}


/*.cell a.lv0 {margin-top: 42px; height: 18px; background-position: 0 0;}*/
/*a.lv0:hover, .cell.focus a.lv0 {background-position: -38px 0;}*/

.cell a.lv0 .name span {
	color: #999;
	text-shadow: none;
	border: none;
	background: none;
}

a .twitterLinkBadge {
	position: absolute;
	top: -30px;
	left: 8px;
	
	margin-top: 25px;
	width: 20px;
	height: 13px;
	background-position: -78px -108px;
	
	display: none;

}

a.lv0 .twitterLinkBadge {
}

a.lv0:hover .twitterLinkBadge {
	display: block;

}

.cell a.lv0 .profileimage {
	opacity: .6
}

.cell a.lv0 {margin-top: 42px; height: 18px; background-position: 0 0;}a.lv0:hover,  .cell.focus a.lv0 {background-position: -38px 0;}
.cell a.lv1 {margin-top: 39px; height:21px; background-position: 0 -23px;}a.lv1:hover,  .cell.focus a.lv1 {background-position: -38px -23px;}
.cell a.lv2 {margin-top: 36px; height:24px; background-position: 0 -50px;}a.lv2:hover,  .cell.focus a.lv2 {background-position: -38px -50px;}
.cell a.lv3 {margin-top: 33px; height:27px; background-position: 0 -81px;}a.lv3:hover,  .cell.focus a.lv3 {background-position: -38px -81px;}
.cell a.lv4 {margin-top: 30px; height:30px; background-position: 0 -116px;}a.lv4:hover,  .cell.focus a.lv4 {background-position: -38px -116px;}
.cell a.lv5 {margin-top: 27px; height:33px; background-position: 0 -155px;}a.lv5:hover,  .cell.focus a.lv5 {background-position: -38px -155px;}
.cell a.lv6 {margin-top: 24px; height:36px; background-position: 0 -198px;}a.lv6:hover,  .cell.focus a.lv6 {background-position: -38px -198px;}
.cell a.lv7 {margin-top: 21px; height:39px; background-position: 0 -245px;}a.lv7:hover,  .cell.focus a.lv7 {background-position: -38px -245px;}
.cell a.lv8 {margin-top: 18px; height:42px; background-position: 0 -296px;}a.lv8:hover,  .cell.focus a.lv8 {background-position: -38px -296px;}
.cell a.lv9 {margin-top: 15px; height:45px; background-position: 0 -351px;}a.lv9:hover,  .cell.focus a.lv9 {background-position: -38px -351px;}
.cell a.lv10 {margin-top: 12px; height:48px; background-position: 0 -410px;}a.lv10:hover,  .cell.focus a.lv10 {background-position: -38px -410px;}

/*Balloon*/

.balloon {
	display: none;
    background: #f8f8f8;
    color: #333;
    position: absolute;
    z-index: 9990;
    top: -100%;
    left: -70px;
    width: 280px;
	border: 1px solid #ddd;

    box-shadow: 0 3.5px 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 3.5px 10px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.4);
}

.balloonContent {
}

.balloonTip {
    position: absolute;
	z-index: 9999;
    width: 10px;
    height: 18px;
    background-position: -75px 0;
}

.balloonTip.top {
    background-position: -76px -18px;
    top: -15px;
}

.balloonTip.right {
    width: 9px;
    background-position: -76px -18px;
}

.balloon a:hover {
    color: #cd2520;
	/*text-shadow: #999 .8px .8px 1px;*/
}

.entry-content {
	clear: both;
	padding-top: 5px;
    margin: 0 0 10px;
    line-height: 1.3;
}

.balloon ul.links li {
    color: #999;
	display: block;
	/*border-bottom: 1px solid #444;*/
}

.balloon ul.links li a {
	position: relative;
	font-size: 11px;
	line-height: 1.15;
	display: block;
	padding: 8px;
	color: #333;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d6d6d6;
}

.balloon ul.links a:hover {
	background: #ddd;
	color: #121212;
	border-top: 1px solid #aaa;
}

.balloon ul.links a:visited {
	background: #e2e2e2;
	color: #666;
}

.balloon ul.links a:visited:hover {
	background: #ddd;
	color: #333;
	border-top: 1px solid #aaa;
}

.balloon ul.links .favicon {
	float: left;
}

.balloon ul.links a:visited .favicon {
	opacity: .5;
}

.balloon ul.links a:visited:hover .favicon {
	opacity: 1;
}

.balloon ul.links li a span.linkTitle {
	display: block;
	margin-left: 23px;
	color: #055a9b;
	line-height: 1.3;
}

.balloon ul.links li a:hover span.linkTitle {
	color: #004e86;
}

.balloon ul.links span.image_tn {
	display: block;
	width: 210px;
	max-height: 210px;
	overflow: hidden;
	border: 1px solid #aaa;
}

.balloon span.tweet,
.balloon ul.links a span.tweet {
	display: block;
	float: left;
	clear: left;
	margin-left: 13px;
	margin-top: 3px;
	padding-top: 4px;
	padding-left: 10px;
	color: #666;
	line-height: 1.3;
	
	/*border-left: 2px solid #888;*/
	/*border-radius: 4px;*/
	/*-o-border-radius: 4px;*/
	/*-moz-border-radius: 4px;*/
	/*-webkit-border-radius: 4px;*/

	/*text-indent: 10px;*/
	/*background-position: -78px -152px;*/
	background: none;
}

.balloon.tweetBalloon {
	min-height: 44px;
	margin-top: 15px;
	border-radius: 8px;
	-o-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.balloon.tweetBalloon .balloonTip {
	top: 18px !important;
}

.balloon.tweetBalloon .balloonTip.top {
	top: -9px !important;
	left: 22px;
	width: 19px;
	height: 9px;
	background-position: -76px -35px;
}

.balloon.tweetBalloon .profileimage {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 10px;
	left: 10px;
}

.balloon.tweetBalloon span.tweet {
	margin: 6px 8px 8px 2px;
	font-size: 12px;
	line-height: 1.3;
	color: #666;
}

.balloon.tweetBalloon.hasProfileImage span.tweet {
	margin-left: 32px;
}

.map .balloon.tweetBalloon span.tweet {
	margin-left: 2px;
}

.balloon .ctrl {
	display: block;
	text-align: center;
	height: 50px;
	padding: 13px 0 0;
	font-size: 10px;
	text-decoration: none;
    color: #cd2520;
}

.balloon .ctrl .ctrlMark {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px auto;
	background-position: -380px -90px;
}

.balloon .ctrl:hover {
	color: #fff;
    background-color: #cd2520;
}

.balloon .ctrl:hover .ctrlMark {
	background-position: -380px -180px;
}


.balloon .close .ctrlMark {
	background-position: -380px -270px;
}

.balloon .close:hover .ctrlMark {
	background-position: -380px -360px;
}

.meta {
    font-size: 10px;
}

.meta a {
    color: #666;
}

.entry-date {
	line-height: 19px;
}

figure {
    width: 26px;
    float: left;
}

a img.photo {
    color: #aaa;
    border: 2px solid;
}

a:hover img.photo {
    color: #cd2520;
}

.actions {
	display: none;
	padding: 4px;
	background: #003948;
}

.actions a {
    float: left;
    width: 13px;
    height: 15px;
    margin-left: 4px;
}

.actions a span {
    display: none;
}

.actions a#favorite {
    background-position: -107px 0;
}
.actions a#favorite:hover {
    background-position: -107px -15px;
}

.actions a#favorite.favored {
    background-position: -92px 0;
}
.actions a#favorite.favored:hover {
    background-position: -92px -15px;
}

.actions a#mention {
    background-position: -122px 0;
}
.actions a#mention:hover {
    background-position: -122px -15px;
}

.actions a#retweet {
    background-position: -135px 0;
}
.actions a#retweet:hover {
    background-position: -135px -15px;
}

img.fimg {
	visibility: hidden;
	position: absolute;
}
