﻿/* xsnazzy css extracted */
#xsnazzy h2 {padding-top:0.5em;}
#xsnazzy {background: transparent; margin:5px 1em 10px 1em;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}

/* In the following, background: controls upper/lower inner(?) border color;
border-left and border-right control rounded corner border colors */

.xb2, .xb3, .xb4 {background:#e8eff6; border-left:1px solid #800; border-right:1px solid #800;}

/* In .xb1, background: controls upper/lower outer border color. Should 
match the xb2,3,4 border-right/left colors above */

.xb1 {margin:0 5px; background:#800;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

/* In this one, the background: color is the actual content rectangle inside the borders;
border: is the color of the div's borders, effectively the side borders. Apparently it works
by covering the top/bottom borders with the <b> elements with class xtop/xbottom */

.xboxcontent {display:block; background:#e8eff6; border:0 solid #800; border-width:0 1px;
padding:0 10px;}

/* To change outer border color, change .xboxcontent border color, .xb1 background color, and 
.xb2,3,4 border-left and border-right colors. 

To change box content background, change 
.xboxcontent background color and .xb2,3,4 background color. 

Original border color was #08c.*/

.xboxcontent h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.8em;
	font-style:italic;
}
.xboxcontent p {
	font-size:1.15em;
}
.dblQuotes {
	vertical-align:text-top;
	padding:0 5px;
}
