/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */
.posts-default .entry-meta { display:none; }

.posts-line .post .entry-cat  { width: 150px; }
.posts-line .entry-comments    { display: none; }
.posts-default .entry-comments, .posts-quick .entry-comments { display: none; }

p#vtip { color: white; display: none; position: absolute; padding: 5px; left: 5px; font-size: 0.8em; background-color: #150517; border: 1px solid #000000; -moz-border-radius: 3px; -webkit-border-radius: 15px; z-index: 9999 }
p#vtip #vtipArrow { position: absolute; top: 24px; left: 5px }

/* this is to override the top background color */

#header {
background:#000000 none repeat scroll 0 0;
}

     /* ROUNDED CORNERS */

#main {
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}

#footer {
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}
/* makes background that color, the margin removes the white space at the top and the width is the width */
#footer                    { background: #b5b6c0; margin-top: 0;  width: 980px; }
/* this makes it so it removes the original "theme by arras" message from the footer.php */
.footer-sidebar-container { display: none !important; }

     /* helps to show the numbered lists */
.entry-content ul, .entry-content ol {
  margin-bottom:0;
  margin-left:15px;
  margin-right:15px;
  margin-top:0;
  padding-bottom:1.5em;
  padding-left:5px;
  padding-right:0;
  padding-top:0;
}