<?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>
    <b:include data='blog' name='all-head-content'/>
    <title><data:blog.pageTitle/></title>
    <b:skin><![CDATA[/*
 * Blogger Template Style
 *
 * Jellyfish
 * by Jason Sutter
 */
/*
 * Variable definitions
 * --------------------
  <Variable name="mainBgColor" description="Page Background Color"
            type="color" default="#ffffff"  / value="#F9848E">
  <Variable name="mainTextColor" description="Text Color"
            type="color" default="#111111" / value="#ffffff">

  <Variable name="titleBgColor" description="Blog Title Background Color"
            type="color" default="#eeeeee" / value="#F9848E">
  <Variable name="titleColor" description="Blog Title Color"
            type="color" default="#16a3c2"/ value="#c3fffa">
  <Variable name="descriptionBgColor" description="Blog Description Background Color"
            type="color" default="#ffffff" / value="#ffffff">
  <Variable name="descriptionColor" description="Blog Description Color"
            type="color" default="#acb877" / value="#c3fffa">

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

  <Variable name="postTitleColor" description="Post Title Color"
            type="color" default="#000000" / value="#c3fffa">

  <Variable name="postFooterColor" description="Post Footer Color"
            type="color" default="#444444" / value="#e1fffd">

  <Variable name="mainLinkColor" description="Link Color"
            type="color" default="#b4445c" / value="#e1fffd">

  <Variable name="sidebarTitleColor" description="Sidebar Title Color"
            type="color" default="#ffc069" / value="#ffffff">

  <Variable name="sidebarLinkColor" description="Sidebar Link Color"
            type="color" default="#999999" / value="#e1fffd">

  <Variable name="bodyFont" description="Text Font"
            type="font" default="normal normal 100% Lucida Grande, Verdana, Arial, Helvetica, Sans-Serif" / value="normal normal 100% Lucida Grande, Verdana, Arial, Helvetica, Sans-Serif">
  <Variable name="titleFont" description="Blog Title Font"
            type="font" default="normal bold 340% Helvetica Neue Black Condensed, Arial Black,Arial, Sans-Serif" / value="normal bold 340% Helvetica Neue Black Condensed, Arial Black,Arial, Sans-Serif">
  <Variable name="descriptionFont" description="Blog Description Font"
            type="font" default="normal normal 80% Lucida Grande,Verdana, Arial, Sans-serif" / value="normal normal 80% Lucida Grande,Verdana, Arial, Sans-serif">
*/

body {
  margin: 0px;
  padding: 0px;
  background: $mainBgColor;background-image:url(http://i141.photobucket.com/albums/r65/ktmay24/mkpolkaS.png);background-repeat:repeat
  color: $mainTextColor;
  font: $bodyFont;
}

a:link,
a:visited,
a:active {
  color: $mainLinkColor;
}

a img {
 border: 0;
}

@media all {
  div#main-wrapper {background: $mainBgColor;
    float: left;
    width: 55%;
    padding: 20px 1em 0 0;
    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 */
  }

  div#sidebar-wrapper {
    margin: 0px;
    text-align: left;
  }

  div#sidebar {background: $mainBgColor;
    width: 32%;
    float: right;
    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 */
  }
}

#content-wrapper {
  margin-right: 1em;
  margin-left: 1em;
}

@media handheld {
  div#main-wrapper {
    float:none;
    width:90%;
  }
  div#sidebar-wrapper {
    margin-left:5%;
  }
}

h1,h2,h3,h4 {
  padding:0px;
  margin:0px;
}

   
#header {
  padding:0px 0px 20px 0px;
  margin:23px 0px 0px 0px;
  border-top:15px solid #ffc3c8;
  background: $descriptionBgColor;
  color: $descriptionColor;background-image:url(http://i141.photobucket.com/albums/r65/ktmay24/mkplainpink.png);background-repeat:repeat
}

h1 a:visited {
  text-decoration: none;
  color: $titleColor;
}
   
h1 {
  padding-left: 3%;
  padding-top: 20px;
  border-bottom: dotted 1px #000000;
  border-top: solid 6px $titleColor;
  color: $titleColor;
  background: $titleBgColor;background-image:url(http://i141.photobucket.com/albums/r65/ktmay24/mkplainpink.png);background-repeat:repeat
  text-transform:lowercase;
  font: $titleFont;
  line-height: 0.8em;
}

.description {
  padding:0px;
  margin:1em 12% 0px 5%;
  color: $descriptionColor;background-image:url(http://i141.photobucket.com/albums/r65/ktmay24/mkplainpink.png);background-repeat:repeat
  background:transparent;
  text-transform:uppercase;
  font: $descriptionFont;
}
  
h3 {
  color: $postTitleColor;
  font-weight:normal;
  font-size: 150%;
}

h3.post-title a {
  color: $postTitleColor;
}

.Blog h2.date-header {
  margin:10px 0px 0px 0px;
  color: $dateHeaderColor;
  font-size:120%;
  text-align: left;
  text-transform:none;
  font-weight: bold;
}

#sidebar .widget {
  margin: 0px 0px 33px 0px;
  padding: 0px;
  font-size: 95%;
  text-align: right;
}

#sidebar ul {
  list-style-type: none;
  margin-top: 0;
}  
  
