/* Created using the Movable Type Style Generator &lt;http://styles.movalog.com/generator/&gt; */
/* $Id: base-weblog.css 14515 2005-07-12 00:01:26Z mpaschal $ */
/* basic elements */
@import url(http://voidnow.org/mt-static/themes-base/blog.css);
@import url(http://voidnow.org/mt-static/themes-base/forum.css);
/* @import url(http://voidnow.org/community/forumcss.css); */

form { 
  margin: 0; padding: 0;
 }

input, textarea {
  font-size: .9em;
  font-family: Cambria, Georgia, Times, "Times New Roman", serif;
  padding: 2px;
}

body {
  margin: 0;
  /* setting border: 0 hoses ie5 win window inner well border */
  padding: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1em;
  text-align: center;
  min-width: 70%;
  color: #191970;
  background-color: #DCDCDC;
  text-decoration: none;
  background-image: none;
  z-index: 0;
}

a:link,
a:active,
a:visited { 
  text-decoration: none; 
}
a:hover {
&nbsp; text-decoration: underline; 
}

a img { 
   border: 0;
   padding: 0;
 }

h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}

/* Headers */

h1, h2, h3, h4, h5, h6 { 
  font-weight: normal; 
  font-family: Georgia, Times, 'Times New Roman', serif;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote {
  margin-top: 1em;
  margin-bottom: 1em;
}

blockquote {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: .9em; 
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

img {
  border: 0;
  padding: 0;
}

/* standard helper classes */

.clr {
  clear: both;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: 0 -1px -1px 0;
  border: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

#container {
  position: relative;
  margin: 0 auto; /* center on everything else */
  width: 94%;
  height: auto;
  border: 2px solid #8b0000;
  border-bottom: 5px solid #8b0000;
  padding: 0;
  background-color: #fff;
  z-index: 1;
}

#container-inner { 
  position: static;
  width: 100%; 
  border: 0;
  padding: 0;
  z-index: 1;
}

/* page layout */
#pagebody { 
  position: relative;
  width: 80%;
  margin: 0 10% 0 10%;
  border: 0;
  clear: both;
  z-index: 4;
}

#pagebody-inner { 
  position: relative;
  width: 100%;
  z-index: 4; 
}

#footer { position: relative; }
#footer-inner { position: static; }

/* content */

.date-header,
.entry-content,
  position: static;
  clear: both;
}

.entry,
.trackbacks,
.comments,
.archive {
  position: static;
  overflow: hidden;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}

#comment-sub {
  position: relative;
  vertical-align: top;
  height: auto;
  width: 98%;
  margin-left: 1%;
  margin-right: 1%; 
  border: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000099;
  clear: both;
}

#comment-sub-inner {
  position: static;
}

#comment-sub-left50 { 
  display: inline; /* ie win bugfix */;
  position: relative;
  float: left;
  width: 48%;
  padding: 0;
  border: 0;
  text-align: left;
}

#comment-sub-right50 { 
  display: inline; /* ie win bugfix */;
  position: relative;
  float: right;
  width: 48%;
  padding: 0;
  border: 0;
  text-align: center;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
  clear: both;
  margin: 5px 10px;
}

.entry-content,
.entry {
  text-align: justify;
}

a:link { color: #1E90FF; }
a:active { color: #1E90FF; }
a:visited { color: #1E90FF; }
a:hover { color: #cc3333; }

.entry-body a:link,
p a:link { 
  font-weight: bold;
  font-size: .9em;
}

.entry-body a:active,
p a:active { 
  font-weight: bold;
  font-size: .9em;
}

.entry-body a:visited,
p a:visited { 
  font-weight: bold;
  font-size: .9em;
}

p a:hover, 
.entry-body a:hover { 
  color: #cc3333; 
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
  clear: both;
}

.entry entry-asset {
  float: left;
  text-align: left;
  display: block;
}

#entry-container {
  width: 100%;
  margin: 0;
}

.entry-container {
  width: 98%;
  margin: 0 1% 0 1%;
  padding: 0;
}

.entry-body {
  color: #191970;
  font-size: 1em;
  line-height: 1.3em;
  text-align: left;
  font-weight: normal;
  margin: .5em 1em 0 1em;
}

.entry-excerpt a:link,
.entry-body a:link,
.entry-more-link a:link,
.entry-more a:link {
  font-weight: bold;
  font-size: .9em;
}

.entry-excerpt a:active,
.entry-body a:active,
.entry-more-link a:active,
.entry-more a:active {
  font-weight: bold;
  font-size: .9em;
}

.entry-excerpt a:visited,
.entry-body a:visited,
.entry-more-link a:visited,
.entry-more a:visited {
  font-weight: bold;
  font-size: .9em;
}

.entry-excerpt a:hover,
.entry-body a:hover,
.entry-more-link a:hover,
.entry-more a:hover {
  font-weight: bold;
  font-size: .9em;
}

.entry-body img {
  margin-top: 4%;
  margin-left: 0;
  margin-bottom: 4%;
  margin-right: 4%;
  border: 0;
  width: 40%;
  float: left;
}

.entry-img {
  margin: 4% 4% 4% 0;
  border: 0;
  width: 40%;
  clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
  clear: both;
  margin: 5px 10px 20px 10px;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer
{
  font-size: 1em;
}

.comments-open label { display: block; }

#comment-form-remember-me label{
  display: inline;
}

#va-comment-form-name label {
  display: inline;
  text-align: left;
}

#va-comment-form-email label {
  display: inline;
  text-align: left;
}

#va-comment-form-url label {
  display: inline;
  text-align: left;
}

