.ghostwritereditor
{
   background-image: none;
   background-color: #cbd3c5;
   width: 734px;
   text-align: left;
}

.childlinks div
{
   padding: 18px;
}

.van_pages_breadcrumb
{
   margin-bottom: 18px;
}

body
{
   background-color: #183a20;
   background-image: url('body.png');
   background-repeat: repeat-x;
   background-position: top left;
   font-family: Times New Roman, serif;
   font-size: 16px;
   text-align: center;
   padding: 0px;
   margin: 0px;
}

h1,h2,h3,h4,h5
{
   color: #275f34;
   margin-top: 0px;
   margin-left: 0px;
}

h1 { font-size: 26px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }

hr
{
   color: #bfd6ff;
   background-color: #bfd6ff;
   width: 70%;
   height: 1px;
   border: 0px;
}

a
{
   color: #1f4b8e;
   text-decoration: none;
}

a:hover
{
   text-decoration: underline;
}

.frame
{
   width: 1024px;
   margin: 12px auto;
   padding: 0px;
   text-align: left;
}

.sidebox
{
   float: left;
   border: solid 3px #bcd4f9;
}
.sidebar
{
   background-color: #576378;
   background-image: url('sidebar.png');
   background-repeat: no-repeat;
   background-position: top left;
   width: 240px;
   padding-top: 235px;
}
.sidetitle
{
   height: 28px;
   color: #2c3441;
   font-size: 16px;
   text-align: center;
   margin: 0px auto;
   line-height: 28px;
}
.sidemain
{
   padding: 12px;
   color: #ffffff;
}

.mainbox
{
   float: right;
   width: 764px;
}

.titlebox
{
   height: 80px;
   color: #183a20;
   padding-left: 4px;
}
.titlebox .line1
{
   font-size: 18px;
   line-height: 20px;
   color: #1f4b8e;
}
.titlebox .line2
{
   padding-top: 8px;
   font-size: 32px;
   line-height: 34px;
   font-weight: bold;
}

.menubox
{
   height: 28px;
   color: #2c3441;
   margin: 0px auto;
   line-height: 28px;
}
.menubox a
{
   color: #2c3441;
   margin-left: 24px;
   font-size: 16px;
}
.menubox a:hover
{
   color: #ffffff;
   text-decoration: none;
}

/* menu leval 1 ******************** */

.menubox ul 
{
   list-style: none;
   background: none;
   padding: 0px;
   margin: 0px;
}
.menubox ul li 
{
   float: left;
   padding: 0px;
   margin: 0px;
}
.menubox ul li a 
{
   display: block;
   position: relative;
}
*html .menubox ul li a { float: left; }
.menubox ul li:hover ul, .menubox ul li.sfhover ul 
{
   left: auto;
}

/* menu level 2 ******************** */

.menubox ul li ul 
{
   position: absolute;
   clear: both;
   z-index: 100;
   background-color: #9db2d2;
   left: -999em;
   width: 240px;
}
.menubox ul li ul li 
{
   width: 100%;
   margin: 0px;
   padding: 0px;
   text-align: left;
   border-bottom: solid 1px #1f4b8e;
}
.menubox ul li ul li a 
{
   display:block;
   border-left:none;
   border-right: none;
   height:auto;
}
*html .menubox ul li ul li a { width:100%; }

/* MAIN ******************** */

.main
{
   margin-top: 20px;
   margin-left: 4px;
   border: solid 3px #79a383;
   padding: 12px;
   background-color: #cbd3c5;
}

.main img
{
   border: solid 2px #576378;
}

/* BLOG ******************** */

.van_blog_block
{
   border-bottom: solid 1px #79a383;
   clear: both;
}
.van_blog_block .date, .van_blog_page .date
{
   font-style: italic;
   margin: 12px auto;
}
.van_blog_block .name a, .van_blog_page .name, .van_blog_block .more
{
   font-weight: bold;
}
.van_blog_block .text
{
   margin: 18px 0px;
}
.van_blog_page .text
{
}
.van_blog_block .comments
{
   margin-top: 12px;
   text-align: right;
   clear: both;
}
.van_blog_block img
{
   float: left;
   padding: 18px 18px 18px 0px;
}
.van_blog_block .nav
{
   font-variant: small-caps;
   font-size: 70%;
}
.van_blog_block .nav a
{
   margin-right: 12px;
}

.van_blog_page .comments
{
   clear: both;
   margin-top: 18px;
   margin-bottom: 18px;
}
.van_blog_page .comments .caption
{
   font-weight: bold;
}
.van_blog_page .comments .block
{
   border: solid 1px #79a383;
   margin-top: 18px;
}
.van_blog_page .comments .block .caption
{
   background-color: #79a383;
   padding: 0 12px;
   position: relative; 
   font-size: 80%;
}

.van_blog_page .comments .block .caption .name
{
   font-weight: bold;
}
.van_blog_page .comments .block .caption .date
{
   position: absolute;
   width: 720px;
   top: 0;
   left: 0;
   text-align: right;
   font-weight: normal;
   margin: 0;
}
.van_blog_page .comments .block .text
{
   padding: 12px; 
}

.van_blog_page .nav
{
   float: right;
}
.van_blog_page .nav a, .van_blog_page .nav span
{
   margin: auto 18px;
}

.van_blog_nav
{
   text-align: center;
   padding: 18px;
   clear: both;
}
.van_blog_nav a, .van_blog_nav span
{
   margin: auto 18px;
}