#sidebar li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
                      
@media all {
 .widget h2 {
    color: $sidebarTitleColor;
    font-size: 240%;
    text-align:right;
    text-transform:lowercase;
  }
}
                       
@media handheld {
  .widget h2 {
    text-align:left;
  }

  #sidebar {
    text-align:left;
  }
}
                       
.post {
  margin:0px 0px 30px 0px;
  font-size:100%;
}
   
.post strong {
  font-weight: bold;
}
   
#sidebar a:link,
#sidebar a:visited {
  color: $sidebarLinkColor;
}
      
#sidebar a:hover {
  text-decoration: none;
}

pre,code,strike {
  color: #666666;
}
   
.post-footer {
  padding: 0px;
  margin: 0px;
  color: $postFooterColor;
  font-size: 80%;
}
   
.post-footer a {
  text-decoration:none;
}
   
.post-footer a:hover {
  text-decoration:underline;
}
   
#comments {
  padding: 2px 0px 2px 5px;
  font-weight: normal;
}
.comment-author {
  margin-top: 20px;
 }
   
.comment-body {
  margin-top: 10px;
  font-size: 100%;
}

.comment-footer {
  margin-right: 10px;
  display: inline;
  padding: 0px;
  color: $postFooterColor;
  font-size: 80%;
  font-family: Lucida Grande,MS Sans Serif,Lucida Sans Unicode,Verdana,Geneva,Lucida,Arial,Helvetica,Sans-Serif;
}
                       
.deleted-comment {
  font-style:italic;
  color:gray;
}
                       
.comment-link {
  margin-left: .6em;
}


.profile-img {
  margin: 0 0 5px 5px;
  float: right;
}

.Profile dd {
  margin: 0;
  padding: 0;
}

.BlogArchive #ArchiveList {
 float: right;
}

.widget-content {
  margin-top: 0.5em;
}

@media handheld {
  .Profile img {
    float:none;
  }
                         
  .Profile {
    text-align:left;
  }
}

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

.clear {
  clear: both;
}

/** Tweaks for layout editor mode */
body#layout #outer-wrapper {
 margin-top: 10px;
}

body#layout #main-wrapper,
body#layout #header {
 margin-top: 0;
 padding-top: 0;
}
]]></b:skin>
  </head>

  <body>
  <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='MK Dots 2 (PINK) (Header)' type='Header'/>
</b:section>
    </div>
 
    <div id='content-wrapper'>

      <div id='crosscol-wrapper' style='text-align:center'>
        <b:section class='crosscol' id='crosscol' showaddelement='no'/>
      </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='Profile1' locked='false' title='About Me' type='Profile'/>
<b:widget id='HTML1' locked='false' title='' type='HTML'/>

<b:widget id='HTML2' locked='false' title='' type='HTML'/>

<b:widget id='HTML3' locked='false' title='' type='HTML'/>

<b:widget id='HTML4' locked='false' title='' type='HTML'/>

<b:widget id='HTML5' locked='false' title='' type='HTML'/>

<b:widget id='HTML6' locked='false' title='' type='HTML'/>
<b:widget id='HTML7' locked='false' title='' type='HTML'/>

<b:widget id='HTML8' locked='false' title='' type='HTML'/>
<b:widget id='Image1' locked='false' title='' type='Image'/>

<b:widget id='Image2' locked='false' title='' type='Image'/>

<b:widget id='Image3' locked='false' title='' type='Image'/>

<b:widget id='Image4' locked='false' title='' type='Image'/>

<b:widget id='Image5' locked='false' title='' type='Image'/>

<b:widget id='Image6' locked='false' title='' type='Image'/>

<b:widget id='Image7' locked='false' title='' type='Image'/>

<b:widget id='Image8' locked='false' title='' type='Image'/>

<b:widget id='Image9' locked='false' title='' type='Image'/>
<b:widget id='Image10' locked='false' title='' type='Image'/>

<b:widget id='Text1' locked='false' title='' type='Text'/>

<b:widget id='Text2' locked='false' title='' type='Text'/>

<b:widget id='TextList1' locked='false' title='' type='TextList'/>

<b:widget id='TextList2' locked='false' title='' type='TextList'/>

<b:widget id='LinkList1' locked='false' title='' type='LinkList'/>
<b:widget id='LinkList2' locked='false' title='' type='LinkList'/>

<b:widget id='LinkList3' locked='false' title='' type='LinkList'/>
<b:widget id='LinkList4' locked='false' title='' type='LinkList'/>

<b:widget id='BlogArchive1' locked='false' title='Blog Archive' 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></div> <!-- end outer-wrapper -->
</body>
</html>