@import url(reset.css);

/******************************************************************************/
/*** HTML ELEMENTS ************************************************************/
/******************************************************************************/
body {
	background-color: #CCCC99;
	font-family: verdana, calibri, arial;
	font-size: 12px;
	text-align: center;
}
/******************************************************************************/
/*** FORMS ********************************************************************/
/******************************************************************************/
label {
	float: left;
	width: 150px;
	margin: 6px 0 0 0;
	color: #666699;
	font-weight: bold;
}
.input, .textarea {
	width: 200px;
	margin: 4px 0;
	border: 1px solid #995577;
}
.textarea {
	height: 80px;
}
.checkbox {
	border: 1px solid #995577;
}
.submit {
	margin-bottom: 10px;
	border: 1px solid #995577;
	color: #666699;
	font-weight: bold;
}

/******************************************************************************/
/*** LAYOUT *******************************************************************/
/******************************************************************************/
#layout {
	width: 820px;
	padding: 0 11px 0 11px;
	margin: 0px auto;
	background: url(../images/bg-layout.png) repeat-y;
	text-align: left;
	
}
/******************************************************************************/
/*** HEADER *******************************************************************/
/******************************************************************************/
#header {
	border-bottom: none;
}
/******************************************************************************/
/*** NAVIGATION - TOP *********************************************************/
/******************************************************************************/
#nav-top {
	width: 651px;
	height: 27px;
	padding-left: 169px;
	border-top: 1px solid #83836A;
	border-bottom: 1px solid #83836A;
	background-color: #9999cc;
	list-style: none;	
}
#nav-top li {
	float: left;
}
#nav-top li a {
	display: block;
	float: left;
	height: 27px;
	padding: 0;
	background-image: url(../images/sprites-menu.png);
	text-indent: -9999px;
}
#nav-top li a#home {
	width: 106px;
	background-position: 0 -256px;
}
#nav-top li a#about-me {
	width: 130px;
	background-position: 0 -289px;
}
#nav-top li a#modalities {
	width: 141px;
	background-position: 0 -321px;
}
#nav-top li a#articles {
	width: 124px;
	background-position: 0 -354px;
}
#nav-top li a#contact-me {
	width: 149px;
	background-position: 0 -386px;
}
#nav-top li a#home:hover {
	width: 106px;
	background-position: -191px -256px;
}
#nav-top li a#about-me:hover {
	width: 130px;
	background-position: -191px -289px;
}
#nav-top li a#modalities:hover {
	width: 141px;
	background-position: -191px -321px;
}
#nav-top li a#articles:hover {
	width: 124px;
	background-position: -191px -354px;
}
#nav-top li a#contact-me:hover {
	width: 149px;
	background-position: -191px -386px;
}
/******************************************************************************/
/*** MAIN CONTENT *************************************************************/
/******************************************************************************/
#content-main {
	margin: 0 37px 10px 207px;
	background-color: #fffde8;
	color: #666699;
}
#photo-lynne {
	float: right;
	margin: 0px 0px 0 25px;
}
#content-main a {
	color: #999933;
	font-weight: bold;
}
#content-main a:hover {
	padding-bottom: 1px;
	background-color:#B2B356;
	color:#FAF9E8;
}
#content-main h1#homepage {
	margin: 26px 0 30px 0;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 18px;
	color: #995577;
}
#content-main h1 {
	margin: 25px 0 35px 0;
	font-size: 20px;
	font-weight: bold;
	color: #995577;
	text-transform: uppercase;
}
#content-main h2 {
	margin: 30px 0 20px 0;
	font-size: 15px;
	font-weight: bold;
	color: #995577;
}
#content-main h2 a {
	color: #995577;
}
#content-main h2 a:hover {
	background-color: transparent;
	color: #995577;
}
#content-main h3 {
	margin: 8px 0 10px 0;
	font-size: 15px;
	font-weight: bold;
	color: #995577;
}
#content-main h5 {
	margin: 45px 0 15px 0;
	color: #444466;
	font-size: 15px;
}
#content-main p {
	margin: 0 0 20px 0;
	line-height: 15px;
	letter-spacing: 1px;
	color: #666699;
}
#content-main strong {
	color: #666699;
}
#content-main strong.rose {
	color: #995577;
}
.contact-info {
	color: #666699;
}
#content-main ul, #content-main ol {
	margin: 10px 0 45px 0;
}
#content-main ul li {
	padding: 2px 0 0 13px;
	margin-left: 25px;
	list-style-type: none;
	background: url(../images/sprites-page-elements.png) no-repeat 0 -134px;
	color: #666699;
	line-height: 18px;
}
#content-main ol li {
	padding: 2px 0 0 13px;
	margin: 0 0 10px 25px;
	list-style-type: decimal;
	color: #666699;
	line-height: 18px;
}

