/*
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 {
	font-family: Verdana, sans-serif;
	font-size: small;

	color: #999999;
	background: #000000;
}

h1 {
    font-weight: bold;
    font-size: 15px;
    color: #999999;
    background: #000000;
    text-align: center;
    font-family: Georgia, Verdana, sans-serif;
    
}

img {
    border-style: none;
}

h2 {
	font-size: 110%;
	color: #eee;
	background: #00000;
	border: 0px solid #354463;
}

h4 {
    font-size: 100%;
    margin: 1em 0 0.5em 0;
}

abbr {
    cursor: help;
}

p {
    font-size: 90%;
}

pre {
	font: 90% fixed;
}

a {
	color: #99CC99;
	text-decoration: none;
}

a:link    { color: #999900; text-decoration: none; }
a:visited { color: #999900; text-decoration: none; }
a:hover   { color: #999900; text-decoration: underline; }
a:active  { color: #999900; text-decoration: none; }

blockquote {
	margin: 0.5em;
    color: #333;
	padding: 4px;
	background: #a7aeb8;
}

q {
    color: #333;
	background: #a7aeb8;
}

h2 a:link    { color: #999900; text-decoration: none; }
h2 a:visited { color: #999900; text-decoration: none; }
h2 a:hover   { color: #999900; text-decoration: underline; }
h2 a:active  { color: #999900; text-decoration: underline; }

.storytitle {
	font-size: 95%;
    font-weight: bold;
	padding: 0;
}

.storytitle a {
	font-size: 110%;
}

h2.storytitle {
    font-size: 110%;
    padding: 4px;
}

h3.storytitle {
	margin: 0 0 5px 0;
}

.storyauthor {
	font-weight: bold;
}

#headerblock {
    text-align: center;
	border: 0px solid #354463;
    color: #FFFFFF;
	background: #000000;
	font-size: 100%;
}

#header a:link, #header a:visited {
	font-size: 150%;
	font-weight: bold;
    color: #000;
}

.centreblock, .navigation {
	border: 1px solid #5f7797;
    color: #999999;
	background: #000000;
}


comment-navigation {
	border: 0px solid #5f7797;
    color: #999999;
	background: #000000;
}

.commenttos {
	border: 0px solid #5f7797;
    color: #999999;
	background: #000000;
}

.centreblock p {margin-bottom: .5em; }

.navigation, .comment-navigation {
    text-align: center;
    height: 1.5em;
}

.meta {
    font-size: 80%;
}

.meta ul {
  display: inline;
}

.meta li  {
    display: inline;
	list-style-type: none;
}

.centreblock ul {
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}

.centreblock ul li {
}

/* this fixes an IE bug with aligned or floated images */
.entry img {
    position:relative;
}

.entry {
    color: #999999;
	background: #000000;
}

.centreblock, .commentstoc, #comments{
	display:block; clear:both;
}

#comments{
	padding-top:20px;
}
.entry ul li {
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 5px;
}

.storylinks {
    clear:both;
    text-align: right;
    margin: 4px;
}

.storylinks a:link    { font-size: 80%; color: #999900; }
.storylinks a:visited { font-size: 80%; color: #999900; }
.storylinks a:hover   { font-size: 80%; color: #999900; }
.storylinks a:active  { font-size: 80%; color: #999900; }

.centerP {
    text-align: center;
}

#searchform input#s {
    width: 95%;
}

#commentform input, #centreblock input, #menu input {
	margin: 1px;
	padding: 1px 1px 1px 1px;
	border: 1px solid #000;
	font-size: 90%;
	background: #333333;
	color: #CCCCCC;
}
#commentform textarea, #centreblock textarea, #menu textarea {
	margin: 1px;
	padding: 1px;
	border: 1px solid #000;
	background: #333333;
	color: #CCCCCC;
}

.commentfield {
	margin-bottom: 4px;
}


.commentlist li {
    border: 1px solid #5f7797;
    background-color: #000000;
    margin-bottom: 5px;
    margin-right: 2px;
    padding: 5px;
}

li.thread-even {}

li.thread-odd {}

li.depth-2, li.depth-3, li.depth-4, li.depth-5 {
  margin: 3px;
}

table#wp-calendar {
    background: #000000;
    border: 1px solid #5f7797;
    font-size: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4px;
}

