@charset "UTF-8";
/* reset browser inconsistencies - originally by eric meyer */

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
	
:focus {
	outline: 0;
}
	
ol, ul {
	list-style: none;
}
	
html {
	height:100%;
}

body {
    height: 100%;
    font: 62.5%/1em Helvetica, Arial, sans-serif;
    background: #537857;

}

#main-container {
    display: block;
    width: 1050px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    background: url(../images/layout/faux-background.png) repeat-y;
}

#header {
    display: block;
    width: 100%;
    height: 81px;
    background: #000;
}

#header h1 {
    display: block;
    width: 1017px;
    height: 81px;
    float: right;
    background: url(../images/layout/header.png) no-repeat;
    
}

#header h1 a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}



#sidebar {
    display: block;
    width: 200px;
    float: left;
    background: #000;
    height: 100%;

}

#sidebar #menu {
    display: block;
    width: 90%;
    margin: 20px auto;

}

#sidebar #menu li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
 
}

#sidebar #menu li:last-child {
    margin-bottom: none;
}

#sidebar #menu li strong {
    display: block;
    color: #fff;
    font-size: 1.6em;
    line-height: normal;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 2px solid #fff;
    padding-bottom: 3px;
    font-weight: normal;
}

#sidebar #menu li a,
.javascript #sidebar #menu li strong {
    display: block; 
    padding: 10px;
    background: #222;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    color: #c7e591;
    text-decoration: none;
    font-size: 1.2em;
    line-height: normal;
    border-bottom: none;
    text-align: left;
}



.vegetation-types {
    overflow: hidden;
}


.vegetation-types ul li {

}

.vegetation-types ul li a {
    background: none;
    padding: 5px 10px !important;
}

.javascript .vegetation-types ul li {
    width: 95% !important;
    float: right;
    clear: right;
    margin-top: 5px;
    margin-bottom: 0 !important;
}


#sidebar #menu li a:hover,
.javascript #sidebar #menu li strong:hover {
    background: #444;
}

.javascript #sidebar #menu li strong {
    cursor: pointer;

}

.javascript #sidebar #menu li.search form {
    display: none;
}

.search legend {
    display: none;
}

.search form fieldset ul {
    width: 90%;
    margin: 10px auto 0 auto;
}

.search .search-heading {
    display: block;
    color: #c7e591;
    margin-bottom: 10px;
    font-size: 110%;
    padding-bottom: 0.1em;
    border-bottom: 1px solid #c7e591;
}

.search form fieldset ul li {
    display: block;
    width: 100%;
    
}

.search form fieldset ul li label {
    display: block;
    font-size: 1.1em;
    color: #fff;
}

.search form fieldset ul li.input-text input,
.search form fieldset ul li.input-select select {
    display: block;
    width: 100%;
    border: 1px solid #222;
    background: #c7e591;
    padding: 1px;
}

.search form fieldset ul li.input-select option {
    background: #c7e591;
}

.search form fieldset ul li.input-select option.no-condition {
    color: #666;
}

.javascript .search form fieldset ul .input-select {
    display: none;
  
}

.search form fieldset ul#advanced-search-block {
    width: 100%;
}

#advanced-search {
    display: block;
    float: right;
    color: #fff;
    cursor: pointer;
}

#advanced-search-block em {
    color: #fff;
    font-size: 1.1em;
    text-decoration: underline;
    cursor: pointer;
}

.custom {
    position: relative;
}

.custom label {
    display: none !important;
}

.custom span {
    font-size: 1.1em;
    color: #fff;
    cursor: pointer;
}

.custom select {
    display: none;
    width: 100%;
    font-size: 1.1em;
    background: #000;
    color: #fff;
    border: none;
    outline: none;
}

.custom select .choose {
    color: #666;
}

.custom select .remove {
    color: #e9584c;
}

.search .input-submit input {
    display: block;
    padding: 4px 5px;
    margin-top: 3px;
    border: 1px solid #222;
    background: #c7e591;
    clear: right;
    float: right;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	
    
}

#sidebar #nica {
    display: block;
    width: 169px;
    height: 94px;
    margin: 25px auto;
    background: url(../images/layout/nica-logo.png) no-repeat;
    
    
}

#sidebar #bio {
    display: block;
    width: 140px;
    height: 52px;
    margin: 25px auto;
    background: url(../images/layout/biosphere.png) no-repeat;
    
    
}

#sidebar #bio a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}


#acura {
    display: block;
    width: 180px;
    height: 8px;
    margin: 0 auto;
    background: url(../images/layout/acura.png) no-repeat;

}

#sidebar #nica a,
#sidebar #acura a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

#content {
    
}

#content-body {
    width: 770px;
    margin-right: 40px;
    position: relative;
    float: right;

}




.hidden {
    visibility: hidden;
}

.plant-details .meta,
.search-results .meta { /* grey top block */
    display: block;
    width: 100%;
    height: 50px;
    position: relative;
    margin-top: 15px;
    padding: 10px 0;
    overflow: hidden;
    background: #626262;
    border: 1px solid #626262;
    -moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
    font-size: 1.1em;
    color: #fff;
}


