/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
html,
body {
  font-family: "Open Sans", Verdana, Helvetica, sans-serif;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  font-size: 12px !important;
  background-color: #fff;
  color: #333;
}
.site-footer {
  font-size: 12px;
}
.mmaintitle,
.site-title,
.site-title a {
  font-family: "Poiret One", Verdana, Helvetica, sans-serif;
}
.subheader {
  font-family: "Open Sans", Verdana, Helvetica, sans-serif;
}
.title-area {
  width: 500px;
}
.site-title {
  font-size: 46px;
}
/* subhead: subheading text */
.subhead {
  font-size: 14px;
}
.footer-widgets {
  font-size: 12px;
}
.normal {
  font: 12px/15px "Open Sans", Verdana, Helvetica, sans-serif;
}
p {
  line-height: 1.5em;
}
.loginfont {
  font-size: 12px;
}
.subheader {
  font-family: "Open Sans", Verdana, Helvetica, sans-serif;
}
.widget-title {
  font-size: 12px;
}
.featured-content .entry-title {
  font-size: 16px;
}
.mmaintitle {
  font-size: 20px;
}

.fambox {
  width: 191px;
  height: 56px;
  position: absolute;
  z-index: 5;
  background-color: #fbfafc;
  box-shadow: 5px 5px 5px #666;
  border-radius: 10px;
  padding: 0px;
  overflow: hidden;
  text-align: center;
}
.mfambox {
  width: 191px;
  height: 56px;
  position: absolute;
  z-index: 5;
  background-color: #d6d6d6;
  box-shadow: 5px 5px 5px #666;
  border-radius: 10px;
  padding: 0px;
  overflow: hidden;
  text-align: center;
}

.fambackground {
  background-color: #ebebeb;
}

table.calendar {
  background-color: #fff;
  border: 1px solid #d1c5b8;
  margin: 4px 2px;
}

#calLegend {
  background-color: #fbfafc;
  border: 1px solid #d1c5b8;
  font-size: 8pt;
  margin-top: 8px;
  padding: 4px;
  text-align: center;
}

table.calTip {
  background-color: #fff;
  border: 1px solid #d1c5b8;
  padding: 0;
}

td.calDay {
  background-color: #fbfafc;
  border-top: 1px solid #d1c5b8;
  border-left: 1px solid #d1c5b8;
  border-bottom: 2px solid #d1c5b8;
  border-right: 2px solid #d1c5b8;
  height: 110px;
  margin: 4px;
  padding: 2px;
  text-align: left;
  vertical-align: top;
  width: 14%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

td.calToday {
  background-color: #fff5e4;
  border-top: 1px solid #d1c5b8;
  border-left: 1px solid #d1c5b8;
  border-bottom: 2px solid #d1c5b8;
  border-right: 2px solid #d1c5b8;
  height: 110px;
  margin: 4px;
  padding: 2px;
  text-align: left;
  vertical-align: top;
  width: 14%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

a.hidden {
  background-color: #fbfafc;
  font-style: normal;
  padding: 2px;
}
.databack {
  background-color: #fbfafc;
}
.site-header .widget-area {
  float: right;
  text-align: right;
  width: 600px;
}
.pboxname {
  font-size: 12px;
  text-align: center;
}

div.icons {
  font-size: 12px;
  float: left;
  margin: 2px 0 0 2px;
  padding: 2px 0 0 3px;
  font-weight: normal;
}

div.icons-rt {
  font-size: 12px;
  float: right;
  margin: 2px 0 0 2px;
  padding: 2px 0 0 3px;
  font-weight: normal;
}
