/* Colorado Doulas Association */

/* -------------- PAGE LAYOUT -------------- */

html, body { 
	margin: 0; 
	padding: 0; 
      font-size: 100%;
	background-color: #CCC0D9;    /* Page background color #CAC18C*/
}

body {
	font: 0.8em Georgia, Palatino, 'Book Antiqua';
	background-image: url(images/mountains.gif);
	background-repeat: repeat-x;
	color: #4B3B2B;
}

div#header { 
	height: 120px; 
}

div#wrapper { 
	float: left; 
	width: 100%; 
	margin-top: -43px;	
} 

div#content { 
	margin-left: 206px; 
	margin-bottom: 40px;

	margin-right: 20px;
	border: 1px solid #4B3B2B;
	background-color: #ECE9FE;    /* Content area background color */
}



/* -------------- GENERAL TEXT AND LINKS -------------- */

p { 
	line-height: 1.4; 
}

a, a:link {
	color: #400080;
	text-decoration: underline;
}

a:visited, a:hover, a:focus, a:active {
	color: #400080;
	text-decoration: underline;
}

a:hover {
	text-decoration:none;
}

#text li { 
	padding-bottom: 5px;
}

/* -------------- LEFT NAVIGATION AREA -------------- */

div#navigation { 
	float: left; 
	width: 206px; 
	margin-left: -100%; 
	margin-top: -106px;
}

#navigation ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
	line-height: 150%;
	font-variant: small-caps;
	font-weight: bold;
}

#navigation li {
	margin: 0;
	padding: 0;
}

#navigation a, #navigation a:link {
	text-decoration: none;
}

#navigation a:hover, #navigation a:focus, #navigation a:active {
	text-decoration: underline;
}

#navigation h1 {
	margin: 0;
	padding: 0;
}



/* -------------- SECTION HEADERS -------------- */

div#sectionheader {
	height: 42px;
	background-color: #6F573F;
	padding: 0;
	margin: 0;
}

#sectionheader h2 {
	margin: 0;
	padding: 6px 8px 6px 8px;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 0.13em;
	font-variant: small-caps;
	color: #FF9D69;
}

/* ------------- MAIN BODY TEXT -------------- */

div#text {
	padding: 0 12px 10px 12px; 
}

.copyright p {
	font-size: 0.9em;
	font-variant: small-caps;
	padding: 0;
	margin: 0; 
}