#comment-author, #comment-email, #comment-url, #comment-text {
  width: 240px;
}

.vcard {
  font-size: 1em;
  font-weight: bold;
}

.title {
  text-align: left;
  display: inline;
}

#comment-bake-cookie {
  margin-left: 0;
  vertical-align: middle;
}

#comment-post
{
  font-weight: bold;
}

.img-center {
  text-align: center;
}

.img.image-full { width: 100%; }

.headerlogo { width: 12%; }

.image-thumbnail {
  float: left;
  width: 115px;
  margin: 0 10px 10px 0;
}

.image-thumbnail img {
  width: 115px;
  height: 115px;
  margin: 0 0 2px 0;
}

/* * theme * */
/* basic page elements */

.centext { text-align: center; }

.centext img {text-align: center; }

/* flow text around images */

.simgl { float: left;
  margin-right: 5%;
  padding: 0;
}

.simgclrlft { clear: left}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
  font-size: .9em; 
}

/* page layout */

.lifemember {
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  color: #9400D3;
  font-size: 1.1em;
  font-weight: bold;
}

.member {
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  color: blue;
  font-size: 1em;
  font-weight: bold;
}

#banner {
  position: relative;
  font-family: Georgia, Times, 'Times New Roman', serif;
  width: 100%; 
  height: auto;
  text-decoration: none;
  padding: 0;
  margin: 0;
  border-bottom: 3px solid #999999;
  background-image: url(http://voidnow.org/mt-static/images/Davids/grayvertical.png);
  background-repeat: repeat-y;
  background-position: left top;
}

#banner-inner { position: static; }

#banner-left { 
  position: relative;
  display: inline; /* ie win bugfix */;
  float: left;
  width: 70%;
  margin-right: 1%;
}

.banner-left {
  position: static;
}

#banner-left-left {
  display: inline; /* ie win bugfix */;
  float: left;
  margin: 0 0 0 3%;
  width: 45%;
}

#banner-left-right {
  display: inline; /* ie win bugfix */;
  float: left;
  margin: 0 0 0 22%;
  width: 20%;
}

.banner-left-left { 
  display: inline; /* ie win bugfix */;
  padding: 0;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin-top: 1em;
  margin-left: 1%;
}

#header-content .ban-title {
  font-size: x-large;
}

#header-content .ban-desc {
  font-size: xx-large;
}

.ban-title {
  font-size: 1.3em;
  text-align: left;
  color: #8b0000;
  font-weight: bold;
}

.ban-title a:link,
.ban-title a:active,
.ban-title a:visited {
  text-decoration: none;
  color: #8b0000;
}

.ban-title a:hover {
  text-decoration: underline; 
  color: #ff0000;
}

.ban-desc {
  float: left;
  margin: 0 0 .5% 3%;
  color: #316ac5;
  font-size: 1.6em;
  font-weight: bold;
}

.ban-desc a:link,
.ban-desc a:active,
.ban-desc a:visited {
  text-decoration: none;
  color: #316ac5;
}

.ban-desc a:hover {
  color: #ff0000;
  text-decoration: underline;
}

.banner-center { 
  display: inline; /* ie win bugfix */;
  padding: 0;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1.5em;
  margin: 0;
}
           
.banner-center img {
  margin-top: 1em;
  border: 0;
  width: 100%
  height: auto;
  padding: 0;
}

.banner-logo {
  width: 4em;
  height: 4em;
  margin: 1em 0 0 0;
  padding: 0;
}

#banner-right { 
  position: relative;  
  float: right;
  display: inline; /* ie win bugfix */
  width: 28%;
  margin: 0;
  background-image: url(http://voidnow.org/mt-static/images/Davids/verticalgray-rt.png);
  background-repeat: repeat-y;
  background-position: top right;
}

.banner-right {
  width: 100%;
  text-align: left;
  color: #000099;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.1em;
}

.banner-right a:link,
.banner-right a:active,
.banner-right a:visited {
  text-decoration: none;
  color: #cc3333;
}
.banner-right a:hover {
  text-decoration: underline; 
  color: #ff3333
}

#banner-right img { 
  text-align: left;
  margin-right: 35%;
}

#banner-right-flag img { 
  border: 1px solid navy;
}

#banner-description {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #000099;
  font-weight: bold;
  margin-left: 3%;
  margin-right: 10%;
  line-height: 1em;
}

#banner-sub {
  position: relative;
  vertical-align: top;
  height: auto;
  width: 100%;
  margin: 0; 
  border-bottom: 3px solid #666666;
  background-color: #DCDCDC;
  padding: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #000099;
  float: left;
  clear: both;
}

.banner-sub {
  display: inline; /* ie win bugfix */;
  font-weight: bold;
  text-decoration: none;
  line-height: 1em;
}

#banner-sub-inner
{
  position: static;
}

#banner-sub-left50 { 
  display: inline; /* ie win bugfix */;
  position: relative;
  float: left;
  width: 47%;
  text-align: left;
  margin: 0 0 0 3%;
}

