/* Variable definitions
   ====================
 <Variable name="bgColor" description="Page Background Color"
           type="color" default="#ffffff" value="#ffffff">

 <Variable name="textColor" description="Text Color"
           type="color" default="#555555" value="#555555">

 <Variable name="linkColor" description="Link Color"
           type="color" default="#000000" value="#000000">

 <Variable name="headerBgColor" description="Page Header Background Color"
           type="color" default="#ffffff" value="#ffffff">

 <Variable name="headerTextColor" description="Page Header Text Color"
           type="color" default="#D90000" value="#D90000"> 

 <Variable name="headerCornersColor" description="Page Header Corners Color"
           type="color" default="#ffffff" value="#ffffff">

 <Variable name="mainBgColor" description="Main Background Color"
           type="color" default="#ffffff" value="#ffffff">

 <Variable name="borderColor" description="Border Color"
           type="color" default="#ffffff" value="#ffffff">

 <Variable name="dateHeaderColor" description="Date Header Color"
           type="color" default="#999999" value="#999999">

 <Variable name="sidebarTitleBgColor" description="Sidebar Title Background Color"
           type="color" default="#ffffff" value="#ffffff">

 <Variable name="sidebarTitleTextColor" description="Sidebar Title Text Color"
           type="color" default="#333333" value="#333333">
 
 <Variable name="bodyFont" description="Text Font"
           type="font" default="normal normal 95% Helvetica, Arial, Verdana, Sans-serif;" value="normal normal 95% Helvetica, Arial, sans-serif">

 <Variable name="headerFont" description="Page Header Font"
           type="font" default="normal normal 100% 'Century Gothic', 'Gill Sans', Helvetica, Arial, 'Lucida Grande', Verdana, Sans-Serif;" value="normal normal 100% 'Gill Sans', 'Century Gothic', Helvetica, Arial, 'Lucida Grande', Verdana, 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">
*/
.navbar { display: none !important; }


body {
  background: $bgColor;
  margin: 0;
  padding: 0px;
  font: x-small Helvetica, Arial, 'Lucida Grande', Tahoma;
  text-align: center;
  color: $textColor;
  font-size/* */:/**/small;
  font-size: /**/small;
}
a:link, a:visited {
  color: $linkColor;
  text-decoration: none;
  outline: none;
  font-weight: bold;
}
a:hover {
  color: #D90000;
  font-weight: bold;
}
a:active {
  color: #3B6EED;
  font-weight: bold;
}

a img {
  border-width: 0;
}

#outer-wrapper { 
  width: 100%;
  font: $bodyFont;
}

.hide {
  display:none;
}


/* Photo pop description
-----------------------------------------------*/
.photopop {
  font-weight: bold;}

/* Header
----------------------------------------------- */
#header-wrapper {
  margin:0;
  padding: 0;
  background-color: $headerCornersColor;
  text-align: $startSide;
}

#header {
  width: 100%;
  margin: 0 auto;
  background-color: $headerBgColor;
  color: $headerTextColor;
  padding: 0;
  font: $headerFont;
}

h1.title {
  font-family: 'Century Gothic', 'Gill Sans', Helvetica, Arial, 'Lucida Grande', Verdana, Sans-Serif;
  padding-top: 25px;
  margin: 0 14px 0.1em;
  line-height: 1.2em;
  font-size: 90%;
  letter-spacing: -2px;
  font-weight: normal;
  text-decoration: none;
}

h1.title a, h1.title a:visited {
  color: $headerTextColor;
  text-decoration: none;
  font-weight: normal;
}

#header .description {
  font-family: Helvetica, Arial, 'Lucida Grande', Verdana, Sans-Serif;
  color: #555555;
  font-weight: normal;
  display: block;
  margin: 0 14px;
  padding: 0 0 35px;
  line-height: 1.1em;
  font-size: 40%;
}

/* Content
----------------------------------------------- */

.clear { 
  clear: both;
}


#content-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 15px;
  text-align: $startSide;
  background-color: $mainBgColor;
  border: 1px solid $borderColor;
  border-top: 0;
}
#main-wrapper {
  margin-$startSide: 14px;
  width: 700px;   /* originally 468px */ 
  float: $startSide;
  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: 50px 0 0 10px;
  float: left;
  clear: inherit;
}


/* Headings
----------------------------------------------- */
h2, h3 {
  margin: 0;
}

