


.highlight {
	background-color:#42b86a;
}
		.nav li li a:hover {
			background:#42b86a; 
		}

		/*Logo*/
		#logo a {
			text-indent:-9999px;
			position:absolute;
			background:transparent url(/wp-content/uploads/2011/07/7SHEADERLOGO-CLEAR.png) no-repeat;
			width:96px;
			height:130px;
			top:0px;
			margin-left:30px;
			z-index:999;
		}
		.nivo-controlNav a.active {
			background:#42b86a;
		}
			#content a:link { color: #42b86a; text-decoration: underline; outline:none; }
			#content a:active {color: #42b86a; text-decoration: underline; outline:none; }
			#content a:hover {color: #42b86a; text-decoration: underline; outline:none; }
			#content a:visited {color: #42b86a; text-decoration: underline; outline:none; }
			#content h1, #content h2, #content h3, #content h4 {
				color:#42b86a;
				text-shadow:0 1px 0 #E9E9E9;
				margin-bottom:5px;	
			}
				#pagination span {
					background:#42b86a; 
					border: 1px solid #42b86a;
					color:#FFFFFF;
					text-decoration:none;
				}
		.links a:link { color: #3D3D3D; text-decoration: underline; outline:none; }
		.links a:active {color: #3D3D3D; text-decoration: underline; outline:none; }
		.links a:hover {color: #42b86a; text-decoration: underline; outline:none; }
		.links a:visited {color: #3D3D3D; text-decoration: underline; outline:none; }	
		


		#comments cite, #comments cite a:link { color: #42b86a; text-decoration: none; outline:none; font-weight:bolder;}
		#comments cite a:active {color: #42b86a; text-decoration: none; outline:none; font-weight:bolder;}
		#comments cite a:hover {color: #42b86a; text-decoration: none; outline:none; font-weight:bolder;}
		#comments cite a:visited {color: #42b86a; text-decoration: none; outline:none; font-weight:bolder;}

		/*Text highlighting*/
		::selection { background: #42b86a; color:#FFFFFF; /* Safari */ }
		::-moz-selection { background: #42b86a; color:#FFFFFF; /* Firefox */ }