@charset "UTF-8";

/* GLOBAL STYLES */

body {
  font-family: 'Trebuchet', Arial;
  color: #444;
  font-size: 12px;
  background: #E6D9AD url(/assets/images/bg.jpg) top left;
}

#container {
  width: 650px;
  margin: 0 auto;
  padding: 290px 0 0 0;
  background: url(/assets/images/bgWrapper.png) top left no-repeat;
}

.clear {
  clear:both;
} 

#notify {
  width: 488px;
  min-height: 116px;
  margin: 0 auto;
  background: url(/assets/images/bgNotify.png) top center no-repeat;
}

.listSocial {
  text-align: center;
  margin: 15px 0 0 0;
}

.listSocial li {
  display: inline;
  margin: 0 4px;
}

#mce-EMAIL {
  float:left;
  margin: 48px 0 0 52px;
  width: 270px;
  border: none;
  font-size: 14px;
  background: none;
}

#mc-embedded-subscribe {
  float: right;
  margin: 48px 49px 0 0;
  border: none;
  background: none;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  color: #FFF;
}

#mce-responses {
  font-size: 16px;
  margin: 45px 0 0 0;
  padding: 0 20px 20px 20px;
  color: #000;
  text-align: center;
}

.mce_inline_error {
  float: left;
  margin: 0 0 0 -275px;
}