/*
	###########################		START - FILE INFORMATION	###############################################################################
	###			VERSION: 5.0.0;
	###			LEGAL: USE OF THIS FILE CONSTITUTES YOUR ACCEPTANCE OF THE "LICENSE.TXT";
	###			NOTES: ;
	###########################		END - FILE INFORMATION		###############################################################################
*/

@media screen and ( min-width: 800px )
	{
		/* #-------------------- SECTION: A LINKS; -- */
		html body footer a,
		html body header a,
		html body main a
			{
				/* NOTE: PROPERTIES FOR STYLING */
				color:						var( --Desktop_BodyTextCss-0000-0000 );
			}
		html body footer a:hover,	
		html body header a:hover,	
		html body main a:hover
			{
				/* NOTE: PROPERTIES FOR STYLING */
				color:						var( --Desktop_BodyTextCss-0000-0001 );
			}
		html body main  a:not([href])
			{
				/* NOTE: PROPERTIES FOR STYLING */
				color:						#fff;
			}
		html body main div.Options a:not([href])
			{
				/* NOTE: PROPERTIES FOR STYLING */
				background-color:			#645151;
			}
		html body main div.Options a:hover:not([href])
			{
				/* NOTE: PROPERTIES FOR STYLING */
				background-color:			#645151;
				cursor:						not-allowed;
			}

		/* #-------------------- SECTION: HEADINGS; -- */
		html body main div#PageH1
			{
				/* NOTE: PROPERTIES FOR STYLING */
				background-color:			var( --Desktop_BodyTextCss-0000-0002 );
				border-bottom:				var( --html-0000-0000 );
	
				/* NOTE: PROPERTIES FOR LAYOUT */
				height:						70px;
				padding-left:				2%;
			}
		html body main div#PageH1 h1
			{
				/* NOTE: PROPERTIES FOR STYLING */
				color:						var( --Desktop_BodyTextCss-0000-0003 );
				
				/* NOTE: PROPERTIES FOR LAYOUT */
				padding-top:				17px;
				margin-bottom:				0;
				margin-top:					0;
				padding-bottom:				0;
			}
		html body main h2,
		html body main h3,
		html body main h4
			{
				/* NOTE: PROPERTIES FOR STYLING */
				border-bottom:				1px solid #fff;
			}
			
		html body main div#PageH2
			{
				/* NOTE: PROPERTIES FOR STYLING */
				
			
	
				/* NOTE: PROPERTIES FOR LAYOUT */
				margin-left:				auto;
				margin-right:				auto;
				width:						90%;
			}
	}