/**
 * Footheme footheme.css
 *
 * Use this file to add your custom styles.
 *
 * You can change the name of this file, just
 * remember to update the name in the info file
 * as well.
 */
#header {
  max-height: 162px;
/* Took out the fixed width for the header - doesn't work on mobile
  width:842px;
 */
  height:162px;
}

li.node-readmore.first.last {
	display: none;
}

li.node-readmore.first {
	display: none;
}

li.comment_forbidden.last {
	display: none;
}

/* 
Extra field controls to satisfy old site look
 */

.field-item  {
	line-height: 1.0em;
	padding-bottom: 0.5em;
}

.field-name-field-sub-title {
	font-weight: bold;
	font-size: 1.4em;
	}

.group-details {
	margin-top: 5px;
/* 	Request to remove border around field groups */
	border: none;
	}

/* For the copyright notice */
.region-help .block-content {
	border: 5px solid red;
	background: white;
	}
/* 
Override the @media entries in colors.css so that we don't get a black bar at narrow screen widths
 */

@media only screen and (max-width:320px) {
  background: transparent url("../images/header.png") no-repeat top left;
/*     #header,#header .header-inner {background: #b800a5;} */
}

@media only screen and (min-width:321px) and (max-width:480px) {
  background: transparent url("../images/header.png") no-repeat top left;
/*   #header,#header .header-inner  {background: #b800a5;} */
}

@media only screen and (min-width:481px) and (max-width:768px) {
  background: transparent url("../images/header.png") no-repeat top left;
/*   #header,#header .header-inner  {background: #b800a5;} */
}


