


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

		/*Logo*/
		#logo a {
			text-indent:-9999px;
			position:absolute;
			background:transparent url(http://test.thaeger.com/wp-content/uploads/2011/11/thaeger_logo.png) no-repeat;
			width:96px;
			height:130px;
			top:0px;
			margin-left:30px;
			z-index:999;
		}
		.nivo-controlNav a.active {
			background:#007875;
		}
			#content a:link { color: #007875; text-decoration: underline; outline:none; }
			#content a:active {color: #007875; text-decoration: underline; outline:none; }
			#content a:hover {color: #007875; text-decoration: underline; outline:none; }
			#content a:visited {color: #007875; text-decoration: underline; outline:none; }
			#content h1, #content h2, #content h3, #content h4 {
				color:#007875;
				text-shadow:0 0px 0;
				margin-bottom:5px;	
			}
				#pagination span {
					background:#007875; 
					border: 1px solid #007875;
					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: #007875; text-decoration: underline; outline:none; }
		.links a:visited {color: #3D3D3D; text-decoration: underline; outline:none; }	
		


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

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