/*!
 * appdotnet site css v0.1
 *
 * Copyright 2012 Dave Quick (@q)
 */

html {
	height: 100%;
}

body {
	height: 100%;
 	padding-top: 40px;
 	background-image: url('/img/blueprint.png');
 	background-color: #3084E2;
}

#wrapper {
	min-height: 100%;
}

#main {
	margin-top: 150px;
	margin-bottom: 150px;
}

#main-logged {
	margin-top: 40px;
	margin-bottom: 20px;
	display: none;
}

#user_avatar {
	float: left;
	margin: 5px;
	margin-right: 15px;
}

#streams-container {
	margin-top: 20px;
}

.appNetPost {
	border: 1px solid #888;
	margin: 2px;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 14px;
	display: block;
	background-color: #ddd;
}

.visible {
	display: block !important;
}

.appNetPostUsername {
	display: inline-block;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 2px;
}

.appNetPostAvatar {
	float: left;
	margin: 4px;
	margin-right: 10px;
}

.appNetPostFooter {
	margin-left: 60px;
	font-size: 11px;
	clear: left;
}

.appNetPostFooter a {
	margin-right: 10px;
}

#post_box {
	text-align: right;
}

#main_post {
	width: 100%;
}

#post_counter {
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-left: 10px;
}

.overage {
	color: #f00;
}

.replyContainer {
	width: 98%;
	height: auto;
	margin: 2px;
	padding: 2px;
	display: none;
}

.replyContainer textarea {
	width: 92%;
	height: 60px;
}

.replycounter {
	display: inline-block;
	float: right;
	margin-right: 15px;
	margin-top: -45px;
}

.appNetPostTimestamp {
	display: inline-block;
	width: 100px;
}

.tab-pane {
	min-height: 400px;
}

.double-connected {
	font-weight: bold;
	font-size: 18px;
	background-color: #aad;
}

.single-connected {
	font-size: 16px;
	background-color: #daa;
}

.details-panel-container {
	width: 960px;
	height: 380px;
	border: 1px solid black;
}

.feedtab {
	width: auto;
}

.feedtab-close-button {
	float: left;
	margin-left: 3px;
}

.modal {
	border: 3px solid #333;
	background-color: 999;
	padding: 8px;
	display: none;
}