<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	HeavyIndustry by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Header */

	#header
	{
		position: relative;		
		/*padding: 2em;*/
	}

	#menu-wrapper {		}
	
	#logo {
		/*position: absolute;
		top: 2em;
		left: 0;*/
		width:100%; 
		text-align:center; 
		margin-bottom:20px;
		margin-top:20px;  
	}

	#logo img {
		max-height:200px; 
	}
	
	#logo h1
	{
		float: left;
	}
	
	#logo h1 a
	{
		display: inline-block;
		text-decoration: none;
		font-family: 'Open Sans Condensed', Tahoma, sans-serif;
		font-weight: 700;
		font-size: 3em;
		color: #FFF !important;
	}
	
	#logo span
	{
		float: left;
		display: block;
		padding: 0em 0em 0em 0.8em;
		position: relative;
		top: -5px;
		color: #FFFFFF;
	}
	
	#logo span a
	{
		letter-spacing: 1px;
		font-family: 'Open Sans Condensed', Tahoma, sans-serif;
		font-style: normal;
		font-size: 1.2em;
		color: #FFFFFF;
	}	
	

/* Content */

	#content
	{
	}

	#content h2
	{
		letter-spacing: -2px;
		font-size: 2.50em;
	}

	#content section
	{
		padding: 0em 2em 0em 2em;
	}

	#content a img
	{
		display: block;
		width: 100%;
		margin-bottom: 1.50em;
		border-radius: 5px;
	}

/* Sidebar */

	#sidebar
	{		
	}

	#sidebar section
	{
	}
	
	#sidebar #box1
	{
		padding: 0em 2em 0em 0em;
	}

	.left-sidebar #sidebar #box1
	{
		padding: 0em 0em 0em 2em;
	}

	#sidebar #box2
	{
		padding: 1.0em 0em 0em 0em;
	}

	.left-sidebar #sidebar #box2
	{
		padding: 3em 0em 0em 2em;
	}

	#sidebar #box3
	{
		padding: 3em 2em 0em 0em;
	}

	.left-sidebar #sidebar #box3
	{
		padding: 3em 0em 0em 2em;
	}

/* Three Column */

	#three-column
	{
	}
	
	#three-column section
	{
		padding: 0em 0em 0em 0em !important;
	}

	#three-column #column1
	{
		margin: 0em 0em 0em 2em;
	}

	#three-column #column2
	{
	}

	#three-column #column3
	{
		margin: 0em 2em 0em 0em;
	}
	
	

	
/*********************************************************************************/
/* Menu with dropotron                                                           */
/*********************************************************************************/

#nav	{ height: 3.6em; font-size: 0.9em;  }

#nav ul { text-align: center; padding:0em; margin:0em; }

#nav li { display: inline-block;  }

#nav a { 
	display: block;
	float: left;
	height:3em;
	line-height:3em;
	padding: 0em 0.8em 0em 0.8em;
	text-decoration: none;
	font-family: 'Ubuntu', Tahoma !important;
	font-size: 1.20em;
	font-weight: 400;
	color: #FFFFFF;
}

#nav a:hover {color: #eee;}

#nav .current_page_item { }

#nav .current_page_item a {
	background: #4e94f6;
	border-radius: 5px 5px 0px 0px;
	box-shadow: inset 0px -15px 10px 0px rgba(0,0,0,0.10);
	text-shadow: none;
}


/**********************************************/
/* Dropotron: The drop down menu */
/**********************************************/

#nav ul li:hover &gt; ul 			{ visibility: visible; }
/*#nav ul li a:first-child:hover  &gt; ul	{ background:yellow; opacity:1;}*/


#nav .dropotron 	{ display: block !important; visibility: hidden; }
#nav .dropotron ul	{   margin:0; padding:0; }
#nav .dropotron &gt; li
{	
	background: #4e94f6/*  url(images/img02.jpg) repeat */;
	box-shadow: inset 0px -2px -0px 0px rgba(0,0,0,0.25);	
	display: block; position: absolute;
	/*margin-left: -10px !important;*/
	min-width:208px;
	margin: 3.6em 0em 0em 0em !important;
	padding:0;
	z-index:1;
}
#nav .dropotron &gt; li &gt; a
{
	background:none;
	font-size:1.1em;
	text-align:left; 
	clear: left; float:left; display:block;
	width:100%;	
	border-bottom:1px dotted #555;
	padding:0px 15px 0px 15px !important;
	margin:0px !important;
	
}

#nav .dropotron &gt; li.active &gt; a	{ } 
#nav .dropotron &gt; li:hover &gt; a 	{ }

#nav .dropotron.level-0 { border-radius: 0 0 4px 4px; margin-left: -0.5em; background:pink !important;}
</pre></body></html>