/*
Theme Name: Mike Little's Journalized Theme
Theme URI: http://zed1.com/journalized/themes/journalized/
Description: A sophisticated variant of the original Journalized themes. Features multiple skins, variable sidebars, custom image headers, Gravatar support, multi-threaded and paged comments (WP 2.7 only) and much more.
Tags: variable sidebars, widgets, one column, two columns, three columns, custom header
Version: 2.7.2 (13/01/2009)
Author: Mike Little
Author URI: http://zed1.com/

The real styling is contained in various stylesheets included dynamically.

Copyright 2002-2009 Mike Little

This file is part of Mike Little's Journalized Theme.

Mike Little's Journalized Theme is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

Mike Little's Journalized Theme is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Mike Little's Journalized Theme; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*/
body .xHighlight .entry,
body  .xHighlight,
body .commentlist .xHighlight{
    background:#0000;
}

body .commentlist  .xHighlightC{
    background:#000000;
    color: #999;
}
.commentlist{
    margin:0px;
    padding:0px;
    list-style-type: none;
}

.comment-lists{
    list-style-type: none;
}
ul.comment-lists li a{ text-decoration:none;}
ul.comment-lists li a:hover{ text-decoration: underline;}

.postlinks{
  background:none repeat scroll 0 0 #000000;
border:1px solid #5F7797;
color:#999999;
margin-left:4px;
margin-right:210px;
padding:10px;
font-size:10px;
line-height:15px;
}

input.btn { 
color:#FFFFFF; 
font: bold 100% 'trebuchet ms',helvetica,sans-serif; 
background-color:red; 
border:1px solid; 
border-color: #FFFFFF; 
} 