/*
Theme Name: Grid-A-King(tm)
Theme URI: http://www.suprb.com/grid-a-licious/
Version: 1.0
Author: <a href="http://www.suprb.com">(c) 2008 Suprb & kingamadeus</a>
*/
body {
	background-color: #8f0;
	color: #0099d5;
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 20px;
	background-image: url(pattern.png);
}
a {
	color: #ff51bf;
	text-decoration: none;
}
a:hover {
	color: #27b24b;
	text-decoration: none;
	background-color: #8f0;
}
.round {
	background: #d8d8d8;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px;
	width: 200px;
	float: left;
	margin-right: 10px;
}
.contentIndex p img {
	display: none;
}
.eachpost {
	background: #d8d8d8 url(pattern.png);
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
}
.eachpost > div {
	padding: 10px;
}
.eachpost .author {
	padding-right: 3em;
}
.author, .comment {
	text-decoration: none;
}
.eachpost .signature {
	margin-top: 1.5em;
}
#allposts {
	margin-bottom: 60px;
}
il, ul, ol {
	list-style-type: none;
	list-style: none;
}
#menuItem {
	height: 50px;
	background: #d8d8d8 url(pattern.png);
}
.pagetitle {
	height: 30px;
}
#mainContent img {
	display: none
}
#mainContent {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border: 0;
	background: #ffffff;
	padding: 0 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 430px;
	float: left;
}
.main {
	font-size: 0px !important;
}
.main p img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 0;
	background: #ffffff;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline;
}
.twocols {
	background: #f12390;
	background-image: url(pattern.png);
	color: #d8d8d8;
}
.twocols a {
	color: #8f0;
}
.twocols.yellow {
	background: #f8e107;
	color: #f12390;
	background-image: url(pattern.png);
}
.twocols.yellow a {
	color: #0099d5;
}
.threecols {
	background: #0099d5;
	background-image: url(pattern.png);
	color: #d8d8d8;
}
.threecols a {
	color: #ffffff;
}
.twocols a:hover,
.threecols a:hover {
	color: #27b24b;
	text-decoration: none;
	background-color: #8f0;
}
input, textarea, select, button {
	background-color: #d8d8d8;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px;
	border: 0px;
	margin-top: 5px;
	color: #666;
	font-size: 11px;
	font-family: Arial, sans-serif;
}
textarea {
	width: 420px;
	padding: 5px;
}
input {
	padding: 5px;
	width: 420px;
}
.bubble {
	width: 430px;
	margin-bottom: 10px;
}
.bubble blockquote {
	background: #0099d5 url(pattern.png);
	color: #ffffff;
	margin: 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px;
}
.bubble blockquote p {
	margin: 3px;
	padding: 0px;
}
#contentboxComments .bubble blockquote p a {
	color: #ffffff;
}
#contentboxComments .bubble blockquote p a:hover {
	color: #27b24b;
	text-decoration: none;
	background-color: #8f0;
}
.bubble cite {
	position: relative;
	margin: -7px;
	padding: 7px 0px 13px 18px;
	top: 5px;
	background: transparent;
	font-style: normal;
	display: block;
}
.commentmetadata {
	margin: 0;
	display: block;
}
#commentBox a {
	text-decoration: none;
	color: #ffffff;
}
small a {
	text-decoration: none;
}