@charset "UTF-8";

body {
	font: 100% Helvetica Neue, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
A:link {text-decoration:none; color:#000000;}
A:visited {text-decoration: none; color:#000000;}
A:active {text-decoration: none; color:#000000;}
A:hover {text-decoration: none; color:#FFFFFF; background:#000000;}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#nav {
	text-align: right;
	font-weight: lighter;
}
#photocredit {
	font-size: 10px;
	text-align: right;
}
td {
	padding-right: 10px;
	vertical-align:top;
	}
h3 {
	border-bottom: thin solid #999999;
	margin-bottom:-3px;
	color:#FF0066;
	font-weight: lighter;
	}
h4 {
	font-weight: lighter;
	margin-bottom: -10px;
	margin-top:10px;
	}
h4.voices {
	color: #FF7700;
}
h4.twitter {
	color: #33CCFF;
}
ul {
	font-size:10px;
	margin-left:0; 
	padding-left:0; 
	list-style-type: none;
	}
div.feedburnerFeedBlock ul { 
	margin-left:0; 
	padding-left:0; 
	list-style-type: none;
	font-size:10px;
	margin-bottom:-7px;
}
div.feedburnerFeedBlock ul li { 
	padding-top: 3px;
	padding-bottom: 3px;
}
div.feedburnerFeedBlock ul li span.headline { 
	font-weight:bold; 
	display:block; 
	margin-bottom:0px; 
}
/* div.feedburnerFeedBlock ul li .date {  
	margin-bottom:-2px;
	color:#999999;
	font-size:9px; 
} */
div.feedburnerFeedBlock A:link {text-decoration:none; font-weight:bold; color:#000000;}
div.feedburnerFeedBlock A:visited {text-decoration: none; font-weight:bold; color:#000000;}
div.feedburnerFeedBlock A:active {text-decoration: none font-weight:bold; color:#000000;}
div.feedburnerFeedBlock A:hover {text-decoration: none; font-weight:bold; color:#FFFFFF; background:#000000;}
#creditfooter {
	display:none;
}
img {
	border: none;
	background: none;
}
a img {
	border: none;
	vertical-align: middle;
}
img.rightfloat {
	float: right;
}
img.avatar {
	margin-top:12px;
}
#footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	border-top: solid #999999 thin;
}
#footer p {
	font-size: 12px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer p A:link {text-decoration:none; font-weight:bold; color:#000000;}
#footer p A:visited {text-decoration: none; font-weight:bold; color:#000000;}
#footer p A:active {text-decoration: none font-weight:bold; color:#000000;}
#footer p A:hover {text-decoration: none; font-weight:bold; color:#FFFFFF; background:#000000;}