/* 
  Floaty boxes,  derived from -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:900px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}
/* This starts the unique to-each box styling, there's a lot of repetiton*/

/*The stairs box */
.dialog.stairs .content,
.dialog.stairs .t,
.dialog.stairs .b,
.dialog.stairs .b div {
 background:transparent url(../images/backgrounds/portfolio-yellow.png) no-repeat top right;
 _background-image:url(dialog2-blue.gif);
 float:left;
}

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

.dialog.stairs .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.stairs .b {
 /* bottom */
 position:relative;
 width:100%;
}

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

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

.dialog.stairs .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}
.dialog.stairs .scroller {
 max-height:400px;
}
/*The portfolio home box */
.dialog.millwork .content,
.dialog.millwork .t,
.dialog.millwork .b,
.dialog.millwork .b div {
 background:transparent url(../images/backgrounds/portfolio-yellow.png) no-repeat top right;
 _background-image:url(dialog2-blue.gif);
 float:left;
}

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

.dialog.millwork .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.millwork .b {
 /* bottom */
 position:relative;
 width:100%;
}

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

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

.dialog.millwork .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}
.dialog.millwork .scroller {
 max-height:400px;
}
/*The outside Box*/
.dialog.outside .content,
.dialog.outside .t,
.dialog.outside .b,
.dialog.outside .b div {
 background:transparent url(../images/backgrounds/portfolio-yellow.png) no-repeat top right;
 _background-image:url(dialog2-blue.gif);
 float:left;
}

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

.dialog.outside .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.outside .b {
 /* bottom */
 position:relative;
 width:100%;
}

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

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

.dialog.outside .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}
.dialog.outside .scroller {
 max-height:400px;
}
/*The shopwork Box*/
.dialog.shopwork .content,
.dialog.shopwork .t,
.dialog.shopwork .b,
.dialog.shopwork .b div {
 background:transparent url(../images/backgrounds/portfolio-yellow.png) no-repeat top right;
 _background-image:url(dialog2-blue.gif);
 float:left;
}

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

.dialog.shopwork .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.shopwork .b {
 /* bottom */
 position:relative;
 width:100%;
}

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

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

.dialog.shopwork .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}
.dialog.shopwork .scroller {
 max-height:400px;
}
/*end of the custom boxes*/
.dialog .scroller {
 /* 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;
}
/*These stylings are for the text in the boxes*/

.columnar {
	position:relative;
	padding-top:15px;
	margin-left: 10px;
	margin-right:10px;
	padding-bottom: 10px;
	width: 310px;
}
.columnarlast {
	position:relative;
	padding-top:15px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:10px;
	width: 426px;
}

/*to get the columns to show properly, each need their own ID, so they can float. Padding and the like is assigned in the columnar class, above.*/
#stairpic {
	float:left;

}
#stairtext {
	float:left;
}
#stairtext p {
	padding-top: 10px;
}
#stairtext h2 {
	padding-top: 10px;
	}
#millworkpic {
	float:left;

}
#millworktext {
	float:left;
}
millworktext h2 {
	padding-top: 10px;
}
#millworktext p {
	padding-top: 10px;

}

#outsidepic {
	float:left;

}
#outsidetext {
	float:left;
}
#outsidetext p {
	padding-top: 10px;

}
#outsidetext h2 {
	padding-top: 10px;
}

#shopworkpic {
	float:left;

}
#shopworktext {
	float:left;
}
#shopworktext h2 {
	padding-top: 10px;
}
#shopworktext p {
	padding-top: 10px;
}

.dialog ul {
	text-align: left;
	list-style: none;
}
.dialog li {
	color:#000000;
	font-size: 10pt;
}
.dialog h2 {
	color: #333333;
	font-size: 22px;
	font-weight: 600;
	text-align:center;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 20px;
}
.dialog h3 {
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	text-align:center;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
.dialog a img {
	border: 0px;
	margin-bottom: 10px;
	opacity:1;
	/*IE's asinine, non-standard tranparency here*/
	filter:alpha(opacity=100);
}
.dialog a:hover img {
	opacity:0.9;
	/*IE's asinine, non-standard tranparency here*/
	filter:alpha(opacity=90);
}
.dialog .rule {
	border: 1px solid #333333;
}
/*The stairs slide box */
.dialog.stairslide .content,
.dialog.stairslide .t,
.dialog.stairslide .b,
.dialog.stairslide .b div {
 background:transparent url(../images/backgrounds/portfolio-yellow.png) no-repeat top right;
 _background-image:url(dialog2-blue.gif);
 float:left;
}

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

.dialog.stairslide .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.stairslide .b {
 /* bottom */
 position:relative;
 width:100%;
}

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

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

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