body{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 11px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	background-color: #eaeaea;
}

a{
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

#friends2follow_widget_socialstack_wrapper{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	padding: 0px 4px 0px 4px;
}

#socialstack-container{
	max-width: 1200px;
	margin: 12px auto;
}
.gutter-sizer{
	width: 0%;
	float: left;
}
.socialstack-item,
.grid-sizer {
	width: 100%;
	margin-bottom: 4px;
	float: left;
}
.socialstack-item.w2 {
	width: 100%;
}
.grid-sizer,
.gutter-sizer {
	position: absolute;
}
.socialstack-content{
	overflow: hidden;
	background-color: white;
	-moz-box-shadow:    0px 0px 7px 2px #dcdcdc;
	-webkit-box-shadow: 0px 0px 7px 2px #dcdcdc;
	box-shadow:         0px 0px 7px 2px #dcdcdc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
}

.socialstack-content .header{
	position: relative;
	padding: 12px 12px 10px 12px;
}
.socialstack-content .header img{
	width: 26px;
	position: absolute;
}
.socialstack-content .header a.username,
.socialstack-content .header .time{
	margin-left: 34px;
	display: block;
}
.socialstack-content .header.no_avatar a.username,
.socialstack-content .header.no_avatar .time{
	margin-left: 0px;
}
.socialstack-content .header .time{
	color: #717171;
	font-size: 11px;
}
.socialstack-content .header a.username{
	color: #333333;
	padding-left: 18px;
	line-height: 14px !important;
	margin-bottom: 0px;
}
.socialstack-item.facebook a.username{
	background: url('../img/icons/14px/facebook.png') no-repeat 0px 0px;
}
.socialstack-item.twitter a.username{
	background: url('../img/icons/14px/twitter.png') no-repeat 0px 0px;
}
.socialstack-item.youtube a.username{
	background: url('../img/icons/14px/youtube.png') no-repeat 0px 0px;
}
.socialstack-item.instagram a.username{
	background: url('../img/icons/14px/instagram.png') no-repeat 0px 0px;
}
.socialstack-item.rss a.username{
	background: url('../img/icons/14px/rss.png') no-repeat 0px 0px;
}
.socialstack-content a img{
	border: 0px;
}
.socialstack-content img.photo,
.socialstack-content iframe{
	width: 100%;
	max-width: 100%;
	margin: 0px auto -2px auto;
	border: 0px !important;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-radius: 3px 3px 0px 0px;
}
.socialstack-content iframe{
	border-top: 1px black solid;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}
.socialstack-content .vine_wrapper {
	position: relative;
	padding-bottom: 100%;
	height: 0;
}
.socialstack-content .vine_wrapper iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.logo .socialstack-content img{
	max-width: 100%;
	margin: 0px auto 0px auto;
	display: block;
	padding: 12px;
	box-sizing: border-box;
}
.socialstack-content h2,
.socialstack-content p{
	padding: 0px 12px 12px 12px;
	margin: 0px;
}
.socialstack-content h2{
	font-size: 14px;
	line-height: 1.3;
}
.socialstack-item.w2 h2{
	font-size: 14px;
}

#socialstack-loading{
	position: fixed;
	bottom: 50px;
	left: 50%;
	margin-left: -126px;
	z-index: 999;
	font-size: 20px;
	font-weight: bold;
	color: black;
	padding: 8px 18px;
	background-color: white;
	-moz-box-shadow:    0px 0px 7px 2px #bbbbbb;
	-webkit-box-shadow: 0px 0px 7px 2px #bbbbbb;
	box-shadow:         0px 0px 7px 2px #bbbbbb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
}


/* not super micro skyscraper sized */
@media screen and (min-width: 200px) and (min-device-width: 200px) {
	.socialstack-item,
	.grid-sizer {
		margin-bottom: 14px;
	}
	#friends2follow_widget_socialstack_wrapper{
		padding: 0px 12px 0px 12px;
	}
	.socialstack-content .header{
		padding: 16px 14px 14px 14px;
	}
	.socialstack-content .header img{
		width: 32px;
	}
	.socialstack-content .header a.username,
	.socialstack-content .header .time{
		margin-left: 40px;
	}
	.socialstack-content .header a.username{
		margin-bottom: 2px;
	}
	.socialstack-content h2,
	.socialstack-content p{
		padding: 0px 16px 16px 16px;
	}

}

/* not micro sized */
@media screen and (min-width: 330px) and (min-device-width: 330px) {

  body{
	font-size: 12px;
  }

}


/* enough width for 2 columns */
@media screen and (min-width: 380px) and (min-device-width: 380px) {
   
   #friends2follow_widget_socialstack_wrapper{
	padding: 0px 14px 0px 15px;
   }
   
  .gutter-sizer{
   width: 2%;
   }
  
  .socialstack-item,
  .grid-sizer {
    width: 49%; /* (100% - 2% gutter) / 2 */
  }
  .socialstack-item.w2 {
    width: 100%; /* 49% * 2 + 2% gutter */
  }
  
  .socialstack-item.w2 h2{
	font-size: 16px;
  }

  #socialstack-loading{
	margin-left: -150px;
	font-size: 24px;
	padding: 10px 20px;
  }

}


/* enough width for 3 columns */
@media screen and (min-width: 660px) and (min-device-width: 660px) {
   
   #friends2follow_widget_socialstack_wrapper{
	padding: 0px 14px 0px 16px;
   }
   
  .gutter-sizer{
     width: 1.5%;
   }
  
  .socialstack-item,
  .grid-sizer {
    width: 32.3%; /* (100% - (1.5% gutter * 2)) / 3 */
  }

  .socialstack-item.w2 {
    width: 66.1%; /* 32.3% * 2 + 1.5% gutter */
  }

  .socialstack-content h2{
	font-size: 14px;
  }
  .socialstack-item.w2 h2{
	font-size: 18px;
  }

  #socialstack-loading{
	margin-left: -175px;
	font-size: 28px;
	padding: 10px 25px;
  }

}

/* enough width for 4 columns */
@media screen and (min-width: 930px) and (min-device-width: 930px) {
  
  .gutter-sizer{
    width: 1%;
   }
  
  .socialstack-item,
  .grid-sizer {
    width: 24.2%; /* (100% - (1% gutter * 3)) / 4 */
  }

  .socialstack-item.w2 {
    width: 49.4%; /* 24.2% * 2 + 1% gutter */
  }

  .socialstack-content h2{
	font-size: 16px;
  }
  .socialstack-item.w2 h2{
	font-size: 20px;
  }

}
