
/*for box titles*/
div.dialog h3 { 
	margin: 0 0px 10px; /*top right bottom*/
	padding: 18px 18px 10px;
	border-bottom: 0px solid #999999;
	color: #999999;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;}

/*for box lists*/
div.dialog h2 {
	margin: 0 0px 0px; /*top right bottom*/
	padding: 8px 0px 2px;
	border-bottom: 0px dotted #999999;
	color: #666666;
	font-size: 14px;
	font-weight: normal;}


/*  -- Even more rounded corners with CSS: Base stylesheet --*/
#intro.dialog { width: 425px; font-size:12px;}
#three_steps.dialog { width: 415px; font-size:10px;}
#order.dialog { width: 455px; font-size:10px;}
#contact.dialog { width: 520px; font-size:10px;}


#syndicate.dialog { width: 250px; float:left; margin-right: 20px; text-align:center; }


.dialog {
 position:relative;
 margin:0px auto;
 width: 400px; /*remove for joomla*/
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 z-index:2;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */}

.dialog .content, .dialog .t, .dialog .b, .dialog .b div {
 background:transparent url(../images/rounded_corners.png) no-repeat top right;}
 
.dialog .content {
 position:relative;
 zoom:1;
 padding:0px 12px 2px 0px; /*top right bottom left...bottom padding prevents exploding gap between divs*/}

/* top+left vertical slice */
.dialog .t {
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 background-position:top left;}

/* bottom slice*/
.dialog .b {
 position:relative;
 width:100%;}

.dialog .b,.dialog .b div {
 height:20px; /* height of bottom cap/shade */
 font-size:1px;}

.dialog .b {background-position:bottom right;}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;}

.dialog h1 {padding-bottom:0px;}

