/* =============================================================================
   Edit Links
   ========================================================================== */

.edit{
	display: block;
}

.edit-top {
	display: block;
	background: url('../images/edit_top.gif') bottom right no-repeat;
	color: #fff;
	padding: 6px;
	font-weight: bold;
	text-align: center;
	height: 45px;
	padding-top: 30px;
}

.edit-bg {
	display: block;
	background: url('../images/edit_bg.gif') bottom repeat-x #A0C554;
	border-bottom: 2px solid #333;
}

.edit a,.edit-top a {
	color: #fff;
	line-height: 1;
}

.edit a: hover,.edit-top a: hover {
	color: #546327;
}

.edit-link {
	margin-bottom: 0.5em;
	display: block;
	line-height: 1em;
	font-size: 13px;
	padding: 5px 10px;
	color: #FFF;
	text-shadow: 0 2px 2px rgba(0,0,0,0.3);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #79a138; /* Old browsers */
	background: -moz-linear-gradient(top,  #91bf42 0%, #79a138 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91bf42), color-stop(100%,#79a138)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #91bf42 0%,#79a138 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #91bf42 0%,#79a138 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #91bf42 0%,#79a138 100%); /* IE10+ */
	background: linear-gradient(top,  #91bf42 0%,#79a138 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91bf42', endColorstr='#79a138',GradientType=0 ); /* IE6-9 */
}

	.edit-link span {
		display: block;
		float: right;
		width: 0;
		margin-top: 3px;
		border: 6px solid #FFF;
		border-right-color: transparent;
		border-left-color: transparent;
		border-bottom: none;
	}

	.edit-link:hover {
		color: #FFF;
		background: #91bf42; /* Old browsers */
		background: -moz-linear-gradient(top,  #79a138 0%, #91bf42 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#79a138), color-stop(100%,#91bf42)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #79a138 0%,#91bf42 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #79a138 0%,#91bf42 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #79a138 0%,#91bf42 100%); /* IE10+ */
		background: linear-gradient(top,  #79a138 0%,#91bf42 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79a138', endColorstr='#91bf42',GradientType=0 ); /* IE6-9 */
	}