#banner-sub-right50 { 
  display: inline; /* ie win bugfix */;
  position: relative;
  float: right;
  width: 42%;
  margin: 0 7.6% 0 0;
}

.subban-syndication {
  width: 35%;
  margin: 0;
  padding: 5px 0 5px 0;
  background-color: #fff;
  border: 1px solid #9999cc;
  text-align: center;
  float: right;
  color: #8B0000;
}

.subban-syndication img {
  margin: 0;
  padding: 0;
  border: 0;
  width: 9px;
  height: 9px;
}

.subban-syndication a:link, 
.subban-syndication a:active, 
.subban-syndication a:visted {
  color: #8B0000;
}

.subban-syndication :hover {
  color: #990000;
}

.subban-syndication ul, 
.subban-syndication ul {
  margin: 0;
  padding: 0;
  color: #8B0000;
}

.subban-syndication ul a:link, 
.subban-syndication ul a:active, 
.subban-syndication ul a:vistied {
  color: #8B0000;
}

.subban-syndication ul a:hover {
  color: #990000;
}

#header-name {
  font-size: 2em;
  text-align: left;
}

#header-description {
  font-size: 1.4em;
  text-align: center;
}

#footer-main {
  position: relative;
  float: left;
  width: 98%; 
  margin: 2% 0 0 0;
}

#footer-inner-main {
  position: relative; 
}

.footer-main {
  color: #000099;        
  float: left;
  text-align: left;
}

#footer-main .container {
  width: auto;
  height: auto;
  margin: 0 1em 0 1em;
  border: 0;
  float: left;
  text-align: left;
}

#footer {
  width: 100%; 
  color: #000099;
}

#footer-inner {
  padding: 1em;
}

.footer-header {
  margin: 0;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  color: #000099;
  font-size: small;
  text-align: left;
  font-weight:bold;
  line-height: 1.25em;
}

#link-menu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: medium;
  text-align: left;
  font-weight: bold;
}

.date-header {
  margin-top: 0;
  font-family: Georgia, Times, 'Times New Roman', serif;
  text-align:center;
  color: #993300;
  font-weight: normal;
  border-bottom: 0px solid #ffffff;
}

/* url(http://voidnow.org/mt-static/images/beige1.gif)  */


.entry-header {
  font-family: Georgia, Times, 'Times New Roman', serif;
  text-align: left;
  color: #8B0000;
  font-weight: bold;
  padding: 5px 5px 0 0;
}

#page-title,
.content-header,
.entry-title {
  text-align: center;
}

.entry-title {
  font-weight: bold;
  margin: 1.5em 0 1em 0;
  color: #8B0000;
}

.entry-title a:link,
.entry-title a:active,
.entry-title a:visited {
  color: #8B0000;
  text-decoration: none;
}

.entry-title a:hover {
  color: #316ac5;
  text-decoration: underline;
}

#page-title {
  font-weight: bold;
}

.author-name {
  font-size: 1.5em;
  text-align: center;
}

.cat-title {
  font-weight: normal;
  font-size: .9em;
}

.archive-title {
  font-size: 1.2em;
  font-weight: bold;
}

#page-title .entry-title,
#page-title .content-header {
  font-weight: normal;
  color: #000080;
}

#recent-entry-title {
  border-top: 1px solid gray;
  clear: both;
  display: block;
}

.recent-entry-title {
  font-size: 1.2em;
  text-align: left;
  margin-left: 5%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.recent-entry-title a:link, 
.recent-entry-title a:active,
.recent-entry-title a:visited {
  text-decoration: none;
  color: #316ac5;
}

.recent-entry-title a:hover {
  text-decoration: underline; 
  color: #8B0000; 
}

.authorspan {
  display: inline;
}

.vcard author {
  float: left;
}

.entrytabledata {
  margin-top: 1em;
  display: inline;
}

.entrytabledata .comment-count {
  margin-right: 5%;
}

.comment-count {
  font-weight: bold;
}

.comment-count icon-comment {
  margin-left: .5em;
}

.metadategroup {
  float: left;
}

#recent-entrytable .comment-count {
  float: right;
}

.cont-reading {
  float: left;
  text-align: left;
  font-weight: bold;
  margin-left: 4%;
}

.popular-topic-category {
  float: right;
  margin-right: 12%;
  font-weight: bold;
}

/* Set primary category - category label, and widget header to */
/* the same properties */

.category-label {
  font-weight: bold;
  margin: 0;
  padding: 0 0 .5em 0;
}

.category-title {
  font-weight: bold;
  margin: 0;
  padding: 0 0 .5em 0;
  font-size: 1.3em;
  text-align: center;
}

.category-totals {
  font-size: .9em;
}

.right-column-label {
  font-weight: bold;
  margin: 0;
  padding: 0 0 .5em 0;
}

.primary-category {
  text-align: left;
  margin: 0 0 0 10%;
}

.widget-content .primary-category .category-label, .right-column-label {
  text-align: left;
}

.primary-category .category-label,
.right-column-label {
  text-align: center;
  margin: 0 0 .5em 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.1em;
}

.primary-category .category-label {
  font-size: 1.1em;
}

.secondary-category {
  text-align: left;
  margin: 0 0 0 15%;
  padding: 0;
}

