/* ============= Subpage-header ========= */

#page-header {
	position: relative;
	margin: 115px 0 0 0;
	padding: 0;
}

#subpage-header {
	position: absolute;
	background: url(../images/subpage-header.jpg) no-repeat;
	width: 860px;
	height: 94px;
	top: -40px;
}

#subpage-header h1 {
	padding: 15px 0 0 40px;
}

#subpage-header h1 a:link, #subpage-header h1 a:visited {
	text-decoration: none;
	font-size: 37px;
	font-weight: bold;
	color: white;
}

#subpage-header h1 a:hover {
	text-decoration: underline;
}

/* ============= Subpage-subnav ========= */

#subpage-subnav {
	position: absolute;
	top: 54px;
	width: 860px;
	height: 20px;
	background: url(../images/subpage-subNav-bg.jpg);
}



/* ============= Blog-posts ========= */

#blog-posts {
	float: left;
	width: 500px;
	margin: 110px 0 0 60px;
	padding: 0;
}

#post {
	margin: 0 0 30px 0;
}

h2 {
	font-size: 23px;
}

h2 a:link, h2 a:visited {
	color: #383838;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

#blog-posts p.date-text {
	font-size: 11px;
	color: #858585;
	font-style: italic;
	letter-spacing: .1em;
	margin: 0 0 10px 0;
}

#blog-posts p {
	font-size: 14px;
	color: black;
	line-height: 2em;
	margin: 0 0 20px 0;
}

#blog-posts p a:link, blog-posts p a:visited {
	color: #666;
}

#blog-posts p a:hover {
	color: red;
}

#blog-posts a:hover {
	color: #333;
}

a.read-more-link:link, a.read-more-link:visited {
	color: #808080;
}

a.read-more-link:hover {
	color: #333;
}

/* ============= Blog-posts ========= */

#post #flickrSlideshow {
	float: left;
	margin-top: 100px;
	margin-left: 50px;
}