﻿/** DIV TAGS **/

div#left-content {
  float: left;
  padding-left: 1px;
  width: 50%;
  font-size: 8pt;
  /*height: 353px; */

  display: block;
}

div#bottom-content {
  font-size: 8pt;

  float: none;
  display: block;
  
}

div#right-content {
  float: right;
  width: 49%;
  font-size: 8pt;
  padding-top: 10px;
  display: block;
  border-radius-left: 5px;
  -moz-border-radius-left: 5px;
  -webkit-border-radius-left: 5px;
}

/** P TAGS **/

div#bottom-content p {
  margin-top: 0px;
  margin-left: 20px;
  margin-bottom: 0px;
  margin-right: 10px;

}

div#right-content p {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  padding-top: 0px;
}

div#right-content p.last {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-bottom: 10px;
   padding-top: 0px;
}
div#left-content p {
  margin-top: 0px;
  margin-left: 20px;
  margin-bottom: 0px;
  margin-right: 10px;
}


.bar-radius {
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;				
				
				
}
/** RIGHT BAR **/

div#right-yof-bar {
  background-image: url(../_images/yof-header.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  height: 53px;

}
div#right-mothersday-bar {
  background-image: url(../_images/mothers-day-header.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  height: 53px;

}


div#right-orange-bar {
  background-image: url(../_images/orange.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  height: 53px;

}

div#right-green-bar {
  background-image: url(../_images/green.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  height: 53px;
}

div#right-white-bar {
  background-image: url(../_images/white.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  height: 53px;
}

/** H TAGS **/

div#left-content h3 {
  font-family: 'Tangerine', arial, verdana, tahoma;
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-bottom: 0px;
  padding-top: 4px;
  color: #568315;
}


div#right-content h3 {
 /*
  font-family: 'Calligraffitti', arial, verdana, tahoma;
  font-size: 30px;
   padding-top: 15px;
   font-weight: normal;
   */
 
  font-size: 12pt;
 
  font-weight: bold;
  padding-top: 30px;

  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 3px;
  margin-top: 0px;
  color: #ffffff;
  
}

td#right-content h3 {
  font-size: 13pt;
  font-weight: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 30px;
  padding-left: 3px;
  margin-top: 0px;
  color: #ffffff;
}

div#bottom-content h3 {
 /* font-family: 'Calligraffitti', arial, verdana, tahoma;
  font-size: 30px;
 */
  font-size: 12pt;

  font-weight: bold;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-bottom: 0px;
  padding-top: 4px;
  color: #568315;
	color: #E489CB !important;
}

a.md-home-page-main-link:link, a.md-home-page-main-link:active, a.md-home-page-main-link:visited {
  text-decoration: none;
  color: #466503;
  display:block;
  text-shadow: 0px 0px 3px #ffffff;
}

a.md-home-page-main-link:hover {
  text-decoration: none;
  color: #ffffff;	
    display:block;
  text-shadow: 0px 0px 3px #333333;

}
a.home-page-main-link:link, a.home-page-main-link:active, a.home-page-main-link:visited {
  text-decoration: none;
  color: #ffffff;
  display:block;
  text-shadow: 0px 0px 3px #333333;

}

a.home-page-main-link:hover {
  text-decoration: none;
  color: #ffffff;	
    display:block;
      text-shadow: 0px 0px 3px #333333;


}
.entry-content select { margin-bottom: 5px; }
.entry-content input { margin-bottom: 0px; } 