/*----------------------------------------------------------------------------------------
  Style for the eggplant brand.
  
  The base color is: #582261
  The link color is: #AA50BC
  The author comment and alert background is: #FDF0FF
----------------------------------------------------------------------------------------*/

a {
    text-decoration: none;
    color: #AA50BC;
}

#comments li.bypostauthor, #alerts .alert {
    background-color:#FDF0FF;
}

.submit-recipe {
	background-color: #582261;
	border: 1px solid #582261;
}

.submit-recipe:hover {
	color: #582261;
	background-color: #c0dea4;
	border: 1px solid #c0dea4;
}