/*
Theme Name: affendy
Theme URI: http://www.affendy.com/blog
Description: Langkawi Photographer
Version: 1.0
Author: Affendy
Author URI: http://www.affendy.com
*/

* { margin : 0; padding : 0; }

html, body{
	color:#FFFFFF;
	margin:0;
	padding:0;
	text-align:center;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
} 
ul {
	list-style-type: none;
	padding-left: 5px;
	margin-left: 12px;
}

 
#pagewidth{ width:746px; 
    text-align:left;  
    margin-left:auto; 
    margin-right:auto;  
	border-right:1px solid #fff;
	border-left:2px inset #fff;		
	background:url(images/bg.jpg) repeat-y;
} 

#header{
	position:relative;
	height:122px;
	width:744px;
	background-image: url(images/wizardlogo1.gif);
	text-indent: -9999px;
	background-repeat: no-repeat;
	border-right-style: inset;
	border-left-style: inset;
	border-left-width: 1px;
	border-right-width: 1px;
} 
 
#twocols{
	float:right;
	position:relative;
	width: 80%;
}
 
#rightcol{
	width:294px;
	float:right;
	position:relative;
	background-color:#333333;
	padding-top: 37px;
	border-right-style: inset;
	border-right-color: #CCCCCC;
	border-right-width: 1px;
}
div#rightcol p {
	line-height: 1.4em;
	word-spacing: 1.3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

 
#maincol{
	background-color: #333333;
	float: left;
	display:inline;
	position: relative;
	width:294px;
	text-align: center;
	padding-top: 15px;
	border-left-style: inset;
	border-left-color: #CCCCCC;
	border-left-width: 2px;
	line-height: 2em;
}


div#maincol p {
	font-size: 80%;
	color: #FFFFCC;
	line-height: 1em;
}

#footer{
	height:20px;
	background-color:#4F5F76;
	clear:both;
	border-left-style: inset;
	border-right-style: inset;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-style: groove;
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
} 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
}
#nav_main {
	width:147px;
	float:left;
/*	position:relative;*/
	background-color:#333333;
/*	border-right:2px inset #898989;			*/
	padding-top: 20px;
	line-height: 2.5em;
	text-align: left;
	word-spacing: 0.3em;
	letter-spacing: 1.2px;
}
div#nav_main img {
	padding-bottom: 0px;
	padding-left: 6px;
	padding-top: 49px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FFCC66;
	text-decoration: underline;
}
#cont_back{
margin-top:20px;
}

/**blog codes**/
#wrapper
	{
	width:743px;
	margin:0 auto;
	}
#content
	{
	width:434px;
	float:left;
	padding:20px 15px 0 15px;
	}
#content h2.posttitle
	{
	clear:both;
	}
#content .post
	{
	color:#7f7f7d;
	margin:0 0 5px 0;
	}
#content .posted
	{
	margin:10px 0 0 0;
	}
#content p.comment
	{
	clear:both;
	margin:0 0 10px 0;
	}
#content img
	{
	float:left;
	margin:0 10px 10px 0;
	}
#content form
	{
	margin:0 0 10px 0;
	}
#content form input
	{
	margin:0 0 5px 0;
	}
#content form textarea
	{
	width:350px;
	height:100px;
	margin:0 0 5px 0;
	}
#content ol.commentlist
	{
	list-style:none;
	}
#content ol.commentlist li
	{
	margin:0 0 15px 0;
	}
#category
	{
	width:120px;
	font:11px Arial, Helvetica, sans-serif;
	color:#fff;
	float:left;
	padding:0 0 0 10px;			
	margin:20px 0 0 0;
	}
#category h1
	{
	font:bold 12px Arial, Helvetica, sans-serif;
	margin:10px 0 0 0;
	}
#category a
	{
	font:11px Arial, Helvetica, sans-serif;
	}
#category ol
	{
	margin:0 0 0 18px;
	}
div.space
	{
	margin:0 0 40px 0;
	}
