/** GENERAL NOTES
Sometimes you may need an !important following your changes.
To see more options, right-click on an element in your site and choose "Inspect" from the menu.
This will load the developer tools and tell you what CSS is being used to control that element.
You can then copy and paste those elements into this custom style sheet.
A Google tutorial can be found at: https://developers.google.com/web/tools/chrome-devtools/css/
*/
.igreen, .button {
    /* general buttons - currently green */
}

.dim {
    /* dimmed button in bidapp */
}

input, select, textarea {
    /* general handling of input fields */
}

.login_wide_button {
    /* the login button on the landing page */
}

#sb-site {
    /* container of the bid site and landing page */
}

.topnav {
    /* navigation area on landing page */
}

#myTopnav a {
    /* navigation link */
}

#myTopnav a:hover {
    /* navigation link hover */
}

#org_name {
    /* landing page org name area */
}

.header-h1 {
    /* landing page org name */
}

.header-h2 {
    /* landing page sub title */
}

.main_detail_button {
    /* landing page details button */
}

.bidder_login {
    /* container area for register to bid area */
}

#register_today_message {
    /* text under register to bid button (if used) */
}

#blockA_content, #blockB_content, #blockC_content, #blockD_content {
    /* landing page block areas (can be separated) */
}

#auction_preview_container {
    /* auction preview area */
}

#auction_preview_container h2 {
    /* auction preview title */
}

.figure_item {
    /* auction preview item container */
}

.fmv_label {
    /* fmv in auction preview */
}

.detail-preview-button {
    /* preview button */
}

.preview-description {
    /* preview description */
}

.bidapp_container {
    /* general bid app container */
}

#cc_banner {
    /* banner area to ask for cc info */
}

#bidapp_header h1 {
    /* organization/event name */
}

#bidapp_header h2 {
    /* bidder name area */
}

#the_clock {
    /* container for menu and search */
}

.search_button {
    /* bid app search button */
}

.search_box {
    /* bid app search box */
}

#dc_donate_button {
    /* donate button */
}

#dc_donate_button a {
    /* donation button link */
}

#dc_checkout_button {
    /* checkout button */
}

#dc_checkout_button a {
    /* checkout button link */
}

#browser_container {
    /* area containing auction items */
}

#title_bar {
    /* auction item area header area */
}

.item_inner_container {
    /* individual item block */
}

.title {
    /* item title area */
}

.category_name {
    /* item category area */
}

.history_current {
    /* item current bid area */
}

.high {
    /* item high bid area */
}

.buy_now {
    /* item buy now area */
}

.more_bid {
    /* bid button */
}

.history_list_header, .bid_list_header {
    /* title area before bid increments and history */
}

.history_list, .history_list_header, .bid_list, .bid_list_header {
    /* bid increment, history background areas */
}