/* --- RIVER BEND DOULA --- */

html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFF;
	color: #000;
	background-image: url(../images/top-bg.gif);
	background-repeat: repeat-x;
	font-size: 90%; 
	font-family: Georgia, Verdana, sans-serif;
	padding-right: 100px;
}

td { font-size: 90%; }

#header {
	height: 198px;
	margin: 0;
	padding: 0;
	background-image: url(../images/logo.gif);
	background-position: 17px 17px;
	background-repeat: no-repeat;
}

h1 {
	font-size: 100%;
	color: #7A7A7A;
	padding: 60px 0 0 200px;
}

.subtitle {
	padding-left: 15px;
}

#navigation {
	float: left;
	width: 213px;
}
#navigation ul {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}
#navigation li {
	padding: 5px;
}

a { 
	color: #4967D7;
}
#navigation a {
	text-decoration: none;
}
#navigation a:hover, #navigation a:active {
	text-decoration: underline;
}
a:visited, a:active {
	color: #6482F1;
}


#contentarea {
	margin-top: -30px;
	margin-left: 213px; 
	padding: 20px;
	background-color: #FFFF99;
	border: 1px solid #7A7A7A;
}

h2 {
	margin-top: 0;
	font-size: 140%;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	color: #333399;
	border-bottom: 1px dotted #333399;
}
h3 {
	padding-top: 8px;
	font-size: 85%;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #333399;
}


#footer {
	clear: both;
	width: 100%;	
}
div#footer p {
	margin: 20px 0 0 0;
	padding: 10px;
	font-size: 75%;
	text-align: center;
}


.DateHeader, .PostTitle  {  
	font-size: 90%; 
	font-weight: bold;
}

.byline {
	font-size: 85%; 
	font-style: italic; 
}

.blogPost, #Description { 
	font-size: 10pt; color: #000000;
 }



