Post Sun Jun 12, 2011 3:03 pm

Space Inbetween Blogger Posts

Hello

How do I remove the space inbetween two blog posts.
The image shows what I mean.

Image

Here is the code.
  Code:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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[
     
/* begin Page */
        /* Created by Artisteer v3.0.0.33215 */
       
        #art-main, table
        {
            font-family: Tahoma, Arial, Helvetica, Sans-Serif;
            font-style: normal;
            font-weight: normal;
            font-size: 13px;
        }
       
        h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
        {
            margin: 0;
            padding: 0;
        }
       
        body
        {
          margin: 0 auto;
          padding: 0;
          color: #FFFFFF;
          background-color: #4D4D4D;
          background-image: url('http://lh4.ggpht.com/-6pgYLPbuAX8/TfTM5BKbKAI/AAAAAAAAAsQ/DD-cF0FQyKU/s800/Bottom_texture.jpg');
          background-repeat: repeat;
          background-attachment: fixed;
          background-position: top left;
        }
       
        .art-postcontent,
        .art-postcontent li,
        .art-postcontent table,
        .art-postcontent a,
        .art-postcontent a:link,
        .art-postcontent a:visited,
        .art-postcontent a.visited,
        .art-postcontent a:hover,
        .art-postcontent a.hovered
        {
            font-family: Tahoma, Arial, Helvetica, Sans-Serif;
            line-height: 100%;
        }
       
        .art-postcontent p
        {
            margin-top: 12px;
            margin-right: 0px;
            margin-bottom: 12px;
            margin-left: 0px;
        }
       
        h1, h2, h3, h4, h5, h6,
        h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
        h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
        h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
        h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
        {
          font-family: Arial, Helvetica, Sans-Serif;
          font-style: normal;
          font-weight: bold;
          font-size: 22px;
          text-align: left;
        }
       
        .art-postcontent a
        {
          text-decoration: underline;
          color: #FFFFFF;
        }
       
        .art-postcontent a:link
        {
          text-decoration: underline;
          color: #FFFFFF;
        }
       
        .art-postcontent a:visited, .art-postcontent a.visited
        {
       
          color: #FFFFFF;
        }
       
        .art-postcontent  a:hover, .art-postcontent a.hover
        {
       
          text-decoration: none;
          color: #FFFFFF;
        }
       
       
        .art-postcontent h1
        {
           margin-top: 12px;
           margin-right: 0px;
           margin-bottom: 12px;
           margin-left: 0px;
           color: #FFFFFF;
         
        }
       
        .art-postcontent h2
        {
            color: #FFFFFF;
           margin-top: 13px;
           margin-right: 0px;
           margin-bottom: 13px;
           margin-left: 0px;
           font-size: 19px;   
        }
       
        .art-postcontent h3
        {
           margin-top: 16px;
           margin-right: 0px;
           margin-bottom: 16px;
           margin-left: 0px;
          color: #FFFFFF;
          font-size: 19px;   
        }
       
        .art-postcontent h4
        {
           margin-top: 18px;
           margin-right: 0px;
           margin-bottom: 18px;
           margin-left: 0px;
           color: #FFFFFF;
           font-size: 17px;   
        }
       
        .art-postcontent h5
        {
           margin-top: 20px;
           margin-right: 0px;
           margin-bottom: 20px;
           margin-left: 0px;
           color: #FFFFFF;   
           font-size: 14px;
        }
       
        .art-postcontent h6
        {
           margin-top: 25px;
           margin-right: 0px;
           margin-bottom: 25px;
           margin-left: 0px;
           color: #FFFFFF;
           font-size: 13px;     
        }
       
        ul
        {
          list-style-type: none;
        }
       
        ol
        {
          list-style-position: inside;
        }
       
        #art-main
        {
          position: relative;
          width: 100%;
          left: 0;
          top: 0;
          cursor:default;
        }
       
        #art-page-background-glare
        {
          position: relative;
          left: 0;
          top: 0;
          bottom: 0;
          right: 0;
          background-attachment: fixed;
        }
       
        #art-page-background-glare-image
        {
          position: relative;
          left: 0;
          top: 0;
          bottom: 0;
          right: 0;
          background-attachment: fixed;
          background-image: url('http://lh4.ggpht.com/-LoDc7qBvxiU/TfTM4s3xx8I/AAAAAAAAAsI/_T6r69lXrP8/page_gl.png');
          background-repeat: no-repeat;
          background-position: top center;
        }
       
        html:first-child #art-page-background-glare
        {
          border: 1px solid transparent; /* Opera fix */
        }
       
        #art-page-background-middle-texture
        {
          position: absolute;
          background-image: url('http://lh4.ggpht.com/-D4DnObyuXeI/TfTM5SYGlII/AAAAAAAAAsU/0YpgGjmY4CE/Middle_texture.jpg');
          background-repeat: repeat-x;
          background-position: top left;
          background-attachment: fixed;
          width:100%;
          min-height:100%;
          overflow:visible;
         
        }
       
       
        .cleared
        {
          float: none;
          clear: both;
          margin: 0;
          padding: 0;
          border: none;
          font-size: 1px;
        }
       
        form
        {
          padding: 0 !important;
          margin: 0 !important;
        }
       
        table.position
        {
          position: relative;
          width: 100%;
          table-layout: fixed;
        }
       
       
        #navbar
        {
          position: relative;
          z-index: 10;
        }
        #comments{
          padding: 0 15px 15px 15px;
        }
       
        #comments h4 {
          margin: 0 0 10px;
          padding-top: 0;
          padding-right: 14px;
          padding-bottom: 2px;
          padding-left: 29px;
          font-size: 120%;
          line-height: 1.4em;
        }
       
        #comments a:link, #comments a:visited, #comments a:active, #comments a:hover{
          color: #FFFFFF;
        }
       
        .comment-author {
          margin: .5em 0;
          padding-top: 0;
          padding-right: 0;
          padding-bottom: 0;
          padding-left: 20px;
          font-weight: bold;
        }
       
        .comment-body {
          margin: 0 0 1.25em;
          padding-top: 0;
          padding-right: 0;
          padding-bottom: 0;
          padding-left: 20px;
        }
       
        .comment-body p {
          margin: 0 0 .5em;
        }
       
        .comment-footer {
          margin: 0 0 .5em;
          padding-top: 0;
          padding-right: 0;
          padding-bottom: .75em;
          padding-left: 20px;
        }
       
        #ArchiveList ul li
        {
          text-indent: -10px !important;
          padding: 0 0 0 15px;
        }
       
       
        .profile-datablock, .profile-textblock {
          margin: 0 0 .75em;
          line-height: 1.4em;
        }
        .profile-img {
          float: left;
          margin-top: 0;
          margin-right: 5px;
          margin-bottom: 5px;
          margin-left: 0;
          border: 5px solid #889977;
        }
        .profile-data {
          font-weight: bold;
        }
       
        .blog-pager{
          margin-left: 15px;
        }
       
        .post-feeds{
          margin-left: 15px;
        }
       
        .blog-feeds
        {
          margin-left: 15px;
        }
       
       
        /* for Blogger Page Elements */
       
        body#layout div.art-header{
          height: auto;
          width: 100%;
        }
        body#layout .art-content-layout{
          margin-top: 18px;
          padding-top: 2px;
          width: 100%
        }
       
        body#layout .art-sheet{
          width: 100%;
          margin-top: 0 !important;
          top: 0 !important;
        }
       
        body#layout .art-footer{
          width: 100%;
        }
       
        body#layout .art-footer .art-footer-text{
          height: 85px;
        }
       
        body#layout .art-blockcontent-body{
          padding: 0;
        }
       
        body#layout .art-block-body{
          padding: 0;
        }
       
        body#layout .art-nav{
          height: auto;
        }
       
       
        body#layout .section{
          width: auto;
        }
       
        body#layout #Header1, body#layout #LinkList97, body#layout #BlogArchive99, body#layout #PageList99
        {
            display: none;
        }
       
        /* search results  */
       
        #uds-searchControl .gsc-results,
        #uds-searchControl .gsc-tabhActive
        {
          font-family: Tahoma, Arial, Helvetica, Sans-Serif;
          font-style: normal;
          font-weight: normal;
          font-size: 13px;
          color: #FFFFFF !important;
          background-color: transparent !important;
        }
       
       
        #uds-searchControl a,
        #uds-searchControl .gs-result .gs-title *,
        #uds-searchControl .gs-visibleUrl ,
        #uds-searchControl .gsc-tabhInactive
        {
          text-decoration: underline;
          color: #FFFFFF !important;
        }
       
       
        .blog-pager a:link, .blog-pager a:visited, .blog-pager a:active, .blog-pager a:hover,
        .feed-links a:link, .feed-links a:visited, .feed-links a:active, .feed-links a:hover{
          color: #FFFFFF;
        }
       
        #blog-pager-newer-link {
          float: left;
          margin-left: 13px;
         }
         
        #blog-pager-older-link {
          float: right;
          margin-right: 13px;
         }
       
        #blog-pager {   
          text-align: center;
         }/* end Page */
       
        /* begin Box, Sheet */
        .art-sheet
        {
          position: relative;
          margin: 0 auto;
          min-width: 1px;
          min-height: 1px;
        }
       
        .art-sheet-body
        {
          position: relative;
          padding: 0px;
        }
       
       
        .art-sheet
        {
          top: 20px !important;
          margin-bottom: 20px !important;
          cursor:auto;
          width: 800px;
        }
       
       
        /* end Box, Sheet */
       
        /* begin Layout */
        .art-content-layout
        {
          display: table;
          padding: 0;
          border: none;
          width: 100%;
          table-layout: fixed;
          border-collapse: collapse;
          background-color: Transparent;
          border: none !important;
          padding:0 !important;
        }
        .art-layout-cell, .art-content-layout-row
        {
          background-color: Transparent;
          vertical-align: top;
          text-align: left;
          border: none !important;
          margin:0 !important;
          padding:0 !important;
        }
        .art-content-layout .art-content-layout{width: auto;margin:0;}
        .art-content-layout .art-layout-cell, .art-content-layout .art-layout-cell .art-content-layout .art-layout-cell{display: table-cell;}
        .art-layout-cell .art-layout-cell{display: block;}
        .art-content-layout-row {display: table-row;}
        .art-layout-glare{position:relative;}
       
        body#layout .art-content-layout
        {
          width: 100%;
        }
        /* end Layout */
       
        /* begin Box, Block */
        .art-block
        {
          position: relative;
          margin: 0 auto;
          min-width: 1px;
          min-height: 1px;
        }
       
        .art-block-body
        {
          position: relative;
          padding: 5px;
        }
       
       
        .art-block
        {
          margin: 0px;
        }
       
        /* end Box, Block */
       
        /* begin Box, BlockContent */
        .art-blockcontent
        {
          position: relative;
          margin: 0 auto;
          min-width: 1px;
          min-height: 1px;
        }
       
        .art-blockcontent-body
        {
          position: relative;
          padding: 0px;
        }
       
       
        .art-blockcontent-body,
        .art-blockcontent-body li,
        .art-blockcontent-body a,
        .art-blockcontent-body a:link,
        .art-blockcontent-body a:visited,
        .art-blockcontent-body a:hover
        {
          color: #FFFFFF;
          font-family: Tahoma, Arial, Helvetica, Sans-Serif;
          font-size: 13px;
        }
       
        .art-blockcontent-body p
        {
          margin-top: 6px;
          margin-right: 0px;
          margin-bottom: 6px;
          margin-left: 0px;
        }
       
        .art-blockcontent-body a
        {
          color: #FFFFFF;
          text-decoration: underline;
        }
       
        .art-blockcontent-body a:link
        {
          color: #FFFFFF;
          text-decoration: underline;
        }
       
        .art-blockcontent-body a:visited, .art-blockcontent-body a.visited
        {
          color: #FFFFFF;
       
        }
       
        .art-blockcontent-body a:hover, .art-blockcontent-body a.hover
        {
          color: #C2C2C2;
       
          text-decoration: none;
        }
       
        .art-blockcontent-body ul li
        {
          line-height: 125%;   
          color: #FFFFFF;
       
          padding: 0px 0 0px 12px;
          background-image: url('http://lh3.ggpht.com/-wrqeyaYXb5w/TfTM565LvtI/AAAAAAAAAsc/qib4LMHbGyY/s320/blockcontentbullets.png');
          background-repeat: no-repeat;
        }
       
        /* Variable definitions
          ====================
          <Variable name="textcolor" description="Block Text Color"
          type="color" default="#FFFFFF" value="#FFFFFF">
       
          <Variable name="linkcolor" description="Block Link Color"
          type="color" default="#FFFFFF" value="#FFFFFF">
       
          <Variable name="visitedlinkcolor" description="Block Visited Link Color"
          type="color" default="#FFFFFF" value="#FFFFFF">
       
          <Variable name="hoveredlinkcolor" description="Block Hovered Link Color"
          type="color" default="#C2C2C2" value="#C2C2C2">
       
        */
       
        .art-blockcontent-body
        {
          color: $textcolor;
        }
       
        .art-blockcontent-body a:link
        {
          color: $linkcolor;
        }
       
        .art-blockcontent-body a:visited, .art-blockcontent-body a.visited
        {
          color: $visitedlinkcolor;
        }
       
        .art-blockcontent-body a:hover, .art-blockcontent-body a.hover
        {
          color: $hoveredlinkcolor;
        }
       
        .toggle span
        {
          color: $linkcolor;
        }
       
        .gsc-branding-text {
          color: $textcolor !important;
        }
        /* end Box, BlockContent */
       
        /* begin Button */
        .art-button-wrapper a.art-button,
        .art-button-wrapper a.art-button:link,
        .art-button-wrapper input.art-button,
        .art-button-wrapper button.art-button
        {
          text-decoration: none;
          font-family: Arial, Helvetica, Sans-Serif;
          font-style: normal;
          font-weight: normal;
          font-size: 13px;
          position:relative;
          top:0;
          display: inline-block;
          vertical-align: middle;
          white-space: nowrap;
          text-align: center;
          color: #FFFFFF !important;
          width: auto;
          outline: none;
          border: none;
          background: none;
          line-height: 30px;
          height: 30px;
          margin: 0 !important;
          padding: 0 16px !important;
          overflow: visible;
          cursor: pointer;
        }
       
        .art-button img, .art-button-wrapper img
        {
          margin: 0;
          vertical-align: middle;
        }
       
        .art-button-wrapper
        {
          position:relative;
          vertical-align: middle;
          display: inline-block;
          position: relative;
          height: 32px;
          overflow: hidden;
          white-space: nowrap;
          width: auto;
          margin: 0;
          padding: 0;
          z-index: 0;
        }
       
        .firefox2 .art-button-wrapper
        {
          display: block;
          float: left;
        }
       
        input, select, textarea
        {
          vertical-align: middle;
          font-family: Arial, Helvetica, Sans-Serif;
          font-style: normal;
          font-weight: normal;
          font-size: 13px;
        }
       
        .art-block select
        {
            width:96%;
        }
       
        .art-button-wrapper.hover .art-button, .art-button-wrapper.hover a.art-button:link, .art-button:hover
        {
          color: #404040 !important;
          text-decoration: none !important;
        }
       
        .art-button-wrapper.active .art-button, .art-button-wrapper.active a.art-button:link
        {
          color: #404040 !important;
        }
       
        .art-button-wrapper .art-button-l, .art-button-wrapper .art-button-r
        {
          display: block;
          position: absolute;
          height: 106px;
          margin: 0;
          padding: 0;
          background-image: url('http://lh5.ggpht.com/-x_gPmtkNPvg/TfTM6LeAtPI/AAAAAAAAAsg/hoaKi3_higI/s800/button.png');
        }
       
        .art-button-wrapper .art-button-l
        {
          left: 0;
          right: 10px;
        }
       
        .art-button-wrapper .art-button-r
        {
          width: 409px;
          right: 0;
          clip: rect(auto, auto, auto, 399px);
        }
       
        .art-button-wrapper.hover .art-button-l, .art-button-wrapper.hover .art-button-r
        {
          top: -37px;
        }
       
        .art-button-wrapper.active .art-button-l, .art-button-wrapper.active .art-button-r
        {
          top: -74px;
        }
       
        .art-button-wrapper input
        {
          float: none !important;
        }
        /* end Button */
       
        /* begin Box, Post */
        .art-post
        {
          position: relative;
          margin: 0 auto;
          min-width: 1px;
          min-height: 1px;
        }
       
        .art-post-body
        {
          position: relative;
          padding: 5px;
        }
       
       
        .art-post
        {
          margin: 0px;
        }
       
        a img
        {
          border: 0;
        }
       
        .art-article img, img.art-article
        {
          border: solid 0px #C7C7C7;
          margin: 5px;
        }
       
        .art-metadata-icons img
        {
          border: none;
          vertical-align: middle;
          margin: 2px;
        }
       
        .art-article table, table.art-article
        {
          border-collapse: collapse;
          margin: 1px;
        }
       
        .art-article th, .art-article td
        {
          padding: 2px;
          border: solid 0px #FFFFFF;
          vertical-align: top;
          text-align: left;
        }
       
        .art-article th
        {
          text-align: center;
          vertical-align: middle;
          padding: 7px;
        }
       
        pre
        {
          overflow: auto;
          padding: 0.1em;
        }
       
       
       
        #uds-searchControl .gsc-results, #uds-searchControl .gsc-tabhActive
        {
          border-color: #FFFFFF !important;
        }
        /* end Box, Post */
       
        /* begin PostHeaderIcon */
        h2.art-postheader
        {
          color: #FFFFFF;
          margin-top: 3px;
          margin-right: 0px;
          margin-bottom: 3px;
          margin-left: 0px;
        }
       
        h2.art-postheader,
        h2.art-postheader a,
        h2.art-postheader a:link,
        h2.art-postheader a:visited,
        h2.art-postheader a.visited,
        h2.art-postheader a:hover,
        h2.art-postheader a.hovered
        {
          font-size: 19px;
        }
       
        h2.art-postheader a, h2.art-postheader a:link
        {
          text-align: left;
          text-decoration: none;
          color: #FFFFFF;
        }
       
        h2.art-postheader a:visited, h2.art-postheader a.visited
        {
       
          color: #FFFFFF;
        }
       
       
        h2.art-postheader a:hover,  h2.art-postheader a.hovered
        {
       
          text-decoration: underline;
          color: #FFFFFF;
        }
       
        /* end PostHeaderIcon */
       
        /* begin PostIcons, PostHeaderIcons */
        .art-postheadericons,
        .art-postheadericons a,
        .art-postheadericons a:link,
        .art-postheadericons a:visited,
        .art-postheadericons a:hover
        {
          font-family: Tahoma, Arial, Helvetica, Sans-Serif;
          font-style: italic;
          font-weight: normal;
          color: #D9FA05;
        }
       
        .art-postheadericons
        {
          padding: 1px;
       
        }
       
        .art-postheadericons a, .art-postheadericons a:link
        {
          text-decoration: underline;
          color: #D9FA05;
        }
       
        .art-postheadericons a:visited, .art-postheadericons a.visited
        {
       
          color: #D9FA05;
        }
       
        .art-postheadericons a:hover, .art-postheadericons a.hover
        {
       
          text-decoration: none;
          color: #6B6B6B;
        }
        /* end PostIcons, PostHeaderIcons */
       
        /* begin PostBullets */
        .art-post ol, .art-post ul
        {
          margin: 1em 0 1em 2em;
          padding: 0;
        }
       
        .art-post li
        {
          font-size: 13px;
        }
       
        .art-post li ol, .art-post li ul
        {
          margin: 0.5em 0 0.5em 2em;
          padding: 0;
        }
       
        .art-post li
        {
          color: #949494;
       
          padding: 0;
        }
       
       
        /* end PostBullets */
       
        /* begin PostQuote */
        .art-postcontent blockquote,
        .art-postcontent blockquote a,
        .art-postcontent blockquote a:link,
        .art-postcontent blockquote a:visited,
        .art-postcontent blockquote a:hover
        {
          color: #0F0F0F;
          text-align: left;
        }
       
        .art-postcontent blockquote p
        {
           margin-top: 5px;
           margin-right: 10px;
           margin-bottom: 10px;
           margin-left: 10px;
        }
       
        .art-postcontent blockquote
        {
           border: solid 0px #C7C7C7;
          margin: 10px 10px 10px 50px;
          padding: 0px 0px 0px 37px;
          background-color: #E0E0E0;
          background-image: url('http://lh5.ggpht.com/-8Djj1NdS2Vc/TfTM6XuP0EI/AAAAAAAAAsk/W9SUvaOcAEA/s320/postquote.png');
          background-position: left top;
          background-repeat: no-repeat;
          /* makes blockquote not to align behind the image if they are in the same line */
          overflow: auto;
        }
       
        /* end PostQuote */
       
        /* begin PostIcons, PostFooterIcons */
        .art-postfootericons,
        .art-postfootericons a,
        .art-postfootericons a:link,
        .art-postfootericons a:visited,
        .art-postfootericons a:hover
        {
          font-family: Tahoma, Arial, Helvetica, Sans-Serif;
          font-style: italic;
          font-weight: normal;
          color: #D9FA05;
        }
       
        .art-postfootericons
        {
          padding: 1px;
       
        }
       
        .art-postfootericons a, .art-postfootericons a:link
        {
          text-decoration: underline;
          color: #D9FA05;
        }
       
        .art-postfootericons a:visited, .art-postfootericons a.visited
        {
       
          color: #D9FA05;
        }
       
        .art-postfootericons a:hover, .art-postfootericons a.hover
        {
       
          text-decoration: none;
          color: #6B6B6B;
        }
        /* end PostIcons, PostFooterIcons */
       
        /* begin Footer */
        .art-footer
        {
          position: relative;
          overflow: hidden;
          width: 100%;
        }
       
       
        .art-footer-body
        {
            position:relative;
            padding: 5px;
        }
       
       
        .art-footer-text p
        {
          padding:0;
          margin:0;
        }
       
        .art-footer,
        .art-footer a,
        .art-footer a:link,
        .art-footer a:visited,
        .art-footer a:hover
        {
            color: #FFFFFF;
            letter-spacing: 1px;
        }
       
        .art-footer-text
        {
          padding: 0 10px 0 10px;
       
        }
       
        .art-footer,
        .art-footer-text,
        .art-footer p
        {
          text-align: center;
        }
       
        .art-footer a,
        .art-footer a:link
        {
          color: #FFFFFF;
          text-decoration: underline;
        }
       
        .art-footer a:visited
        {
          color: #878787;
       
        }
       
        .art-footer a:hover
        {
          color: #C2C2C2;
       
          text-decoration: none;
        }
        /* end Footer */
       
        /* begin PageFooter */
        .art-page-footer,
        .art-page-footer a,
        .art-page-footer a:link,
        .art-page-footer a:visited,
        .art-page-footer a:hover
        {
          font-family: Arial;
          font-size: 10px;
          letter-spacing: normal;
          word-spacing: normal;
          font-style: normal;
          font-weight: normal;
          text-decoration: underline;
          color: #FFFFFF;
        }
       
        .art-page-footer
        {
          margin: 1em;
          text-align: center;
          text-decoration: none;
          color: #FFFFFF;
        }
        /* end PageFooter */
       
        /* begin LayoutCell, content */
       
        .art-content-layout .art-content
        {
        }
       
        .art-content-layout .art-content .art-block
        {
          background-color: #FFFFFF;
        }
       
       
        body#layout .art-content-layout .art-content
        {
        }
       
        /* end LayoutCell, content */
       
       
       
