/*  
Theme Name: Masteel
Theme URI: http://www.masteel.com.my
Author: I-Concept
Author URI: http://www.iconceptsolutions.com.my

*/


/*
1. Universal Declarations
2. Structure
	2.1. Header
	2.2. Content
	2.3. Comments
	2.4  Sidebar
	2.5  Footer
3. Lists
4. Headings
5. Images
6. Forms
7. Page Specific
8. Extras
*/


/* Universal Selectors
----------------------------------------------------------------------------- */	
	ul {
		
		}
	
	* a:link, * a:visited, * a:hover, * a:active {
		text-decoration: none;
		color: #c3181f;
		}
		
	* a:hover {
		cursor: pointer;
		/* works well for onclick anchors */
		}
	
	:link img {
		border: 0;
		}
	
	* img {
		border: 0;
		}
	
	a img {
		border: 0;
		}
	
	:link img, :active img {
		border: 0;
		}
	
	.clear {
		clear: both;	
	}




/* Structure
----------------------------------------------------------------------------- */
	html {
		background-color: #000;
	}
 
	body {
	font-size: 75%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	color: #444;
	line-height: 1.5;
		}
		
		#bg {
	background-image: url(images/masteel_bg.jpg);
	background-color:#000;
	background-repeat: no-repeat;
	margin: 0 auto;
	overflow:hidden;
	background-position:top center;
	}

	#wrapper {
		width: 960px;
		margin: 0 auto;
		background: #fff;
		}
		
	#header {
		position: relative;
		margin-bottom: 10px;
		}
		
	#top {
		width: 960px;
		margin: 30px auto 0 auto;
		padding-bottom: 5px;
		text-align: right;
	}
	
	#top2 {
		background: URL(images/dotted_03.gif) no-repeat;
		height: 14px;
	}
	
	#logo {
		position: relative;
		left: -10px;
		top: 5px;
	}
	
	#navigation {
		position: absolute;
		left: 320px;
		top: 95px;	
	}
	
	#contact {
		position: absolute;
		top:35px;
		left: 710px;
		font-size:16px;
		text-align: right;
		font-weight:bold;
		line-height: 1.2;
	}
	
	#pointer {
		position: absolute;
		top: 30px;
		left: 870px;
	}
	
	#intro {
		width: 960px;
		margin: 0 auto;
	}
	
	#banner_home {
		background:url(images/banner_bg.jpg) no-repeat;
		height: 311px;
		padding: 10px 0 0 20px;
	}
	
	#banner_about {
		margin: 0 19px;
		background: url(images/b_about.jpg) top left no-repeat;
		height: 200px;
	}
	
		#banner_contact {
		margin: 0 19px;
		background: url(images/b_contact.jpg) top left no-repeat;
		height: 200px;
	}
	
		#banner_product {
		margin: 0 19px;
		background: url(images/b_product.jpg) top left no-repeat;
		height: 200px;
	}
	
		#banner_news {
		margin: 0 19px;
		background: url(images/b_news.jpg) top left no-repeat;
		height: 200px;
	}
	
			#banner_investor {
		margin: 0 19px;
		background: url(images/b_investor.jpg) top left no-repeat;
		height: 200px;
	}

	#main {
		padding: 25px 20px 0 20px;
		
		}

	#content {
		float:left;
		width: 620px;
		padding: 0 30px 20px 0;
			list-style-type: circle;
		list-style-position:inside;
		}
		
	#home_btm {
		width: 620px;
		padding-top: 20px;
	}
	
	#home_r {
		width: 250px;
		float:right;
		padding-left: 60px;
			padding: 0 0 20px 0;
	}
	
	#content #home_r ul li {
		list-style-type: circle;
		list-style-position:inside;
		padding: 0;
		margin-left: 0;
	}
	
	#content #home_r ul {
		padding: 0px;	
	}
	
	#home_l {
		width: 308px;
		float: left;
		border: 1px solid #E8E8E8;
		padding: 0 0 20px 0;
	}
		
	#sidebar {
		float: right;
		width: 266px;
		padding: 2px 0;
		background:#FAF5F0;
		margin-bottom: 18px;
		}
		
	#sidebar_home {
		float: right;
		width: 266px;
		padding: 2px 0;
		background:#FAF5F0;
		margin-bottom: 18px;
		min-height: 500px;
		max-height: 520px;
		overflow: hidden;
	}
		
	#footer {
		width: 960px;
		padding: 20px 0 50px 0;
		*padding: 20px 0;
		/* IE6 and IE7 hack */
		clear: both;
		margin: 0 auto 30px auto;
		color: #444;
		position: relative;
		background-color: #fff;
		font-size:11px;
		}
		
	#footer_text {
		padding-top: 15px;
		margin: 0 20px;
		border-top: 8px solid #eee;

	}
	
	#sirim {
		position: absolute;
		top: 40px;
		left: 600px;

	}



	/* Header
	----------------------------------------------------------------------------- */
	
		#header h1 a {
			}
			
		#header p.description {
			font-size: 1.2em;
			}

	
	
	
				
	/* Content
	----------------------------------------------------------------------------- */
	
		#content h2 a {
			color: #444;
			}
	
		#content p a, #content .metadata a {
			color: #c3181f;
			}
	
		#content p a:hover, #content .metadata a:hover {
			}
			
		#content p a:visited, #content .metadata a:visited {
			color: #c3181f;
			}
	
		#content p {
			font: Arial, Helvetica, Verdana, sans-serif;
			padding: 0 0 20px 0;
			color: #444;
			text-align: left;
			}
			
		#content table td p {
			padding-bottom: 0px;	
		}
		
		#content table td h6 {
			padding-bottom: 18px;
			font-weight: normal;
			font-size: 12px;
		}
			
		#content .entry {
			height: 1%;
			padding-right: 10px;
			}
	
		#content .metadata {
			display: block;
			padding: 10px 0 60px;
			}
			
		.date {
			font-style: italic;
			color: #999;
			font-size: 11px;
		}
		
		a.news_title {
			color: #c3181f;
			font-weight: bold;
		}
		
		.alignleft_s {
   float: left;
   margin-right: 20px;
   width: 200px;
}

