/*
 *  Stacked.css
 *  Chill Pill
 *
 *  Created by Nicholas Penree on 7/20/09.
 *  Copyright 2009 Conceited Software. All rights reserved.
 */

#fever {
	display:none;
	left: 0px;
	width: 0px;
}

#fluid {
	left:22px;
}

.fluid.show-feeds #feeds-container {
	left:22px;
	top: 210px;
	max-height: 390px;
}

#feeds-scroller-container {
	max-height: 390px;
}


ul#feeds-alpha {
    top: -170px;
}
div#feeds-scroller {
	max-height: 390px;
}
div.box.link {
	margin-right: 5px;
	margin-left: -144px;
}

.fluid.show-feeds #content-container {
	margin-left: 245px;
	margin-right: 40px;
}

#section-4 { /* search */
	display: none;
}

div#groups-container {
	left: 22px;
}

div#groups {
	width: 245px;
}

 div#status {
    margin-top: 10px;
	width: 254px;
}

 div#update-container {
    margin-top: 10px;
	width: 254px;
}

/*#feeds {
	top: 90px;
}*/

::-webkit-scrollbar {
    width: 24px;
    height: 11px;
}

::-webkit-scrollbar-thumb:vertical {
    -webkit-border-image: url('img/ScrollKnob.png') 11 0 24 0;
    border-color: transparent;
    border-width: 11px 0;
    min-height: 24px;
}