/*[*//*]*/
     
    ]]></b:skin>

    <!--[if IE 6]>
      <style type="text/css">
/* begin Page */
       
        /* Created by Artisteer v3.0.0.33215 */
       
        #art-page-background-glare-image
        {
          background: none;
          behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+artGetStyleUrl()+"http://lh4.ggpht.com/-LoDc7qBvxiU/TfTM4s3xx8I/AAAAAAAAAsI/_T6r69lXrP8/page_gl.png',sizingMethod='crop')");
          zoom: 1;
        }
       
       
        #art-page-background-middle-texture
        {
           height: expression(document.documentElement.clientHeight + 'px');
        }
       
       
        img
        {
          filter: expression(artFixPNG(this));
        }
       
       
       
        #art-page-background-glare-image
        {
          background: none;
          behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+artGetStyleUrl()+"images/Page-BgGlare.png',sizingMethod='crop')");
        }
       
        img
        {
          filter: expression(artFixPNG(this));
        }
       
        #ArchiveList ul li
        {
          behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="");
        }
        #ArchiveList a.toggle, #ArchiveList a.toggle:link, #ArchiveList a.toggle:visited, #ArchiveList a.toggle:hover
        {
          color: expression(this.parentNode.currentStyle["color"]);
        }
        /* end Page */
       
        /* begin Box, Sheet */
        .art-sheet, .art-sheet-body
        {
          zoom: 1;
        }
        /* end Box, Sheet */
       
        /* begin Layout */
        .art-content-layout, .art-content-layout-row {display: block;}
        .art-content-layout, .art-content-layout-row {zoom: 1;}
        /* end Layout */
       
        /* begin Box, Block */
        .art-block, .art-block-body
        {
          zoom: 1;
        }
        /* end Box, Block */
       
        /* begin Box, BlockContent */
        .art-blockcontent, .art-blockcontent-body
        {
          zoom: 1;
        }
        .art-blockcontent-body ul li
        {
          height: 1%;
          background: none;
          behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+artGetStyleUrl()+"http://lh3.ggpht.com/-wrqeyaYXb5w/TfTM565LvtI/AAAAAAAAAsc/qib4LMHbGyY/s320/blockcontentbullets.png',sizingMethod='crop')");
        }
       
       
       
        .art-blockcontent-body ul li
        {
          height: 1%;
          background: none;
          behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+artGetStyleUrl()+"http://lh3.ggpht.com/-wrqeyaYXb5w/TfTM565LvtI/AAAAAAAAAsc/qib4LMHbGyY/s320/blockcontentbullets.png',sizingMethod='crop')");
        }
        /* end Box, BlockContent */
       
        /* begin Button */
        .art-button-wrapper, .art-button-wrapper .art-button-l, .art-button-wrapper .art-button-r
        {
          zoom: 1;
        }
       
        .art-button-wrapper .art-button
        {
          float: left;
        }
       
        .art-button-wrapper .art-button-l, .art-button-wrapper .art-button-r
        {
          background: none;
          behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+artGetStyleUrl()+"http://lh5.ggpht.com/-x_gPmtkNPvg/TfTM6LeAtPI/AAAAAAAAAsg/hoaKi3_higI/s800/button.png',sizingMethod='crop')");
        }
       
        .art-button-wrapper .art-button-r
        {
          left:expression(this.parentNode.offsetWidth-409+'px');
          clip: rect(auto auto auto 399px);
        }
       
        .art-button-wrapper .art-button-l
        {
          width: expression(this.parentNode.offsetWidth-10+'px');
        }
        /* end Button */
       
        /* begin Box, Post */
        .art-post, .art-post-body
        {
          zoom: 1;
        }
        /* end Box, Post */
       
        /* begin PostQuote */
        .art-postcontent blockquote
        {
          height: 1%;
          background-image: none;
          behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+artGetStyleUrl()+"http://lh5.ggpht.com/-8Djj1NdS2Vc/TfTM6XuP0EI/AAAAAAAAAsk/W9SUvaOcAEA/s320/postquote.png',sizingMethod='crop')");
        }
        /* end PostQuote */
       
        /* begin Footer */
        .art-footer, .art-footer-body
        {
          zoom:1;
        }
       
        .art-footer-text
        {
        }
       
       
       
        /* end Footer */
       
        /* begin LayoutCell, content */
       
        .art-content {width: auto;}
        .art-content-layout .art-layout-cell, .art-content-layout .art-layout-cell .art-content-layout .art-layout-cell
        {
          display: block;
          position:relative;
          float: left;
          clear: right;
        }
        .art-content-layout .art-layout-cell, .art-content-layout .art-layout-cell .art-content-layout .art-layout-cell {zoom:1;}
       
        .art-content-layout .art-content .art-block
        {
          background-color: #FFFFFF;
        }
        /* end LayoutCell, content */
       
       
      </style>
    <![endif]-->
    <!--[if IE 7]>
      <style type="text/css">
