/* Get Running prosilver overrides */

body {
  background-image: url('./images/stripe_tile_yellow.png');
}


#wrap {
  background-color: #90c648;
  background-image: url('./images/footer_grass.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 160px;
}

.site_logo {
	background-image: url("./images/site-logo.png");
	padding-top: 60px; 
	padding-left: 110px;
	background-repeat: no-repeat;
}

h1, #site-description p {
	font-family: "Bookman Old Style", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 38px;
}

#site-description p {
	font-size: 24px;
}

.headerbar {
	background-color: #D0932F;
	background-image: none;
}

/* 
  Monochrome shadow on the search box instead of prosilver's coloured one that was
  made to match their header colour and looks hideous on ours. 
*/

.search-header {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