table#wp-calendar td {
    padding: 0 3px;
    color: #333;
    text-align:center;
}

table#wp-calendar a:link    { color: #999900; text-decoration: none;}
table#wp-calendar a:visited { color: #999900; text-decoration: none;}
table#wp-calendar a:hover   { color: #999900; text-decoration: underline;}
table#wp-calendar a:active  { color: #999900; text-decoration: none;}
table#wp-calendar caption { }
td#prev, td#next { background: #5f7797; }
td#today{ color: #f00; border: 1px solid #d00; }
table#wp-calendar thead tr { color: #e9f2fc; background: #5f7797; }
table#wp-calendar thead th {  }

span.searchword {
    background-color: yellow;
}

.sidebar {
    font-size: 80%; 
}

.sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sidebar input#s {
    margin-bottom: 0.5em;
}

.sidebar a:link    { color: #999900; text-decoration: none;}
.sidebar a:visited { color: #999900; text-decoration: none;}
.sidebar a:hover   { color: #999900; text-decoration: underline;}
.sidebar a:active  { color: #999900; background: #000000; text-decoration: none;}

.sidebar h4 {
    font-size: 100%;
	border: 0px solid #354463;
    color: #e9f2fc;
	background: #000000;
	padding: 2px 10px 2px 10px;
    margin: 10px 0 10px 0;
}

.sidebarsection h4 {
    font-size: 100%;
	border: 0px solid #354463;
    color: #e9f2fc;
	background: #000000;
	padding: 2px 10px 2px 10px;
    margin: 10px 0 10px 0;
}


.sidebarsection {
/*
	border: 1px solid #5f7797;
    color: #999999;
    background: #000000;
	padding: 4px;
    margin: 0 0 10px 0;
    */
    margin: 10px 0 10px 0;
}

.quote {
	border: 1px solid #5f7797;
    color: #464c64;
    background: #a7aeb8;
	padding: 10px 4px;
    margin: 0 0 10px 0;
}

.quote p {
  margin: 0;
}

.sidebarsection ul {
	list-style-type: none;
	margin: 0;
	padding-left: 3px;

	border: 1px solid #5f7797;
    color: #999999;
    background: #000000;
	padding: 4px;
	padding-left: 7px;
    margin: 0 0 10px 0;
}

.sidebarsection ul li {
    padding:0;
    line-height: 1.2;
}

.sidebarsection ul ul {
  border: 0;
  margin-bottom: 0;
}

.sidebarsection form {
	border: 1px solid #5f7797;
    color: #99999;
    background: #000000;
	padding: 4px;
	padding-left: 7px;
    margin: 0 0 10px 0;
}

/* This set of rules makes the nested lists from wp_get_links()
   look like the h4 + div.sidebarsection combination */

div.sidebar ul.linklist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.sidebar ul.linklist ul {
	border: 1px solid #5f7797;
    color: #999999;
    background: #000000;
	padding: 4px;
    margin: 0 0 10px 0;
}

div.sidebar ul.linklist ul li {
    padding-left: 3px;
    line-height: 1.2;
}

div.sidebar ul li h2 {
    font-size: 100%;
	border: 2px solid #354463;
    color: #999999;
	background: #000000;
	padding: 2px 10px 2px 10px;
    margin: 0 0 10px 0;
}

div.sidebar ul li ul {
	list-style-type: none;
}

div.sidebar ul li ul li ul li {
	padding-left: 6px;
}


ol.commentlist li div.reply { background:#999; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 lucida grande,lucida sans unicode,helvetica,arial,sans-serif; margin-left:-55px;
margin-top:-30px; padding:6px 5px 4px;  text-align:center; width:40px; font-size:13px; margin-left:0px}
ol.commentlist li div.reply:hover { background:#cc0000; border:1px solid #cc0000; }
ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }

div.reply1 { background:#999; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 lucida grande,lucida sans unicode,helvetica,arial,sans-serif; margin-left:-55px;
margin-top:-30px; padding:6px 5px 4px;  text-align:center; width:40px; font-size:13px; margin-left: 20px; float:right;}
div.reply1:hover { background:#cc0000; border:1px solid #cc0000; }
div.reply1 a { color:#fff; text-decoration:none; text-transform:uppercase; }