/* begin Page */
        #art-page-background-glare-image
        {
          zoom: 1;
        }
       
        img
        {
          filter: expression(artFixPNG(this));
        }/* end Page */
       
        /* begin Box, Sheet */
       
        .art-sheet-body
        {
          zoom: 1;
        }
        /* end Box, Sheet */
       
        /* begin Layout */
        .art-content-layout, .art-content-layout-row {display: block;}
        .art-content-layout, .art-content-layout-row {zoom: 1;}
        /* end Layout */
       
        /* begin Box, Block */
       
        .art-block-body
        {
          zoom: 1;
        }
        /* end Box, Block */
       
        /* begin Box, BlockContent */
       
        .art-blockcontent-body
        {
          zoom: 1;
        }
        /* end Box, BlockContent */
       
        /* begin Button */
        .art-button-wrapper .art-button-r
        {
          clip: rect(auto auto auto 399px);
        }
        /* end Button */
       
        /* begin Box, Post */
       
        .art-post-body
        {
          zoom: 1;
        }
        /* end Box, Post */
       
        /* begin PostContent */
        .art-postcontent
        {
          height: 1%;
        }
        /* end PostContent */
       
        /* begin LayoutCell, content */
        .art-content {width: auto;}
        .art-content-layout .art-layout-cell, .art-content-layout .art-layout-cell .art-content-layout .art-layout-cell
        {
          display: block;
          position:relative;
          float: left;
          clear: right;
        }
        .art-content-layout .art-layout-cell, .art-content-layout .art-layout-cell .art-content-layout .art-layout-cell {  zoom:1; }
        .art-layout-cell .art-layout-cell{ float: none; clear: both;}
        /* end LayoutCell, content */
       
       
      </style>
    <![endif]-->

    <script type='text/javascript'>
      //<![CDATA[
        if ( !((window != top) && (top.document.getElementById("editorframe"))) ){
          document.write(unescape("%3Cscript src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js' type='text/javascript'%3E%3C/script%3E"));
        }
      //]]>
    </script>
    <script type='text/javascript'>
      //<![CDATA[
      /* begin Page */