.secondary-category .category-label {
  margin: 0;
  padding: 0;
  color: #4682B4;
}

.category-content {
  margin: 0 0 .5em 5%;
  padding: 0;
}

.published {
  color: #660066;
}

.entry-content,
.comment-content {
  text-align: justify;
  color: #191970;
  font-size: 1em;
  margin: 0;
  padding: .5em;
  line-height: 1.3em;
  text-decoration: none; 
  font-weight: normal;
}

.comment-content p {
  text-align: justify;
  color: #191970;
  font-size: 1em;
  line-height: 1.3em;
  text-decoration: none; 
  font-weight: normal;
  margin: 0 0 1em 0;
  padding: 0 .5em 0 .5em;
}

.comment-response {
  font-size: 1.2em;
  margin-bottom: 6em;
}

.comment-reply-link {
  font-size: 1.1em;
  margin: 0 0 1em 0;
}

.comment-reply-link hr {
  width: 50%;
  color: #DAD2BE;
  background-color: #A49F89;
  margin: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.trackback-content {
  text-align: left;
  color: #191970;
  font-size: 1em;
  margin: 0;
  padding: .5em;
  line-height: 1.2em;
  text-decoration: none; 
  font-weight: normal;
}

.entry-footer,
.comment-footer,
.trackback-footer {
  margin: 0 0 20px 0;
  text-align: right;
  color: #191970;
  font-size: small;
  border-bottom: 1px solid #dae0e6;
}

.trackback-content,
.comment-footer,
.trackback-footer {
  margin-left: 10px;
}

#trackbacks-info {
  margin: 10px 0;
  border: 1px dashed #a3b8cc;
  padding: 0 10px;
  color: #191970;
  font-size: small;
  background: #e6ecf2;
}

.comments-open-footer {
  margin: 10px 0;
}

/* widgets */

.widget {
 position: relative;
 overflow: hidden;
 width: 100%;
}

.widget-header {
  text-align: left;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.1em;
}

.widget-content-nav {
  font-weight: bold;
  color: #646950;
}

.widget-content, .widget-content-nav {
  position: relative;
  margin: 5px 0 20px;
}

.widget-powered {
  font-size: .8em;
}

.widget-creative-commons {
  font-size: .8em;
}

.widget-sign-in { 
  text-align: left;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.1em;
}

.widget-sign-in .widget-header {
  display: none;
}

.widget-sign-in .widget-content {
  margin: 0;
}

.widget-sign-in p {
  margin: 0;
  padding: 0;
  line-height: 1.1em;
}

#header .widget-sign-in .widget-content,
.widget-recent-assets .widget-content {
    padding-left: 0;
    padding-right: 0;
}

.archive-content ul,
.widget-content, .widget-content-nav ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

.widget-content, .widget-content-nav ul ul {
 margin-left: 15px;
}

.widget-content, .widget-content-nav li {
 margin-top: 5px;
 margin-bottom: 5px;
}

.widget-tag-cloud .widget-content ul {
 margin-right: 0;
 margin-left: 0;
}

.widget-tag-cloud .widget-content li {
 display: inline;
 margin: 0 5px 0 0;
 padding: 0;
 line-height: 1.2em;
 background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
 margin-top: 0;
 margin-bottom: 0;
}

.widget-recent-assets .widget-content ul {
 overflow: auto;
 margin-right: 0;
}

#signin-widget-content .widget-content {
  text-align: left;
  margin: 0;
  padding: 0;
}

.widget-search ul,
.widget-syndication ul {
  margin-left: 0;
  list-style: none;
}

.widget-search li,
.widget-syndication li  {
  margin: 5px 0;
}

.widget-openid {
  width: 160px;
  margin: 10px auto;
  border: none !important;
}
.widget-openid .widget-content {
  border: 1px solid #ccc;
  background: #fff url(../images/openid-accepted.gif) no-repeat 7px 3px;
  font-size: 12px;
  font-family: Arial, Verdana, sans-serif;
  color: #666;
  margin: 0;
  padding: 0 !important;
}
.widget-openid .widget-content em {
  display: block;
  font-style: normal;
  padding: 34px 9px 9px 68px;
}
.widget-openid .widget-content strong {
  left: -9999px;
  position: absolute;
}
.widget-openid .widget-content a {
  display: block;
  background: #eee;
  text-align: center;
  padding: 5px 3px;
  color: #666;
  text-decoration: none;
  font-weight: normal;
}

.bumper-sticker {
  text-align: center;
  margin-left: 15%;
}

.bumper-sticker img {
  border: 0;
  display: inline;
  width: 80%;
}

.create-entry, .content-nav, .popular-entry {
 font-family: Tahoma, Geneva, sans-serif;
 font-weight: bold;
}

table {
    border-spacing: 0;
}

#popular-entry-container {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #f5f5f5;
  border-top: 5px solid #D3D3D3;
  border-left: 5px solid #999999;
  border-bottom: 5px solid #999999;
  border-right: 5px solid #D3D3D3;
}

.popular-entry-container {
  margin: 0 0 0 2%; 
}

