/* ------ Styling that is specific to the ePlant screen ------ */


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

body {
	overflow: auto;
	background-color: #a1bd8e;
	color: #B37528;
	font : 16px Georgia, serif;
	}

h2 {
	color: #FFF;
	font-size: 1.3em;
	margin-bottom: 8px;
}

#wrapper {
	position:relative;
	width: 996px;
	margin: 0px auto;
}

/* ------ Content styles ----- */
#contents {
	margin: 0px;
	padding: 0px;
	width: 996px;
	background:#4A4A4A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

/* Botanical:
   Common:
   ---------------------------------------------- */
#contents #plantnames {
	margin-left: 10px;
	margin-top: 5px;
	padding-left: 5px;
	padding-top: 3px;
	width: 685px;
	height: 42px;
	background: #4A4A4A;
	line-height: 18px;
	font-size: 14px;
	color: #CCC;
}

#contents #photo {
	position: relative;
	margin-left: 15px;
	margin-top: 2px;
	padding-left: 0px;
	padding-top: 3px;
	width: 700px;
}

/* --- How to display Previous Photo, Next Photo, and Social Networking links --- */
#contents #buttons {
	color: #999999;
	position: relative;
	margin-left: 15px;
	margin-top: 5px;
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contents #buttons a:link{
	text-decoration: none;
	color: #3CF;
}
#contents #buttons a:visited{
	text-decoration: none;
	color: #3CF;
}
#contents #buttons a:active{
	text-decoration: none;
	color: #3CF;
}
#contents #buttons a:hover{
	text-decoration: none;
	color: #CFC;
/*	font-weight: bold; */
}

/* Place to put Water Saving Tips */
#tips {
	position: relative;
	width: 370px;
	margin-left: 310px;
	margin-top: 0px;
	color: #fff;
}

/* Information by:
   Photographer:
   ---------------------------------------------- */
#contents #information {
	position: relative;
	margin-left: 15px;
	margin-top: 2px;
	padding-left: 0px;
	padding-top: 3px;
	width: 690px;
}

#contents #culture {
	background-color: #4A4A4A;
	position: absolute;
	height: 590px;
	width: 261px;
	left: 735px;
	top: 0px;
	color: #FFF;
}

.Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #BCBB9C;
	text-decoration: underline;
	text-align: left;
	padding-bottom: 2px;
}

/* The same color as .Title without the rest
   ----------------------------------------- */
.TitleColor {
	color: #BCBB9C;
	font-weight: bold;
}

#contents #description {
	background-color: #4A4A4A;
	position: relative;
	margin-left: 15px;
	margin-top: 6px;
	padding-left: 0px;
	padding-top: 0px;
	width: 975px;
	height: 135px;
	color: #FFF;
}

h4 {
	color: #3CF;
}

/* Styles for Tagged on the navigation bar
   --------------------------------------- */

#tagdiv {
	position: absolute;
	left: 640px;
	top: 15px;
	color: #999;
}

#tagdiv a {
	text-decoration: none;
	color: #FFF;
}

#tagdiv a:hover {
	color: #3CF;
}

/* Styles for buttons */
/* ================== */
#AddButton {
	background-image: url(../assets/images/buttons/green94x22.gif);
	height: 22px;
	width: 94px;
	text-align: center;
	line-height: 21px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

#AddButton a:link, #AddButton a:visited {
	text-decoration: none;
	color: #FFF;
	display: block;
}

#AddButton a:hover {
	color: blue;
}

#ViewButton {
	background-image: url(../assets/images/buttons/blue94x18.jpg);
	height: 18px;
	width: 94px;
	text-align: center;
	line-height: 16px;
}

#ViewButton a:link, #ViewButton a:visited {
	text-decoration: none;
	color: #3CF;
	display: block;
}

#ViewButton a:hover {
	color: #CFC;
}


/* ------ Styling that is specific to the Partial Plant Name lookup search ------ */

#globalsearch {
	position: absolute;
	left: 500px;
	top: 11px;
	width: 120px;
	line-height: 25px;
	height: 30px;
	z-index: 5;
	color: #fff;
}

#globalsearch #sp-searchtext {
	width: 100%;
	height: 19px;
	padding: 2px 18px 1px 22px;
	background-image: none;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}


#globalsearch #sp-magnify {
	position: absolute;
	height: 15px;
	width: 15px;
	top: 3px;
	left: 5px;
	background: url(../assets/images/mail_find.png) 0 0 no-repeat;
	opacity: 1;
	z-index: 6;
}


.center {
	text-align: center;
}