/* Created by Artisteer v3.0.0.33215 */

(function() {
    // fix ie blinking
    var m = document.uniqueID && document.compatMode && !window.XMLHttpRequest && document.execCommand;
    try { if (!!m) { m('BackgroundImageCache', false, true); } }
    catch (oh) { };
    // css helper
    var u = navigator.userAgent.toLowerCase();
    var is = function(t) { return (u.indexOf(t) != -1) };
    jQuery('html').addClass([(!(/opera|webtv/i.test(u)) && /msie (\d)/.test(u)) ? ('ie ie' + RegExp.$1)
    : is('firefox/2') ? 'gecko firefox2'
    : is('firefox/3') ? 'gecko firefox3'
    : is('gecko/') ? 'gecko'
    : is('chrome/') ? 'chrome'
    : is('opera/9') ? 'opera opera9' : /opera (\d)/.test(u) ? 'opera opera' + RegExp.$1
    : is('konqueror') ? 'konqueror'
    : is('applewebkit/') ? 'webkit safari'
    : is('mozilla/') ? 'gecko' : '',
    (is('x11') || is('linux')) ? ' linux'
    : is('mac') ? ' mac'
    : is('win') ? ' win' : ''
    ].join(' '));
})();

var _artStyleUrlCached = null;
function artGetStyleUrl() {
    if (null == _artStyleUrlCached) {
        var ns;
        _artStyleUrlCached = '';
        ns = jQuery('link');
        for (var i = 0; i < ns.length; i++) {
            var l = ns[i].href;
            if (l && /style\.ie6\.css(\?.*)?$/.test(l))
                return _artStyleUrlCached = l.replace(/style\.ie6\.css(\?.*)?$/, '');
        }
        ns = jQuery('style');
        for (var i = 0; i < ns.length; i++) {
            var matches = new RegExp('import\\s+"([^"]+\\/)style\\.ie6\\.css"').exec(ns[i].html());
            if (null != matches && matches.length > 0)
                return _artStyleUrlCached = matches[1];
        }
    }
    return _artStyleUrlCached;
}