.rcdiv {
  padding: 5px;
}
.rctable {
  width: 90%;
  margin: 0 5% 0 5%;
}
.rctd {
  font-size: 1em;
  background-image: url(http://voidnow.org/mt-static/images/Davids/sq.png);
}

.tl {
  width: 20px;
  height: 20px;
  background: url(http://voidnow.org/mt-static/images/Davids/tl.png) top left no-repeat;
}
.tc {
  background: url(http://voidnow.org/mt-static/images/Davids/tc.png) top repeat-x;
}
.tr {
  width: 20px;
  height: 20px;
  background: url(http://voidnow.org/mt-static/images/Davids/tr.png) top right no-repeat;
}
.ml {
  width: 20px;
  background: url(http://voidnow.org/mt-static/images/Davids/ml.png) left repeat-y;
}
.mr {
  width: 20px;
  background: url(http://voidnow.org/mt-static/images/Davids/mr.png) right repeat-y;
}
.bl {
  width: 20px;
  height: 20px;
  background: url(http://voidnow.org/mt-static/images/Davids/bl.png) bottom left no-repeat;
}
.bc {
  background: url(http://voidnow.org/mt-static/images/Davids/bc.png) bottom repeat-x;
}
.br {
  width: 20px;
  height: 20px;
  background: url(http://voidnow.org/mt-static/images/Davids/br.png) bottom right no-repeat;
}

#popular-entry .entry {
  margin: 0 0 0 1em;
}

#popular-entry .userpic {
  margin-left: .5em;
}

.entry-rcdiv {
  padding: 5px;
}
.entry-rctable {
  width: 90%;
  margin: 0 5% 0 5%;
}
.entry-rctd {
  font-size: 1em;
  background-image: url(http://voidnow.org/mt-static/images/Davids/entry-sq.png);
}

.entry-tl {
  width: 31px;
  height: 31px;
  background: url(http://voidnow.org/mt-static/images/Davids/entry-tl.png) top left no-repeat;
}
.entry-tc {
  background: url(http://voidnow.org/mt-static/images/Davids/entry-tc.png) top repeat-x;
}
.entry-tr {
  width: 31px;
  height: 31px;
  background: url(http://voidnow.org/mt-static/images/Davids/entry-tr.png) top right no-repeat;
}
.entry-ml {
  width: 31px;
  background: url(http://voidnow.org/mt-static/images/Davids/entry-ml.png) left repeat-y;
}
.entry-mr {
  width: 31px;
  background: url(http://voidnow.org/mt-static/images/Davids/entry-mr.png) right repeat-y;
}
.entry-bl {
  width: 31px;
  height: 31px;
  background: url(http://voidnow.org/mt-static/images/Davids/entry-bl.png) bottom left no-repeat;
}
.entry-bc {
  background: url(http://voidnow.org/mt-static/images/Davids/entry-bc.png) bottom repeat-x;
}
.entry-br {
  width: 31px;
  height: 31px;
  background: url(http://voidnow.org/mt-static/images/Davids/entry-br.png) bottom right no-repeat;
}

.create-entry {
  margin: 0 0 5px 0%;
  padding: 0;
}

.content-nav {
  text-align: left;
  margin: 0 0 2em 15%;
  font-size: 1em;
  font-weight: bold;
}

.signin-nav {
  text-align: left;
  margin: 0 2em 2em 4em;
  font-size: .9em;
  font-weight: bold;
}

.CreateEntry {
  font-size: 1.4em;
  text-align: center;
}

/* modules */

.module {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 10px 0;
}

.module-list,
.archive-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.module-list-item {
  margin-top: 2px;
  margin-bottom: 2px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
   /* ie win (5, 5.5, 6) bugfix */
  position: relative;
  width: auto;
  margin: 1em 1em 0 1em;
  padding: 3% 3% 0 3%; 
  color: #0000aa;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1em;
  z-index: 1;
}

.trackbacks-header,
.categories-header,
.tags-header {
  font-weight: bold;
  color: #0000CD;
}

.trackbacks-header {
  border: 0;
  text-align: left;
  margin: 0;
}

.comments-open-header {
  font-size: 1em;
  border: none;
  border-bottom: 1px solid #cfd4d9;
}

.comments-header {
  border: none;
  text-align: left;
  margin: 0 0 0 15%;
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

.comment-header {
  font-size: 1em;
  font-weight: normal;
  text-align: left;
}

.comment-header p {
  font-size: 1em;
  font-weight: normal;
  text-align: left;
}

.comment-header a {
  font-size: 1em;
  font-weight: normal;
  text-align: left;
}

#comments-open-text {
  text-align: center;
}

.module-header a,
.trackbacks-header a,
.comments-header a,
.comments-open-header a,
.archive-header a {
  color: #0000aa;
  text-decoration: none;
}

.module-header a:hover,
.trackbacks-header a:hover,
.comments-header a:hover,
.comments-open-header a:hover,
.archive-header a:hover {
  color: #330099;
  text-decoration: underline;
}

.scroll-down {
  font-size: 1em;
  font-weight: normal;
  margin: 1em 0 2em 0;
}

.scroll-down a:link,
.scroll-down a:active,
.scroll-down a:visited {
  font-weight: bold;
  color: #1E90FF;
}

.scroll-down a:hover {
  font-weight: bold;
  color: #a52a2a;
}

.module-title {
  position: relative;
  text-align: center;
  color: #0000aa;
  font-weight: bold;
  line-height: 1.2em;
  z-index: 1;
}

.module-content-side,
.module-justify-side,
.module-center-side {
  position: relative;
  width: 90%;
  margin: 0 2% 2% 2%;
  padding: 1% 6% 3% 6%;
  line-height: 1.2em;
  background: #fff;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  color: #000099;
  font-size: small;
  border: 1px solid #cfd4d9;
  text-decoration: none;
  overflow: hidden; 
}

.module-content,
.module-justify,
.module-center {
  position: relative;
  width: 90%;
  margin: 0 0 2% 0;
  padding: 1% 4% 4% 4%;
  line-height: 1.2em;
  color: #000099;
  font-size: 1em;
  text-decoration: none;
  height: auto;
}

.module-content {
  text-align: left;
}

.module-center {
  text-align: center;
}

.module-justify {
  text-align: justify;
}

.module-col-content,
.module-col-justify {
  position: relative;
  width: 98%;
  float: left;
  margin: 0; 
  padding: 0;
  line-height: 1.6em;
  color: #191970;
  font-size: small;
  border: 1px solid #cfd4d9;
  overflow: hidden;
  z-index: 1;
}

.module-col-content {
  text-align: left;
}

.module-col-justify {
  text-align: justify;
}

.column-header {
  color: #800000;
  font-weight: bold;
}

.asset-content {
  color: #191970;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.3em;
  text-align: justify;
}

.asset-name entry-title {
  font-weight: bold;
}

.asset-header {
  color: #800000;
  font-weight: bold;
}

.asset-meta {
  font-size: 1em;
  display: inline;
}

.asset-body {
  margin: 0 2% 0 0;
}

.asset-body,
.asset-body ul,
.asset-body li {
  color: #191970;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.3em;
  text-align: justify;
  padding: .5em;
}

.asset-more {
  margin: 0 2% 0 0;
}

.asset-more,
.asset-more ul,
.asset-more li {
  color: #191970;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.3em;
  text-align: justify;
  padding: .5em;
}

.asset-footer {
  color: #191970;
  font-weight: normal;
  font-size: .9em;
  line-height: 1em;
  text-align: left;
}

.user-pic {
  float: left;
  position: relative;
  border: 1px solid #660066;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: 0 10px 0 0;
}

.comment-header .user-pic {
  width: 40px;
  height: 40px;
  display: inline;
}

#mt-community-forum .entry-comments .user-pic, 
#mt-community-forum #recent-entrytable .user-pic {
  width: 36px;
  height: 36px;
  display: inline;
}

#recent-header {
  display: block;
  margin: 1em 0 1em 0;
}

.recent-header {
  display: inline;
}

#recent-topics {
  width: 100%;
  background-color: #fff;
  background-image: url(http://voidnow.org/mt-static/images/Davids/grayvertical.png);
  background-repeat: repeat-y;
  background-position: left top;
}

#recent-topics-2 {
  width: 100%;
  background-color: #fff;
  background-image: transparent url(http://voidnow.org/mt-static/images/Davids/verticalgray-rt.png);
  background-repeat: repeat-y;
  background-position: top right;
}

.recent-topics {
  font-size: 1.3em;
  font-weight: bold;
  float: left;
}

.replies {
  font-size: 1.3em;
  font-weight: bold;
  float: right;
  margin-right: 1%;
}

.tab_content_label {
  text-align: left;
}

.mt-profile-view .user-pic {
  width: 90px;
  height: 90px;
  margin-bottom: 2em;
  margin-right: 2%;
  border-right: 5px solid #fff;
}

.recent-actions {
  margin-right: 2%;
  text-align: justify;
}

#header-menu {
  font-size: 1.2em;
}

.user-listing .user-pic {
    width: 36px;
    height: 36px;
    margin-bottom: 0;
}

.byline {
  color: #191970;
  font-weight: normal;
  display: inline;
}

.columnize { 
  padding: 0;
  margin: 1% 1.5% 0 1%;
  line-height: 1.2em;
  color: #191970;
  font-size: medium;
  text-align: justify;
  overflow: hidden;
}

#columnizecol1 {
  display: inline; /* ie win bugfix */
  position: relative;
  float: left;
  width: 40%;
  padding: 0 4% 2% 4%;
  margin: 1% 1% 0 1%;
  text-align: justify;
}

#columnizecol2 {
  display: inline; /* ie win bugfix */
  position: relative;
  float: right;
  width: 39%;
  padding: 0 4% 2% 4%;
  margin: 1% 1% 0 1%;
  text-align: justify;
}

#module-img-column {
  clear: both;
}

.module-content img,
.module-justify img,
.module-center img {
  float: left;
  margin: 0;
  padding: 1em 1em 1em 0;
}

.module-powered { border-width: 0; }

.module-powered .module-content {
  margin-bottom: 0;
  padding-bottom: 10px;
  text-align:left;
  color: #292e33;
  font-size: .8em;
  border-top: 1px dashed #a3b8cc;
  border-right: 1px dashed #a3b8cc;
  border-bottom: 1px dashed #a3b8cc;
  border-left: 1px dashed #a3b8cc;
}

.module-photo { background: none; }
.module-photo img { border: 0; }

.module-list {
  margin:  0 5px 0 5px;
  color: #191970;
}

/* The following modules alter the bullet image for lists */

.module-list .module-list {
  margin: 5px 0 0 0;
  padding-left: 10px;
  list-style: circle;
}

.module-list-item {
  margin: 0 5px 0 5px;
  color: #003366;
  list-style-image: url(http://voidnow.org/mt-static/images/BulletOrange.GIF) ;
}

.bluarrow {
  margin: 0 5px 0 5px;
  color: #003366;
  list-style-image: url(http://voidnow.org/mt-static/images/BlueArrow.GIF) ;
 }

.bulletnoimg {
  margin: 0 5px 0 5px;
  color: #003366;
  list-style: none;
}

/* End bullet list image modules */

.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-photo img { border: 3px solid #fff; }


/* comments */

#comment-greeting {
  font-weight: bold;
}

textarea[id="comment-text"] { width: 80%; }

.commenter-profile img {
  vertical-align: middle;
  border-width: 0;
}

#alpha, #beta, #gamma, #delta {
  display: inline; /* ie win bugfix */
  position: relative;
  float: left;
  min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
  position: static;
}

#alpha2, #beta2, #gamma2, #delta2 {
  display: inline; /* ie win bugfix */
  position: relative;
  float: left;
  min-height: 1px;
}

#delta2 { float: right; }
#gamma2 { float: right; }
#beta2 { float: right; }

#alpha2-inner, #beta2-inner, #gamma2-inner, #delta2-inner {
  position: static;
}

#alpha { float:left; margin: 15px 15px 0 15px; width: 27%; background: #ffffff; }
#beta { float:right; width: 27%; background: #e6ecf2; }
#gamma { float:right; width: 27%; background: #e6ecf2; }
#delta { float:right; width: 19%; background: #e6ecf2; }

#alpha2 { position: relative; float:left; margin: 0 0 0 2em; width: 70%; background: #ffffff; }
#beta2 { position: relative; float:right; width: 25%; background: #ffffff; }
#gamma2 { float:right; width: 20%; background: #e6ecf2; }

#beta-inner,
#gamma-inner,
#delta-inner {
  padding: 10px 10px 0 10px;
  border-width: 2px 2px 2px 0;
  border-style: solid;
  border-color: #fff;
}

#beta2-inner,
#gamma2-inner,
#delta2-inner {
  padding: 10px 10px 0 10px;
  border-width: 2px 2px 2px 0;
  border-style: solid;
  border-color: #fff;
}

#alpha-inner {
  padding: 10px 10px 0 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

#beta-inner {
  padding: 10px 10px 0 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
	
#gamma-inner {
  padding: 10px 10px 0 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}	

#alpha2-inner {
  padding: 1em 1em 0 5em;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

#beta2-inner {
  padding: 10px 10px 0 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
	
#gamma2-inner {
  padding: 10px 10px 0 10px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}	

/* one-column tweaks */

.layout-one-column body { min-width: 520px; }
.layout-one-column #container { width: 520px; }
.layout-one-column #banner { width: 100%; } /* necessary for ie win */
.layout-one-column content { width: 100%; padding:5px; } 

/* two-column-left tweaks */

.layout-two-column {
  margin-left: 5%;
  width: 90%;
}

.layout-two-column50 #alpha {
  margin: 0;
  width: 50%;
  background: #e6ecf2;
  float: left;
}

.layout-two-column50 #alpha-inner {
  padding: 10px 10px 0 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.layout-two-column50 #beta {
  float:right;
  margin: 0;
  width: 50%;
  background: #e6ecf2;
}

.layout-two-column50 #beta-inner {
  padding: 10px 10px 0 10px;
  border-top: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}

.layout-two-column #alpha {
  margin: 0;
  width: 70%;
  background: #e6ecf2;
  float:left;
}

.layout-two-column #alpha-inner {
  padding: 20px 20px 0 20px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}

