/*
Theme Name: Black Tabby
Theme URI: http://kvn.cutefuzzymeow.com/
Description: An upgraded version of Silver Tabby designed for use with Lord of Kittens
Version: 0.1
Author: Kevin Nagle
Author URI: http://kvn.cutefuzzymeow.com/
Tags: fixed width, two columns, widgets

	Black Tabby v0.1
	 http://kvn.cutefuzzymeow.com/

	This theme was designed and built by Kevin Nagle,
	whose blog you will find at http://kvn.cutefuzzymeow.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



body
{
	font-family: arial;
	font-size: 9pt;
	color: black;
}
a img
{
	border: none;
}
#content
{
	margin-left: 270px;
	margin-right: 20px;
	border: solid 2px black;
	background-color: #c0ffff;
	padding: 10px;
}

#navigation_sidebar
{
	position: fixed;
	left: 30px;
	top: 23px;
	width: 232px;
	padding: 0;
	margin: 0;
	border-width: 0;
	z-index: 0;
}

#navigation_container
{
	width: 232px;
	padding: 0;
	margin: 0;
	border: 0;
	background-image: url('images/cutenfuzzy_sidebar_middle.png');
	background-repeat: repeat-y;
}


#navigation_container h2
{
	width: 232px;
	height: 79px;
	padding: 0;
	margin: 0;
	border: 0;
	background-image: url('images/cutenfuzzy_sidebar_top.png');
	background-repeat: no-repeat;
}

ul.kitten_list
{
	list-style-image: url('images/kitty_bullet.gif');
}

ul.brewfest_list
{
	list-style-image: url('images/brewfest_bullet.gif');
}

img#logo
{
	margin-left: 300px;
}

#navigation_container h2.wolpertinger
{
	width: 232px;
	height: 79px;
	padding-top: 0;
	margin: 0;
	border: 0;
	background-image: url('images/cutenfuzzy_wolpertinger_sidebar_top.png');
	background-repeat: no-repeat;
}

.navigation_content
{
	padding-left: 15px;
	padding-right: 15px;
}

#content p
{
	text-indent: 30px;
}

ul.cartel
{
	list-style: none;
}

a
{
	text-decoration: none;
	color: #006666;
	font-weight: bold;
}

div#content textarea
{
	margin-left: 35px;
	background-color: #c0e0e0;
	border: 1px solid black;
}

form#searchform input
{
	border: solid 1px black;
	font-weight: bold;
	color: white;
	background-color: #006666;
}

form#searchform input#s
{
	border: solid 1px black;
	background-color: #c0ffff;
	color: black;
	font-weight: bold;
	font-family: verdana;
	margin-bottom: 2px;
}