#content-main ul span {
	color: #666699;
}

/******************************************************************************/
/*** MAIN CONTENT - DIVIDER ***************************************************/
/******************************************************************************/
#content-main .divider {
	height: 50px;
	background: url(../images/sprites-page-elements.png) no-repeat 50% 0;
	text-align:	center;
	color:#991155;
}

/******************************************************************************/
/*** MAIN CONTENT - TESTIMONIAL ***********************************************/
/******************************************************************************/
#content-main p.testimonial {
	width: 375px;
	padding: 15px 10px 15px 35px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 25px;
	xxxborder: 1px solid #BFBF9A;
	xxxbackground-color: #DFDFAB;
	color: #333366;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}
#content-main span.attribution {
	display: block;
	margin: 5px 0 0 251px;
	font-weight: normal;
	font-style: normal;
}

#testimonials p.testimonial {
	float: left;
	width: 475px;
	padding: 15px 25px;
	margin: 10px 0 25px 0;
	background-color: #cccc99;
	color: #333366;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}
#testimonials p.alternate-color {
	float: right;
	background-color: #acacbb;
}
#testimonials span.attribution {
	display: block;
	margin: 5px 0 0 251px;
	font-weight: normal;
	font-style: normal;
}
#content-main span.single-line-attribution, #testimonials span.single-line-attribution {
	margin-left: 30px;
	font-weight: normal;
	font-style: normal;
}
#content-main p.wide-testimonial {
	width: 538px;
	padding: 0;
	color: #444466;
}
/******************************************************************************/
/*** BULLETS ******************************************************************/
/******************************************************************************/
#content-main li.rose-bullet {
	padding: 6px 0 0 13px;
	margin-left: 25px;
	list-style-type: none;
	background: url(../images/sprites-page-elements.png) no-repeat 0 -64px;
	color: #666699;
	line-height: 15px;
}
#content-main li.rose-green {
	padding: 6px 0 0 13px;
	margin-left: 25px;
	list-style-type: none;
	background: url(../images/sprites-page-elements.png) no-repeat 0 -134px;
	color: #666699;
	line-height: 15px;
}
/******************************************************************************/
/*** ARTICLES *****************************************************************/
/******************************************************************************/
#article {
	font-family: verdana, calibri, arial;
}
#article h1 {
	margin: 25px 0 10px 0;
}
#article #feedback {
	margin-top: 35px;
}
#article #feedback p{
	margin: 0 0 3px 0;
}
#sweet-darkness-poem {
	padding-left: 30px;
}
#sweet-darkness-poem p{
	margin-bottom: 9px;
}

/******************************************************************************/
/*** PHONE SEPARATER **********************************************************/
/******************************************************************************/
.phone-separater {
	font-size: 9px;
	color: #999911;
}
#contact-side .phone-separater, #footer .phone-separater {
	margin: 0 1px;
	color: #FAF9E8;
}

