@charset "UTF-8";
html  {
	height: 100%;
}
body  {
	height: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #2f2f2f;
	color: #000000;
}
p {
	margin: 0px;
}
a.maintext:link, a.maintext:visited {
	color: #660000;
	text-decoration: none;
}
a.maintext:hover, a.maintext:active, a.maintext:focus {
	color: #CC3366;
	text-decoration: none;
}
a.popup:link, a.popup:visited {
	color: #000000;
	text-decoration: none;
}
a.popup:hover, a.popup:active, a.popup:focus {
	color: #EC008C;
	text-decoration: none;
}
a.titlelink:link, a.titlelink:visited {
	color: #660000;
	text-decoration: none;
}
a.titlelink:hover, a.titlelink:active, a.titlelink:focus {
	color: #CC3366;
	text-decoration: none;
}
a.articletitlelink:link, a.articletitlelink:visited {
	color: #9A005D;
	text-decoration: none;
}
a.articletitlelink:hover, a.articletitlelink:active, a.articletitlelink:focus {
	color: #EC008C;
	text-decoration: none;
}
a.articletitlelinkcurrent {
	color: #EC008C;
	text-decoration: none;
}
a.footerlink:link, a.footerlink:visited {
	color: #888888;
	text-decoration: none;
}
a.footerlink:hover, a.footerlink:active, a.footerlink:focus {
	color: #888888;
	text-decoration: underline;
}
a.menulink:link, a.menulink:visited {
	color: #660000;
}
a.menulink:hover, a.menulink:active, a.menulink:focus {
	color: #CC3366;
	text-decoration: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.border10px {
	border-top-color: #ffffff;
	border-top-width: 10px;
	border-top-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 10px;
	border-bottom-style: solid;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-variant: small-caps;
	letter-spacing: 0.3em;
	color: #660000;
	text-align: left;
	padding-top: 8px;
	margin-top: -8px;
	margin-bottom: 8px;
}
.chapter {
	color: #660000;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.2em;
	font-weight: bold;
}
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #444444;
	padding-left: 2%;
}
.articletitle {
	color: #444444;
	font-size: .9em;
	padding-left: 2%;
}
.articlesubtitle {
	font-style: italic;
	color: #786F5C;
	padding-left: 2%;
	margin-bottom: 1em;
	font-size: 0.9em;
}
.articleheader {
	font-weight: bold;
	color: #EC008C;
}
#wrapper #maintext p.articleheaderpink {
	font-weight: bold;
	color: #FF33CC;
}
.articlesub {
	font-weight: bold;
	color: #6666FF;
	font-style: italic;
}
.motto {
	font-weight: bold;
	color: #EC008C;
	font-size: 1.3em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.2em;
	letter-spacing: .15em;
}
.articlesubheader {
	font-style: italic;
	color: #986890;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #888888;
	text-align: right;
	margin: 5px;
	padding-bottom: 5px;
}
img.main {
	margin-top: 0.5%;
	margin-bottom: 0.5%;
}
img.highlight {
	margin-left: 30px;
}
#wrapper {
	background-color: #ffffff;
	width: 800px;
	margin-top: 1%;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	background-image: url(images/graphics/toprnd.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#wrapper #main {
	width: 99%;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #main.welcome {
	height: 284px;
	margin-top: 3px;
}
#wrapper #maintext {
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
#wrapper #maintext p {
	padding-right: 2%;
	padding-left: 2%;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #444444;
}
#wrapper #maintext p.chapter {
	color: #660000;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.2em;
	font-weight: bold;
}
#wrapper #maintext img.borderr {
	border-right-width: 1em;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#wrapper #maintext #leftbig {
	color: #444444;
	float: left;
	width: 65%;
	background-color: #FFFFFF;
	text-align: left;
	padding: 8px 8px 8px 3%;
	height: 550px;
}
#wrapper #maintext #rightsmall {
	color: #444444;
	background-color: #e2e1e7;
	padding: 8px 8px 8px 1%;
	margin-left: 70%;
	margin-top: 3px;
	margin-bottom: 1px;
	text-align: left;
	height: 550px;
}
#wrapper #pinkline {
	background: #EC008C;
	height: 3px;
	width: 99%;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1px;
	color: #EC008C;
}
#wrapper #greyline {
	background: #333333;
	height: 3px;
	width: 99%;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1px;
	color: #333333;
}
#wrapper #highlights {
	width: 99%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.5%;
}
#wrapper #highlights #lefthl {
	float: left;
	width: 31%;
	background-color: #000000;
	padding: 8px;
	margin-top: 0px;
	margin-bottom: 1px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	background-image: url(images/graphics/stripes.gif);
	background-repeat: repeat;
}
#wrapper #highlights #righthl {
	float: right;
	width: 31%;
	background-color: #e2e1e7;
	padding: 8px;
	margin-top: 0px;
	margin-bottom: 1px;
	/* background-image: url(images/confessionsofarebeldebutantepaperback.gif);
	background-repeat: no-repeat;
	background-position: center 2.2em; */
}
#wrapper #highlights #middlehl {
	margin-right: 33.5%;
	margin-left: 33.5%;
	background-color: #ECEDBF;
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 1px;
}
#wrapper #highlights #subnavbarl {
	float: left;
	width: 262px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
}
#wrapper #highlights #subnavbarr {
	float: right;
	width: 262px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
}
#wrapper #highlights #subnavbarm {
	margin-right: 33.5%;
	margin-left: 33.5%;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 1px;
}
#wrapper #highlights #leftonethird {
	color: #444444;
	float: left;
	width: 262px;
	margin-top: 2px;
	margin-bottom: 1px;
	text-align: left;
	font-size: .95em;
	padding-top: 8px;
}
#wrapper #highlights #leftonethird #leftonethirdtop {
	height: 10px;
	width: 246px;
	background-image: url(images/graphics/rndtoppink.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 8px;
	padding-left: 8px;
}
#wrapper #highlights #leftonethird #leftonethirdmiddle {
	background-color: #fedeea;
	width: 246px;
	padding: 8px;
}
#wrapper #highlights #leftonethird #leftonethirdbottom {
	height: 10px;
	width: 246px;
	background-image: url(images/graphics/rndbottompink.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 8px;
	padding-left: 8px;
}
#wrapper #highlights #righttwothirds {
	color: #444444;
	font-size: .9em;
	padding: 8px 8px 8px 20px;
	margin-left: 262px;
	margin-top: 2px;
	margin-bottom: 1px;
	text-align: left;
}
#wrapper #highlights #lefttwothirds {
	color: #444444;
	float: left;
	width: 550px;
	margin-top: 2px;
	margin-bottom: 1px;
	text-align: left;
	font-size: .95em;
	padding-top: 8px;
}
#wrapper #highlights #lefttwothirds #lefttwothirdstop {
	height: 10px;
	width: 550px;
	background-image: url(images/graphics/rndtoppink.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 8px;
	padding-left: 8px;
}
#wrapper #highlights #lefttwothirds #lefttwothirdsmiddle {
	background-color: #fedeea;
	width: 550px;
	padding: 8px;
}
#wrapper #highlights #lefttwothirds #lefttwothirdsbottom {
	height: 10px;
	width: 550px;
	background-image: url(images/graphics/rndbottompink.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 8px;
	padding-left: 8px;
}
#wrapper #highlights #rightonethird {
	color: #444444;
	font-size: .9em;
	background-color: #FFEBD7;
	height: 650px;
	padding: 8px 8px 8px 20px;
	margin-left: 550px;
	margin-top: 2px;
	margin-bottom: 1px;
	text-align: left;
}
#wrapper #highlights #lefthalf {
	color: #444444;
	float: left;
	width: 45%;
	background-color: #FFEBD7;
	text-align: left;
	font-size: .9em;
	padding: 8px 8px 8px 3%;
	height: 650px;
}
#wrapper #highlights #righthalf {
	color: #444444;
	font-size: .9em;
	background-color: #DEDEFF;
	padding: 8px 8px 8px 3%;
	margin-left: 50%;
	margin-top: 3px;
	margin-bottom: 1px;
	text-align: left;
	height: 650px;
}
#wrapper #footer {
	background-image: url(images/graphics/bottomrnd.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#wrapper #highlights #categorytm {
	margin-right: 33.5%;
	margin-left: 33.5%;
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 1px;
	border: 1px solid #E2E1E7;
}
#wrapper #highlights #categorybl {
	float: left;
	width: 31%;
	margin-left: 10%;
	padding: 8px;
	margin-top: 0px;
	margin-bottom: 1px;
	border: 1px solid #E2E1E7;
}
#wrapper #highlights #categorybr {
	margin-right: 10%;
	margin-left: 57%;
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 1px;
	border: 1px solid #E2E1E7;
}
#wrapper #highlights #lefthalf #message #botornot {
	line-height: 1px;
	display: none;
	visibility: hidden;
}
/* --------------------------------------- Pages layer 2 --------------------------------------- */
#wrapper #menu {
	width: 99%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.5%;
}
#wrapper #menu.store {
	background-image: url(images/store_ad.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	height: 471px;
}
#wrapper #menu.books {
	background-image: url(images/debutante_garden.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	height: 471px;
}
#wrapper #menu.articles {
	background-image: url(images/classy_lady.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 610px;
}
#wrapper #menu.events {
	background-image: url(images/debutante_posing.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 620px;
}
#wrapper #menu.press {
	background-image: url(images/debutante_sofa.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 471px;
}
#wrapper #menu.press p {
	padding-right: 2%;
	padding-left: 2%;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #444444;
}
.articlesubtitle, #wrapper #menu.press p.articlesubtitle {
	font-style: italic;
	color: #EC008C;
	padding-left: 2%;
	margin-bottom: 1em;
	font-size: 0.9em;
}
#wrapper #menu.events p {
	text-align: left;
	padding-right: 2%;
	padding-left: 2%;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #444444;
}
#wrapper #menu.events p.chapter, #wrapper #menu.press p.chapter {
	color: #660000;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.2em;
	font-weight: bold;
}
#wrapper #menu #menucategory {
	height: 30.8%;
	padding-left: 8px;
	margin-top: -2%;
	margin-bottom: 4%;
}
#wrapper #menu #menucategorywide {
	height: 48%;
	padding-left: 8px;
	margin-top: -2%;
	margin-bottom: 4%;
}
#wrapper #menu #menucategory.violet, #wrapper #menu #menucategorywide.violet {
	margin-left: 350px;
	background-image: url(images/graphics/violet.gif);
	background-repeat: repeat-y;
}
#wrapper #menu #menucategory.blue, #wrapper #menu #menucategorywide.blue {
	margin-left: 350px;
	background-image: url(images/graphics/blue.gif);
	background-repeat: repeat-y;
}
#wrapper #menu #menucategory.yellow, #wrapper #menu #menucategorywide.yellow {
	margin-left: 350px;
	background-image: url(images/graphics/yellow.gif);
	background-repeat: repeat-y;
}
#wrapper #menu #menucategory.top {
	margin-left: 0;
	margin-bottom: 0;
	height: 200px;	
}
#wrapper #menu #menucategory.bottom {
	background-image: url(images/debutante_bowing.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 150px;
	margin-left: 0;
	margin-bottom: 0;
	height: 200px;
}
.menutitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-variant: small-caps;
	letter-spacing: 0.3em;
	color: #660000;
	text-align: left;
	margin-left: 13%;
	line-height: 0em;
}
.menusubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #660000;
	text-align: left;
	font-variant: normal;
	letter-spacing: 0em;
}
#wrapper #maintext .widget {
	text-decoration: none;
	text-align: center;
	height: 50px;
}
#wrapper #maintext #box {
	width: 85%;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FF66FF;
	text-align: center;
	background-color: #FFCCFF;
}
#wrapper #maintext #box p {
	padding-top: .7em;
	padding-bottom: .7em;
	color: #003366;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
}
#wrapper #maintext #rightsmall p a:link, a:visited {
	color: #003366;
	text-decoration: underline;
}
#wrapper #maintext #rightsmall p a:hover, a:active, a:focus {
	color: #6699FF;
	text-decoration: underline;
}