function artFixPNG(element) {
    if (jQuery.browser.msie && parseInt(jQuery.browser.version) < 7) {
      var src;
      if (element.tagName == 'IMG') {
         if (/\.png$/.test(element.src)) {
            src = element.src;
            element.src = artGetStyleUrl() + 'http://lh4.ggpht.com/-Ec-S4pzGjqQ/TfTM6mE1KsI/AAAAAAAAAso/FXkPNE-8cVY/s320/spacer.gif';
         }
      }
      else {
         src = element.currentStyle.backgroundImage.match(/url\("(.+\.png)"\)/i);
         if (src) {
            src = src[1];
            element.runtimeStyle.backgroundImage = 'none';
         }
      }
      if (src) element.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + src + "')";
   }
}

jQuery(function() {
    jQuery.each(jQuery('ul.art-menu>li,ul.art-vmenu>li'), function(i, val) {
        var l = jQuery(val); var s = l.children('span'); if (s.length == 0) return;
        var t = l.find('span.t').last(); l.children('a').append(t.html(t.text()));
        s.remove();
    });
});/* end Page */

/* begin Layout */
jQuery(function () {
    if (!jQuery.browser.msie || parseInt(jQuery.browser.version) > 7) return;
    var c = jQuery('div.art-content');
    if (c.length !== 1) return;
    var s = c.parent().children('.art-layout-cell:not(.art-content)');
    jQuery(window).bind('resize', function () {
        if (c.w == c.parent().width()) return;
        var w = 0; c.css('width', "0");
        s.each(function () { w += this.clientWidth; });
        c.w = c.parent().width();c.css('width', c.w - w);
    }).trigger('resize');
    jQuery('div.art-content-layout-row').each(function () {
        this.c = jQuery(this).children('.art-layout-cell');
    }).bind('resize', function () {
        if (this.h == this.clientHeight) return;
        this.c.css('height', 'auto');
        this.h = this.clientHeight;
        this.c.css('height', this.h + 'px');
    }).trigger('resize');
});
/* end Layout */

