/* 
	External website stylesheet
	April 2018
	Live site 
*/

/* stylesheets[(min-width: 200px) and (max-width: 359px)][] = includes/css/jameshutton359.css */
/* Page structural elements */
body {
/* 	border: 1px cyan solid !important;
	background-image: url(../../images/structural/200width.png) !important;	*/
	min-width: 320px;
	max-width: 359px;
}

/* Header items */
#branding {
	width: 25% !important;
}

#branding img {
	width: 75% !important;
	height: auto !important;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 100% !important;
/*	background-image: url(../../images/structural/200width.png) !important;
	background-repeat: repeat; */
}

/* UN categories */
/*.header-icons {margin-left: 3px !important;} */
#header-icons-outer img, #header-social-icons-outer img, #footer-social-icons-outer img {
	width: 20px !important;
	height: auto !important;
}
.header-icons {
	/* margin-left: 30px; commented out 2018 11 29 */
	padding: 0px 1px 0px 1px !important;
	width: 20px !important;
	height: auto !important;
	display: none !important;
}

/* search box */
#form-search-cont #search-text {
  float: right;
  margin: 0;
  width: 130px;
  padding: 3px 90px 3px 8px !important;
  font-style: italic;
  border-radius: 0px;
  color: #888;
  border: 1px solid #ddd;
}

/* spyglass search button */
#form-search-cont #search-submit {
  max-width: 25px !important;
  max-height: 25px !important;
  border: none;
  padding: 0;
  margin: 0;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px !important; /*	set border radius to be 0px - 2016 12 16 - Andrew Thorburn */
}

#block-block-18 {
    float: unset !important;
	max-height: 45px;
	height: 45px;
	overflow: hidden;
}