/* CSS Document *//**
 * 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: #ffbb00;
  color: #dddddd;
  font-size:62.5%;
  Align pixels with ems - http://www.clagnut.com/blog/348/
} */
div.rounded {
  background: #292929 url(images/bl_18_292929_ffbb00.gif) no-repeat  bottom left;
  color: #dddddd;
  position: relative;
  padding-top: 0;
  padding-bottom: 18px;
  margin: 1em 10px 0 0 ;
  height:100%
}
/* every element within 'div.rounded' gets the B-R corner */
div.rounded * {
  background: #292929 url(images/br_18_292929_ffbb00.gif) no-repeat  bottom right;
  color: #dddddd;
  padding: 1em 2em 18px 18px;
  margin: 0 0 -18px 18px;
  height:100%;
}

/* Scrub that B-R corner from all elements *2 or more* levels deep*/
div.rounded * * {
  padding: 0;
  margin: 0;
  background: none;
  color: #dddddd;
  height:auto
}

/* Set up some H's as 'box heads' with the T-R and T-L corners */

div.rounded h1, div.rounded h4 {
  color: #ffbb00;
  background: #292929 url(images/tr_18_292929_ffbb00.gif) no-repeat top right;;
  display: list-item;
  list-style-image: url(images/tlc_18_292929_ffbb00.gif);
  list-style-position: inside;
  list-style-type:none;
  padding: 0;
  margin: 0;
  position: relative;
}

div.rounded h1 {
	font-size: 3.2em;
}

div.rounded h4 {
	font-size: 2em;
}


/* all curved boxes get the bottom-left corner */


/* just prettier links */
a:link { color:#3399FF }
a:hover { color:#33CCFF }
a:visited { color:#3399FF }

/* reset some useful defaults on list items */
div.rounded * li {
  margin-left: 2em;
}


/********************************************************************************/
.roundedcornr_box_943354 {
   background: #292929;
}
.roundedcornr_top_943354 div {
   background: url(images/roundedcornr_943354_tl.png) no-repeat top left;
}
.roundedcornr_top_943354 {
   background: url(images/roundedcornr_943354_tr.png) no-repeat top right;
}
.roundedcornr_bottom_943354 div {
   background: url(images/roundedcornr_943354_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_943354 {
   background: url(images/roundedcornr_943354_br.png) no-repeat bottom right;
}

.roundedcornr_top_943354 div, .roundedcornr_top_943354, 
.roundedcornr_bottom_943354 div, .roundedcornr_bottom_943354 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_943354 { margin: 0 10px; }
