/**
 * Spanky Corners -- CSS Rounded Corners by SitePoint
 *
 * Auto generated code by SitePoint.com
 * Details @ https://tools.sitepoint.com/spanky/
 * @version 1.0
 */

body {
  background-color: #ffffff;
  color: #333333;
  font-size:62.5%;
 /* Align pixels with ems - https://www.clagnut.com/blog/348/ */
}


div.rounded {
  background: #ffe47a url(https://castingwords.com/images/bl_18_ffe47a_ffffff.gif) no-repeat  bottom left;
  color: #333333;
  position: relative;
  padding-top: 0;
  padding-bottom: 18px;
  margin: 1em 10px 0 0 ;

  height:100%

}


/* reset some useful defaults on list items */
div.rounded * li {
  margin-left: 2em;
}


div.rounded * ul {
  margin-left: 2em;
  
}





/* Scrub that B-R corner from all elements *2 or more* levels deep


div.rounded * * {
  padding: 0;
  margin: 0;
  color: #333333;
}
div.rounded * {
  padding-left:  20px;
  margin-left: 1em;        
  color: #333333;
}

*/



/* Set up some H's as 'box heads' with the T-R and T-L corners */
div.rounded h1 {
	font-size: 3.2em;
}

div.rounded h4 {
	font-size: 2em;
}

div.rounded h3 {
  font-size: 1.5em;
}


/* all curved boxes get the bottom-left corner */


/* just prettier links */
a:link { color:#0000CC }
a:hover { color:#0033FF }
a:visited { color:#0000CC }

div.rounded .boxhead {
  color: #ffffff;
  background: #ffe47a url(https://castingwords.com/images/tr_18_ffe47a_ffffff.gif) no-repeat top right;;
  display: list-item;
  list-style-image: url(https://castingwords.com/images/tlc_18_ffe47a_ffffff.gif);
  list-style-position: inside;
  list-style-type:none;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
}

div.rounded .boxfooter {
  background: #FFE47A url(https://castingwords.com/images/br_18_ffe47a_ffffff.gif) no-repeat scroll right bottom;
  color:#333333;
  height:100%;
  margin:0pt 0pt -18px 18px;
  padding:1em 2em 18px 18px;
}



div.roundedcontent{
  margin: 0px 0px 0px 0px;
  padding: 0 18px 0 18px;
}


div.roundedcontent td{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height: 10px
}

