/******************************************************************************/
/*** HTML ELEMENTS ************************************************************/
/******************************************************************************/
body {
	background-color: #CCCC99;
	font-family: verdana, calibri, arial;
	font-size: 1.1em;
	text-align: center;
}

/******************************************************************************/
/*** 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 {
	display: none;
}
#logo {
	margin: 10px 0 8px 77px;
}
#logo-text {
	padding: 0 0 32px 14px;
}
/******************************************************************************/
/*** NAVIGATION - TOP *********************************************************/
/******************************************************************************/
#nav-top {
	display: none;
}
/******************************************************************************/
/*** MAIN CONTENT *************************************************************/
/******************************************************************************/
#content-main {
	width: 100%;
	margin: 10px;
	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: #666699;
}
#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: 1.3em;
	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: disc;
	color: #666699;
	line-height: 1.3em;
}
#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/divider.png) no-repeat 50% 50%;
	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;
}
#my-services p.testimonial {
	width: 538px;
	padding: 0;
	color: #444466;
}
/******************************************************************************/
/*** MY SERVICES **************************************************************/
/******************************************************************************/
#content-main li.rose-bullet {
	padding: 6px 0 0 13px;
	margin-left: 25px;
	list-style-type: none;
	background: url(../images/bullet-rose.png) no-repeat 0 12px;
	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/bullet-green.png) no-repeat 0 12px;
	color: #666699;
	line-height: 15px;
}
/******************************************************************************/
/*** ARTICLES *****************************************************************/
/******************************************************************************/
#article {
	font-family: verdana, calibri, arial;
}
#article h1 {
	margin: 25px 0 10px 0;
}
#article #feedback p{
	margin: 0 0 3px 0;
}

/******************************************************************************/
/*** PHONE SEPARATER **********************************************************/
/******************************************************************************/
.phone-separater {
	font-size: 9px;
	color: #999911;
}
#contact-side .phone-separater, #footer .phone-separater {
	margin: 0 1px;
	color: #FAF9E8;
}

/******************************************************************************/
/*** TAG LINE *****************************************************************/
/******************************************************************************/
#tagline {
	display: none;
}
/******************************************************************************/
/*** SIDEBAR ******************************************************************/
/******************************************************************************/
#sidebar {
	display: none;
}
/******************************************************************************/
/*** NAVIGATION - SIDE ********************************************************/
/******************************************************************************/
#nav-side {
	display: none;

}
/******************************************************************************/
/*** SIDEBAR DIVIDER **********************************************************/
/******************************************************************************/
.divider {
	height: 26px;
	background-color:#9999cc;
}
/******************************************************************************/
/*** 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;
	font-size: 11px;
	font-style: normal;
}
/******************************************************************************/
/*** 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 h1 {
	margin-bottom: 5px;
	color: #faf9e8;
}
#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 {
	display: none;
}
#footer a {
	font-size: 11px;
	color: #faf9e8;
}
#footer a:hover {
	background-color: #faf9e8;
	color: #83836A;
}
#nav-footer {
	margin: 8px 0 10px 0;
}
#footer-box {
	display: none;
}

#top-of-page {
	display: none;
}
