/**
 * Spanky Corners -- CSS Rounded Corners by SitePoint
 *
 * Auto generated code by SitePoint.com
 * Details @ http://tools.sitepoint.com/spanky/
 * @version 1.0
 */

/*
body {
  background-color: #e6e6e6;
  color: #333333;
  font-size:62.5%;
*/
 /* Align pixels with ems - http://www.clagnut.com/blog/348/ */
/*}*/

/* all curved boxes get the bottom-left corner */
div.rounded {
  background: #ddffff url(/images/rounded/bl_18_ddffff_e6e6e6.gif) no-repeat bottom left;
  color: #333333;
  position: relative;
  padding-top: 0;
  padding-bottom: 18px;
  margin: 1em 10px 0 0 ;
  height:100%
}

/* all elements in 'div.rounded' gets the B-R corner */
div.rounded * {
  background: #ddffff url(/images/rounded/br_18_ddffff_e6e6e6.gif) no-repeat bottom right;
  color: #333333;
  padding: 1em 2em 18px 0;
  margin: 0 0 -18px 18px;
  height:100%;
}

/* Scrub that B-R corner from all elements *2+* levels deep*/
div.rounded * * {
  padding: 0;
  margin: 0;
  background: none;
  color: #333333;
  height:auto
}

/* Set up some H's as 'box heads' with the T-R and T-L corners */
div.rounded h3, div.rounded h4 {
  color: #000000;
  background: #ddffff url(/images/rounded/tr_18_ddffff_e6e6e6.gif) no-repeat top right;
  display: list-item;
  list-style-image: url(/images/rounded/tlc_18_ddffff_e6e6e6.gif);
  list-style-position: inside;
  list-style-type:none;
  padding: 0;
  margin: 0;
  position: relative;
}

div.rounded h3 {
  font-size: 1.6em;
}
div.rounded h4 {
  font-size: 1em;
}

div.rounded p {
  font-size:1.0em;
  line-height:1.3em;
}

div.rounded a {
text-decoration: none;
font-weight: bold;
}

div.rounded a:link {
color: #FF5500;
}

div.rounded a:visited {
color: #FF5500;
}

div.rounded a:hover, a:active {
color: #aa3322;
}
