/* Import color scheme stylesheet */
@import url(colors.css);

/* ========== TABLE OF CONTENTS ==========
 * 1. Basic Tag Styles (standard tags as well as custom Clarity tag classes)
 * 2. Typography Styles (text)
 * 3. Form Styles (inputs, textareas, etc)
 * 4. Table Styles (tr, th, td, etc)
 * 5. Standard Sub Page Styles (for dsp_showpage as well as tools' PGE-fed sections)
 * 6. Sub Page Layouts (A-H)
 * 7. Page Specific Styles (PGE and other standard page styles)
 *		i. Standard Pages
 *		ii. Calendar Pages
 *		iii. Emarketing Pages
 *		iv. Plant Pages
 */


/* ===== BASIC TAG STYLES ===== */

hr {
	height: 1px;
	clear: both;
}

.button {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
}
 
.dwarf {
	font-size : 10px;
	font-weight:normal;
	line-height: normal;
	letter-spacing:normal;
}
	
.error {
	font-weight:bold;
}
	
.hand {
	cursor:pointer;
}

.applyBorder {
	border-width: 1px;
	border-style: solid;
}

/* ===== TYPOGRAPHY STYLES ===== */

h2, .head,
h3, .home1,
h4, .home2,
h5 {
 	font-weight : bold;
}

h2, .head {
 	font-size : 16px;
}

h3, .home1,
h4, .home2 {
 	font-size : 13px;
}

h5 {
	font-size: 12px;
}


/* ===== FORM STYLES ===== */

input, select {
 	font-family : verdana, geneva, arial, helvetica;
	font-size : 10px;
}	
	
.input {
	width:150px;
}

textarea {
 	font-family : "courier new", monospaced;
	font-size : 11px;
	width: 400px
}


/* ===== TABLE STYLES ===== */

table {
	border-collapse: collapse;
}

td, th {
	padding: 4px;
	font-size: 10px;
	text-align: left;
}

thead, tfoot {
	font-size:10px;
}

.trlabel, .tdlabel, .cell, .cell2, .odd, .even {
 	font-family : verdana;
 	letter-spacing: normal;
	font-size : 10px;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
}

thead th,
.trlabel,
.tdlabel,
.cell,
.cell2 {
	font-weight: bold;
}
.cell,
.cell2 {
	padding-top: 0.5em;
}
	
.box  {
 	font-size:10px;
	font-weight:normal;
	letter-spacing:0px;
}


/* ========== STANDARD SUB PAGE STYLES ==========
 * 1. #breadcrumb
 * 2. h2#pageTitle
 * 3. h3#pageSubTitle
 * 4. #pageSummary
 * 5. #pageContents
 * 6. #pageBullets
 * 7. #pageConclusion 
 * 8. #imageBlock
 * 9. #imageBlockFeat
 * 10. #calloutbox
 * 11. #pageDownloads
*/
#breadcrumb {
	margin-bottom: 0.8em;
	font-size: 10px; 
	font-weight: bold; 
}
	#breadcrumb span.breadcrumbTitle {
		padding-right: 10px;
	}
	#breadcrumb a:hover,
	#breadcrumb a:focus {
		text-decoration: none; 
	}
#pageTitle {
	font: normal bold 18px/110% Arial, Helvetica, sans-serif;
}
#pageSubTitle {
	font: normal bold 15px/110% Arial, Helvetica, sans-serif;
}
#pageSummary p,
#pageContents p,
#pageConclusion p,
#pageBullets ul,
#pageBullets ol {
	line-height: 110%;
	padding: 0.5em 0;
}

#pageSummary ul li,
#pageContents ul li,
#pageConclusion ul li {
	margin-left: 1.6em;
	line-height: 150%;
	list-style: disc outside url(../image/bullet.gif);
}
#pageSummary ol li,
#pageContents ol li,
#pageConclusion ol li {
	margin-left: 1.6em;
	line-height: 150%;
	list-style: decimal outside none;
}

#pageBullets {
	clear: left;
}
	#pageBullets ul li,
	#pageBullets ol li {
		margin-left: 1.6em;
		line-height: 150%;
	}
	#pageBullets span.clear {
		clear: left;
	}
#imageBlock,
#imageBlockFeat {
	padding: 0.5em;
}
	#imageNav {
		text-align: center;
		padding: 0.2em 0;
		font-size: 80%
	}
	#pageContent p#currCaption,
	#pageContent p#featCaption {
		font-size: 80%;
		text-align: center;
	}
