/* Dropdown control */
.selectBox-dropdown {
	max-width: 100px !important;
}

.post-type-archive-albums .selectBox-dropdown {
	max-width: 190px !important;
}

#media-nav .selectBox-dropdown {
	max-width: 140px !important;
    min-width: 120px !important;
    text-align: left !important;
}


.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
	border-color: #666;
	outline: none;
}

.selectBox-dropdown.selectBox-menuShowing {
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.selectBox-dropdown .selectBox-label {
	display: inline-block;
    font-size: 21px;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 7px;
	padding-bottom: 8px;
	height: 11px;/*29*/
	color: #20697b;
}

.post-type-archive-albums .selectBox-dropdown .selectBox-label {
    font-size: 20px;
}

    #secondary-nav .subnav-filter {
        font-size: 21px !important;
        line-height: 18px;
    }

    #secondary-nav .subnav-filter label {
        position: relative;
        color: #5fb4ca;
        top: -2px;
    }

    #secondary-nav #submenu .filter {
        background: #fff url(../images/lightbg.jpg) center center no-repeat;
        border-radius: 6px;
        color: rgba(255, 255, 255, 0.8);
        cursor: pointer;
        margin-left: 10px;
        margin-top: 7px;
        position: relative;
        text-align: center;
        width: 85px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

    #media-nav .selectBox.filter {
        margin-right: 20px;
    }

.post-type-archive-albums #secondary-nav #submenu .filter {
				text-align: left;
                width: 187px;
                background: #fff url('../images/lightbg.jpg') top right repeat-y;
            }

.post-type-archive-video #secondary-nav #submenu .filter,
.post-type-archive-galleries #secondary-nav #submenu .filter {
				text-align: left;
                width: 137px;
                background: #fff url('../images/lightbg.jpg') top right repeat-y;
            }
          
.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	width: 23px;
	height: 100%;
	background: url('../images/sprites.png') no-repeat;
	background-position: -439px -58px;
	z-index: 100;
}

#timeline-nav .selectBox-dropdown .selectBox-arrow,
#media-nav .selectBox-dropdown .selectBox-arrow,
#albums-nav .selectBox-dropdown .selectBox-arrow {
	top: 0;
	right: 0;
}


/* Dropdown menu */
.filter-selectBox-dropdown-menu.selectBox-dropdown-menu {
    position: absolute;
	z-index: 99999;
	max-height: 200px;
	min-height: 1em;
	border: solid 1px #BBB; 
	background: #fff url('../images/lightbg.jpg') top left repeat-y;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	overflow: auto !important;
    letter-spacing: 0;
    margin-top: -3px !important;
    min-width: 83px !important;
    width: auto !important;
    	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.post-type-archive-albums .selectBox-dropdown-menu {
	min-width: 185px !important;
}

.post-type-archive-video .selectBox-dropdown-menu,
.post-type-archive-galleries .selectBox-dropdown-menu {
	min-width: 137px !important;
}


/* TOUR years dropdown */
.post-type-archive-events .selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	min-height: 1em;
	border: solid 1px #4f808b; 
	background: #4f808b;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	overflow: auto !important;
    letter-spacing: 0;
    margin-top: -3px !important;
    min-width: 83px !important;
    width: auto !important;
    	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.post-type-archive-events .selectBox-dropdown-menu {
	min-width: 75px !important;
}


/* Inline control */
.selectBox-inline {
	min-width: 150px;
	outline: none;
	border: solid 1px #BBB;
	background: #FFF;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}

.selectBox-inline:focus {
	border-color: #666;
	outline: none;
}


/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
}

.selectBox-options LI A {
    cursor: pointer;
	line-height: 1.5;
	padding: 0 .5em;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	background: 6px center no-repeat;
	padding: 3px 10px 3px 12px;
	letter-spacing: 0;
}

.post-type-archive-albums .selectBox-options li a {
	text-align: left;
	padding-left: 12px;
}

.post-type-archive-years .selectBox-options li a {
	text-align: center;
	font-size: 19px;
	text-indent: 3px;
}


.selectBox-options LI.selectBox-hover A {
	background: #fff;
	background: url('../images/lightbg.jpg') top right repeat-y;
}

.selectBox-options LI.selectBox-hover A:hover {
	color: #20697b;
}

.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
	background: #fff url('../images/lightbg.jpg') top right repeat-y;
}

.selectBox-options LI.selectBox-selected A {
	background: #3b6d79;
}

.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #fff;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}


/* Disabled state */
.selectBox.selectBox-disabled {
	color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
	border-color: #666;
}

.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}


/* TOUR SELECTBOX */



#showarchive-nav .selectBox-dropdown {
	border: solid 1px #BBB; 
	background: #53818b;
	background-image: none;
    cursor: pointer;
	min-width: 75px;
       -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

}

#showarchive-nav .selectBox-dropdown .selectBox-label {
	display: inline-block;
    font-size: 24px;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 12px;
	padding-top: 7px;
	padding-bottom: 8px;
	font-size: 21px;
	height: 11px;/*29*/
	color: #eee;
}


#showarchive-nav .selectBox-dropdown .selectBox-arrow {
	background-position: -411px -58px;
	margin-top: 0px;
	margin-left: 2px;
	height: 20px;
}

#showarchive-nav .selectBox-dropdown-menu {
	border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
	background: #53818b;
	background-image: none;
    letter-spacing: 0;
    margin-top: -3px !important;
    min-width: 83px !important;
    text-align: center;
}

#showarchive-nav .selectBox-options LI A {
    cursor: pointer;
	line-height: 1.5;
	padding: 0 .5em;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	background: 6px center no-repeat;
	padding: 3px 10px 3px 2px;
	letter-spacing: 0;
	color: #eee;
}

#showarchive-nav .selectBox-options LI.selectBox-hover A {
	background: #497680;
	background-image: none;
}

#showarchive-nav .selectBox-options LI.selectBox-hover A:hover {
	color: #fff;
}

#showarchive-nav .selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}

#showarchive-nav .selectBox-options LI.selectBox-selected A {
	background: #3B6D79;
}

#showarchive-nav .selectBox-options .selectBox-optgroup {
	color: #666;
	background: #53818b;
	font-weight: normal;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}

.selectBox-options LI.selectBox-hover A {
	background: #3B6D79;
	color: #64cfeb;
}

.selectBox-options LI.selectBox-hover A:hover {
	color: #64cfeb;
}

.post-type-archive-events .selectBox-options LI A {
	text-align: center;
}