/* begin Button */
function artButtonSetup(className) {
    jQuery.each(jQuery("a." + className + ", button." + className + ", input." + className), function(i, val) {
        var b = jQuery(val);
        if (!b.parent().hasClass('art-button-wrapper')) {
            if (!b.hasClass('art-button')) b.addClass('art-button');
            jQuery("<span class='art-button-wrapper'><span class='art-button-l'> </span><span class='art-button-r'> </span></span>").insertBefore(b).append(b);
            if (b.hasClass('active')) b.parent().addClass('active');
        }
        b.mouseover(function() { jQuery(this).parent().addClass("hover"); });
        b.mouseout(function() { var b = jQuery(this); b.parent().removeClass("hover"); if (!b.hasClass('active')) b.parent().removeClass('active'); });
        b.mousedown(function() { var b = jQuery(this); b.parent().removeClass("hover"); if (!b.hasClass('active')) b.parent().addClass('active'); });
        b.mouseup(function() { var b = jQuery(this); if (!b.hasClass('active')) b.parent().removeClass('active'); });
    });
}
jQuery(function() { artButtonSetup("art-button"); });

/* end Button */



function artInsertSidebarBlocks() {
    if (jQuery("body#layout").length > 0) return true;
    jQuery("div.widget").each( function(i, w) {
        if (w.id == 'Navbar1')  return true;
        if (w.id == 'Header1')  return true;
        if (w.id == 'Blog1')    return true;
       
       
        if (w.id == 'LinkList99')    return true;
        if (w.id == 'LinkList98')    return true;
        if (w.id == 'LinkList97')    return true;
        if (w.id == 'PageList98')    return true;
        if (w.id == 'PageList99')    return true;
        if (w.id == 'Text99')        return true;
        if (w.id == 'BlogArchive99') return true;
       
        var widget = jQuery(w);
        if ( (widget.hasClass('Gadget') || widget.hasClass('Followers')) && jQuery.browser.opera) {
            return true;
        }
       
        var widgetTitle = jQuery("h2", widget).text();
        jQuery("h2", widget).remove();
        var widgetContent = widget.html();

        if (widgetContent.indexOf('googlesyndication.com') > -1) return true;
        if (widgetContent.indexOf('statcounter.com/counter/counter_xhtml.js') > -1) return true;
        if (widgetContent.indexOf('bravenet.com/counter/code.php') > -1) return true;
               
        var startBlock        = '<div class="art-block" id="art-block-'+w.id+'"><div class="art-block-tl"></div><div class="art-block-tr"></div><div class="art-block-bl"></div><div class="art-block-br"></div><div class="art-block-tc"></div><div class="art-block-bc"></div><div class="art-block-cl"></div><div class="art-block-cr"></div><div class="art-block-cc"></div><div class="art-block-body">';
        var startBlockHeader  = '<div class="art-blockheader"><div class="l"></div><div class="r"></div><h3 class="t">';
        var endBlockHeader    = '</h3></div>';
        var startBlockContent = '<div class="art-blockcontent"><div class="art-blockcontent-tl"></div><div class="art-blockcontent-tr"></div><div class="art-blockcontent-bl"></div><div class="art-blockcontent-br"></div><div class="art-blockcontent-tc"></div><div class="art-blockcontent-bc"></div><div class="art-blockcontent-cl"></div><div class="art-blockcontent-cr"></div><div class="art-blockcontent-cc"></div><div class="art-blockcontent-body">';
        var endBlockContent   = '</div></div>';
        var endBlock          = '</div></div>';
       
        widgetContent =  startBlockContent + widgetContent + endBlockContent;
        if (widgetTitle && false){
            widgetContent =  startBlockHeader + widgetTitle + endBlockHeader + widgetContent;
        }
        jQuery(widget).html( startBlock + widgetContent + endBlock );
       
        if (widget.hasClass('Subscribe')) {
            widget.css({'position': 'relative', 'z-index': '2'})
        }
       
    });
}
jQuery(function() { artInsertSidebarBlocks(); });