#calloutbox {
	width: 200px;
	position: relative;
	margin: 1em 0;
	border-width: 2px;
	border-style: solid;
}
	#calloutbox h3 {
		width: 180px;
		padding: 0 10px;
		margin: 0;
		font-size: 100%;
		line-height: 40px;
		text-align: left;
	}
	#calloutbox #calloutboxContent {
		width: 180px;
		padding: 0 10px;
		text-align: center;
	}
		#calloutbox ul#calloutboxList {
			width: 180px;
			padding: 0 0 12px;
			color: inherit;
		}
			#calloutbox ul#calloutboxList li {
				list-style: disc;
				display: list-item;
				text-align: left;
				margin: 0 0 0 1em;
				padding: 5px 0;
			}
			#calloutbox ul#calloutboxList a {
				font-size: 90%;
			}
#pageDownloads {
	margin: 1em 0;
	clear: both;
}
	#pageDownloads h3 {
		padding-bottom: 0.5em;
	}
	#pageDownloads div.pageDownloadBlock {
		width: 45%;
		min-height: 45px;
		float: left; 
		padding-right: 5%;
		padding-bottom: 0.5em;
		position: relative;
	}
	#pageDownloads a.pageDownloadThumbLink {
		display: block;
		padding-right: 10px;
		position: absolute;
		left: 0;
		top: 0;
	}
	#pageDownloads div.pageDownloadBlock h4,
	#pageDownloads div.pageDownloadBlock p {
		font-size: 90%;
		padding-left: 42px;
	}
			
/* ========== SUB PAGE LAYOUTS ==========
 * 1. Layout A
 * 2. Layout B
 * 3. Layout C
 * 4. Layout D
 * 5. Layout E
 * 6. Layout F
 *
 * ===== Layout A ===== */

#pageSummary.layoutA p,
#pageContents.layoutA p,
#pageConclusion.layoutA p,
#pageBullets.layoutA ul,
#pageBullets.layoutA ol {
	padding-left: 0;
}
#imageBlock.layoutA {
	padding: 0 0 0.5em;
}
#imageBlock.layoutA,
#calloutbox.layoutA {
	float: right;
	clear: right;
	margin-left: 1em;
}

/* ===== Layout B ===== */

#imageBlockFeat.layoutB {
	float: left;
	clear: left;
	margin-right: 1em;
}
#imageBlock.layoutB,
#calloutbox.layoutB {
	float: right;
	clear: right;
	margin-left: 1em;
}

/* ===== Layout C ===== */

#calloutbox.layoutC {
	float: left;
	clear: left;
	margin-right: 1em;
}
#imageBlock.layoutC,
#imageBlockFeat.layoutC {
	float: right;
	clear: right;
	margin-left: 1em;
}

/* ===== Layout D ===== */
#imageBlock.layoutD {
	float: right;
	clear: right;
	margin-left: 1em;
}
#calloutbox.layoutD {
	float: left;
	clear: left;
	margin-right: 1em;
}

/* ===== Layout E ===== */
div.imageBlock.layoutE {
	float: right;
	clear: right;
	padding: 10px;
}
div.imageBlock.layoutE p.imageCaption {
	font-size: 80%;
	text-align: right;
	margin: 0;
	padding: 0;
}
#pageDownloads.layoutE {
	clear: none;
}
	#pageDownloads.layoutE div.pageDownloadBlock.layoutE {
		width: auto;
		float: none;
		clear: left;
		padding: 0 0.5em;
	}

/* ===== Layout F ===== */
#imageBlock.layoutF {
	/*width: 300px;*/
	text-align: center;
	float: right;
}
#imageBlock.layoutF p#myCaption {
	text-align: center;
	margin: 0 auto;
}
#imageBlock.layoutF #thumbGallery {
	padding: 0.5em;
	text-align: center;
}
	#imageBlock.layoutF #thumbGallery a.thumbSwitch {
		display: inline-block;
		width: 50px;
		height: 50px;
		padding: 5px;
	}

#calloutbox.layoutF,
#imageBlockFeat.layoutF {
	float: left;
	clear: left;
	*clear: both; /* targeting IE7 */
	margin-right: 1em;
}

/* ===== Layout G ===== */
#videoBlock.layoutG {
	float: right;
	clear: right;
	padding: 0 0 1em 1em;
	text-align: center;
}
	#videoBlock.layoutG #videoWrapper {
		background: transparent url(../image/loading.gif) no-repeat 50% 50%;
		margin: 0 auto;
	}
		#videoWrapper.layoutG object {
			display: block;
			margin: 0 auto;
		}
	#videoBlock.layoutG #videoCaption {
		padding-top: 0.5em;
		text-align: center;
	}

#calloutbox.layoutG {
	float: left;
	clear: left;
	margin-right: 1em;
}

#pageThumbs {
	margin-top: 1em;
}
	#pageThumbs div.vidThumb {
		float: left;
		padding: 0.5em 1.3em 0.5em 0;
		width: 100px;
		text-align: center;
	}
		#pageThumbs div.vidThumb a {
			text-decoration: none;
			font-size: smaller;
			font-weight: bold;
			display: block;
			position: relative;
		}
			#pageThumbs div.vidThumb a img {
				border: 1px solid #CCC;
			}

