/*  
Theme Name: Grog
Theme URI: http://png.shadowpuppet.net/wordpress
Description: Your theme
Version: 1
Author: You
Author URI: http://antic.shadowpuppet.net

/* Begin Typography & Colors */
body { 
	color: #CCC;
	text-align: left;
	}

#content
{
position: relative;
top: 0;
left: 0;
width: auto;
margin: 0px 185px 0px 185px;
border-style: none;
}

#sidebar
{
position: absolute;
top: 180px;
left: 20px;
width: 155px;
border: 2px inset #000;
padding: 0;
height: auto;
}

#searchform, #searchsubmit {
color: #CCCCCC;
}

.cell
{
	padding: 2px;
    	background-color: #45556F;  
    	font-family: verdana, arial, helvetica, sans-serif, serif; 
    	font-size: 1em; 
	color: #FFF;
	float: none;
}

#chatterbox
{
	position: absolute;
	top: 180px;
	right: 20px;
	border: 2px inset #000;
	padding: 0;
	color: #333;
	width: 160px;
	z-index: 0;
}

.chatter {
	font-size: .8em;
	width: 150px;
	max-width: 150px;
	height: auto;
	max-height: auto;
	overflow:auto;
}

#chatCell
{


}


.message{
	position: relative;
	top: 0;
	left: 0;
	width: 150px;
	clear: right;
}

a
{
	font-size: .8em;
	text-decoration: none;
	border-style: none;
}

a:hover
{
border-style: none;
text-decoration: underline;
}

ul {
list-style-position: outside;
list-style-image: url('');
}

.cellhead
{
	width: auto;
	margin: 0;
	padding: 0;
    	background-color: #000;  
    	font-family: "courier new", courier, serif;
  	font-size: 1em;
	color: #FFF;
	text-align: center;
	border: 2px outset #ccc;
}

.guest
{
color:#69f;
}

.admin
{
color:#000;
}


h2 a{
font-size: 1.6em;
}

img {
border-style: none;
}

textarea {
background-color: #333333;
color: #CCCCCC;
border: thin inset #666666;
}