function artCheckNavBar(){
    if (jQuery("#navbar")) {
        if (!true) {
            jQuery("#navbar").css("display", "none");
        }
    }
}

function artFixFooterMenu(footerText){
    if (jQuery("#LinkList98").length > 0) {
        var widgetText = jQuery("#LinkList98").html();
        jQuery("#LinkList98").html(widgetText.replace("| |", ""));
    } else {
        var el = jQuery("#Text99 > div.widget-content");
        if (el.html() == '\n<br><br>\n') {
           var dt = new Date();
           el.html(footerText.replace("%YEAR%", dt.getFullYear()));
        } else {
            el.html(el.html() + "<br />");
        }
    }
}


function artFixPostHeaders(){
    jQuery("div.art-postmetadataheader").each( function(i) {
        if (jQuery("div, h2", this).length == 0) jQuery(this).css("display", "none");
    });
}
jQuery(function() { artFixPostHeaders(); });


function artHeaderWidget(){
    if (showHeader==null||showHeader==false){
        jQuery("#Header1").css("display", "none");
    }
}
jQuery(function() { artHeaderWidget(); });


function artVMenuWidget(){
    if (showVMenu==null||showVMenu==false){
        jQuery("#LinkList97").css("display", "none");
        jQuery("#BlogArchive99").css("display", "none");
        jQuery("#PageList99").css("display", "none");
    }
}
jQuery(function() { artVMenuWidget(); });


function artFixPostFooters(){
    jQuery("div.art-postmetadatafooter > div.art-postfootericons").each( function(i) {
        if (jQuery("img, a", this).length == 0) jQuery(this).parent("div.art-postmetadatafooter").css("display", "none");   
    });
}
jQuery(function() { artFixPostFooters(); });


var showHomePage = false;
function artFixTopMenu(){
    if (jQuery("#LinkList99").length == 0){
        var navSection = jQuery("#navsection");
        if (navSection.length > 0){
            if (showHomePage) {
                if (window.location == homePageLink)
                    var tmpstr = '<a href="'+homePageLink+'" class="active">';
                else
                    var tmpstr = '<a href="'+homePageLink+'">';
                navSection.html('<div><div class="l"></div><div class="r"></div><div class="art-nav-center"><ul class="art-menu"><li>'+tmpstr+'<span class="l"></span><span class="r"></span><span class="t">'+homePageName+'</span></a></li></ul></div></div>');
            } else {
                navSection.html('<div><div class="l"></div><div class="r"></div><div class="art-nav-center"></div></div>');
            }
        }
    }
}


function artDisplayTopMenu(menuitems) {
    var subList1 = jQuery("");
    var subList2 = jQuery("");
    var subList3 = jQuery("");

    for (var i=0; i < menuitems.length; i++) {
        var itemname = menuitems[i][0];
        var itemlink = menuitems[i][1];
        if (itemlink == "http://./") itemlink = "#";
         
        if (itemname.charAt(0) != "-"){
            if (subList3.length != 0){
                jQuery("li:last", subList2).append(subList3);
                subList3 = jQuery("");
            }
            if (subList2.length != 0){
                jQuery("li:last", subList1).append(subList2);
                subList2 = jQuery("");
            }
            if (subList1.length != 0){
                jQuery("ul.art-menu li:last").append(subList1);
                subList1 = jQuery("");
            }
            if (window.location == itemlink)
                jQuery("ul.art-menu").append('<li><a href="'+itemlink+'" class="active"><span class="l"></span><span class="r"></span><span class="t">'+itemname+'</span></a></li>');
            else
                jQuery("ul.art-menu").append('<li><a href="'+itemlink+'"><span class="l"></span><span class="r"></span><span class="t">'+itemname+'</span></a></li>');
        } else {
            if (itemname.charAt(2) == "-"){
                if (subList3.length == 0 ) subList3 = jQuery("<ul></ul>");
                subList3.append('<li><a href="'+itemlink+'">'+itemname.substr(3,itemname.length)+'</a></li>');
            } else if (itemname.charAt(1) == "-"){
                if (subList3.length != 0){
                    jQuery("li:last", subList2).append(subList3);
                    subList3 = jQuery("");
                }
                if (subList2.length == 0 ) subList2 = jQuery("<ul></ul>");
                subList2.append('<li><a href="'+itemlink+'">'+itemname.substr(2,itemname.length)+'</a></li>');
            } else if (itemname.charAt(0) == "-"){
                if (subList3.length != 0){
                    jQuery("li:last", subList2).append(subList3);
                    subList3 = jQuery("");
                }
                if (subList2.length != 0){
                    jQuery("li:last", subList1).append(subList2);
                    subList2 = jQuery("");
                }
                if (subList1.length == 0 ) subList1 = jQuery("<ul></ul>");
                subList1.append('<li><a href="'+itemlink+'">'+itemname.substr(1,itemname.length)+'</a></li>');
            }
        }
    }
    if (subList3.length != 0){
        jQuery("li:last", subList2).append(subList3);
        subList3 = jQuery("");
    }
    if (subList2.length != 0){
        jQuery("li:last", subList1).append(subList2);
        subList2 = jQuery("");
    }
    if (subList1.length != 0){
        jQuery("ul.art-menu li:last").append(subList1);
        subList1 = jQuery("");
    }
}


