html, body {
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background: #202020 url(img/bg_header.png) repeat-x;
}
img {
	border: none;
}
form, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}
#header {
	height: 60px;
	margin-bottom: 8px;
	min-width: 800px;
}
#IndiStreamLogo {
	float: left;
	margin-left: 35px;
}
#togglers {
	float:left;
	width: 180px;
	margin-top: 22px;
	margin-left: 60px;
}
#togglers #helpme {
	margin-left: 25px;	
}
#togglers a {
	margin-right: 5px;	
}
#IndiLogo {
	float: right;
	margin-right: 35px;
}
#c1, #c2, #c3, #c4 {
	text-align:center;
	margin-right: 4px;
	background: #202020;
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 86%;
	padding-bottom: 5px;
	overflow: hidden;
}
#c1 {
	width: 322px;
	float: left;
	padding-right: 2px;
}
#c2 {
	width: 322px;
	float: left;
	padding-right: 2px;
	margin-left:4px;
}
#c3 {
	margin: 0px;
}
#c4 {
	float: left;
	padding-right: 2px;
	margin-left:4px;
	width: 222px;
}
.bigboy {
	width:322px !important;	
}
#c1 .coltitle, #c2 .coltitle, #c3 .coltitle, #c4 .coltitle {
	text-align: center;
	color: #FFF;
	padding: 5px;
	font-size: 18px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	height: 29px;
}
#c1 .coltitle {
	border-bottom: 2px solid #66C;
	color: #8383D6;
	background: url(img/twitter_16.png) no-repeat 10px 10px;
	position:relative;
	padding-right: 20px;
}
#c1 #selector {
	position: absolute;
	right: 5px;
	top: 10px;
}
#c1 #c1selection {
	position: absolute;
	right: 5px;
	top: 24px;
	background: #000;
	font-size: 13px;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #8383D6;
	text-decoration:none;
	display: none;
}
#c2 .coltitle {
	border-bottom: 2px solid #AE5BB5;
	color: #AE5BB5;
	background: url(img/twitter_16.png) no-repeat 10px 10px;
	padding-right: 20px;
}
#c3 .coltitle {
	border-bottom: 2px solid #C60;
	color: #C60;
}
#c4 .coltitle {
	border-bottom: 2px solid #CC3333;
	color: #CC3333;
}
.refresher {
	float: left;
	margin-left: 25px;
	margin-top: 5px;
}
.indiwindow {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #E9E9E9;
	text-align: left;
	overflow: auto;
	height: 93%;
}
.forumwindow, .chatwindow {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
	overflow: auto;
	height: 93%;
}
.tweet {
	margin: 3px;
	background: #333;
	float: left;
	width: 288px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
}
.tweet .avatarbox {
	float: left;
	margin-right: 3px;
	background: #272727;
	text-align: center;
	width: 60px;
	padding: 2px;
}
.tweet p {
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	width: 220px;
	word-wrap: break-word;
}
.tweet a:link, .tweet a:visited, .tweet a:active  {
	color: #B4B4B4;
	text-decoration: none;
}
#c1 .tweet a.fromuser {
	color: #8383D6;
}
#c2 .tweet a.fromuser {
	color: #AE5BB5;	
}
.tweet .lc {
	float: left;
	width: 64px;
	margin-right:4px;
}
.tweet .actionbar {
	float: left;
	width: 58px;
	background-color: #272727;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-bottom-radius: 3px;
	-webkit-border-top-bottom-radius: 3px;
}
.tweet .actionbar .actionbutton {
	float: left;
	margin-right: 3px;
}
.topic {
	padding: 4px;
	text-align: left;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #CCC;
	margin-bottom: 3px;
	background: #333333;
	display:block;
	text-decoration:none;
	overflow: auto;
}
.topic:hover {
	color: #FFF;
	background: #945E27;
}
.topic .when {
	font-size: 11px;
	float: right;
	margin-right: 3px;
	margin-left: 10px;
	color: #CA8035;
}
.topic:hover .when {
	color: #FFF;	
}
.ftitle {
	color: #CC6600;
	background-color: #151515;
	margin-bottom: 3px;
	padding: 4px;
	text-align: left;
}
.blurt {
	padding: 4px;
	text-align: left;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #CCC;
	margin-bottom: 3px;
	background: #333333;
	display:block;
	text-decoration:none;
	overflow: auto;
	word-wrap: break-word;
}
.blurt a {
	text-decoration:underline;
	color: #CCC;
}
.blurt em {
	color: #999;
	font-style:normal;
}
.blurt em a {
	color: #CC3333;	
	text-decoration:none;
}
.txtbutton {
	background-image: url(../images/ui/bg/txtbuttonbg.png);
	background-repeat:repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 8px;
	color: #FFF !important;
	font-weight: normal;
	display: inline-block;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	text-decoration:none;
}
.txtbutton {
	background-color:#750000;
}
.txtbutton:hover {
	background-color:#550000;
}
.txtbutton_a, .txtbutton_a:hover { background-color:#333; cursor: text; }