/* ===== Layout H ===== */
#videoBlock.layoutH {
	float: right;
	clear: right;
	padding: 0 0 1em 1em;
	text-align: center;
}	
	#videoBlock.layoutH #videoWrapper {
		background: transparent url(../image/loading.gif) no-repeat 50% 50%;
		margin: 0 auto;
	}
		#videoWrapper.layoutH object {
			display: block;
			margin: 0 auto;
		}
	#videoBlock.layoutH #videoCaption {
		padding-top: 0.5em;
		text-align: center;
	}
	#videoBlock.layoutH #thumbGallery {
		padding: 1em 0 0.5em;
		margin: 0 auto;
	}
		#videoBlock.layoutH #thumbGallery a.thumbSwitch {
			position: relative;
			display: block;
			float: left;
			width: 50px;
			height: 50px;
			padding: 5px;
			overflow: hidden;
		}
		
#calloutbox.layoutH {
	float: right;
	clear: right;
	margin-left: 1em;
}

#imageBlock.layoutH {
	float: left;
	margin-right: 1em;
}	
	#imageBlock.layoutH #myCaption {
		text-align: center;
	}


/* ==================== PAGE SPECIFIC STYLES BY TOOL ==================== */

/* =============== // STANDARD PAGES // =============== */

/* ===== About Us Page Styles ===== */

/* ===== Contact Us Page Styles ===== */
form.contactForm,
form.tableless {
	display: block;
	padding: 0.5em 0;
}		
form.tableless {
	float: left;
	width: 50%;
}
	form.contactForm fieldset
	form.tableless fieldset {
		display: block;
		border: none;
		padding: 0 0.5em;
	}
		form.contactForm fieldset h3,
		form.tableless fieldset h3 {
			padding: 2.5% 2.5% 0.75em;
			font-size: 110%;
		}
		form.contactForm fieldset legend,
		form.tableless fieldset legend {
			font: normal bold 100%/120% Arial, Helvetica, sans-serif;
			margin: 0;
			padding: 0 2.5% 0;
		}
		fieldset.oneCol label,
		fieldset.oneCol textarea,
		fieldset.twoCol label,
		fieldset.twoCol textarea,
		fieldset.twoCol label.full {
			display: block;
			margin: 0;
			padding: 2.5% 7.5% 5% 2.5%;
			width: 90%;
		}
		fieldset.twoCol label,
		fieldset.twoCol textarea {
			width: 44%;
			padding: 2.5%;
			float: left;
		}
		fieldset abbr {
			display: block;
		}
		form.contactForm fieldset select,
		form.tableless fieldset select {
			max-width: 90%;
		}
	
	form.contactForm .tdlabel,
	form.contactForm .cell,
	form.tableless .tdlabel,
	form.tableless .cell {
		background-color: transparent;
	}
	form.contactForm .error,
	form.tableless .error {
		background-color: transparent;
	}
		form.contactForm .error input,
		form.contactForm .error select,
		form.contactForm .error textarea,
		form.tableless .error input,
		form.tableless .error select,
		form.tableless .error textarea {
			margin-top: 0.2em;
			padding: 0.2em;
			border: 1px solid #C00;
			background: #FFFCFC;
			-moz-box-shadow: 0 0 3px #C00;
			-webkit-box-shadow: 0 0 3px #C00;
			box-shadow: 0 0 3px #C00;
		}
		form.contactForm p,
		form.tableless p {
			padding: 0.3em;
			margin: 2.5%;
		}
		form.contactForm p.success,
		form.tableless p.success {
			color: #147145;
			font-weight: bold;
			background: rgba(0, 204, 0, 0.2);
			-moz-box-shadow:0 0 3px #147145;
			-webkit-box-shadow:0 0 3px #147145;
			box-shadow:0 0 3px #147145;
		}
	
	form.contactForm input[type=submit],
	form.tableless input[type=submit] {
		margin-left: 2.5%;
		margin-bottom: 2.5%;
	}


/* =============== // CALENDAR TOOL PAGES // =============== */
.calEvent, h3.month {
	padding: 0 0 1em;
}

/* =============== // EMARKETING TOOL PAGES // =============== */

/* ===== Newsletter Subscription Table Layout ===== */
table#enewsSubscribe {}


/* =============== // PLANT TOOL PAGES // =============== */

/* =============== Genus Overview Styles =============== */

/* ===== Plant Search Page ===== */
div.autocomplete {
	background-color: #DDC88A;
}
	div.autocomplete>div {
		font-size: 90%;
		color: #333;
		padding: 0.15em 0.3em;
	}
	div.autocomplete>div:hover,
	div.autocomplete>div:focus,
	div.autocomplete>div.selected {
		color: #333;
		background-color: #C7AA53;
	}