.layout-two-column #alpha2-inner {
  padding: 10px 10px 0 10px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}


.layout-two-column #beta {
  float:right;
  margin: 15px 15px 0 15px;
  width: 480px;
  background: #FFFFFF;
}

.layout-two-column #beta-inner {
  padding: 0;
  border-width: 0;
}

.layout-two-column #beta2-inner {
  padding: 0;
  border-width: 0;
}

.layout-two-column #gamma2 {
  float: right;
  margin: 15px 15px 0 15px;
  width: 25%;
  background: #FFFFFF;
}

.layout-two-column #gamma2-inner {
  padding: 0;
  border-width: 0;
}

.layout-two-column #gamma2-inner {
  padding: 0;
  border-width: 0;
}


/* three-column tweaks */


#alpha3 { display: inline; /* ie win bugfix */; float: left; margin: 0; width: 375px; background: #ffffff; padding: 0; position: relative; min-height: 1px; background-image: none; text-decoration: none; }
#beta3 { display: inline; /* ie win bugfix */; float: right; margin: 0; width: 375px; background: #ffffff; padding: 0; position: relative; min-height: 1px; background-image: none;  }
#gamma3 { display: inline; /* ie win bugfix */; float: right; margin: 0; width: 210px; background: #ffffff; padding: 0; position: relative; min-height: 1px; background-image: none;  }


