@charset "UTF-8";
/* CSS Document */


body {
	background: #d3e0e7;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 1.6; 
	font-weight: normal; 
	text-align: left;
	horizontal-align: left;
}

a:link, a:visited, a:active  {
	color: #6e3f9f;
	text-decoration: none;
	}

a:hover {
	color:	#9C419C;
	text-decoration: none;
	background: #fff;
	}

	
img {
	border: 0;
	padding: 0;
	display: block;
	text-decoration: none;
	}

.inline { display: inline;}


/*----------------------- HOME STYLES ---------------------*/


#photo-header {
	width: 860px;
	margin: 10px auto 10px auto;
	padding: 5px;
	text-align: center;
	border: 1px dashed  #fff;
	background: #e2e9ed;
	}
	#photo-header img {
		display: inline;
		}

#content-wrapper {
	width: 860px;
	margin: 0px auto;
	padding: 0px;
	}

#content-wrapper img a:hover{
	background: none;
	text-decoration: none;
	}

.header-spacer {
	margin: 7px 10px 0 0;
	display: inline;
	}

#blog-call {
	float: right;
	width: 390px;
	margin: 5px 0px 5px 5px;
	padding: 8px 20px 10px 12px;
	background: #fff;
	border: 1px dashed #b8c4c8;
	text-align: left;
	}
	#blog-call p {
		margin: 0;
		padding: 3px 15px 8px 0;
		line-height: 1.7;
		color: #323232;
		}
	#blog-call a:hover {
		background: #e2e9ed;
		}

#blab-call {
	float: right;
	width: 390px;
	margin: 5px 0px 5px 5px;
	padding: 8px 20px 10px 12px;
	background: #fff;
	border: 1px dashed #b8c4c8;
	text-align: left;
	}
	#blab-call p {
		margin: 0;
		padding: 3px 15px 8px 0;
		line-height: 1.7;
		color: #323232;
		}
	#blab-call a:hover {
		background: #e2e9ed;
		}


#old-posts {
	clear: right;
	float: right;
	width: 390px;
	margin: 10px 0px 25px 5px;
	padding: 8px 20px 10px 15px;
	background: #e2e9ed;
	text-align: left;
	}
	#old-posts p {
		margin: 5px 0px 5px 0;
		padding: 3px 0 5px 0;
		}
		
#new-posts {
	float: left;
	width: 360px;
	margin: 5px 0px 5px 0px;
	padding: 8px 20px 10px 15px;
	background: #e2e9ed;
	border: none;
	text-align: left;
	}
	#new-posts p {
		margin: 5px 0px 5px 0;
		padding: 3px 15px 5px 0;
		}
	

#even-older {
	clear: both;
	width: 860px;
	margin: 10px auto 0 auto;
	padding: 5px 0 5px 0;
	background: #e2e9ed;
	text-align: left;
	}

/* following allows container to wrap around floats */
#even-older:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
	}
	
#even-older p {
	margin: 5px 0px 5px 0;
	padding: 3px 15px 5px 15px;
	}
	
.olderPosts-column {
	width: 210px;
	float: left;
	text-align: left;
	margin: 3px 5px 15px 0;
	}
	
#even-older ul {
	list-style: none;
	display: block;
	text-align: left;
	margin: 0;
	padding: 3px 15px 5px 15px;
	}
#even-older ul li {
	margin: 0;
	padding: 3px 0 5px 0;
	line-height: 1.1;
	}
	
		



#content-wrapper ul {
	list-style: none;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	}
#content-wrapper ul li {
	margin: 0;
	padding: 3px 0 5px 0;
	line-height: 1.1;
	}

	
.clear {
	clear: both;
	}





/*----------------------- FONT STYLES ---------------------*/

.red-header {
	font-size: 14px; 
	color: #a92532;
	line-height: 1.7; 
	font-weight: bold; 
	}

.teal-bold {
	color: #258fa9;
	font-size: 12px;
	line-height: 1.7;
	font-weight: bold;
	}

.teal-italic {
	color: #258fa9;
	font-style: italic;
	font-size: 11px;
	}

.green-text {
	color: #25a998;
	}
	
.dk-blue-bold {
	color: #0f6e91;
	font-weight: bold;
	}

	
.babytext {
	font-size: 12px; 
	font-style: normal; 
	line-height: 16px; 
	font-weight: normal; 
	}

.small {
	font-size: 10px; 
	font-style: normal; 
	line-height: 12px; 
	font-weight: normal; 
	}

.small-italic {
	font-size: 11px; 
	font-style: italic; 
	line-height: 13px; 
	font-weight: normal; 
	}

.big-header {
	font-size: 14px; 
	font-style: normal;
	line-height: 18px; 
	font-weight: bold; 
}

.grey {
	color: #353535;
	font-weight: bold;
	font-size: 11px;
	}


.blog-title { 
	font-size: 12px; 
	font-style: normal;
	line-height: 14px; 
	font-weight: bold; 
	}