/*  
Theme Name: Grasslands
Theme URI: http://grasslands.arcticpalace.org
Description: Textplates 2007 Entry
Version: 1.0
Author: Carl T. Holscher
Author URI: http://arcticpalace.org
*/

body {
	font: small/18px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	background-color: #696;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
}
#header {
	width: 100%;
	background: #000 url(/images/2.jpg);
	border-bottom: thin #ccc solid;
}
#content {
	width: 550px;
	background: #ABBD99;
	margin: 0 auto;
	text-align: left;
border-bottom: thin solid #ccc;
}
#footer {
	width: 550px;
	font: x-small/15px Verdana;
	text-align: center;
	margin: 0 auto;
}
p, li {
	color: #000;
	padding: 3px;
	margin: 0 5px 0 5px;
	text-align: left;
}
img {
	margin: auto;
	border: 0;
	display: block;
}
h1 {
	background-color: #696;
	font: large/20px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	margin: 0;
	color: #fff;
	padding: 5px;
	border-top: thin solid #ccc;
	border-bottom: thin solid #ccc;
}
h2 {
	background-color: transparent;
	margin: 5px;
	color: #fff;
	padding: 5px;
}
h3 {
	background-color: #696;
	margin: 0;
	color: #fff;
	padding: 5px;
	border-top: thin solid #ccc;
	border-bottom: thin solid #ccc;
}
.details {
	font-size: 11px;
	color: #000;
	padding: 3px;
	margin: 5px;
	text-align: left;
}
h1 a:link, .details a:link {
	color: #9AE69A;
}
h1 a:visited, .details a:visited {
	color: #CCE69A;
}
h1 a:hover, .details a:hover {
	color: #fff;
}
h1 a:active, .details a:active {
	color: #333;
}
a:link {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: #5E6343;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #9AE69A;
	background-color: transparent;
}
a:active {
	color: #333;
	background-color: transparent;
}
.container {
	width: 550px;
	padding: 1px;
	margin: 0 auto;
	background: #000;
}
#minitabs {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #696;
}
#minitabs li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#minitabs a:link, #minitabs a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #9c9;
}
#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
	border-bottom: 4px solid #696;
	padding-bottom: 2px;
	background: #000;
	color: #fff;
}

.default #nav-home a,
.about #nav-about a,
.archive #nav-archive a,
.search #nav-search a,
.contact #nav-contact a {
	background: #000;
	border-bottom: 4px solid #696;
	color: #fff;
}
.default #nav-home a:hover,
.about #nav-about a:hover,
.archive #nav-archive a:hover,
.search #nav-search a:hover,
.contact #nav-contact a:hover {
	background: #696;
}
#nav a:active {
	background: #ccc;
	color: #000;
}

div.spacer {
	clear: both;
}
/* Errors in Forms */
.error {
	color: red;
}
blockquote {
	border-left: 2px solid #696;
	padding: 5px;
}
#read .search_results strong {
	color: yellow;
}
#comment-form {
	width: auto;
	background: #80BF80;
	color: #fff;
	border: 1px solid #333;
	padding: 0;
	margin: 0px auto;
}
div.row {
	clear: both;
	padding-top: 5px;
}
div.row span.label {
	float: left;
	width: 50px;
	text-align: right;
	margin: 0 20px 0 15px;
}
div.row span.formw {
	float: left;
	width: 350px;
	text-align: left;
}
#comment_name_input,
#comment_email_input,
#comment_web_input,
#message,
#Name,
#Email,
#Web,
#Website,
#Message {
	background: #e8e8e9;
	border: 1px solid #666;
	color: #000;
	font: 11px Verdana, sans-serif;
	padding: 3px;
	width: 400px;
}
#comment_name_input:focus,
#comment_email_input:focus,
#comment_web_input:focus,
#message:focus,
#Name:focus,
#Email:focus,
#Web:focus,
#Website:focus,
#Message:focus {
	background-color: #ccc;
	color: #000;
}
/* Search Box */
#search_field {
	border: none;
	width: 500px;
	margin: 0;
	padding: 5px;
}