#alpha3-inner,
#beta3-inner,
#gamma3-inner,
#delta3-inner {
  padding: 1em 1em 1em 1em;
  border-width: .5em .5em .5em .5em;
  border-style: solid;
  border-color: blue;
  position: static;
}


.layout-three-column #alpha3 {
  display: inline; /* ie win bugfix */
  top: 0;
  border: 0;
  background: #ffffff;
  background-image: none;
  float: left;
  padding: 0;
  border-left: 1px solid #9999cc;
  text-decoration: none; 
}

.layout-three-column #alpha3-inner {
  padding: 1em 1em 1em 1em;
  border: none;
}

.layout-three-column #beta3   {
  display: inline; /* ie win bugfix */
  top: 0;
  margin: 0;
  border: 0;
  background: #ffffff;
  background-image: none;
  float: right;
  padding: 0;
  border-left: 1px solid #9999cc;
  border-right: 1px solid #9999cc;
}

.layout-three-column #beta3-inner {
  padding: 1em 1em 1em 1em;
  border-width: .5em .5em .5em .5em;
  border-style: solid;
  border-color: #fff;
}
   
.layout-three-column #gamma3   {
  display: inline; /* ie win bugfix */      
  top: 0;
  margin: 0 ;
  border: 0;
  background: #ffffff;
  background-image: none;
  float:right;
  padding: 0;
  border-right: 1px solid #9999cc;
}