/******************************************************************************/
/*** TAG LINE *****************************************************************/
/******************************************************************************/
#tagline {

}
/******************************************************************************/
/*** SIDEBAR ******************************************************************/
/******************************************************************************/
#sidebar {
	float: left;
	width: 170px;
	border-right: 1px solid #83836A;
	background-color: #B2B1BA;
}
/******************************************************************************/
/*** NAVIGATION - SIDE ********************************************************/
/******************************************************************************/
#nav-side {
	width: 170px;
	background-color: #9999cc;
	list-style: none;	
}
#nav-side li {

}
#nav-side li a {
	display: block;
	width: 170px;
	height: 33px;
	padding: 0;
	background-image: url(../images/sprites-menu.png);
	text-indent: -9999px;
}
#nav-side li a#is-this-for-you {
	background-position: 0 0;
}
#nav-side li a#how-i-work {
	background-position: 0 -49px;
}
#nav-side li a#my-services {
	background-position: 0 -99px;
}
#nav-side li a#testimonials {
	background-position: 0 -149px;
}
#nav-side li a#upcoming-programs {
	height: 44px;
	background-position: 0 -201px;
}
#nav-side li a#is-this-for-you:hover {
	background-position: 170px 0;
}
#nav-side li a#how-i-work:hover {
	background-position: 170px -49px;
}
#nav-side li a#my-services:hover {
	background-position: 170px -99px;
}
#nav-side li a#testimonials:hover {
	background-position: 170px -149px;
}
#nav-side li a#upcoming-programs:hover {
	background-position: 170px -201px;
}
/******************************************************************************/
/*** SIDEBAR DIVIDER **********************************************************/
/******************************************************************************/
.divider {
	height: 26px;
	background-color:#9999cc;
}
/******************************************************************************/
/*** ANNOUNCEMENT *************************************************************/
/******************************************************************************/
#announcement{
	padding: 20px 15px;
	border-top: 1px solid #83836A;
	background-color: #9999cc;
	text-align: center;
}
#announcement h3{
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: bold;
	color: #7a3d5c;
	text-align: center;
}
#announcement p{
	font-weight: bold;
	color: #fffde8;
}
#announcement a{
	color: #fffde8;
}
/******************************************************************************/
/*** QUOTE ********************************************************************/
/******************************************************************************/
#quote {
	padding: 25px 31px;
	border-top: 1px solid #83836A;
	background-color: #9999cc;
	color: #FAF9E8;
	font-size: 11px;
	font-style: normal;
}
#quote #quotemark {
	float: left;
	padding: 0 7px 60px 0; 
	color: #e3e2d3;
	font-family:Georgia,sans-serif;
	font-size:50px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:45px;
}
#quote #attribution {
	float: right;
	padding: 10px 0px;
	background-color: #9999CC;
	font-size: 11px;
	font-style: normal;
}
#quote #opening-quote {
	margin-left: -6px;
}
/******************************************************************************/
/*** LYNNE FOOTE STUDIO *******************************************************/
/******************************************************************************/
#art-gallery {
	padding: 25px 8px;
	border-top: 1px solid #83836A;
	background-color: #9999cc;
	color: #faf9e8;
	font-family: mufferaw, Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
}
#art-gallery h3 {
	margin-bottom: 5px;
	color: #faf9e8;
}
#art-gallery p {
	text-align: center;
	margin-bottom: 7px;
}
#nav-art-gallery li {
	margin: 0 0 2px 25px;
	list-style-type: disc;
}
#nav-art-gallery a {
	color: #faf9e8;
	font-size: 14px;
	font-weight: normal;
	font-style: normal
}
/******************************************************************************/
/*** CONTACT - SIDE ***********************************************************/
/******************************************************************************/
#contact-side {
	padding: 24px 8px;
	border-top: 1px solid #83836A;
	background-color: #9999cc;
	color: #FAF9E8;
	font-family: mufferaw, Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;	
}
#contact-side a {
	color: #FAF9E8;
}
#contact-side a:hover {
	background-color: #faf9e8;
	color: #83836A;
}
#contact-side #phone-number {
	font-family: verdana, calibri, arial;;
	font-size: 13px;
}
/******************************************************************************/
/*** FOOTER *******************************************************************/
/******************************************************************************/
#footer {
	height: 140px;
	padding: 15px 0 8px 0;
	margin-left: 170px;
	border-top: 1px solid #83836A;
	background-color: #9999cc;
	color: #faf9e8;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
}
#footer a {
	font-size: 11px;
	color: #faf9e8;
}
#footer a:hover {
	background-color: #faf9e8;
	color: #83836A;
}
#nav-footer {
	margin: 8px 0 10px 0;
}
#footer-box {
	float: left;
	width: 170px;
	height: 163px;
	border-right: 1px solid #83836A;
	border-top: 1px solid #83836A;
	background: #99997C url(../images/bg-footer.png);
}

/******************************************************************************/
/*** PRELOAD MOUSEOVER IMAGES *************************************************/
/******************************************************************************/
#preload {
	height: 0;
	overflow: hidden;
} 
