@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);	/* Import a web font from google.com */

/* Global Styles */
* {
	margin: 0px;
	padding: 0px;
}

body {
	overflow: auto;
	background-color: #FFF;
	color: #5f716e;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	}

/* Wrapper is used at the top to contain the logo and contact us information */
#wrapper, .wrapper {
	position:relative;
	width: 996px;
	margin: 0px auto;
	background: none transparent scroll repeat 0% 0%;
}

/* Place for buttons etc above the garden image */
#aboveimage {
	position: relative;
	padding-top: 10px;
	height: 35px;
}

#contents {
	position: relative;
	margin: 0;
	padding: 0px;
	width: 996px;
}

/* Styles for buttons */
/* ================== */
.myButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
	background:-moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a',GradientType=0);
	background-color:#44c767;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
    font-size: 14px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
	padding: 3px 20px;
	text-decoration:none;
	text-shadow:1px 2px 5px #2f6627;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
	background:-moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767',GradientType=0);
	background-color:#5cbf2a;
}
.myButton:active {
	position:relative;
	top:1px;
}


#AddButton {
	position: absolute;
	top: 8px;
	right: 20px;
}

#credits {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	width: 976px;
	font-size: 0.75em;
	line-height: 1.5em;
}

h2 {
	font-size: 1.15em;
	margin-bottom: 8px;
}

h3 {
	font-size: 1.05em;
}

p {
	font-size: 0.85em;
	line-height: 1.3em;
}

/* Place to put three columns of Tips: Soil, Water Saving, and IPM */
#tips {
	position: relative;
	width: 990px;
	margin-left: 0px;
	margin-top: 10px;
	color: 	black;
	height: 140px;
}

#tips a:link{
	text-decoration: none;
	color: #6FF;
}
#tips a:visited{
	text-decoration: none;
	color: #6FF;
}
#tips a:active{
	text-decoration: none;
	color: #6FF;
}
#tips a:hover{
	text-decoration: none;
	color: #6F0;
}

#tips #soiltip {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 310px;
	height: 120px;
}

#tips #watertip {
	position: absolute;
	left: 330px;
	top: 10px;
	width: 310px;
	height: 120px;
}

#tips #ipmtip {
	position: absolute;
	left: 655px;
	top: 10px;
	width: 340px;
	height: 120px;
}

/* Place to hide or show hotlinks */
#hideshow {
	position: absolute;
	left: 85px;
	top: 8px;
}

#hideshow a {
	color: #fff;
	font-size: 0.85em;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 20px 3px 20px;
	background: url(../assets/images/buttons/check_normal.gif) no-repeat 0px 4px;
}

#hideshow a:hover {
	color: #e5aa2c;
}

#hideshow a.selected {
	color: #e5aa2c;
	background: url(../assets/images/buttons/check_selected.gif) no-repeat 0px 4px;
}


/* General Styles */
.rightalign {
	text-align: right;
}

.redbackground {
	background-color: #F00;
}

.greenbackground {
	background-color: #0F0;
}

.bluebackground {
	background-color: #00F;
}

.centergreen {
	color: #00FF00;
	text-align: center;
}

.center {
	text-align: center;
}