.plant-details .meta h2,
.search-results .meta h2 {
    float: left;
    font-weight: bold;
    margin-left: 10px;
    font-size: 1.2em;
    
}
.plant-details .meta .print,
.search-results .meta .print,
.search-results .meta .results-data .page-results {
    float: right;
    margin-right: 10px;
}



.javascript .action,
.plant-search-nav { /* print, back etc */
    float: right;
    cursor: pointer;
    text-decoration: underline;
    color: #fff !important;
    margin-left: 5px;
}


.plant-details .meta .plant-data,
.search-results .meta .results-data { /* green strip */
    display: block;
    width: 100%;
    height: auto;
    clear: both;
    margin: 17px 0;
    overflow: hidden;
    line-height: 1.4em;
    background: #c7e591;
}
.plant-details .meta .plant-data .scientific-name-label,
.search-results .meta .results-data .results-found {
   float: left;
   padding: 5px 30px 5px 10px;
   background: #8bab5f;
}

.plant-details .meta i.scientific {
    float: left;
    font-style: italic;
    padding: 5px 0 5px 10px;
    color: #333;

}

.search-results .meta .results-data .results-found strong {
    font-weight: bold;
}


.search-results .meta .results-data .page-results {
    padding: 5px 0;
    color: #626262;
}

#search-info {
    display: none;
}

/* pagination */

.search-results .pagination {
    display: block;
    width: 100%;
    margin: 5px 0;
    
}

.search-results .pagination .label {
    float: left;
    color: #aaa;
    font-size: 1em;
    padding-top: 5px;
    margin-right: 5px;
    
}
.botany-words .letters,
.search-results .pagination ul {
    display: block;
    overflow: hidden;
    font-size: 1em;
}
.botany-words .letters li,
.search-results .pagination ul li {
    display: block;
    margin-right: 3px;
    margin-bottom: 3px;

    float: left;
}

.botany-words .letters li a,
.search-results .pagination ul li a,
.search-results .pagination ul li strong {
    display: block;
    padding: 2px 3px;
    border: 1px solid #ccc;
    color: #aaa;
    text-decoration: none;
}
.botany-words .letters li a:hover,
.search-results .pagination ul li a:hover {
    border: 1px solid #000;
    color: #000;

}

.search-results .pagination ul li.current strong {
    border: 1px solid #8bab5f;
    background: #c7e591;
    color: #000;
    cursor: default;
}

.search-results .pagination ul li span {
    display: none;
}

/* results */

.search-results ul.results {
    display: block;
    width: 100%;
}

.search-results ul.results li {
    display: block;
    width: 100%;
    font-size: 1.1em;
    border: 1px solid #ccc;
    border-bottom: none;
}

.search-results ul.results li.odd,
.plant-details .data ul li.odd {
    background: #f9ffef
}

.search-results ul.results li.even,
.plant-details .data ul li.even {
    background: #fff;
}



.search-results ul.results li:last-child {
    border-bottom: 1px solid #ccc;
}


.search-results ul.results li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 3px;
    color: #000;
    text-decoration: none;
}

.search-results ul.results li a:hover {
    text-decoration: underline;
}


/* plants data */

.plant-details #info {
    float: left;
    width: 540px;
}

.plant-details #info.wide {
    width: 100%;
}

.plant-details #images {
    display: inline;
    float: right;
    margin: 20px 0 0 10px;
} 

.plant-details #images ul li {
    margin-bottom: 10px;
}

.article p img,
.plant-details #images ul li a img {
    display: block;
    padding: 3px;
}

.plant-details #images ul li a {
    display: block;
    border: 3px solid #8bab5f;
}   

.plant-details .data {
    padding: -1px;
}

.plant-details .data ul {
    width: 100%;
    border: 1px solid #ccc;

}

.plant-details .data ul li {
    display: block;
    width: 100%;
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    font-size: 1.1em;
    line-height: 1.2em;
    

}

.plant-details .data ul li.weed {
    background: #e2b7b7;
}

.plant-details .data ul li:last-child {

    border-bottom: none;
}
.plant-details .data ul li strong,
.plant-details .data ul li span {
    padding: 5px;

}

.plant-details .data ul li strong {
    display: block;
    width: 18%;
    float: left;
    

}

.plant-details .data ul li span {
    display: block;
    width: 78%;
    float: right;
    
}

.plant-details .important {
    color: red;
}

.article h3,
.plant-details .data h3 {
    display: block;
    font-size: 1.5em;
    color: #8bab5f;
    margin: .5em 0;
    padding-bottom: 0.2em;
    border-bottom: 1px solid #8bab5f;
}

.plant-details .data p {
    font-size: 1.1em;
    line-height: 1.2em;

}

.plant-details a {
    color: #8bab5f;
}

/* articles */

.article h2 {
    display: block;
    width: 736px;
    height: auto;
    font-size: 2.6em;
    line-height: 2em;
    margin: 20px 0 .3em 0;
    color: #fff;
    letter-spacing: -1px;
    background-color: #2c5353;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 5px 0 5px 30px;
    font-family: Helvetica, "san-serif";
}

