/* ***********************************************
	ROUNDED CORNERS
   ***********************************************  */
	
.asnazzy, .bsnazzy, .csnazzy, .dsnazzy, .esnazzy {background: transparent;}
.asnazzy{width: 180px; margin: 0 auto;}								/*asnazzy - main menu*/
.bsnazzy {width: 424px; margin: 0 auto;} 							/*bsnazzy - frontpage upcoming events*/
.csnazzy {width: 260px; margin: 0 auto;}								/*csnazzy - topbar links*/
.dsnazzy {width: 520px; margin: 0 auto; margin-bottom: 60px;}		/*dsnazzy - events and bookings*/
.esnazzy {width: 700px; margin: 0 auto;}								/*esnazzy - content cntnr */

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {border-left:1px solid; border-right:1px solid;}
.xb1 {margin:0 5px;}

/* set the top and bottom lines colour */
.asnazzy .xtop .xb1 { background:#AA6902;}
.asnazzy .xbottom .xb1 { background:#AA6902;}
.bsnazzy .xtop .xb1 { background:#FA9900;}
.bsnazzy .xbottom .xb1 { background:#FA9900;}
.csnazzy .xtop .xb1 { background:#C67900;}
.csnazzy .xbottom .xb1 { background:#C67900;}
.esnazzy .xtop .xb1 { background:#FDF7E1;}
.esnazzy .xbottom .xb1 { background:#FDF7E1;}
.dsnazzy .xtop .xb1 { background:#720B00;}
.dsnazzy .xbottom .xb1 { background:#720B00;}

.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

/* set the sides */
.xboxcontent {display:block; border:0 solid; border-width:0 1px; height:auto;}
/* hack for IE less then 7*/
* html .xboxcontent {height:1px;} 

/*  border-color sets the corners colour */
.color_a {background:#FA9900; border-color:#AA6902;}			/* used by: asnazzy*/
.color_b {background:#FFEAB1; border-color:#FA9900;}			/* used by: bsnazzy*/
.color_c {background:#FFE9C7; border-color:#C67900;}			/* used by: csnazzy*/
.color_d {background:#FFEAB1; border-color:#720B00;}			/* used by: dsnazzy*/
.color_e {background:#FDF7E1; border-color:#FDF7E1;}			/* used by: esnazzy*/
.color_f {background:#FFF3D5; border-color:#720B00;}			/* used by: dsnazzy*/