html {
	margin: 0;
	padding: 0;
	}
	
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px; 
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #E0F9FC url(http://hrwhittemore.com/images/clouds.jpg) no-repeat top left;
	}
	
a {
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#02b4d6;
	}

h1 {
	font-family: Arial,helvetica;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #003366;
	margin: 0 0 0 0;
	padding: 0;
}
h2 {
	font-family: Arial,helvetica;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin:0 0 10px 0;
	padding:0;
}
h3 {
	font-family: Arial,helvetica;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin:0 0 10px 0;
	padding:0;
}

.item {
}
.audioitem {
	background-color: #9ecccc;
}
.videoitem {
	background-color: #decccc;
}
.comments {
	margin: 20px 0px 0px 0px;
	border: 1px solid #666;
	background-color: #de99de;
	color: yellow;
	text-align: center;
	text-transform: none;
	width: 100%;
}
.divider {
	margin: 20px 0px 0px 0px;
	border: 1px solid #666;
	background-color: #9999de;
	color: yellow;
	width: 63%;
}

.video {
	color: #990000;
	font-weight: bold;
}
.photo {
	margin: 3px;
	border: 2px solid #333;
	float: right;
}
.tag {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #333;
	padding: 0px 0px 0px 15px;
}	
.caption {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #333;
	padding: 0px 0px 0px 15px;
}	
.date {
	font-family: arial,helvetica,sans-serif;
	color: #999;
	font-size: 12px;
	font-weight: bold;
}	
.permalink {
	font-family: arial,helvetica,sans-serif;
	color: #899;
	font-size: 12px;
	font-weight: bold;
}	
.title {
	font-family: arial,helvetica,sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}