/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 width:230px; margin-left:2px; margin:10px 2px 0 0; float:left;
  min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
padding:0;
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(white.png) no-repeat top right;
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

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

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

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

.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 {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
 font-size:.95em;
 text-align:center;
}
.dialog p {font-size:.7em;  margin:0px; padding:0.5em 0px 0.5em 0px; color:#333333;}

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

/*.dialog:hover {background:#666666;}*/
.dialog:hover .content,
.dialog:hover .t,
.dialog:hover .b,
.dialog:hover .b div {
 background:transparent url(red.png) no-repeat top right;
}

.dialog:hover .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog:hover .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

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

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

.dialog:hover .b {
 background-position:bottom right;
 margin-bottom:0;
 padding-bottom:0;
}

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

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

.dialog:hover .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. */
}
#wrap #header .dialog:hover .readmore, #wrap #header .dialog:hover .readmore a:link, #wrap #header .dialog:hover .readmore a:visited {text-decoration:none; color:#FFFFFF;}




/* Orange - 2nd item */
.dialog2 {
 position:relative;
 margin:0px auto;
 width:230px; margin-left:2px; margin:10px 2px 0 0; float:left;
  min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
padding:0;
}

.dialog2 .content,
.dialog2 .t,
.dialog2 .b,
.dialog2 .b div {
 background:transparent url(white-4.png) no-repeat top right;
}

.dialog2 .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog2 .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

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

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

.dialog2 .b {
 background-position:bottom right;
 margin-bottom:0;
 padding-bottom:0;
}

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

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

.dialog2 .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. */
}

.dialog2 h1 {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
 font-size:.95em;
 text-align:center;
}
.dialog2 p {font-size:.7em;  margin:0px; padding:0.5em 0px 0.5em 0px; color:#333333;}

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

.dialog2:hover .content,
.dialog2:hover .t,
.dialog2:hover .b,
.dialog2:hover .b div {
 background:transparent url(green.png) no-repeat top right;
}

.dialog2:hover .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog2:hover .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog2:hover .b {
 /* bottom */
 position:relative;
 width:100%;
}

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

.dialog2:hover .b {
 background-position:bottom right;
 margin-bottom:0;
 padding-bottom:0;
}

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

.dialog2:hover .hd,
.dialog2:hover .bd,
.dialog2:hover .ft {
 position:relative;
}

.dialog2:hover .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. */
}
#wrap #header .dialog2:hover .readmore, #wrap #header .dialog2:hover .readmore a:link, #wrap #header .dialog2:hover .readmore a:visited {text-decoration:none; color:#FFFFFF;}



/* Blue 3rd item */
.dialog3 {
 position:relative;
 margin:0px auto;
 width:230px; margin-left:2px; margin:10px 2px 0 0; float:left;
  min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
padding:0;
}

.dialog3 .content,
.dialog3 .t,
.dialog3 .b,
.dialog3 .b div {
 background:transparent url(white-3.png) no-repeat top right;
}

.dialog3 .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog3 .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

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

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

.dialog3 .b {
 background-position:bottom right;
 margin-bottom:0;
 padding-bottom:0;
}

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

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

.dialog3 .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. */
}

.dialog3 h1 {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
 font-size:.95em;
 text-align:center;
}
.dialog3 p {font-size:.7em;  margin:0px; padding:0.5em 0px 0.5em 0px; color:#333333;}

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

.dialog3:hover .content,
.dialog3:hover .t,
.dialog3:hover .b,
.dialog3:hover .b div {
 background:transparent url(blue.png) no-repeat top right;
}

.dialog3:hover .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog3:hover .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog3:hover .b {
 /* bottom */
 position:relative;
 width:100%;
}

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

.dialog3:hover .b {
 background-position:bottom right;
 margin-bottom:0;
 padding-bottom:0;
}

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

.dialog3:hover .hd,
.dialog3:hover .bd,
.dialog3:hover .ft {
 position:relative;
}

.dialog3:hover .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. */
}
#wrap #header .dialog3:hover .readmore, #wrap #header .dialog3:hover .readmore a:link, #wrap #header .dialog3:hover .readmore a:visited {text-decoration:none; color:#FFFFFF;}


/* Purple 4th box */
.dialog4 {
 position:relative;
 margin:0px auto;
 width:230px; margin-left:2px; margin:10px 2px 0 0; float:left;
  min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
padding:0;
}

.dialog4 .content,
.dialog4 .t,
.dialog4 .b,
.dialog4 .b div {
 background:transparent url(white-2.png) no-repeat top right;
}

.dialog4 .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog4 .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

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

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

.dialog4 .b {
 background-position:bottom right;
 margin-bottom:0;
 padding-bottom:0;
}

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

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

.dialog4 .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. */
}

.dialog4 h1 {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
 font-size:.95em;
 text-align:center;
}
.dialog4 p {font-size:.7em;  margin:0px; padding:0.5em 0px 0.5em 0px; color:#333333;}

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

.dialog4:hover .content,
.dialog4:hover .t,
.dialog4:hover .b,
.dialog4:hover .b div {
 background:transparent url(purple.png) no-repeat top right;
}

.dialog4:hover .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog4:hover .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog4:hover .b {
 /* bottom */
 position:relative;
 width:100%;
}

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

.dialog4:hover .b {
 background-position:bottom right;
 margin-bottom:0;
 padding-bottom:0;
}

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

.dialog4:hover .hd,
.dialog4:hover .bd,
.dialog4:hover .ft {
 position:relative;
}

.dialog4:hover .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. */
}
#wrap #header .dialog4:hover .readmore, #wrap #header .dialog4:hover .readmore a:link, #wrap #header .dialog4:hover .readmore a:visited {text-decoration:none; color:#FFFFFF;}