		.photo_left, .photo_right {margin-bottom: 1.571em; background: #eee; border: 0.071em solid #ccc;
			color: #888; padding-top: 0.714em; padding-right: 0.714em; padding-bottom: .3em; padding-left: 0.714em;}
		.photo_left {margin-right: 1.571em; float: left; clear: left; text-align: left; }
		.photo_right {margin-left: 1.571em; float: right; clear: right; text-align: right; }
		.photo_center {clear: both;	color: #888; float: none; margin-bottom: 1.571em; text-align: center;
		}
		.photo_center img {background: #eee; border: 0.071em solid #ccc; padding: 0.714em;
		}
		.photo_left a, .photo_right a { color: #888; text-decoration: none; }
		.credit {font-size: small; font-style: italic;}



.custom .comments_closed p {display: none;}
.custom .comments_intro p {display: none;}
.custom #trackback_list dl, dd, dt {display: none;}
.custom dl#trackback_list {border-top:none;}
.custom .format_text .to_comments {display: none;}

/*Change Text at top of page (called logo) to be blue, and when hovered over to be black*/

.custom #header #logo a {color: #0000FF; text-decoration: none;}
.custom #header #logo a:hover {color: #111111;}

/*I put sidebar links into widget using the custom css   class=widgetlinks (see example at wirelessearbudsguide.com) add this to get blue underline links, take away underline on hover, and increase font size */

.custom .widgetlinks a {color: #0000FF; text-decoration: underline;}
.custom .widgetlinks a:hover {text-decoration: none;}
.custom .widgetlinks li {font-size:1.2em;}


/* Change Post Heading second is for home page listing, first entry is for all others*/

.headline_area h1 {color:#0000FF;}
.custom h2 a {color: #0000FF; text-decoration: none;}

/* Change link formatting in posts */

.custom .format_text a {font-size:1.2em;color: #2361A1;text-decoration: underline;}
.custom .format_text a:hover {text-decoration: none;}