#content p a span.alignleft_s{
	text-decoration: underline;	
}

#content p a span.alignright_s {
	text-decoration: underline;	
}

.alignright_s {
   float: right;
   margin-left:20px;
      width: 200px;
	  text-align: right;
}

	
	
	
	
	
	/* Comments
	----------------------------------------------------------------------------- */
	
		.commentlist {
			padding: 10px 0 30px 0;
			}
			
		.commentlist li {
			background: url(images/dot.gif) bottom left repeat-x;
			/* This fixes a Firefox / Safari bug where the bottom border sometimes shwoed up and sometimes didn't */
			margin: 10px 0;
			padding: 25px 0 10px 0;
			list-style-type: none;
			width: 100%;
			overflow: auto;
			height: 1%;
			}
			
		.comment_number a {
			font: 3.2em Georgia, serif;
			float: right;
			padding-right: 10px;
			color: #d6d6d6;
			}
			
		.comment_author {
			font-size: 1.4em;
			}
			
		h3#respond {
			display: block;
			padding-top: 15px;
			}
			
		#title_stock {
			background: #E8E8E8;
			padding-left: 10px;
			margin-bottom: 10px;
		}
	
	
	
	
	
	/* Sidebar
	----------------------------------------------------------------------------- */
	
		#sidebar ul li.side {
			padding-bottom: 25px;
			}
			
		#sidebar div {
			line-height: 1.5;
			}
			
		#sidebar h2 {
			display: block;
			}
		
		#sidebar ul li a {
			line-height: 1.9em;
			}
			
		#sidebar ul li ul li ul {
			padding-left: 15px;
			}
			
		#sidebar ul li ul li ul li ul {
			padding-left: 30px;
			}
			
		#home_side_title {
			background: #C3181F;
			padding-left: 10px;
		}
		
		#home_side_content {
			padding: 0 10px;
		}
			
		#sidebar_sub {
			float: right;
			width: 246px;
			padding: 15px 10px 100px 10px;
			background:#FAF5F0;
		}
		
		#sidebar_sub ul li{
			margin: 10px 0;	
			padding-left: 20px;
			padding-bottom: 5px;
			background:URL(images/bullet_side.png) no-repeat;
			border-bottom:1px dotted #CCC;
		}
		
		#sidebar_sub ul li a{
			padding: 5px 10px;
			display: inline-block;
		}
		
		#sidebar_sub ul li a:hover {
			color: #FFF;
			background:#c3181f;
		}
		
		#sidebar_post {
		float: right;
		width: 246px;
		padding: 15px 10px 50px 10px;
		background:#FAF5F0;
		}
		
		#sidebar_post ul li {
			padding-bottom: 20px;	
		}
		
		#sidebar_post ul ul li {
			border-bottom:1px dotted #CCC;
					margin: 10px 0;
						padding-bottom: 5px;
		}
		
		#sidebar_post ul ul li a{
			padding: 5px 10px;
			display: inline-block;
		}
	
		#sidebar_post ul ul li a:hover {
			color: #FFF;
			background:#c3181f;
		}
		
		#content a.single:link, #content a.single: visited {
			color: #c3181f;
		}
		
		#content a.single:hover {
			
		}
		
		#content a.single {
			font-size: 12px;
			font-weight: bold;
			color:#c3181f;
			padding: 5px 0;
			line-height: 1.5;
		}
	
			
		#sidebar_post ul.yearly {
			list-style:none;
		}
		
		
		#sidebar_post ul.yearly li a{
			line-height: 1.5;
		}
		
		#sidebar_post ul.yearly li {
			padding: 0px;
			float: left;
			margin: 0 15px 0 0;
		}
		
		#yearly_sort {
			text-align: left;	
		}
	
	#content a.readmore {
	color:#c3181f;
	text-decoration:underline;
	}
	
		#content a.readmore:visited {
	color:#AA0041;
	text-decoration:underline;
	}
	
	#content ul li.heading_title a{
		line-height: 2;
	}
	
	#content ul li.heading_title {
		margin-left: 0px;
					list-style-type:none;
					padding: 0;
	}
	
	#content ul.news_content {
		line-height: 1.5;	
		padding: 0;
	}
	
	/* Footer
	----------------------------------------------------------------------------- */
	
		#footer p {
			line-height: 2.2em;
			}	





