/*  
Theme Name: Scasft
Theme URI: http://www.iconceptsolutions.com.my
Description: Design By I-Concept
Author: I-Concept
Author URI: http://www.iconceptsolutions.com.my


/* Universal Selectors
----------------------------------------------------------------------------- */

	*  {
		margin: 0;
		padding: 0;
		}
		
	ul {
		list-style-type: none;
		}
	
	* a:link, * a:visited, * a:hover, * a:active {
		text-decoration: none;
		color: #56950d;
		}
		
	* a:hover {
		cursor: pointer;
		}
	
	:link img {
		border: none;
		}
	
	a img {
		border: none;
		}
	
	:link img, :active img {
		border: none;
		}





/* Structure
----------------------------------------------------------------------------- */
	
	html { 
		margin-bottom: 0.1em;
		background: #fff;
		}

	body {
		font-size: 75%;
		font-family: 'Lucida Grande', Arial, Verdana, Sans-Serif;
		text-align: left;
		color: #444;
		height: 100%;
		line-height: 1.5;
		}
		
	.top {
		background: #eee;
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px solid #ccc;
		font-size: 1.1em;
		}

	#bg {
		background: #000 url(images/bg.jpg) no-repeat;
		background-position: center top;
	}

	#wrapper {
		width: 960px;
		margin: 0 auto;
		padding: 30px 0 0 0;
		text-align: left;
		position: relative;
		}
		
	#corner_tp {
		background: url(images/top_corner.gif) no-repeat;
		text-indent: -9999px;
		height:20px;
	}
	
	#corner_btm {
		background: url(images/bottom_corner.gif) no-repeat;
		height:20px;
		text-indent: -9999px;
	}
	
	#content_wrapper {
		background: #fff;
		min-height: 1100px;
		position: relative;
		padding: 0 10px 10px 10px;
	}
		
	#header {
		padding: 0 0 10px 0;
		}
		
	#social {
		position: absolute;
		padding-left: 600px;
		top: 10px;
	}
	#social a{
		color:#444444;
	}
	
	#social img{
		vertical-align: middle;
	}
	
	#menu {
		padding-top: 5px;
	}
	
	#home_banner {

	}
	
	#home_content {
		padding: 0 10px;	
	}
	
	#home_content a:hover{
		border-bottom: 2px solid #56950d;
		padding-bottom: 2px;
		font-weight: bold;
	}
	
	#home_content a {
		font-weight: bold;	
	}
	
	#home_top {
		padding: 20px 0;
		border-bottom: 1px solid #ccc;
	}
	
	#home_top_left {
		width: 540px;
		float: left;
		padding-right: 40px;
	}
	
	#home_top_right {
		width: 340px;
		float: left;
	}
	
	#home_btm {
		padding-top: 20px;	
	}
	
	#home_left {
		width: 320px;
		float: left;
		padding: 0 20px 0 0;
	}
	
	#home_mid {
		width: 265px;
		float: left;
		padding: 0 15px 0 10px;
	}

	#home_right {
		width: 270px;
		float: right;
		padding: 0 10px;
	}
	
	#main {
		padding: 10px 10px;
		}

	#content {
		float:left;
		width: 680px;
		padding: 0 30px 30px 0;
		}
		
	#sidebar {
		float: right;
		width: 210px;
		padding: 1px 0 60px;
		}
		
	#sidebar_block {
		float: right;
		width: 210px;
		padding: 0 0 28px 0;
		font-weight:bold;
	}
	
	#sidebar_block ul li ul li{
		padding: 8px 0;
		list-style: disc inside url("images/bullet_side.gif");
	}
		
	#footer {
		width: 960px;
		padding: 10px 0 60px 0;
		*padding: 30px 0;
		/* IE6 and IE7 hack */
		clear: both;
		font-family: 'Lucida Grande', Arial, Verdana, Sans-Serif;
		margin: 0 auto;
		}





	/* Header
	----------------------------------------------------------------------------- */
	
		#header h1 a {
			}
			
		#header p.description {
			font-size: 1.2em;
			}
					
		a.news_title, a:visited.news_title {
			color: #444;
			font-weight: bold;
			font-size: 16px;
		}
		
		.date_title{
			color: #999;
		}
		
		#sidebar_block ul li ul .current_page_item a{
			color: #333;
			border-bottom: 2px dashed #333;
		}
	
				
	/* Content
	----------------------------------------------------------------------------- */
	
		#content h2 a {
			color: #444;
			}
	
		p a, #content .metadata a {
			color: #06c;
			font-weight: bold;
			}
	
		p a:hover, .metadata a:hover {
			border-bottom: 2px solid #56950d;
			padding-bottom: 2px;
			}
			
		p a:visited, .metadata a:visited {
			color: #56950d;
			}
	
		p {
			font: 12px/18px 'Lucida Grande', Arial, Verdana, Sans-Serif;
			padding: 0 0 18px 0;
			color: #444;
			}
	
		#content .post h3 {
			border-bottom: 1px solid #ccc;
			font: 18px 'Lucida Grande', Verdana, Arial, Sans-Serif;
			padding-top: 20px;
			text-transform: uppercase;
			}
			
		#content .entry {
			width: 100%;
			overflow: auto;
			height: 1%;
			}
	
		#content .metadata {
			display: block;
			padding: 10px 0 30px;
			border-bottom: 1px solid #ccc;
			}
	
	
	
	
	
	/* 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;
			}
	
	
	
	
	
	/* Sidebar
	----------------------------------------------------------------------------- */
	
		#sidebar ul li.side {
			padding-bottom: 25px;
			}
			
		#sidebar div {
			line-height: 1.7em;
			}
			
		#sidebar h2 {
			display: block;
			padding: 0 0 10px;
			}
		
		#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;
			}
	
	
	
	
	
	/* Footer
	----------------------------------------------------------------------------- */
	
		#footer p {
			}	





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

	#content ul, #content ol, #home_content ul, #home_content ol {
		line-height: 24px;
		padding: 10px 0 25px;
		list-style: disc outside;
		margin-left: 30px;
		}

	#content ul li a, #content ol li a {
		line-height: 24px;
		}

	#content .post ol {
		padding-left: 25px;
		*padding-left: 30px;
		}
		
	#content .post ul li {
		padding-left: 20px;
		}




/* 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: #444;
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
		}

	h1 {
		font-size: 2.2em;
		}

	h2 {
		font-size: 24px;
		color: #56950d;
		padding: 5px 0 10px 0;
		font-weight:bold;
		}

	h3 {
		font-size: 16px;
		color: #444;
		padding: 20px 0 5px 0;
		font-weight:bold;
		}

	h4 {
		font-size: 24px;
		color: #000;
		padding: 20px 0 5px 0;
		font-weight:bold;
		}
		
	h5 {
		font-size: 14px;
		color: #000;
		padding: 20px 0 5px 0;
		font-weight:bold;
	}
	
				
		
		
/* Images
----------------------------------------------------------------------------- */

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

	#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 {
		display: block;
		padding: 0 0 20px;
		}
		
	.date {
		color: #999;	
	}
					
			
			
			
			
/* 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;
		}

	.clear {
	 	clear: both;	
	}
	
	.aligncenter, div.aligncenter {
 	 	display: block;
  		margin-left: auto;
  		margin-right: auto;
	}

	.alignleft {
 	 	float: left;
  		margin: 0 20px 10px 0;
	}

	.alignright {
 		float: right;
  		margin:0 0 10px 20px;
	}
	
#home_content a.image_link:hover{
		border-bottom: none;
		padding-bottom: 0;
	}
