<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
  <head>
<link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'/>
<script type='text/javascript'>
document.ondragstart = function () { return false; }; </script>
    <b:include data='blog' name='all-head-content'/>
    <title><data:blog.pageTitle/></title>
    <b:skin><![CDATA[/*
-----------------------------------------------
Blogger Template Style
Name:     Denim
Designer: Darren Delaye | Anis Student Kecik
URL:      www.DarrenDelaye.com | http://studentkecik.blogspot.com/
Date:     11 Jul 2006 | 18 Dec 2012
-----------------------------------------------
*/
#navbar-iframe {
display: none !important;
}
/* Variable definitions
   ====================
 <Variable name="bgColor" description="Page Background Color"
           type="color" default="#efefef" value="#efefef">
 <Variable name="textColor" description="Text Color"
           type="color" default="#333333" value="#333333">
 <Variable name="linkColor" description="Link Color"
           type="color" default="#336699" value="#336699">
 
 <Variable name="headerBgColor" description="Page Header Background Color"
           type="color" default="transparent" value="transparent">
 <Variable name="headerTextColor" description="Page Header Text Color"
           type="color" default="transparent" value="transparent">
 <Variable name="headerCornersColor" description="Page Header Corners Color"
           type="color" default="transparent" value="transparent">
 
 <Variable name="mainBgColor" description="Main Background Color"
           type="color" default="#ffffff" value="#ffffff">
 <Variable name="borderColor" description="Border Color"
           type="color" default="#cccccc" value="transparent">
 <Variable name="dateHeaderColor" description="Date Header Color"
           type="color" default="#999999" value="#999999">
 
 <Variable name="sidebarTitleBgColor" description="Sidebar Title Background Color"
           type="color" default="#ffd595" value="#93beff">
 <Variable name="sidebarTitleTextColor" description="Sidebar Title Text Color"
           type="color" default="#333333" value="#191919">
 
 <Variable name="bodyFont" description="Text Font"
           type="font" default="normal normal 100% Verdana, Arial, Sans-serif;" value="normal normal 88% Verdana, Geneva, sans-serif">
 <Variable name="headerFont" description="Page Header Font"
           type="font" default="normal normal 210% Verdana, Arial, Sans-serif;" value="normal normal 210% Verdana, Arial, Sans-serif;">
 
   <Variable name="startSide" description="Start side in blog language"
             type="automatic" default="left" value="left">
   <Variable name="endSide" description="End side in blog language"
             type="automatic" default="right" value="right">
*/
 
body {
cursor: url(http://3.bp.blogspot.com/-aVA5qjkatco/UM_m0Rhcq7I/AAAAAAAAGQY/Z1n1akC--Ik/s1600/cursor.png),auto;
  background: url('http://3.bp.blogspot.com/-NPjvZJ11WyA/T6yIwLphWCI/AAAAAAAAGbA/JLRt9q30JVs/s1600/brown.png') fixed;
margin:0;
color: #999;line-height: 19px;
font-family: trebuchet ms;
font:x-small Trebuchet ms;
font-size/* */:/**/small;
font-size: /**/small;
}
::selection {
background: #FFCBE1;
color: #fff;
}
a:link {
  font-family: 'Short Stack', cursive; letter-spacing: 1px;
   -webkit-transition: 1.0s;
  text-decoration:none;
  color: #999;
}
a:visited {
   -webkit-transition: 1.0s;
  color: #999;
}
a:hover {
  cursor: url(http://3.bp.blogspot.com/-aVA5qjkatco/UM_m0Rhcq7I/AAAAAAAAGQY/Z1n1akC--Ik/s1600/cursor.png),auto;
  -webkit-transition: 1.0s;
  text-decoration:none;
  padding-left: 12px;
  color: #FFCBE1;
}
 
a img {
  border-width: 0;
}
 
#outer-wrapper {
  font: $bodyFont;
}
/*------ IMAGE ANIMATION------*/img, a img { border: 0px;  opacity: .75; filter: alpha(opacity=100); -o-transition: opacity 1.5s linear; -webkit-transition: opacity 1.5s linear; -moz-transition: opacity 1.5s linear; }img:hover, a:hover img {opacity: 100; filter: alpha(opacity=100); -o-transition: opacity 1s linear; -webkit-transition: opacity .8s linear; -moz-transition: opacity 1.5s linear; }
 
::-webkit-scrollbar {
width: 7px;
height: 7px;
}
::-webkit-scrollbar-track-piece  {
background-color: #FFDEEB;
border: 3px solid #fff;
}
::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
background-color: #FFDEEB;
border: 1px solid #fff;
}
/* Header
----------------------------------------------- */
u {
text-decoration:none;
color:#777;
padding: 0px;
line-height: 4px;
border-bottom: 2px solid #FFBAD7;
-webkit-transition: 0.5s;
}
u:hover {
border-bottom: 6px solid transparent;
-webkit-transition: 0.5s;
}
#header-wrapper {
  margin:0;
  padding: 0;
  background-color: $headerCornersColor;
  text-align: $startSide;
}
 
