/****************
 TOOLBAR CSS 
*****************/
/* Toolbar & Minibar (tbShow) that is visible when the bar is hidden */
#toolbar, #tbShow {
 background: url(http://i201.photobucket.com/albums/aa236/Mottie1/testsite/icons/toolbar-dark.jpg) repeat-x;
 color: #dddddd;
 font-size: 0.8em;
 white-space: nowrap;
 height: 30px;
 padding: 0;
 position: fixed;
 left: 1%;
 right: 1%;
 width: 98%;
 z-index: 99;
 cursor: pointer;
}

/* Toolbar image size & spacing */
.tbMain img, .tbSearch img, #tbHide img, #tbMove img, #tbShow img {
 vertical-align: middle;
 height: 18px;
 width: 18px;
 padding-right: 2px;
}
#toolbar td { padding: 2px 5px; vertical-align: middle; }

/* Search box area & color */
#toolbar .tbSearch { width:5%; white-space: nowrap; }
#toolbar .tbSearch input { background: #333333; color: #dddddd; }

/* Toolbar area icon positioning */
#toolbar .tbleft { text-align: left; }
#toolbar .tbcenter { text-align: center; }
#toolbar .tbright { text-align: right; }
#toolbar .tbIcon { margin: 2px; }
#tbShow { opacity: 0.6; padding-top:5px; }
#tbHide, #tbShow, #tbMove { width: 2%; left: auto; font-size: 120%; font-weight: bold; text-align: center; vertical-align: middle; }

/* Toolbar Popup */
#tbPopup {
 background-color:#333333;
 color: #ffffff;
 text-align: left;
 cursor: pointer;
 padding: 10px;
 border-radius: 1em;
 -moz-border-radius: 1em;
 display: none;
 position: absolute;
 z-index: 999;
}
#tbPopup .content {
 width: 100%;
 white-space: normal;
}
#tooltip2 { text-align: center; }
/* Popup Title */
.tbPopupTitle { color: #dddddd; font-size: 120%; font-weight: bold; text-align: center; }

/* Popup search icons and close button */
#tbPopup .searchIcons { padding: 2px; }
#tbPopup .move { float: right; padding-right: 2px; }
#tbPopup .close { float: right; padding-right: 5px; }

/* Popup unordered list - used for site navigation */
#tbPopup ul { list-style-type: none; padding-left: 10px; font-size: 120%; }
#tbPopup ul a { text-decoration: none; }
#tbPopup ul img { vertical-align: middle; height: 1.5em; width: 1.5em; padding-right: .5em; }

/* Toolbar & Popup Positioning */
.tbBarTop { top: 0 }
.tbBarBottom { bottom: 0 }
.tbPopupTop { top: 35px }
.tbPopupBottom { bottom: 35px }

/****************
 FEED BOX CSS 
*****************/
/* overall container */
.gfc-control { width: 99%; }

/* Feed Title */
.gfc-resultsHeader { padding-bottom: 10px; border-bottom: #eeeeee 1px solid; text-align: center; }
.gfc-resultsHeader .gfc-title { font-size: 120%; font-weight: bold; color: #ffffff; }

/* Results Container */
.gfc-results {text-align: left; }

/* Individual Result Container */
.gfc-result { border-bottom: #888888 1px solid; border-width: 80%; padding-bottom: 5px; }
