/* LOIS FREEDMAN */


/* ------ GENERAL STYLES ------- */

html, body { margin: 0; padding: 0; }

html { 
	background-color: #FF77A8;
	background-image: url(images/gradientbg.gif);
	background-repeat: repeat-x;
}

body { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 0.95em;
	background-image: url(images/pinkshadow.gif);
	background-repeat: repeat-y;
	background-position: right bottom;
}

a { color: #e34e84; }


div#container { 
    width: 100%;
	background-image: url(images/topbackground.jpg);
	background-repeat: no-repeat;
	background-position: right top; 
}



/* ------ CONTENT AREA ------- */

div#content { 
	float: left; 
	padding-left: 70px; 
	margin-right: 122px;
	margin-top: 0;
	background-image: url(images/bottomheart.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
/*	border: 1px solid black; */
	}
div#content p { line-height: 1.4; margin-right: 220px; }
div#content p img { 
	float: left; 
	margin: 0 20px 20px 0; 
	padding: 2px;
	border: 1px solid #FF77A8; 
	}
div.rightphoto img { 
	padding: 2px; 
	margin: 20px 0 20px 0;
	border: 1px solid #FF77A8; 
	}

h1 { 	
	color: #3C3C3C;
	font-size: 1.5em;
	font-variant: small-caps;
	letter-spacing: 0.15em;
	font-weight: normal;
	font-style: italic; 
	margin-top: 30px;
	margin-right: 230px;
	padding-bottom: 10px;
	border-bottom: 3px solid #5EDDC1;
}

img.logotype { 
	margin: 0; padding: 90px 0 0 70px; 
	/* border: 1px solid black; */
}

h2 { color: #3c3c3c; font-weight: normal; font-size: 1.4em; }
h3 { color: #3c3c3c; font-weight: normal; font-size: 1.3em; }

ul.list li { line-height: 140%; margin-bottom: 0.5em; margin-right: 260px;  }

p.byline { margin-top: -0.7em; text-align: right; }


/* ------ RIGHT NAVIGATION ------- */

div#navigation { 
	float: right; 
	/* width: 220px; 
	padding-right: 130px;
	margin-top: 280px; 
	margin-top: 88px;
	margin-left: 35px;
	margin-right: 20px;*/
	width: 160px;
	margin: 88px 35px 0 10px;
	padding-bottom: 350px;
 /* border: 1px solid red; */
 }
div#navigation ul { list-style-type: none; margin: 0; padding: 0; }
div#navigation ul a { 
	color: #3C3C3C;
	font-size: 0.9em;
	/* font-variant: small-caps; 
	letter-spacing: 0.15em;*/
	text-decoration: none; 
	line-height: 1.3em;
}
div#navigation li { padding-left: 1em; text-indent: -1em; margin-bottom: 5px; }
div#navigation ul a:active, div#navigation a:hover { color: #AF72C1; }




/* ------ BOTTOM NAVIGATION ------- */

div#bottomnav { 
	color: #3C3C3C; 
	font-size: 0.9em;
	line-height: 1.3em;
	margin-top: 60px;
	margin-right: 230px;
	border-top: 3px solid #5EDDC1;
	padding-bottom: 1px;
}
div#bottomnav a { color: #3C3C3C; }
div#bottomnav p { margin-right: 0; }