#header {
  width: 900px;
  margin: 0 auto;
  background-color: $headerBgColor;
  border: 1px solid $headerBgColor;
  color: $headerTextColor;
  padding: 0;
  font: $headerFont;
}
 
h1.title {
  padding-top: 38px;
  margin: 0 14px .1em;
  line-height: 1.2em;
  font-size: 100%;
}
 
h1.title a, h1.title a:visited {
  color: $headerTextColor;
  text-decoration: none;
}
 
#header .description {
  display: block;
  margin: 0 14px;
  padding: 0 0 40px;
  line-height: 1.4em;
  font-size: 50%;
}
                                                            
/* Content
----------------------------------------------- */
 
.clear {
  clear: both;
}
 
 
#content-wrapper {
  width: 900px;
  margin: 0 auto;
  padding: 0 0 15px;
  text-align: $startSide;
  background-color: $mainBgColor;
  border-top: 13px solid #FFDEEB;
border-left: 4px solid #FFDEEB;
border-right: 4px solid #FFDEEB;
border-bottom: 13px solid #FFDEEB;
border-radius: 5px;
}
#main-wrapper {
  margin-$startSide: 14px;
  width: 644px;
  float: right;
  background-color: $mainBgColor;
  display: inline;       /* fix for doubling margin in IE */
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}
#sidebar-wrapper {
  margin-$endSide: 14px;
  width: 227px;
  float: left;
  background-color: $mainBgColor;
  display: inline;       /* fix for doubling margin in IE */
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}
 
/* Headings
----------------------------------------------- */
 
h2, h3 {
  margin: 0;
}
 
/* Posts
----------------------------------------------- */
.date-header {
  margin: 1.5em 0 0;
  font-weight: normal;
  color: $dateHeaderColor;
  font-size: 100%;
}
.post {
 background: #FFFFFF;
margin:2.0px;
padding:8px 8px 8px;
}
.post-title {
 background:url(http://2.bp.blogspot.com/-iTrQyY381AM/T6yHyTCsl9I/AAAAAAAAGag/mOkGl8Y3ejc/s1600/sparkles.png);padding: 5px; 
border-top: 2px solid #FFD5E7;
border-bottom: 2px solid #FFD5E7;
border-left: 5px double #eee;
border-right: 5px double #eee;
text-align:center;
color: #C1C1C1;
font-weight: normal;
-webkit-transition: 0.9s;
font-family: 'Short Stack';
letter-spacing: 1px;
}
.post-title:hover {
-webkit-transition: 0.9s;
border-left: 0px solid #ddd;
border-right: 0px solid #ddd;
}
.post-title a, .post-title a:visited, .post-title strong {
  text-decoration: none;
  color:#C1C1C1;
  font-weight: normal;
}
.post div {
  color: #676767;line-height: 17px; letter-spacing: 1px;
}
 
.post-footer {
  margin: -.25em 0 0;
  color: $textColor;
  font-size: 87%;
}
 
.post-footer .span {
  margin-$endSide: .3em;
}
 
.post img, table.tr-caption-container {
  padding: 4px;
  border: 1px solid $borderColor;
}
.tr-caption-container img {
  border: none;
  padding: 0;
}
.post blockquote {
 border: 1px dotted #999;
border-radius: 1px;
background-position:bottom right;
background-repeat:no-repeat;
background-image: url(http://4.bp.blogspot.com/-I5Rw3UMSDR4/TuDEk_omaOI/AAAAAAAACKU/4MyM84yIjtY/s1600/blockquotezera4.png);
padding: 4px;
}
.post blockquote:hover {
 
    }
.post blockquote p {
  margin: .75em 0;
}
 
/* Comments
----------------------------------------------- */
#comments h4 {
margin: 1em 3em;
font-weight: bold;
line-height: 1.4em;
color: #ffffff;
}
#comments-block {
margin-left:1.5em;
line-height:1.6em;
background: transparent;
color: black;
padding: 1em;
border:0px solid #ffffff;
}
#comments-block .comment-author {margin:.5em 0;}
#comments-block .comment-body {margin:.25em 0 0; background: #ffffff;}
#comments-block .comment-footer {
margin:-.25em 0 2em;
line-height: 1.4em;
letter-spacing:.1em;
}
#comments-block .comment-body p {
margin:0 0 .60em;
padding: 5px 5px 5px 5px;
background: url(http://4.bp.blogspot.com/-x18N2h95e1M/TwlIB5bvfaI/AAAAAAAAC40/M03nnmCQ1LY/s1600/bgunadot6.gif) repeat top left;
-moz-border-radius: 20px 20px / 20px 20px;
border-radius: 5px 5px / 5px 5px;
border: 2px solid #F97E7E;
}
.deleted-comment {
font-style:underlined;
color:transparent;
}
.feed-links {
clear: both;
line-height: 2.5em;
}
#blog-pager-newer-link {
float: left;
}
#blog-pager-older-link {
float: right;
}
#blog-pager {
text-align: center;
}
 
