/* ************************************************************************** */
/*                              Things I added!!                              */
/* ************************************************************************** */

/* Remove the "my subscriptions" link that isn't styled, and I don't need */
#hide-nav-min-toggle, #hide-nav-min-toggle-icon {
	display: none !important;
}

/* Let me use the whole monitor that I paid for! */
#entries .entry-body, #entries .entry-title {
	max-width: 99% !important;
	margin-right: 20px;
}

/* Squeeze the entries to not have so much wasted space */
.entry-main .entry-body {
	padding-top: 0 !important;
}
.entry .item-body > br {
	display: none;
}

/* Make the search button a bit wider to hold the text in it properly */
#search-submit {
	width: 60px !important;
	background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAUCAYAAADRA14pAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAALEQAACxEBf2RfkQAAABd0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjDNL1dGAAABrklEQVRYR+WY2WpCMRRF4w8Ivvn/n+GEs+KMCCqiKM7zgKLiw2nXgVyqLe1ToTe9sFC4D2aZk2SfBLbbrXl9Ho+H7Pd7czqdFD89wWDQQCgUMuFwOPBp7Ahb1uu1NBoNSSQSUq1WZTgcyruw3O/3b7ndbvJb/PTbH98zVsZcLpclHo+rC05P0lZ2tVpJLpeTYrEou91Orterr8Ehn8+rE26eNMJWtlaryfF4lMvl4gSHw0EqlcqzNML1el1KpZKcz2cnKRQKgqPO8nw+1zXLLLMGXMQ68mmazaYuckrZZahgXA2bVL/f5xhymm63qxuyiUajWs7sai4znU4FVxXebDb/Ak+Yw/k/4AlPJhNZLpdOQwJTYc6odrsti8XCaVqtluCqoYMvs9nMaYiZGj4QjcViMhgMhNJ2kV6vp464aqdE8MhkMtppjMdj50ilUhquNFoizIaFMNOO9Gg0cgICFd0Sbjh6wlY6nU4LdDodFfczJKtkMqk+nqydYdsT84LMSb1ns1mhXUSef4o1/tfhtOHighnFAZcn2VdhK04M47YA6Ugk4isYM2PH4aurqTe9fzTfS/B5ewAAAABJRU5ErkJggg==") no-repeat !important;
}

/* I don't use (nor want to use) gears, I don't need this link */
span.offline-status {
	display: none !important;
}

/* Get rid of the rounded edges, and the space they use, around each entry */
.card-tbody td.ctl, .card-tbody td.ct, .card-tbody td.ctr,
.card-tbody td.cbl, .card-tbody td.cb, .card-tbody td.cbr,
.card-tbody td.cal, .card-tbody td.car,
.card-tbody td.cl, .card-tbody td.cr
{
	background-image: none !important;
	display: none !important;
}
/* Restore some white space on the left */
div.entry {
	padding-left: 0.5em;
}

/* Fix the "feed settings" dropdown */
#stream-prefs-menu-contents li {
	line-height: 1em !important;
}

/* Fix the hover state of the "Feed settings" menu */
#stream-prefs-menu-contents li#stream-folder-chooser,
#stream-prefs-menu-contents li#stream-folder-chooser:hover
{
	line-height: 1em !important;
	background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAAA3NCSVQICAjb4U/gAAAABlBMVEX////x8fEm2djvAAAAAnRSTlMA7jEhAkcAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAfdEVYdFNvZnR3YXJlAE1hY3JvbWVkaWEgRmlyZXdvcmtzIDi1aNJ4AAAAFHRFWHRDcmVhdGlvbiBUaW1lADgvNC8wNysLIcoAAAAMSURBVAiZY/jBAIUAGEIE2Xy1yrkAAAAASUVORK5CYII=") !important;
}

/* Take out and re-flow unwanted features, which break our formatting */
#gbar, #gbh { display: none !important; }
#chrome { padding-top: 0 !important; }
#ogspacer { height: 20px !important; }
#nav { padding: 3px 0 !important; }
#new-subscriptions-header { padding: 3px 0pt 4px 18px !important; }

/* Make this consistent */
.item-body ul li { list-style-type: disc !important; }

#selectors-box .text { text-decoration: none !important; }

.unread-count { background-color: inherit; }

/* Fix display of loading graphic */
#loading-area p {
	margin: 0px !important;
	padding: 0px !important;

	height: 70px !important;
}

/* Get rid of this useless crap in the left column */
#friends-tree-container {
	display: none !important;
}
ul#selectors-container {
	margin-top: -18px !important;
}

/* These links can be centered vertically better */
#viewer-controls-container {
	top: -3px;
}

/* ??? */
.entry .card .ca {
	background-color: #FFF;
}

/* Make the "View settings..." drop down appear ABOVE the entries */
div#viewer-header {
	z-index: 100 !important;
}

/* Minor layout tweak for "mark all as read" / "refresh" links */
#viewer-top-links .button-container-tight {
	margin-top:-3px;
}

/* Float-ify article images */
.item-body p img {
	float: left;
	clear: left;
	margin: 1ex;
}

li#your-items-tree-container {
	display: none !important;
}

#quick-add-success-folder-chooser {
	margin-top: 4px;
}
#quick-add-success-folder-chooser .button-menu-arrow {
	background-position: 0;
}

