@font-face {
	font-family:'DaysRegular';
	src:url(/static/font/Days-webfont.eot);
	src:local(☺),url(/static/font/Days-webfont.woff) format("woff"),url(/static/font/Days-webfont.ttf) format("truetype"),url(/static/font/Days-webfont.svg#webfontXWS04CUt) format("svg");
	font-weight:400;
	font-style:normal;
}

* {
	outline:none;
    zoom: 1;
}

html,body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}

body {
	font-family:"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	color:#fff;
	padding:0;
	margin:0;
	height:100%;
	width:100%;
	background:#2b2b2b;
/* Old browsers */
	background:-moz-linear-gradient(top,#2b2b2b 0%,#000 100%);
/* FF3.6+ */
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#2b2b2b),color-stop(100%,#000));
/* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,#2b2b2b 0%,#000 100%);
/* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,#2b2b2b 0%,#000 100%);
/* Opera 11.10+ */
	background:-ms-linear-gradient(top,#2b2b2b 0%,#000 100%);
/* IE10+ */
	background:linear-gradient(to bottom,#2b2b2b 0%,#000 100%);
/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b',endColorstr='#000000',GradientType=0);
/* IE6-9 */
	background-attachment:fixed;

}

li {
	list-style:none;
	margin-left:-15px;
	font-size:15px;
}

h1,h2,h3,h4 {
	font-family:DaysRegular;
	color:#2FC2EF;
	text-shadow:#000 1px 1px 1px;
}

h1,.sitetitle {
	margin:0 0 5px;
	font-size:42px;
	font-family:DaysRegular,Arial;
	color:#2FC2EF;
	text-shadow:#000 1px 1px 1px;
	text-decoration:none;
}

h1 a,h2 a, h3 a{
    color: #2FC2EF;
}
h2 {
	font-size:22px;
}

h3 {
	font-size:16px;
}

.tweeplink,li,.hashtaglink,li {
	color:#333;
	font-weight:700;
}

.tweeplink.smaller,.hashtaglink.smaller {
	font-size: 12px;
}

.tweeplink:hover,.hashtaglink:hover {
	color:#2FC2EF;
	text-shadow:#000 1px 1px 1px;
}

.header {
	padding-left:5px;
	width:100%;
}

.menuItem {
	font-weight:700;
	font-family:DaysRegular,Arial;
	margin:10px 0 0 4px;
	font-size:22px;
	color:#2FC2EF;
	color:#2FC2EF;
}

.taglist {
	background:#e5e5e5;
}


.ad {
	padding:10px;
	background:#e5e5e5;
	width: 100%;
	text-align: center;
}

.ad.mobile {
	padding:0px;
	margin: 0 auto;
	background:#e5e5e5;
	text-align: center;
}

.banner {
	height:auto;
	background-color: transparent;
	margin:0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
.banner.mobile{
    width: 100%;
    text-align: center;
}
.banner.mobile.bottom{
	position: fixed;
	background-color:#000000;
	bottom: -6px;
	z-index: 100000000;	
	margin-bottom: 0px!important;	
	padding: 0;
	height: auto;
}
.payOff {
	border-top:2px solid #2FC2EF;
	border-bottom:2px solid #2FC2EF;
	margin-top:10px;
	margin-bottom:10px;
}

.menu {
	border-bottom:2px solid #2FC2EF;
	padding-bottom:10px;
}

.payOff h3 {
	color:#FFF;
}

.social {
	text-align:right;
	height:20px;
	line-height:10px;
	margin-top:5px;
}

.fb,.g {
	float:right!important;
	width:80px!important;
	overflow:hidden;
}

.underlined {
	text-decoration:underline!important;
}

#footer {
	background-color:#111;
	height:70px;

	text-align:center;
	padding-top:20px;
	font-size:13px;
	border-top:1px solid #2FC2EF;
}
#footer.mobile{
    font-size: 7px;
    padding-bottom:  100px;
}
.twitter-share-button,.twitter-mention-button,.twitter-hashtag-button {
	display:inline-block;
	padding:1px 3px 0 19px;
	min-width: 40px;
	border:#ccc solid 1px;
	border-radius:3px;
	background:#f8f8f8 url(//platform.twitter.com/images/bird.png) 2px 3px no-repeat;
	background:url(//platform.twitter.com/images/bird.png) 2px 3px no-repeat,-webkit-linear-gradient(#fff,#dedede);
	background:url(//platform.twitter.com/images/bird.png) 2px 3px no-repeat,linear-gradient(#fff,#dedede);
	background-size:16px 13px,auto auto;
/* Text */
	font:bold 13px/17px Helvetica,Arial,sans-serif;
	text-decoration:none;
	color:#333;
	text-shadow:0 1px 0 rgba(255,255,255,.5);
	white-space:nowrap;
}

/* Color Highlight for keyboard navigation */
.twitter-share-button:focus,.twitter-mention-button:focus,.twitter-hashtag-button:focus {
	outline:none;
	border-color:#0089cb;
}

.twitter-tweet {
	display:inline-block;
	padding:16px;
	margin:10px 0;
	width:728px;
	border:#ddd 1px solid;
	border-top-color:#eee;
	border-bottom-color:#bbb;
	border-radius:5px;
	box-shadow:0 1px 3px rgba(0,0,0,0.15);
	font:bold 14px/18px Helvetica,Arial,sans-serif;
	color:#000;
	background-color:#FFF;
}

.twitter-tweet p {
	min-height:45px;
	margin:0 5px 10px 0;
}

a.username {
	color:#000;
	font-size: 16px;
}

a.username:hover {
	color:#008cba;
}

.screenname {
	color:#AAA;
	font-weight:400;
	font-size:12px;
}

.userimage {
	float:left;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	width:48px;
	height:48px;
	margin-right:5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

#preview {
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}
.istrending{
    color: #333;
    font-size: 13px;
}
.istrending.mobile{
    margin-left: 5px;
    font-size: 10px;
}
.userbio{
    color: #333;
    font-size: 13px;
    width: 728px;
    min-height: 90px;
    margin: 0 auto;
    padding-top: 2px;    
    margin-bottom: 20px;
}
.imagepage{
    min-height: 1200px;
    text-align: center;
}
.tweepphoto{
    width: 100%;
    text-align: center;
}
.tweepphoto img{
    max-height: 400px;  
    border: 2px solid #2FC2EF;
    border-radius: 4px;      
}

#preview{
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.taglist.content{
    min-height: 450px;
}

.profilebackground{
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.sitetitle.mobile{
    font-size: 17px;
    margin-left: 10px;
}
.header.mobile{
    padding-left: 0px;
}
.payOff.mobile{
    font-size: 12px!important;
}
.subtitle.mobile{
    font-size: 10px;
    margin-left: 10px;    
}
h2.mobile{
    font-size: 14px;
    margin-left: 10px;    
}
h3.mobile{
    font-size: 10px;
    margin-left: 10px;    
}
li.mobile{
    font-size: 20px;
}
.twitter-tweet.mobile {
    width: 100%;
}
h1.mobile{
    font-size: 20px;
    margin-left: 5px;
}
.columns.mobile{
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.tweepphoto.mobile img{
    max-width: 90%;  
}
#container{
    margin-bottom: 15px;
}
.left{
    float: left!important;
}
.small-12{
    overflow-x: hidden;
}
.ui-tooltip-content{
    font-size: 13px;
}
.notfound{
    position: absolute;
    font-weight: bold;
    font-family: 'DaysRegular';   
    color: red;
    font-size: 20px;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);    
    top: 35px;
}
a:hover{
    color: #2FC2EF;
}