/* Salon Indigo Style Sheet */

/***** Body and main container *****/

body {
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	background: #EAEAEA url(img/bg.gif) repeat-y top center;
	color: #6F0067;
}

#wrap {
	background-color: #ffffff;
	color: #820078;
	margin: 0 auto;
	padding: 1px 5px;
	width:760px;
}

/***** Header *****/

#header {
	color: #ffffff;
	background: #4B0082 url(img/hbg.png) repeat-x top center; /** indigo #4B0082 **/
	height: 150px;
	margin:  0px;
	padding: 0px;
}

#header h1 {
	color: #ffffff;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 3em;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 40px 15px;
	padding: 15px 0 0 0;
	background-color: transparent;
}

#header h1 a,#header h1 a:hover {
	color: #ffffff;
	background-color: transparent;
	padding:0; text-decoration: none;
}

#header img{
	float: right; display: block;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border: none;
}
.slogan, #header p {
	color: #ffffff;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.5em;
	margin: 0 0 0px 60px;
	padding: 0 0 0 0px;
	background-color: inherit;
}
.slogan {
	color: #6F0067;
	padding: 0px; margin: 0px;
}


/***** Left sidebar *****/

#avmenu {
	clear: left;
	float: left;
	width: 150px;
	margin: 10px 0 10px 0;
	padding: 0;
}

#avmenu ul {
	list-style:none;
	width:150px;
	margin:10px 0 20px 0;
	padding:0;
}

#avmenu li {
	margin: 0px 0 5px 0;
}

#avmenu li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #820078;
	display: block;
	padding: 6px 0 0 10px;
	background: #f4f4f4 url(img/menubg.gif) bottom left repeat-x;
	border-top: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-left: 4px solid #cccccc;
}

#avmenu li a:hover, #avmenu li a.current {
	background: #eaeaea url(img/menubg2.gif) bottom left repeat-x;
	color: #0050B9;
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	border-left: 4px #4B0082 solid;
}

#avmenu ul ul {
	margin:5px 0 5px 15px;
	font-size:0.9em;
	width:135px;
}

#avmenu ul ul a {
	height:16px;
	margin:0;
	padding:4px 0 0 8px;
}

#avmenu h2 {
	font-size:1.5em;
	font-weight:normal;
}



/***** Main content *****/

#contentwide {
	margin: 10px 15px 15px 175px;
	padding: 0;
	line-height: 1.5em;
	text-align: left;
}

#contentwide p{
	line-height: 2em;
}

#contentwide h2,#contentwide h3{
	font-family: Garamond, "Times New Roman", Times, serif;
	font-style: italic; font-weight: bold;
	color: #4B0082;
	background-color: inherit;
	padding:0;
}
#contentwide h2{
	font-size:1.8em;
	margin:8px 0 10px 0;
}
#contentwide h3{
	font-size:1.5em;
	margin:6px 0 6px 0;
}
#contentwide h4{
	font: italic bold 95% Verdana,Tahoma,Arial,sans-serif;
	margin: 6px 0 6px 0;
}

#contentwide img{
	padding: 1px;
	display: inline;
	background: #cccccc;
	color: #6F0067;
	border: 4px solid #f0f0f0;
}
#contentwide .pagetitle{text-align: right;}
#contentwide .plain{
	border: none;
	background: #ffffff;
	color: inherit;
	padding: 0px;
	margin: 5px;
}
#contentwide a{
	font-weight:bold; color: #0050B9;
	background-color: inherit;
}


#contentwide ul, #contentwide ol {
	margin:0 0 16px 20px;
	padding:0;
}


#contentwide ul ul, #contentwide ol ol {
	margin:2px 0 2px 20px;
}

#contentwide li {
	margin:0 0 2px 10px;
	padding:0 0 0 4px;
}

/***** Footer *****/

#footer {
	clear:both;
	margin:0 auto;
	padding:8px 0;
	border-top:2px solid #dadada;
	width:760px;
	text-align:center;
	color:#808080;
	background-color:#ffffff;
	font-size:0.9em;
}

#footer p {
	padding:0;
	margin:0;
}

