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

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

body {
	overflow: auto;
	background-color: #fafafa;
	color: #545454;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	}

/* Wrapper is used at the top to contain the logo and contact us information */
#wrapper, .wrapper {
	position:relative;
	width: 996px;
	margin: 0px auto;
    margin-top: 4px;
	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;
}

/* Push the contents down below the fixed navigation menu */
.pushdown {
    margin-top: 64px;
}

.switch {
    margin-left: 72px;
}

/* Style the Foundation Class on/off switch to be rounded */
.switch-paddle {
    border-radius: 5000px;
 }
 
 .switch-paddle::after {
    border-radius: 5000px;
 }
 
 .switch-label {
    float: left;
    margin-top: 8px;
    font-weight: bold;
 }


/* Styles for buttons */
/* ================== */
.myButton {
	background-color:#1779ba;
	border-radius:5000px;
	display:inline-block;
	cursor:pointer;
    font-size: 14px;
    font-weight: bold;
	color: #fefefe;
	padding: 6px 20px;
	text-decoration:none;
}
.myButton:hover {
	background-color: #3861ED;
    color: white;
}
.myButton:active {
	position:relative;
	top:1px;
}


#AddButton {
	position: relative;
}

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

/* For credits */
tbody {
    border: none;
    background-color: transparent;
}

table {
    margin-bottom: 0;
}

/* --- How to display Previous and Next arrow links --- */
#nextarrow {
	position: absolute;
	right: -35px;
	top: 400px;
	height: 50px;
	width: 35px;
	background-image: url(../assets/images/prevnext.png);
	z-index: 100;
	border-radius: 6px;
	opacity: 0.7;
}

#nextarrow a:link {
	text-decoration: none;
}

#prevarrow {
	position: absolute;
	left: -35px;
	top: 400px;
	height: 50px;
	width: 35px;
	background-image: url(../assets/images/prevnext.png);
	background-repeat: no-repeat;
	z-index: 100;
	border-radius: 6px;
	opacity: 0.7;
	background-position: 100% center;
}

#prevarrow a:link {
	text-decoration: none;
}

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;
	height: 140px;
}

#tips a:link{
	text-decoration: none;
	color: #1779BA;
}
#tips a:hover{
	text-decoration: none;
	color: #665FEB;
}

#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;
}


#titlediv {
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	width: 400px;
	text-align: center;
	left: 300px;
	top: 0px;
}

/* For on/off switch and Foundation class */
[type='checkbox'] + label {
  display: block;
  margin-left: 0rem;
  margin-right: 0rem;
  margin-bottom: 0; 
}


/* 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;
}