function artDisplayVMenu(vmenuitems) {

    if (jQuery("ul.art-vmenu").children().length > 0) return true;

    var subList1 = jQuery("");
    var subList2 = jQuery("");
    var subList3 = jQuery("");

    for (var i=0; i < vmenuitems.length; i++) {
        var itemname = vmenuitems[i][0];
        var itemlink = vmenuitems[i][1];
        if (itemlink == "http://./") itemlink = "#";
         
        if (itemname.charAt(0) != "-"){
            if (subList3.length != 0){
                jQuery("li:last", subList2).append(subList3);
                subList3 = jQuery("");
            }
            if (subList2.length != 0){
                jQuery("li:last", subList1).append(subList2);
                subList2 = jQuery("");
            }
            if (subList1.length != 0){
                jQuery("ul.art-vmenu li:last").append(subList1);
                subList1 = jQuery("");
            }
            if (window.location == itemlink)
                jQuery("ul.art-vmenu").append('<li><a href="'+itemlink+'" class="active"><span class="l"></span><span class="r"></span><span class="t">'+itemname+'</span></a></li>');
            else
                jQuery("ul.art-vmenu").append('<li><a href="'+itemlink+'"><span class="l"></span><span class="r"></span><span class="t">'+itemname+'</span></a></li>');
        } else {
            if (itemname.charAt(2) == "-"){
                if (subList3.length == 0 ) subList3 = jQuery("<ul></ul>");
                if (window.location == itemlink)
                    subList3.append('<li><a href="'+itemlink+'" class="active">'+itemname.substr(3,itemname.length)+'</a></li>');
                else
                    subList3.append('<li><a href="'+itemlink+'">'+itemname.substr(3,itemname.length)+'</a></li>');
            } else if (itemname.charAt(1) == "-"){
                if (subList3.length != 0){
                    jQuery("li:last", subList2).append(subList3);
                    subList3 = jQuery("");
                }
                if (subList2.length == 0 ) subList2 = jQuery("<ul></ul>");
                if (window.location == itemlink)
                    subList2.append('<li><a href="'+itemlink+'" class="active">'+itemname.substr(2,itemname.length)+'</a></li>');
                else
                    subList2.append('<li><a href="'+itemlink+'">'+itemname.substr(2,itemname.length)+'</a></li>');
            } else if (itemname.charAt(0) == "-"){
                if (subList3.length != 0){
                    jQuery("li:last", subList2).append(subList3);
                    subList3 = jQuery("");
                }
                if (subList2.length != 0){
                    jQuery("li:last", subList1).append(subList2);
                    subList2 = jQuery("");
                }
                if (subList1.length == 0 ) subList1 = jQuery("<ul></ul>");
                if (window.location == itemlink)
                    subList1.append('<li><a href="'+itemlink+'" class="active">'+itemname.substr(1,itemname.length)+'</a></li>');
                else
                    subList1.append('<li><a href="'+itemlink+'">'+itemname.substr(1,itemname.length)+'</a></li>');
            }
        }
    }
    if (subList3.length != 0){
        jQuery("li:last", subList2).append(subList3);
        subList3 = jQuery("");
    }
    if (subList2.length != 0){
        jQuery("li:last", subList1).append(subList2);
        subList2 = jQuery("");
    }
    if (subList1.length != 0){
        jQuery("ul.art-vmenu li:last").append(subList1);
        subList1 = jQuery("");
    }

    if (!false){
        jQuery(".art-vmenublockheader").css("display", "none");
    }
   
    var a = jQuery("ul.art-vmenu a.active");
    a.parents('ul.art-vmenu').find("ul, a").removeClass('active');
    a.parent().children('ul').addClass('active');
    a.parents('ul.art-vmenu ul').addClass('active');
    a.parents('ul.art-vmenu li').children('a').addClass('active');
   
}


function artFixVMenuArchive(){
    if (jQuery("#art-vmenu-archive").length > 0){
        if (!false){
            jQuery(".art-vmenublockheader").css("display", "none");
        }
        jQuery("#art-vmenu-archive a").each(function(i) {
            if (this.href.replace('#', '') == window.location.href.replace('#', '')) {
                jQuery(this).addClass("active");
            }
        });
        var a = jQuery("#art-vmenu-archive a.active");
        a.parents('#art-vmenu-archive').find("ul, a").removeClass('active');
        a.parent().children('ul').addClass('active');
        a.parents('#art-vmenu-archive ul').addClass('active');
        a.parents('#art-vmenu-archive li').children('a').addClass('active');
    }
}

      //]]>
    </script>

  </head>
  <body>
<div id='art-page-background-top-texture'>
        <div id='art-page-background-middle-texture'>
    <div id='art-page-background-glare'>
        <div id='art-page-background-glare-image'>
    <script type='text/javascript'>
        //<![CDATA[
        artCheckNavBar();
        var showHeader = false;
        var showVMenu = false;
        //]]>
    </script>
    <div id='art-main'>
    <div class='art-sheet'>
        <div class='art-sheet-body'>
    <div id='crosscol-wrapper' style='text-align:center'>
        <b:section class='crosscol' id='crosscol' showaddelement='no'/>
    </div>
    <div class='art-content-layout'>
        <div class='art-content-layout-row'>
    <b:section class='art-layout-cell art-content' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>
</b:section>
         
        </div>
    </div>
    <div class='cleared'/>
    <div id='footer-wrapper'>
        <b:section class='footer' id='footer'/>
    </div>
    <div class='art-footer'>
        <div class='art-footer-body'>
            <div class='art-footer-text'>
    <b:section class='art-footer-nav' id='footersection' maxwidgets='2' showaddelement='no'>
<b:widget id='LinkList98' locked='true' title='Footer Links' type='LinkList'/>
<b:widget id='Text99' locked='true' title='Copyright Text' type='Text'/>
</b:section>
    <script type='text/javascript'>
        //<![CDATA[
        artFixFooterMenu('<p><a href="#">Link1</a> | <a href="#">Link2</a> | <a href="#">Link3</a></p><p>Copyright © %YEAR%. All Rights Reserved.</p>');
        //]]>
    </script>
   
            </div>
          <div class='cleared'/>
        </div>
    </div>
        </div>
    </div>
    <div class='cleared'/>
    <p class='art-page-footer'><a href='http://www.artisteer.com/?p=blogger_templates'>Blogger Template</a> created with Artisteer.</p>
   
    </div>
        </div>
    </div>
        </div>
    </div>
   
  </body>
</html>
               

Thanks for any help, fellas.