@charset "utf-8";
/* Live.html */
#footer { padding-bottom: 0; }
#social-tabs {
	top: 90px;
}
.steelseries {
	margin-left: 150px;
}

.no-a-deco a {
	color: #999;
}
.no-a-deco a:hover {
	color: #f28c2a;
}

/* video player */
#twitch-wrapper {
	min-height: 300px;
}

#twitch-wrapper .content {
	font-size: 22px;
}

/* irc client */
#irc-client {

}

/* Twitch Previews */


#twitch-slider .slider-item {
	position:relative;
    float: left;
    margin:0 5px 0 0;
	height:auto; 
	min-height:150px;
}

/* Member Streams */
div.stream-wrapper {
	margin-bottom: 40px;
}
div.stream-wrapper img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    7px 7px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         7px 7px 5px 0px rgba(0, 0, 0, 0.75);
}
div.stream-wrapper div.stream-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
div.stream-wrapper div.stream-info-inner {
	position: relative;
	width: 320px;
	background: url('../img/bkg_black_50.png') repeat;
	min-height: 20px;
	margin-left: 15px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
div.stream-wrapper div.stream-name {
	position: absolute;
	top: 0;
	left: 10px;
	color: #fff;
	font-size: 110%;
}
div.stream-wrapper div.stream-viewers {
	position: absolute;
	top: 0;
	right: 10px;
}
div.stream-wrapper div.stream-viewers i { 
	margin-right: 5px; 
	color: #fff;
}

/* Bottom Row - Twitter Feed */
#latest-tweets { margin-bottom: 20px; }
#latest-tweets li { text-decoration: none; }
#latest-tweets .t-list img { margin-top:5px; }
#latest-tweets .t-body { margin-bottom: 0px; }
#latest-tweets .t-body a { color: #fff; }
#latest-tweets .t-body a:hover{ color: #f28c2a; }
#latest-tweets .t-screen-name { 
	margin: 0px 10px 0px 10px; 
	color: #444;
	font-size: 12px;
}
#latest-tweets .t-tweet {
	text-emphasis: none;
	text-decoration: none; 
}
#latest-tweets .t-created { 
	width: 100%;
	text-align: right;
	font-size: 12px;
}

/* Bottom Row - Forum Feed */
#latest-post img { margin-right: 10px; }
#latest-post .post-title a:hover { color: #f28c2a; }
#latest-post .post-date {
	width: 100%;
	text-align: right;
}
#latest-post .post-desc-intro { 
	margin: 15px 0px 10px 0px; 
	color: #CCC;
}
#latest-post .post-read-more { text-align: right; }
#latest-post .post-read-more a:hover { color: #f28c2a; }


/* Footer and misc stuff */ 
.copyright {
	background-image: url(../img/body.png); 
	background-color: #222; 
	text-align: center;
	margin:0; padding:0;
}
.clear{
    /* This class clears the floats */
    clear:both;
}