/*  changes from  application/default/views/public/css/amember.css  */

/*  line 106   background  and verticle border colors */
.am-header .am-header-content-wrapper {
  border:none;
  background: #fbfff2;
  height: 170px;
}


/*  line 63  in amember.css change link color to turquoise */
.am-common a {
  color: #207b70;
}

.am-common {
font-family: "Trebuchet MS", Verdana, "Open Sans", Ubuntu, Arial, Gotham, sans-serif;
}

/*  line 102  in amember.css change background colors  this is fawn right and left of image*/
.am-header {
  overflow: hidden;
  background: #fbfff2;
}

/*  line 112  amember link in header - make invisible*/
.am-header .am-header-content {
  padding:  0;
  overflow: hidden;

  }



/*  line 151  footer color and to blank out the text amember from #325069 */
.am-footer .am-footer-content-wrapper {
  background: #ab8;
  color: #fff;
  height: 30px;
}


/* am-info is a notice on page with border and outlined by color  i.e. if you have already have an account*/
/*  lchanged the background colour from blue to pale yellow */
/*  line 1469  footer color and to blank out the text amember from #325069 */
.am-info {
  background: #ecca6a4d;
  border: 1px solid #ccddeb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 1em;
  padding: 0.5em 1em;
}

/* the signup form */
.am-body .am-body-content-wrapper {
  text-align: left;
  background: #fbfff2;
  padding-bottom: 50px;
  padding-top: 1em;
  border-style: none;
}

.am-body {
    background-color: #fbfff2;
    }

@media all and (min-width: 800px) {
  .am-layout {
    background: url("../img/lay*ut-bg.png") repeat-y top center #ededed;
    background-color: #fbfff2;
  }
}

@media all and (min-width: 800px) {
  .am-body {
    background: url("../img/b*dy-bg.png") repeat-x left top #ededed;
    background-color: #fbfff2;
  }
}





