/* 
Blueprint CSS is 950px wide, 24 columns of 30px and 10px margin between columns. Line height is 18px. 	
*/

body {
	font-family: Helvetica, Arial, Sans;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background-color: #777;
}

.container {
	background-color: #fff;
}

#top {
	padding-top: 24px;
}

#top h1 {
	float: left;
}

#navigation {
	float: right;
	text-transform: uppercase;
	padding-top: 33px;
	font-size: 14px;
	color: #999;
}

#navigation a {
	color: #666;
}

#content {
    padding-top: 9px;
	padding-bottom: 24px;
	min-height: 504px;
}

#emailsub {
	padding-top: 36px;
	color: #777;
}

#bottom {
	margin-top: 18px;
	color: #aaa;
	margin-bottom: 36px;
}

#bottom a {
	color: #888;
}

/* --- BLOG CLASSES --- */

#blog .post {
	padding-bottom: 18px;
}

#blog .title{
	font-size: 20px;
	font-weight: bold;
	color: #555;
}

#blog .published {
	color: #999;
	margin-top: -3px;
	padding-bottom: 7px;
}


/* --- SLIDESHOW CLASSES --- */

#slideshow {
	position: relative;
	width: 790px;
	height: 450px;
}

#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
}

#slideshow img.active {
	z-index: 10;
	opacity: 1.0;
}

#slideshow img.last-active {
	z-index: 9;
}