/* Sidebar Content
----------------------------------------------- */
.sidebar h2 {
 background:url(http://2.bp.blogspot.com/-iTrQyY381AM/T6yHyTCsl9I/AAAAAAAAGag/mOkGl8Y3ejc/s1600/sparkles.png);padding: 5px; 
border-top: 2px solid #FFD5E7;
border-bottom: 2px solid #FFD5E7;
border-left: 5px double #eee;
border-right: 5px double #eee;
text-align:center;
font-size: 13px;
color: #C1C1C1;
font-weight: normal;
-webkit-transition: 0.9s;
font-family: 'Short Stack';
letter-spacing: 1px;
}
.sidebar h2:hover {
padding-right: 8px;
-webkit-transition: 0.9s;
border-left: 0px solid #ddd;
border-right: 0px solid #ddd;
}
                                                            
.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar li {
  margin: 0;
  padding-top: 0;
  padding-$endSide: 0;
  padding-bottom: .5em;
  padding-$startSide: 15px;
  text-indent: -15px;
  line-height: 1.5em;
}
.sidebar {
  color: $textColor;
  line-height:1.3em;
}
.sidebar .widget {
margin:2.5em 0.75em;
 
padding:5px;
background:#ffffff;
}
 
.sidebar .widget-content {
  margin: 0 5px;
}
 
/* Profile
----------------------------------------------- */
.profile-img {
  float: $startSide;
  margin-top: 0;
  margin-$endSide: 5px;
  margin-bottom: 5px;
  margin-$startSide: 0;
  padding: 4px;
  border: 1px solid $borderColor;
}
 
.profile-data {
  margin:0;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-weight: bold;
  line-height: 1.6em;
  font-size: 78%;
}
 
.profile-datablock {
  margin:.5em 0 .5em;
}
 
.profile-textblock {
  margin: 0.5em 0;
  line-height: 1.6em;
}
 
                                                            
/* Footer
 ----------------------------------------------- */
#footer {
  clear: both;
  text-align: center;
  color: $textColor;
}
 
#footer .widget {
  margin:.5em;
  padding-top: 20px;
  font-size: 85%;
  line-height: 1.5em;
  text-align: $startSide;
}
 
.comment-footer{
margin-bottom:0 !important;
}
.author-comment{
background : #FFFFFF  url(http://i600.photobucket.com/albums/tt88/Amalina_2009/KAWAN.png) no-repeat right top ;
padding:5px;
margin-bottom:1.5em;
border:1px dashed #FFDEEB;
border-radius:10px;
}
.author-comment.blog-author {
borer: 1px dashed #888;
-webkit-transition: 1.0s;
background: #FFDEEB url(http://i600.photobucket.com/albums/tt88/Amalina_2009/TUANBLOG.png) no-repeat right bottom;
}
.author-comment.blog-author:hover {
background: #fff url(http://i600.photobucket.com/albums/tt88/Amalina_2009/TUANBLOG.png) no-repeat right top;-webkit-transition: 1.0s;
}
]]></b:skin>
  </head>
 
  <body>
  <b:section class='navbar' id='navbar' maxwidgets='1' showaddelement='no'>
<b:widget id='Navbar1' locked='true' title='Navbar' type='Navbar'/>
</b:section>
 
  <div id='outer-wrapper'><div id='wrap2'>
 
    <!-- skip links for text browsers -->
    <span id='skiplinks' style='display:none;'>
      <a href='#main'>skip to main </a> |
      <a href='#sidebar'>skip to sidebar</a>
    </span>
 
    <div id='header-wrapper'>
      <b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='! ♥  SK  ♥!  (Header)' type='Header'/>
<b:widget id='HTML9' locked='false' title='' type='HTML'/>
</b:section>
    </div>
 
    <div id='content-wrapper'>
 
      <div id='crosscol-wrapper' style='text-align:center'>
        <b:section class='crosscol' id='crosscol'>
<b:widget id='HTML4' locked='false' title='' type='HTML'/>
</b:section>
      </div>
 
      <div id='main-wrapper'>
        <b:section class='main' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>
</b:section>
      </div>
 
      <div id='sidebar-wrapper'>
        <b:section class='sidebar' id='sidebar' preferred='yes'>
<b:widget id='HTML1' locked='false' title='Tengok TV' type='HTML'/>
<b:widget id='HTML8' locked='false' title='Letak link blog' type='HTML'/>
<b:widget id='HTML3' locked='false' title='My Followers' type='HTML'/>
<b:widget id='BlogArchive1' locked='false' title='Habis Dah' type='BlogArchive'/>
</b:section>
      </div>
 
      <!-- spacer for skins that want sidebar and main to be the same height-->
      <div class='clear'>&#160;</div>
 
    </div> <!-- end content-wrapper -->
 
    <div id='footer-wrapper'>
      <b:section class='footer' id='footer'>
<b:widget id='HTML2' locked='false' title='' type='HTML'/>
</b:section>
    </div>
 
  </div></div> <!-- end outer-wrapper -->
  <b:include data='blog' name='google-analytics'/>
</body>
</html>