.article #content-body {
    width: 770px;
    margin-right: 40px;
}

.article p {
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: 1.3em;
   
}

.article p strong {
    font-weight: bold;
}

.article p em {
    font-style: italic;
}

.article a {
    text-decoration: none;
    color: #567b5a;
} 

.article a:hover {
    text-decoration: underline;
}

.article .image-left {
    float: left;
    margin: 0 1em 1em 0;
}

.article .image-right {
    float: right;
    margin: 0 0 1em 1em;
}



/* botany words */

.botany-words .jump-to {
    font-weight: bold;
    margin-bottom: 5px;

}

.botany-words .letters li a  { /* receives styling from above too */
    width: 8px;
    height: 10px;
    padding: 3px 3px 2px 3px;
    text-align: center;
    line-height: normal;
}

.botany-words h3 {
    font-size: 1.8em;
    margin: 0.5em 0 0.3em 0;
    padding-bottom: 0.1em;
}



.botany-words dt {
    font-size: 1.3em;
}

.botany-words dd {
    font-size: 1.2em;
    line-height: 1.3em;
    margin: 0.3em 0 0.9em 1em;
    color: #666;
}

/* plants list */

.plant-lists h3 a {
    padding: 5px 20px 1px 0;
    background: url(../images/layout/search.png) no-repeat right center;
}

.plant-lists h3 a:hover {
    text-decoration: none;
    color: #a8e291;
} 


/* flowering now */

.flowering-now #content {
    overflow: hidden;
    padding-bottom: 50px;
    
    
}

.flowering-now #main-container {
   
}

#flowering-now-slideshow {
    display: block;
    width: 500px;
    height: 500px;
    overflow: hidden;
    padding: 3px;
    border: 3px solid #8bab5f;
    background-repeat: no-repeat;
    background-position: 3px 3px;
    float: left;
    background-color: #fff;

}

.javascript #flowering-now-slideshow ul {
    display: none;
}

#flowering-now-slideshow img {
    display: block;
   
}

#book-plug {
    display: block;
    width: 200px;
    float: right;
    font-size: 1.2em;
    line-height: 1.3em;
}

#book-plug em {
    margin: 1em 0;
    font-weight: bold;
    font-size: 110%;
}

#book-plug strong {
    margin-top: 60px;

    display: block;
    font-weight: bold;
}

#book-plug img {
    margin-top: 1.3em;
}


/* contact us form */

#enquiry-form .required-text,
#enquiry-form legend {
	display: none;
}

#enquiry-form {
	width: 100%;
}

#enquiry-form .input-row,
#enquiry-form .options-row {
	display: block;
	width: 100%;
	clear: both;
}

#enquiry-form .input-row label,
#enquiry-form .options-row .options-row-label {
	width: 28%;
	float: left;

}

#enquiry-form .input-row label,
#enquiry-form .options-row .options-row-label,
#enquiry-form .option-row label {
	display: block;
	margin: 5px 0;
	font-size: 1.2em;
	color: #333;

}

#enquiry-form .option-row label {
    width: 88%;
	float: right;
}


#enquiry-form .input-row textarea,
#enquiry-form .input-text {
	
	border: 1px solid #999;
	
}
#enquiry-form .input-row textarea,
#enquiry-form .input-text,
#enquiry-form .options-block {
	display: block;
	width: 70%;
	padding: 2px;
	float: right;
	margin-bottom: 5px;

}

#enquiry-form .option-row {
	display: block;
    width: 100%;
    clear: both;
}

#enquiry-form .option-row input {
	display: block;
    width: 8%;
	float: left;
}



#enquiry-form .input-row textarea {
	height: 100px;
	font-family: inherit;
	font-size: 1.1em;
}

#enquiry-form .input-row p {
	margin: 0.6em 0;
	clear: both;
	color: #999;
}


#enquiry-form .input-submit {
	float: right;
	border: 1px solid #999;
	margin-top: 10px;

}

#enquiry-form .input-text .input-selected,
#enquiry-form textarea .input-selected,
#enquiry-form .input-row .input-text:focus, 
#enquiry-form .input-row textarea:focus {
	background: #dfdf7d;
}


#enquiry-form .input-error {
	background: #F2C7C7;
}

#enquiry-form .client-message {
	display: block;
	width: 100%;
}

#enquiry-form .client-message span {
	display: block;
	padding: 5px 5px 5px 30px;
}

#enquiry-form .information {
	background: url(../images/layout/feedback-icons.png) no-repeat 3px -36px #F6F8FA;
	border-top: 2px solid #5C83B0;
	border-bottom: 2px solid #5C83B0;

}

#enquiry-form .error {
	background: url(../images/layout/feedback-icons.png) no-repeat 3px -4px #F4C9C8;
	border-top: 2px solid #E7574C;
	border-bottom: 2px solid #E7574C;
}


#copyright {
    display: block;
    width: 198px;
    clear: both;
    text-align: center;
    padding-bottom: 10px;
    color: #666;
}


