/*set color of all links */

.custom a {
	color: olive;
	text-decoration: none;
}
.custom a:visited {
	color: #999;
	background-color: transparent;
}
/*set all hovers */

.custom a:hover {
	color: black;
	text-decoration: underline;
}

/* set the post headings color - doesn’t affect sidebar headings because they are not links */

.custom h2 a, custom h2 a:visited {
	color: black;
}


.custom h3 a, custom h3 a:visited {
	color: black;
}
/* set the post headings hover*/

.custom h2 a:hover {
	color: olive;
}


.custom	#masthead #logo a:hover { color: olive; text-decoration: none; }

.custom #mc_custom_border .mc_signup_form {
	font-size: .91667em;
} 
.custom #mc_custom_border .mc_signup_form input[type="submit"] { margin: 0.25em 0 0 0; padding: 2px 3px; font: bold 1.0em Georgia, "Times New Roman", Times, serif; background: url('images/submit_bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; color: #000; cursor: pointer; }

.custom #mc_custom_border .mc_signup_form input[type="submit"]:hover { color: #olive; }

.custom #mc_custom_border .mc_signup_form input[type="checkbox"]{
	margin: 3px 3px 3px 4px;
}

/* Image alignment css required by wordpress 2.5+ image editor */

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
	padding-left: 10px;
}
.alignleft {
float: left;
}

/* Make image captions behave*/

.custom .wp-caption-text, .custom .gallery-caption {
	font: .8em Verdana, serif;
	margin-left: 5px;
	padding-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}

/* Style Kimili flash embed*/

.custom .flashmovie {
display: block;
	margin: 1em auto 2em;
}
