/*
Theme Name: Journalized
Description: Grey skin for Mike Little's Journalized theme
Version: 2.0 Released 22 January 2006
Author URI: http://zed1.com/

Copyright Mike Little

Mike Little's Journalized Theme is free software; you can redistribute or modify
it under the GNU General Public License published by the Free Software Foundation.

Mike Little's Journalized Theme is distributed 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.
*/

body { font-family: Verdana, sans-serif;
	font-size: small;
    color: #000000;
    background: #ffe5a7; }

h1 { font-weight: bold;
    font-size: 150%;
    color: #000000;
    text-align: center; }

img { border-style: none; }

h2 { font-size: 110%; 
    color: #000000;
    background: #ffc53a;
    border: 2px solid #000000; }

.none:link { text-dcoration: none; }
.none:visited { text-decoration: none; }
.none:hover {text-decoration: none; }
.none:active {text-decoration: none; }

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

h4 { font-size: 100%;
	 padding: 1px;
	 margin: 0.75em 0 0.5em 0;
	 color: #000000;
	 background: #ffee5a7;
	 border: 2px solid #000000; }

abbr { cursor: help; }

p { font-size: 90%;
    margin: 10px; }

.storytitle { font-size: 100%;
    font-weight: bold;
    padding: .25em; }

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

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

.storyauthor { font-weight: bold; }

pre { font: 90% fixed; }

a { color: #0000aa; text-decoration: none; }

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

#headerblock {
    text-align: center;
    border: 2px solid #000000;
    color: #000000;
    background: #ffc53a;
    font-size: 100%;
    font-weight: bold; }

#header a:link, #header a:visited {
    font-size: 150%;
    font-weight: bold;
    color: #0000aa;
	text-decoration: none; }

.centreblock, .navigation {
    border: 2px solid #000000;
    color: #000000;
    background: #ffffff; }

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

.navigation {
      text-align: center;
      height: 1.5em;
      background: #ffffff; }

.alignright { float: right; 
			  font-size: 75%; }

.alignleft { float: left;
			 font-size: 75%; }

.meta { font-size: 90%; }

.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 */

.storycontent img { position:relative; }

.storycontent { color: #000000;
			    background: #ffffff; }

.storycontent ul li { list-style-type: disc;
	margin-left: 10px;
	padding-left: 5px; }

blockquote { margin: 0.5em;
    color: #000000;
    padding: 2px;
    background: #cccccc; }

q { color: #000000;
    background: #aaaaaa; }

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

.storylinks a:link    { font-size: 80%; color: #0000aa; text-decoration: none; }
.storylinks a:visited { font-size: 80%; color: #0000aa; text-decoration: none; }
.storylinks a:hover   { font-size: 80%; color: #0000aa; text-decoration: underline; }
.storylinks a:active  { font-size: 80%; color: #0000aa; text-decoration: underline; }

.centerP { text-align: center; }

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

#contentcomments input, #centreblock input, #menu input {
    margin: 1px;
    padding: 1px 1px 4px 1px;
    border: 1px solid #000000;
	font-size: 90%;
    background: #ffffff; }

#contentcomments textarea, #centreblock textarea, #menu textarea {
    margin: 1px;
    padding: 1px;
    border: 1px solid #000000;
    background: #ffffff;
	font-size: 90%; }

.commentfield { margin-bottom: 4px; }

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

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

table#wp-calendar a:link    { color: #0000aa; text-decoration: none; }
table#wp-calendar a:visited { color: #0000aa; text-decoration: none; }
table#wp-calendar a:hover   { color: #0000dd; text-decoration: underline; }
table#wp-calendar a:active  { color: #0000dd; text-decoration: underline; }
table#wp-calendar caption { }
td#prev, td#next { background: #ddd; }
td#today{ color: #ff0000; border: 1px solid #dd0000; }
table#wp-calendar thead tr { color: #000000; background: #dddddd; }
table#wp-calendar thead th { }

span.searchword { background-color: yellow; }

.sidebar { border: 2px solid #000000;
    color: #000000;
    background: #ffffff;
    font-size: 100%; }

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

.sidebar a:link    { color: #0000aa; text-decoration: none; }
.sidebar a:visited { color: #0000aa; text-decoration: none; }
.sidebar a:hover   { color: #0000aa; text-decoration: underline; }
.sidebar a:active  { color: #0000aa; text-decoration: underline; }

.sidebar h4 { font-size: 100%;
    border: 1px solid #000000;
    color: #000000;
    background: #dddddd;
    padding: 2px; }

.sidebarsection { padding: 0px;
    margin: 0 0 5px 0; }

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

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

/* 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 { padding: 4px;
    margin: 0 0 10px 0; }

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

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

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

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