/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 40px 0 0 0;
	padding: 0;
	background: #B2D22A url(images/img1.gif) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #688000;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	color: #617703;
}

a {
	color: #688000;
}

a:hover {
	text-decoration: none;
	color: #97AF4C;
}

a:visited {
	text-decoration: none;
	color: #617720;
}

a:active {
	text-decoration: none;
	color: #D6EE7E;
}

p, ul, ol, blockquote {
	text-align: justify;
}

#header {
	width: 480px;
	height: 130px;
	margin: 0 auto;
	background: url(images/img2.gif);
}

#logo {
	float: left;
	padding: 25px 0 0 30px;
}

#logo h1 {
	letter-spacing: -4px;
	font-size: 4em;
}

#logo h2 {
	margin-top: -10px;
	text-align: center;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #a8c54b;
}

#menu {
	float: right;
	padding: 20px 70px 0 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	width: 125px;
	height: 20px;
	padding-left: 10px;
	background: url(images/img4.gif) no-repeat left center;
	border-top: 1px dotted #86A406;
	text-transform: lowercase;
	text-decoration: none;
	color: #86A406;
}

#menu .first a {
	border: none;
}

#content {
	width: 480px;
	margin: 0 auto;
	background: url(images/img3.gif) repeat-y;
}

#colOne {
	margin: 0 15px;
	background: url(images/img5.gif) repeat-x;
}

#colOne .post {
	padding: 20px 30px 10px 30px;
	border-bottom: 1px dotted #A8C54B;
}

#colOne .title {
	letter-spacing: -2px;
	font-size: 2em;
}

#colOne .posted {
	font-size: x-small;
}

#colTwo {
	margin: 0 15px;
	background: #E5FAA0 url(images/img6.gif) repeat-x;
}

#colTwo ul {
	margin: 0;
	padding: 30px 30px 0 30px;
	list-style: none;
}

#colTwo li {
	display: block;
	float: left;
	width: 180px;
}

#colTwo li ul {
	padding: 0;
	background-image: url(images/spacer.gif);
}

#colTwo li li {
	display: list-item;
	float: none;
	padding-left: 10px;
	background: url(images/img4.gif) no-repeat left center;
}

#colTwo h2 {
	font-size: 1.6em;
}

#footer {
	width: 480px;
	margin: 0 auto;
	background: url(images/img8.gif) no-repeat;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: x-small;
}

#colorPicker
{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.92em;
	height: 192px;
}

#color
{
	position: absolute;
	height: 192px;
	width: 192px;
	background-color: #FF0000;
	background-image: url(images/pickerbg.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 0px;
	left: 0px;
}

#colorIndic
{
	position: absolute;
	width: 0.92em;
	height: 11px;
	background-image: url(images/select.gif);
}

#hue
{
	position: absolute;
	top: 3px;
	left: 200px;
	width: 18px;
	height: 186px;
	background-image: url(images/hue.png);
}

#hueIndic
{
	position:absolute;
	background-image: url(images/color_indic.gif);
	width: 18px;
	height: 7px; 
}

#colorCurrent
{
	width: 60px;
	height: 60px;
	border: 3px solid #e5faa0;
	position: absolute;
	left: 240px;
	top: 8px;
}

#colorValues
{
	position: absolute;
	left: 240px;
	top: 80px;
	line-height: 25px;
}

input,select
{
	font-size: 0.92em;
	padding: 1px;
	background-color: #a8c54b;
	border: 1px solid #e5faa0;
	color: #e5faa0;
}

input:hover,select:hover
{
	border: 1px solid #617703;
}

textarea
{
	width: 100%;
	padding: 1px;
	background-color: #a8c54b;
	border: 1px solid #e5faa0;
	color: #e5faa0;
}

textarea:hover
{
	border: 1px solid #617703;
}

#oldColor
{
	position: absolute;
	background-color: #fff;
	top: 50%;
	height: 50%;
	width: 100%;
}

#rgbR, #rgbG, #rgbB
{
	width: 20px;
}

#hex
{
	width: 40px;
}