/*  THE MOTHER-DAUGHTER PROJECT MAIN STYLESHEET  */


html, body { 
	margin: 0; 
	padding: 0; 
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	background-color: #E0C080;
} 

div#header { 
	height: 172px; 
	margin: 0; 
	padding: 8px 10px 0 18px; 
} 
h1, a {
	margin: 0; padding: 0;
}

div#navigation { 
	float: left; 
	width: 218px;
	padding-top: 70px; 
	background-image: url(../images/logo2.gif);
	background-position: 40px top; 
	background-repeat: no-repeat;
} 

div#navigation ul {
	list-style-type: none;
	text-align: right;
	margin: 0;
	padding: 0 10px 0 10px;
}

div#navigation li.main {
	font-variant: small-caps; 
}

div#navigation li {
	padding-top: 3px;
	padding-bottom: 3px;
}
div#navigation a {
	color: #000;
	text-decoration: none;
}
div#navigation a:active, div#navigation a:hover {
	color: #000;
	text-decoration: underline;
}

div#wrapper { 
	float: right; 
	width: 100%; 
	margin-left: -218px; 
} 

div#content { 
	margin: 0 0 0 218px; 
	background-color: #FFF;
	background-image: url(../images/contentbg-left.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 10px;
} 


div#content-photos {
	background-repeat: repeat-y;
	background-position: right top; 
	min-height: 370px;
} 

div#content-photos p img {
	margin: 0 10px 10px 0;
	float: left; clear: left;
}

p.larger { font-size: 1.3em; }

a, a:visited {
	color: #000;
}

h2, h3 {
	font-weight: normal;
	border-bottom: 1px solid #40A0C0;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	font-size: 2em;
	letter-spacing: -2px;
}

h3 {
	font-size: 1.4em;
	font-style: italic;
	letter-spacing: -1px;
}

h4 {
	font-weight: bold;
	font-style: italic;
}

.quotes {
	/* float: right;
	width: 150px; */
}

blockquote {
	/* border-top: 1px dotted #40A0C0;
	border-bottom: 1px dotted #40A0C0; */
	border: 1px dotted black;
	padding: 10px;
	font-style: italic;
	margin: 20px 10px 20px 10px;
	background-color: #E6CD99;
}

.byline {
	text-align: right;
	font-style: normal;
	margin-top: 8px;
}	

.footer {
	font-size: 0.8em;
	border-top: 1px solid #40A0C0;
	padding-top: 10px;
	margin-top: 30px;
  clear: both;
}