/* Posts
----------------------------------------------- */
.date-header {
  font-family: Helvetica, Arial, 'Lucida Grande', Verdana, Sans-Serif;
  margin: 1.5em 0 3px 0;
  font-weight: bold;
  color: $dateHeaderColor;
  font-size: 70%;
  line-height: 1.2em;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.post {
  font-family: Helvetica, Arial, 'Lucida Grande', Verdana, Sans-Serif;
  margin: 0 0 1.5em;
  padding-bottom: 1.5em;
  text-align: left;
  font-size: 90%;
}
.post-title {
  font-family: Helvetica, Arial, 'Myriad Pro', 'Lucida Grande', 'Century Gothic', Verdana, Sans-Serif;
  margin: 0 0 -4px 0;
  padding: 0;
  font-size: 200%;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1.4em;
}
.post-title a, .post-title a:visited, .post-title strong {
  text-decoration: none;
  font-weight: bold;
  color: #111111;
}
.post div {
  margin: 0 0 0.75em;
  line-height: 1.5em;
}
.post-footer {
  margin: -.25em 0 0;
  color: $textColor;
  font-size: 74%;
}
.post-footer .span {
  margin-$endSide: .3em;
}
.post img {
  padding: 0px;
  border: 0px solid $borderColor;
  margin-top:0px;
  margin-right:0px;
  margin-bottom:8px;
  vertical-align:middle;
}
.post blockquote {
  margin: 1em 20px;
}
.post blockquote p {
  margin: .75em 0;
}

/* Comments
----------------------------------------------- */
#comments h4 {
  margin: 1em 0;
  color: $dateHeaderColor;
}
#comments h4 strong {
  font-size: 110%;
}
#comments-block {
  margin: 1em 0 1.5em;
  line-height: 1.3em;
}
#comments-block dt {
  margin: .5em 0;
}
#comments-block dd {
  margin: .25em 0 0;
}
#comments-block dd.comment-footer {
  margin: -.25em 0 2em;
  line-height: 1.4em;
  font-size: 78%;
}
#comments-block dd p {
  margin: 0 0 .75em;
}

.deleted-comment {
  font-style:italic;
  color:gray;
}

.feed-links {
  clear: both;
  line-height: 2.5em;
  display:none;  
}

#blog-pager-newer-link {
  float: $startSide;
 }

#blog-pager-older-link {
  float: $endSide;
 }
 
#blog-pager {   
  text-align: center; 
  font-size: 11px;
 }

/* Sidebar Content
----------------------------------------------- */
.sidebar h2 {
 margin: 1.6em 0 .5em;
 padding: 4px 5px;
 background-color: $sidebarTitleBgColor;
 font-size: 120%;
 color: $sidebarTitleTextColor;
}

.sidebar ul {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: none;
}
.sidebar li {
  margin: 0;
  padding-top: 0;
  padding-$endSide: 0;
  padding-bottom: 0em;
  padding-$startSide: 15px;
  text-indent: -15px;
  line-height: 1.5em;
  font-size: 100%;
}

.sidebar {
  color: $textColor;
  line-height: 1.5em;
  font-size: 100%;
}
.sidebar .widget { 
  font-family: Helvetica, Arial, 'Lucida Grande', Verdana, Sans-Serif;
  margin-bottom: 1em;
  font-size: 89%;
}

.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;
}

/* Hide label
----------------------------------------------- */
#Label1 {
 display:none;
}

/* Time Machine drop down menu
----------------------------------------------- */
#BlogArchive1_ArchiveList { padding: 0px 0 0; float: left; width: 110px; height: 19px; margin: 0 0 5px 0px; background: #fff url(http://bkzzang.com/img/timemachine.png) no-repeat 0 100%; color: #fff; }
#BlogArchive1_ArchiveMenu { font: 11px Helvetica, Arial, 'Lucida Grande', Tahoma; color: #575757; width: 110px; height: 19px; margin: 0 0 5px 0px; opacity: 0; }


/* Tooltip
----------------------------------------------- */
.hotspot {padding-bottom:1px; cursor:pointer;}
#tt {position:absolute; display:block; background:url(http://bkzzang.com/img/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(http://bkzzang.com/img/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF; font-size: 11px; font-weight:bold; font:Helvetica, Arial, 'Lucida Grande', Verdana, sans-serif;}
#ttbot {display:block; height:5px; margin-left:5px; background:url(http://bkzzang.com/img/tt_bottom.gif) top right no-repeat; overflow:hidden}


/* 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;
}