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


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

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

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

.botanical {
	margin-top: 10px;
	font-size: 1.8em;
	font-style: italic;
}

.common {
	font-size: 1.4em;
	line-height: 1.5em;
}

.addbutton {
	padding-top: 10px;
}

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

/* ------ Content styles ----- */
#contents {
	margin: 0px;
	padding: 0px;
	width: 996px;
	background: #e8e8e8;
	color: #666;
}

#leftside {
	background-color: white;
	width: 725px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.09);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.09);
}

/* Botanical:
   Common:
   ---------------------------------------------- */
#contents #plantnames {
	margin-left: 10px;
	margin-top: 5px;
	padding-left: 5px;
	padding-top: 3px;
	line-height: 1.6em;
	font-size: 0.95em;
	color: #666;
}

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

/* --- How to display Previous & Next Photo --- */
#contents #buttons {
	position: relative;
	padding-left: 15px;
	margin-top: 10px;
	font-size: 0.9em;
}

/* Information by:
   Photographer:
   ---------------------------------------------- */
#contents #information {
	position: relative;
	padding-left: 20px;
	margin-top: 10px;
	font-size: 0.9em;
	font-style: italic;
}

#contents #buttons a:link, #contents #buttons a:visited, #contents #buttons a:active{
	text-decoration: none;
	color: #0078c0;
}

#contents #buttons a:hover{
	text-decoration: none;
	color: #CFC;
}

/* Place to put Water Saving Tips */
#tips {
	background-color: white;
	position: absolute;
	width: 236px;
	left: 740px;
	top: 630px;
	padding: 9px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.09);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.09);
}

.insidetip {
	border: 1px solid #0078c0;
	padding: 15px;
}

#contents #culture {
	background-color: white;
	position: absolute;
	height: 610px;
	width: 256px;
	left: 740px;
	top: 0px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.09);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.09);
}

.Title {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 2px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Accordian over-rides */
.TabbedPanels, .TabbedPanelsContentGroup {
	background-color: white;
}

.TabbedPanelsTab {
	background-color: lightgray;
}

.TabbedPanelsTabSelected {
	background-color: white;
}

.TabbedPanelsContent {
	padding: 20px;
}

/* Used as accordian tabs */
h4 {
	color: #0078c0;
	font-size: 0.80em;
}

h3 {
	color: #0078c0;
	font-size: 1.0em;
	margin-bottom: 5px;
}

/* Social media buttons */
.social {
	margin-left: 15px;
}

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

#contents #description {
	padding-top: 6px;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 20px;
}


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

#globalsearch {
	position: absolute;
	left: 675px;
	top: 15px;
	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;
}

.clear {
	clear: both;
}

