/*!
 * appdotnet site css v0.2
 *
 */

html, body {
	height: 100%;
}

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

input.paypal-img {
	width: 86px !important;
	height: 21px !important;
}

.tip {
	color: #a33;
}

/* navigation-related styles */
#top-nav {
	/*width: 100%;*/
}

#logged-user-card {
	display: inline-block;
}

#logged-user-avatar  {
	margin: 3px;
	margin-left: 10px;
}

#logged-user-username {
	display: inline-block;
}

#logged-user-counts {
	display: inline-block;
	clear: right;
}

#logged-user-controls {
	margin-top: 7px;
}

/* layout styles */
#wrapper {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 40px;
}

#guest-main {
	min-height: 100%;
	display: none;
}

#user-main {
	margin-top: 15px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	display: none;
}

#feed-nav-bar {
	display: none;
	margin: auto;
	width: 100%;
}

#new-post-dialog {
	display: none;
}

#new-post-counter {
	margin-right: 55px;
	font-size: 18px;
}

#new-tab-dialog {
	padding-top: 5px;
}

#new-tab-querystring {
	display: inline-block;
	margin-top: 6px;
}

#user-stats {
	position: relative;
}

#user-details-dialog-close-button {
	display: inline-block;
}

#user-id {
	display: none;
}

/* template styles */
#feed-post-template {
	display: none;
}

#feed-tab-template, #remove-tab-template {
	display: none;
}

.feed-post {
	border: 1px solid #888;
	margin: 2px;
	margin-bottom: 3px;
	padding: 3px;
	font-size: 12px;
	background-color: #ddd;
}

.feed-post .muted {
	font-size: 8px;
	background-color: #622;
}

.feed-post-avatar {
	float: left;
	display: inline-block;
	margin: 3px;
	margin-right: 8px;
}

.feed-post-username {
	display: inline-block;
	font-size: 14px;
}

.feed-post-avatar-image {
	width:55px;
	height:55px;
}

.feed-post-avatar-image .muted {
	width: 20px;
	height: 20px;
	border: 1px solid black;
}

.feed-post-content {
	margin-bottom: 8px;
}

.feed-post-metadata {
	display: inline-block;
}

.feed-post-timestamp {
	font-size: 12px !important;
}

.feed-post-menu {
	width: 74px;
	margin-top: 2px;
	margin-right: 3px;
	float: left;
	clear: left;
}

.feed-post-menu .btn {
	display: inline-block;
}

.feed-post-menu-read-more-button {

}

.feed-post-menu-delete-button {

}

.feed-post-reply-panel {
	display: none;
}

.feed-post-reply-text {
	width: 90%;
	height: 60px;
}

.feed-post-reply-send-button {
	width: 8%;
}

.feed-post-reply-cancel-button {
	width: 8%;
	margin-top: -40px;
}

.feed-post-reply-counter {
	width: 8%;
	display: inline-block;
	font-size: 18px;
}

.feed-tab-close-button {
	/* margin-left: -9px !important; */
}

.followed-post {

}

.follower-post {

}

.friends-post {

}

.mentioned-post {
	background-color: #aee;
}

.overage {
	color: #933;
}
/* modals */
.modal {
	padding: 8px;
}

#user-settings-dialog {
	display: none;
}

#user-details-dialog {
	display: none;
}

#new-tab-dialog {
	display: none;
}