@charset "utf-8";

/* Cal Aggie Christian Association box styles */

/* rounded boxes based on: http://www.modxcms.com/simple-rounded-corner-css-boxes.html */

/* set the image to use and establish the lower-right position */ 
.thrashbox, .thrashbox_body, .thrashbox_head, .thrashbox_head h2 {
    background: transparent url(/_img/box/tan-box.png) no-repeat bottom right; 
} 
.thrashbox { 
    width: 230px !important; /* intended total box width - padding-right(next) */
    width: 215px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin-left: -23px; /* use to position the box */ 
} 

/* set the top-right image */ 
.thrashbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 35px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.thrashbox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 25px 0px 0px 35px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.thrashbox_body { 
    background-position: bottom left; 
    margin-right: 25px; /* interior-padding right */ 
    padding: 1px 0 10px 35px; /* mirror .thrashbox_head right/left */ 
} 