/**
 * httpdocs/css/screen.css
 *
 * @description
 * General stylesheet to (re)set all the available
 * (X)HTML tags to a general standard.
 *
 * Copyright (c) BenedenBoven / Malibomba
 * IT IS NOT ALLOWED TO USE OR MODIFY ANYTHING OF
 * THIS CODE, WITHOUT THE PERMISION OF THE AUTHOR.
 */
/*<![CDATA[*/

	/**
	 * @description: General styles, default classes;
	 ----------------------------------------------------------------------------------------------*/
	a, a:hover, a:visited 											{ color:#339900; }

	h1,h2,h3,h4 													{ color:#339900; }
	.objectItem:hover img 											{ border-bottom:5px solid #339900; }
	.objectItem:hover .row.readMore 								{ background:#339900; }

	.grid figcaption {
		background:#339900;
	}

/*]]>*/