/*
	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: 0em;
		margin: 1em 0 0 0;
	}
	
	#logo {
		position: relative;
		top: 0em;
		left: 0;
		background: url(../images/asean-logo.png) no-repeat;
		height: 77px;
		width: 100%;
		clear: none;
		margin: 0 0 12px 0;
	}
	
	#logo a
	{
		float: none;
		margin-left: 270px;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	
	#logo a
	{
		display: inline-block;
		text-decoration: none;
		font-family: 'Oswald', sans-serif;
		font-weight: 400;
		font-size: 3em;
		color: #FFF !important;
	}
	#logo p
	{
	margin-left: 270px;
    color: #ffffff;
    font-size: 20px;
    line-height: 10px;
		font-family: 'Oswald', sans-serif !important;
	}
	
	#logo span
	{
		float: left;
		display: block;
		padding: 1.4em 0em 0em 1em;
		font-style: italic;
		color: #FFFFFF;
	}
	
	#logo span a
	{
		letter-spacing: 1px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: normal;
		font-size: 1.2em;
		color: #FFFFFF;
	}	
	
	#nav {
		position: relative;
		top: 0;
		right: 0;
	    background: #c7d0df url(images/nav-bg-3.png) repeat;
		overflow:overlay;
	}
	
	#nav ul {
		text-align: center;
	}
	
	#nav li {
		display: inline-block;
		float:left;
		padding:0px;
	}
	
	#nav a, #nav i{
		display: block;
		float: left;
		height: 2em; /**  before 3em **/
		padding: 0.4em 1em 0em 1em;
		text-decoration: none;
		text-transform: uppercase;
		font-family: 'Oswald', sans-serif !important;
		font-size: 1.50em;
		font-weight: 300;
		color: #FFFFFF;
	}
	
	#nav .current_page_item {
	}
	
	#nav .current_page_item a {
		background: #f0f0f0;
		border-radius: 0px;
		text-shadow: none;
		color:#0b59a4;
	}
	#nav .complaint_item a {
		background: #0b59a4;
		border-radius: 0px;
		text-shadow: none;
		color:#f0f0f0;
	}
	
	#nav a {
		border-radius: 0px;
		text-shadow: none;
		background: url(images/menu-divider.png) no-repeat left;
	}	
	#nav a:hover {
		background: #f0f0f0;
		border-radius: 0px;
		text-shadow: none;
		color:#0b59a4;
	}
	#nav a:first-child{
		border-left:none;
		
		
	}
	#nav a:last-child{
		
	}
/* Content */

	#content
	{
	}

	#content h1
	{
		letter-spacing: 0px;
		font-size: 2.50em;
		line-height: 1.3em;
	}
	#content h2
	{
		letter-spacing: 0px;
		font-size: 2.50em;
	}
	#content section
	{
		padding: 0em 1em 0em 1em;
	}

	/*#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: 0em 2em 0em 0em;
	}

	.left-sidebar #sidebar #box2
	{
		padding: 1em 0em 0em 2em;
	}

	#sidebar #box3
	{
		padding: 1em 2em 0em 0em;
	}

	.left-sidebar #sidebar #box3
	{
		padding: 1em 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;
	}