
   body {
      background: #000000;
      margin:0px;
   }

   #header {
      margin-left: auto; margin-right: auto;
      width: 700px;
      height: 102px;
      background: #000000;
      background-image: url(../img/easymoblog/72.png);
      background-repeat: none;
   }

   #header h1, #header a {
      padding:5px 5px 0px 5px;
      margin: 0;
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 20px;
      font-style: italic;
      color: #aaaa8e;
      text-decoration: none;
      vertical-align: middle;
   }

   #header h1 a {
      padding-left: 5px;
   }

   #topbar {
      margin-left: auto; margin-right: auto;
      width: 700px;
      background: #cccccc;
   }

   .topbar_module {
      display: inline;
      padding-left: 5px;
   }

   #contents {
      margin-left: auto; margin-right: auto;
      width: 700px;
      overflow: auto;
/*
      background: #000000;
*/
      background-image: url(../img/easymoblog/73.png);
   }

   #sidebar {
      float: right;
      width: 0px;
      background: #336699;
   }

   .sidebar_module {
      margin: 5px;
      width: -10px;
      padding-bottom: 5px; padding-top: 5px;
   }

   #intro {
      padding:0px 5px 5px 10px;
      width: 700px;
/*      float: left;
      background: #efefef;
*/
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 11px;
      font-style: italic;
      color: #aaaa8e;
   }

   #intro p {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 11px;
      font-style: italic;
      color: #aaaa8e;
      padding: 5px;
   }

   #page_title {
      float: left;
      padding: 5px;
   }

   #page_title h2 {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 16px;
      font-style: normal;
      color: #990033;
   }

   #page_title p {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 10px;
      font-style: normal;
      color: #3c3c3c;
   }

   #posts {
      float: left;
      width: 700px;

   }

   .post {
      margin: 5px;
      padding: 5px;
      border: 1px dotted #000000;
   }

   .post p, .post p a, #page_title p {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 10px;
      font-style: normal;
      color: #3c3c3c;
      margin: 0; padding: .5em;
   }

   .post p a {
      color: #aaaa8e;
      text-decoration: none;
   }

   .post p a:hover {
      color: #990033;
      text-decoration: underline;
   }

   .post img .post_img {
      margin: 5px;
   }

   p.post_header img {
      float: right;
   }

   p.post_header, p.post_header a {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 10px;
      font-style: italic;
      color: #666666;
      text-decoration: none;
      margin: 0; padding: 0;
   }

   p.post_header a:hover {
      color: #990033;
      text-decoration: underline;
   }

   .post h3, .post h3 a {
      margin: 0; padding: 0; padding-bottom: 5px;
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 12px;
      font-style: normal;
      color: #88886c;
      text-decoration: none;
   }

   .post h4, #comments h1, .comment h1 {
      margin: 15px 5px 5px 5px;
      border-top: 1px dashed #666666;
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 12px;
      font-style: normal;
      color: #990033;
   }

   .post_footer {
      margin-top: 15px;
   }

   .post_footer, .post_footer a {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 10px;
      font-style: normal;
      color: #666666;
   }

   .post_footer a {
      color: #666666;
      text-decoration: none;
   }

   .post_footer a:hover {
      color: #990033;
      text-decoration: underline;
   }

   #comments {
      background: #000000;
   }

   .comment {
      background: #000000;
      margin: 5px;
      padding: 5px;
      border-bottom: 1px dashed #666666;
   }

   .comment p.comment_header {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 10px;
      font-style: italic;
      color: #333333;
   }

   .comment p {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 10px;
      font-style: normal;
      color: #000000;
   }

   .comment p a {
      color: #990033;
      text-decoration: none;
   }

   .comment p a:hover {
      color: #990033;
      text-decoration: underline;
   }

   #footer {
      margin-left: auto; margin-right: auto;
      width: 700px;
      height: 30px;
      background: #666666;
   }

   #footer p {
      margin: 0;
      padding: 5px;
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 10px;
      font-style: italic;
      color: #ffffff;
   }

   #footer #easymoblogo {
      float: right;
      margin: 0; padding: 0;
      display: inline;
   }

   input.comment_form, textarea.comment_form {
      width: 99%;
      margin-bottom: 10px;
   }

   textarea.comment_form {
      height: 150px;
   }

	.navigator {
		text-align:center;
		vertical-align:middle;
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 10px;
		font-style: normal;
		color: #3c3c3c;
		letter-spacing:2px;
	}
	.navigator img {
		padding-right:2px; /*for letter spacing*/
	}

	.navigator a {
		color: #aaaa8e;
	}
	.navigator a.current, .navigator .current {
/*		color: #3c3c3c;*/
		color:white;
		font-weight:bold;
	}
	.navigator a:hover {
		color:white;
	}

.seqno0 img { display:block; }
.seqno1 img { width:7px; }