/* Lists
----------------------------------------------------------------------------- */

	#content ul, #content ol {
		line-height: 2em;
		padding: 15px 0 15px;
		}
		
	#content ul li {
		list-style-type: disc;
		list-style-position:outside;
		margin-left: 20px;
		padding: 5px 0;
	}

	#content ul li a, #content ol li a {
		line-height: 2.5em;
		}

	#content .post ol {
		padding-left: 25px;
		*padding-left: 30px;
		}
		
	#content .post ul li {
		padding-left: 20px;
		background: url(images/bullet.gif) center left no-repeat;		
		}




/* Headings
----------------------------------------------------------------------------- */

	h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
		color: #000;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		
		}

	h1 {
		font-size: 22px;
		padding-bottom: 2px;
		border-bottom: 1px dotted #ccc;
		margin-bottom: 15px;
		}

	h2 {
		font-size: 18px;
		}

	h3 {
		font-size: 22px;
		color: #fff;
		padding: 0;
		line-height: 1.3;
		font-weight: normal;
		}

	h4 {
		font-size: 1.2em;
		color: #c3181f;
		}
		
	h5 {
		padding-bottom: 0;
		font-size: 12px;
	}
		
		
		
		
		
/* Images
----------------------------------------------------------------------------- */

	#content img {
		max-width: 100%;
		display:block;

		}
		
	#content img.image {
		width: 100%;
		height: auto;
	}

	#content img.none {
		border: 0;
		max-width: 90%;
		margin: 0 auto;
		}
		
	#content img.wp-smiley {
		border: 0;
		padding: 0;
		margin: 0;
		display: inline;
		/* For whenever one uses smileys in posts */
		}





/* Forms
----------------------------------------------------------------------------- */

	.searchform {
		width: 250px;
		float: right;
		text-align: right;
		}
		
		
		
		
		
/* Page Specific
----------------------------------------------------------------------------- */

	.last_20 li {
		line-height: 2em;
		}

	.archive_date {
		width: 100px;
		float: left;
		}
		
	/* This is if you use the current page-archives.php for your archives */
		
	.pagetitle {
		
		}
					
			
			
			
			
/* Extras
----------------------------------------------------------------------------- */

	blockquote {
		margin: 0;
		padding: 0 0 0 25px;
		background: url(images/quote.gif) top left no-repeat;
		}

	html>body blockquote {
		background-position: 0 0;
		}
		
	.center {
		text-align: center;
		}

	hr {
		width: 100%;
		border-bottom: none;
		border-top: 1px dotted #ccc;
		margin:0;
		border-left: none;
		border-right: none;
		padding:0 0 20px 0;
		}
		
		.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin-right: 20px;
   padding-top: 3px;
}

.alignright {
   float: right;
   margin-left:20px;
   padding-top: 3px;
}

/* Menu
----------------------------------------------------------------------------- */

#dropmenu, #dropmenu ul {font-size: 14px; margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:1.5em; z-index:300; width:100%; background:#fff; font-weight:bold;}
#dropmenu a {display:block; padding:0.25em 1em; color:#fff; text-decoration:none; background:#c3181f;}
#dropmenu a:hover {background: #000; color:#fff;}
#dropmenu li {float:left; position:relative;}
#dropmenu ul {position:absolute; display:none; width:12em; top:1.8em; left:-1px; border: 1px solid #CCC;}
#dropmenu ul a { background:#FFF; color: #000;font-weight:normal; font-size: 12px;}
#dropmenu li ul {width:12em;}
#dropmenu li ul a {width:12em; height:auto; float:left;}
#dropmenu ul ul {top:auto;}
#dropmenu li ul ul {left: 9em; margin:0px 0 0 10px;}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}