.layout-three-column #gamma3-inner {
  padding: 1em 1em 0 1em;
  border-width: .5em .5em .5em 0;
  border-style: solid;
  border-color: #fff;
}

.layout-three-column #delta3 {
  margin: 0;
  background: #e6ecf2;
  float:right;
}

.layout-three-column #delta3-inner {
  padding: 1em 1em 0 1em;
  border-width: .5em .5em .5em 0;
  border-style: solid;
  border-color: #fff;
}

.layout-three-column #alpha {
  margin: 0;
  width: 25%;
  background: #e6ecf2;
  float: left;
}

.layout-three-column #alpha-inner {
  padding: 10px 10px 0 10px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  color: #330099;
}

.layout-three-column #beta {
  float:left;
  margin: 0;
  width: 25%;
  background: #e6ecf2;
}

.layout-three-column #beta-inner {
  padding: 10px 10px 0 10px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}
    
.layout-three-column #gamma {
  margin: 0;
  width: 17%;
  background: #e6ecf2;
  float: right;
}

.layout-three-column #gamma-inner {
  padding: 10px 10px 0 10px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}   

.layout-three-column #delta {
  margin: 0;
  width: 27%;
  background: #e6ecf2;
  float:right;
}

.layout-three-column #delta-inner {
  padding: 10px 10px 0 10px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}

ul {
  position: relative;
  margin-left: 1em;
  padding: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1em;
  margin-bottom: 1em;
}

.altblu,
.altnav {
  margin: 0 5px 0 5px;
  color: #003366;
  list-style-image: url(http://voidnow.org/mt-static/images/BlueArrow.GIF) ;
}
 
#alpha3b { 
  display: inline; /* ie win bugfix */
  position: relative;
  width: 78%;
  float: left;
  margin: 2em 0 0 0;
  padding: 0;
  min-height: 1px;
  border-bottom: 1px solid #9999cc;
  z-index: 1;
}

#beta3b { 
  display: inline; /* ie win bugfix */;
  position: relative;
  float: right;
  width: 20%;
  margin: 2em 0 0 0;
  padding: 0;
  min-height: 1px;
  text-decoration: none;
  text-align: right;
  background-color: #fff;
  background-image: url(http://voidnow.org/mt-static/images/Davids/verticalgray-rt.png);
  background-repeat: repeat-y;
  background-position: right top;
}

#alpha3b-inner,
#beta3b-inner {
  position: static;
}

.alpha3bleft {
  display: inline; /* ie win bugfix */
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 58%;
  border: 0;
  z-index: 1;
}

.alpha3bright  {
  display: inline; /* ie win bugfix */
  float: right;
  padding: 0;
  margin: 0 0 0 4%;
  width: 37%;
  border: 0;
  background-color: #fff;
  background-image: url(http://voidnow.org/mt-static/images/Davids/grayvertical.png);
  background-repeat: repeat-y;
  z-index: 1;
}

.alpha3bleft-inner,
.alpha3bright-inner {
  position: static;
}

.status-indicator {
  display: inline;
  height: 20px;
  width: 20px;
  background: url(../images/indicator-login.gif) no-repeat 0 0;
  padding: 2px 7px;
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu {
  margin: 0;
  padding: 0;
}

.menu ul {
  position: relative;
  z-index: 500;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li {
  float: left;
  position: relative;
  z-index: 250;
}

/* use the table to position the dropdown list */
.menu table {
  position: absolute;
  border-collapse: collapse;
/* z-index:80; */
  z-index: 200;
  left: -1px;
  top: 5px;
}

/* style all the links */
.menu a, .menu :visited {
  display: block;
  font-size: 1em;
  width: 100px;
  padding: 5px 0;
  color: #1E90FF;
  background: #fff;
  text-decoration: none;
  margin-right: 1px;
  text-align: center;
  border: 1px solid #9999cc;
}
/* style the links hover */
.menu :hover {
  color: #990000;
  background: #dcdcdc;
}

/* hide the sub level links */
.menu ul ul {
  visibility: hidden;
  position: absolute;
  width: 100px;
  height: 0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul {
  visibility: visible;
}


