/* Location Buttons */
/*
.location_button {
	display: inline-block;
	border: 3px solid #000;
	padding: 10px;
}
.location_button:hover {
	background-color: rgb(0, 0, 153);
	color: rgb(255,255,255);
}
*/
.entry-content #ivm-map p, .entry-content #ivm-map ul, .entry-content #ivm-map ol {
	font-size: 12px;
	line-height: 24px;
}

.entry-content #ivm-map ul li, .entry-content #ivm-map ul li ul li {
    margin: 0;
}

.tabrow {
    /*text-align: center;*/
    list-style: none;
    margin: 0px;
    padding: 0;
    line-height: 24px;
    /*height: 50px;*/
    overflow: hidden;
    font-size: 12px;
    font-family: verdana;
    position: relative;
}
.tabrow li {
    border: 1px solid #8f837e;
    background: #c6bfb9;
    background: -o-linear-gradient(top, #dcd7d3 50%, #c6bfb9 100%);
    background: -ms-linear-gradient(top, #dcd7d3 50%, #c6bfb9 100%);
    background: -moz-linear-gradient(top, #dcd7d3 50%, #c6bfb9 100%);
    background: -webkit-linear-gradient(top, #dcd7d3 50%, #c6bfb9 100%);
    background: linear-gradient(top, #dcd7d3 50%, #c6bfb9 100%);
    display: inline-block;
    position: relative;
    z-index: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
    text-shadow: 0 1px #FFF;
    margin: 0 -5px;
    padding: 0 20px;
}
.tabrow a {
	  color: #512d1e;
	  text-decoration: none;
}
.tabrow li.selected {
    background: #FFF;
    color: #333;
    z-index: 2;
    border-bottom-color: #FFF;
}
.tabrow:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #8f837e;
    z-index: 1;
}
.tabrow li:before,
.tabrow li:after {
    border: 1px solid #8f837e;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
}
.tabrow li:before {
    left: -6px;
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #c6bfb9;
}
.tabrow li:after {
    right: -6px;
    border-bottom-left-radius: 6px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #c6bfb9;
}
.tabrow li.selected:before {
    box-shadow: 2px 2px 0 #FFF;
}
.tabrow li.selected:after {
    box-shadow: -2px 2px 0 #FFF;
}


/* [display-map]*/

/* Map */
#map {
	height: 500px;
	width: 80%;
	min-width: 50%;	
	margin: 0px;
	padding: 8px;
	margin-bottom: 20px;
}

/* Areas of Focus */
#focus-areas {
	padding: 10px;
	float: right;
	vertical-align: top;
}

#focus-areas a {
	font-size: 12px;
	text-decoration: none;
}

#focus-areas a span {
	text-decoration: underline;
}
div.focus-area {
	display: inline-block;
	padding: 5px;
	width: 35px;
	vertical-align: middle;
}
img.focus-area {
	box-shadow: none;
}
.area-button {
	display: inline-block;
	padding: 5px;
	background-color: #ffffff;
	margin: 5px;
	text-decoration: none;
}
.show-all-button {
	padding: 5px;
	margin: 5px;
	display: none;
	background-color: hsla(219, 50%, 60%, 1);
	color: #ffffff;
	text-decoration: none;
}

/* Programs */
#programs {
	clear: both;
}

#programs a {
	font-size: 12px;
	text-decoration: none;
}

#programs a span {
	text-decoration: underline;
}

.program {
	white-space: nowrap;
	display: inline-block;
	margin: 5px;
	padding: 10px;
	text-decoration: none;
}
.program-element {
	display: inline-block;
}
div.program-element {
	width: 20px;
	height: 20px;
}
span.program-element {
	vertical-align: top;
}


/* Info Window Styles */
.infowindow .author-img {
	width: 75px;
	vertical-align: middle;
	margin: 5px;
	margin-right: 15px;
	border-radius: 50%;
}
.infowindow .author {
	display: inline-block;
	vertical-align: middle;
}
.infowindow .project-detail {
	padding-top: 5px;
	display: block;
	clear: left;
}
.infowindow .project-img {
	float: right;
	width: 100px;
	margin: 10px;
}
.infowindow .project-video {
	padding-top: 5px;
}

/* Search */

#ivm-search-narrow {
	font-size: 12px;
}

#ivm-search-narrow #focus-search,
#ivm-search-narrow #program-search {
	width: 135px;
}
#ivm-search-narrow #country-search,
#ivm-search-narrow #order-by {
	width: 85px;
}
#ivm-search-narrow #text-search {
	height: 20px;
	width: 300px;
    border: 1px solid #ccc;
    color: #333;
    font-family: "Lato","Verdana",sans-serif;
    padding: 2px;
	font-size: 10px;
}

#ivm-search-narrow button, #ivm-search-narrow input[type="button"], #ivm-search-narrow input[type="reset"], #ivm-search-narrow input[type="submit"] {
    background: hsla(219, 50%, 60%, 1) none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: hsla(0, 100%, 100%, 1);
    cursor: pointer;
    font-family: "Lato","Verdana",sans-serif;
    font-size: 12px;
    line-height: 1;
    padding: 3px 10px;
    text-transform: uppercase;
}




table#search-results {
	width: 100%;
    border-collapse: collapse;
	padding: 5px;
}
table#search-results, #search-results th, #search-results td {
    border: 1px solid black;
}
#search-results th, #search-results td {
    padding: 15px;
    text-align: left;
}
#search-results tr:hover {
	background-color: hsla(219, 50%, 84%, 1);
}
#search-results tr:active {
	background-color:#cccccc;
}