/* ===== Plant List Pages ===== */
form.typeForm {
	float: right; 
	padding: 0.5em;
}
form.whichForm {
	display: block; 
	background: #1B1363; 
	color: white; 
	padding: 0.3em; 
	clear: both;
}
	.whichForm label {
		cursor: pointer;
		cursor: hand;
	}
ul.alphaList {
	font-size: 90%;
	list-style: none;
	display: block;
	float: left;
	clear: both;
	width: 100%;
	background: #8b84cb;
	font-weight: bold;
}
	ul.alphaList li {
		float: left;
	}
	ul.alphaList a {
		display: block;
		padding: 0.25em 1.0em;
		text-align: center;
		height: 100%;
		color: #FFF;
		text-decoration: none;
	}
	ul.alphaList a:hover,
	ul.alphaList a:focus {
		background: #463c99;
		color: white;
	}
	ul.alphaList a.current {
		background: #463c99;
		color: white;
	}
	ul.alphaList li.all {
		float: right;
	}
.plantListBlock {
	clear: both;
	padding: 0.5em 0 0.5em 125px;
	border-bottom: thin solid #444;
	position: relative;
	min-height: 100px;
}
	.plantListBlock .plantThumb {
		display: block;
		width: 100px;
		margin: 0;
		padding: 0.5em 1.5em 0.5em 0;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
	}
	.plantListTitle,
	.plantListTitle a {
		color: #1B1363;
		text-decoration: none;
	}
	.plantListSubtitle {
		font-size: smaller;
		padding: 0.1em 0 0.2em;
		color: #957209;
	}
	.plantListCaption {
		color: black;
	}
	
/* ========== Plant Detail Page Styles ========== */
#breadcrumb.plant {
	color: #957209;
	font-size: 100%;
	text-align: center;
	font-weight: normal;
}
	#breadcrumb.plant a {
		text-decoration: none;
		color: #957209;
	}
	#breadcrumb.plant a:hover,
	#breadcrumb.plant a:focus {
		text-decoration: underline;
	}
	#breadcrumb.plant a span {
		color: black;
	}
	#breadcrumb.plant .nextPrev {
		float: left;
		text-align: left;
	}

h3.sectionHeader {
	clear: both;
	margin: 0 0 0.25em;
	padding: 0 0 0.3em;
	border-bottom: 2px solid #DDC88A;
}

#plantTips {
	clear: both;
	margin: 1em 0;
	padding: 0.5em;
	background: #DDC88A;
}
	#plantTips h3 {
		color: black;
	}
#plantAttributes {
	margin: 0 0 1em;
	clear: both;
	float: left;
	width: 100%;
}
	#plantAttributes .attribute {
		float: left;
		width: 20%;
		padding-bottom: 1em;
	}

/* ===== Plant SKUs ===== */
#plantSKUs td, #plantSKUs th {
	padding: 0.2em 0.5em;
}

/* ===== Plant Characteristics ===== */
#plantChars {
	margin: 0 0 1em;
	clear: both;
	float: left;
	width: 100%;
}
	#plantChars h4 {
		color: rgb(7,35,57);
	}
	#plantChars .charBlock {
		float: left;
		width: 23%;
		padding: 0.25em 1%;
	}
		#plantChars .charBlock ul {
			font-size: 90%;
		}
		#plantChars .charBlock li {
			margin-left: 1.2em;
			line-height: 140%;
		}

/* ===== Companion/Substitute Plants ===== */
#plantCompanions,
#plantSubstitutions {
	margin-top: 1em;
	background: #DDC88A;
	float: left;
	clear: both;
	width: 100%;
}

#plantSubstitutions {
	background: #CDCDCD;
}
	#plantCompanions h3,
	#plantSubstitutions h3 {
		color: black;
		padding: 0.5em 0.5em 0;
	}
	.companionPlant,
	.substitutePlant {
		float: left;
		width: 22%;
		padding: 1.5%;
		font-size: 80%;
		color: #333;
	}
		.companionPlant img,
		.substitutePlant img {
			border: thin solid black;
			float: left;
			margin-right: 0.5em;
		}
		.companionPlant strong,
		.substitutePlant strong {
			font-weight: normal;
			color: #422100;
		}
		.companionPlant a,
		.substitutePlant a {
			text-decoration: none;
		}
		

/* ===== Genus Overview Styles ===== */

#genusOverview {
	margin-top: 1em;
	clear: both;
	padding: 1em;
	border: thin solid #8B84CB;
}

#genusPlantList {
	float: left;
	clear: both;
	width: 100%;
}
	#genusPlantList .genusPlant {
		text-align: center;
		float: left;
		padding-left: 1%;
		width: 32%;
		line-height: 140%;
	}
	#genusPlantList a.subtle {
		text-decoration: none; 
		color: #422100;
	}