#footer a {
	color:#808080;
	background-color:inherit;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/***** Various tags *****/

a {
	text-decoration:none;
	color:#0050B9;
	background-color:inherit;
}

a:hover {
	text-decoration:underline;
	color:#0050B9;
	background-color:inherit;
}

a img {
	border:0;
}

p {
	margin:0 0 16px 0;
}


blockquote {
	border-top:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	border-left:4px solid #B5085A;
	margin:16px;
	padding:7px 7px 7px 11px;
	background:#f4f4f4 url(img/menubg.gif) bottom left repeat-x;
	color:#505050;
}

blockquote p {
	font-size:1.1em;
	line-height:1.3em;
	margin:0;
}

/***** Table styles *****/

table {
	margin:0 0 16px 0;
	padding:0;
	line-height:1.3em;
	border-collapse: collapse;
	border:1px solid #d8d8d8;
}

caption {color: #090082;
	text-align:left;
	font-size:1.5em;
	font-weight:normal;
	margin:0;
	padding:6px 0 8px 0;
	background-color:#eaeaea;
}

th {
	padding:7px;
	text-align:left;
	background:#eaeaea url(img/menubg2.gif) bottom left repeat-x;
	color: #090082;
}

td {
	padding: 5px;
	font-size: 1em;
	text-align: left;
	background: #f4f4f4 url(img/menubg.gif) bottom left repeat-x;
	color: #090082;
}
td a{	color: #0050B9;
	background-color: #f4f4f4;
} /* doesn't seem to be working */


/***** Various classes *****/

.left {
	margin:10px 10px 5px 0;
	float:left;
}

.right {
	margin:10px 0 5px 10px;
	float:right;
}
.accent{
	color: #B5085A;	/** same as announce left border  **/
	background-color: inherit;
}
.announce {
	margin: 10px 0 10px 0;
	padding: 10px 10px 5px 10px;
	width: 105px;
	color: #090082;
	background: #f4f4f4 url(img/menubg.gif) bottom left repeat-x;
	border-top: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-left: 4px solid #B5085A;  /** same as accent  **/
	line-height: 1.3em;
}
.announce img{
	width: 125px; height: auto;
}
.announce h2{
	line-height: 1.3em;
	margin: 0 0 10px 0;
	padding: 0;
}

.announce a {
	font-weight:bold;
	color: #0050B9;
	background-color: #f4f4f4;
}
.announce p {
	font-size:0.9em;
}


#avmenu .announce {
	width:125px;
}
.center {
	text-align:center;
}
.textright {
	text-align:right;
	margin:-10px 0 4px 0;
}
.small {
	font-size:0.8em;
}

.large {
	font-size:1.3em;
}
.bold {
	font-weight:bold;
}
.highlighted {
	padding: 3px;
	background-color: #f0f0f0;
	color: inherit;
	border: 1px solid #b0b0b0;
	max-width: 600px;
}
.serif{font-family: Garamond,"Times New Roman", Times, serif;
}
.dropcap {
	float: left;
	width: 1em;
	font-size: 3em;
	line-height: 1.1em;
	font-weight: normal;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.hide {
	display:none;
}
.sub { position: relative; bottom: 0; left:.2ex; font-size: 80%;}


@media print {
#avmenu, #avmenu ul, #avmenu li, .announce, img, #header img, #contentwide img, .noprint {
	display: none;
}
.hide, #contentwide .alwaysprint{
	display: block;
}
body {
	background: white none;
	color: black;
	font-size: 10pt;
}
#wrap, #header, #footer, #contentwide{
	width: auto; height: auto;
	margin: 0px 10px;
	padding: 0px;
	float: none !important;
	color: black;
	background: transparent none;
}

table {
	width: auto;
	margin: 5px 10px;
	padding: 0px;
	float: none !important;
	color: black;
	background: transparent none;
	border: 1px solid black;
}
tr, td {
	border: 1px solid gray;
}

#header h1, #header h1 a, #header h1 a:hover {
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
	line-height: 2em;
	color: black;
}
.slogan, #header p{
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
}

