/*clear nav menu backgrounds and borders*/

.custom .menu {
	border:none;
}

.custom .menu a {
	border:none;
	background-color: transparent;
}

.custom .menu a:hover {
	background-color: transparent;
}


/* set anchor states */
.custom a { text-decoration:none; }
.custom a:link { text-decoration:none; }
.custom a:visited { text-decoration:none; }
.custom a:hover { color: #00f; text-decoration:none; }
.custom a:active { text-decoration:none; }


.copyright { font-size: 8pt; }


/*    WordPress image captioning */
.custom .format_text .alignleft { margin: 0 1.571em 0 0; float: left; clear: left; }
.custom .format_text .alignright { margin: 0 0 0 1.571em; float: right; clear: right; }
.custom .format_text .aligncenter { display: block; margin: 0 auto 1.571em auto; float: none; clear: both; }
.custom .format_text .wp-caption { background-color:#fff; border:1px solid #fff; text-align:center; padding: 1em; }


/* remove Comments are closed bits on pages */
.custom .comments_closed p {
  display: none;
}
