/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end rest */

body {
	font-family: 'Lato', sans-serif;
	font-size:100%;
	line-height: 1.3em;
	color:#4A4A4A;
}
#search {
	position:absolute;
	top:1.9em;
	right:0;	
	text-align:right;
}
#search #search-input {
	font-style:italic;
	color: #666666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border-radius: 5px;
	border:none;
	width:12em;
	height:23px;
	padding: 0 .3em;
	font-size:.85em;
}
#search #search-submit {
	background-image: url('images/backgrounds.png');
	background-color:transparent;
	text-indent:-10000px;
	width:35px;
	height:25px;
	border:none;
}
#search #search-submit:hover {
	background-position: 0 -26px;
}
#search a {
	color:#fff;
	font-size: .8em;
	padding: .3em 0;
	display:block;
}
#search a:hover {
	text-decoration:underline;
}
.screen-width {
	width:1000px;/* !important;*/
}
#utility-wrapper {
	background-color: #806349; /*brown*/
	position:relative;
}
#utility {	
	margin: 0 auto 0 auto;
	position: relative;
	height:24px;
}
#utility div {
  float: right;
  font-family: 'Raleway', sans-serif;
  color:#F6F4EB;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
#utility h5 {
  color:#F6F4EB;
  font-size:15px;
  letter-spacing: 1px;
  float: left;	
}
#utility a {
  color:#F6F4EB;
  padding: 0 5px;
}
#utility a:last-child {
	padding:0 0 0 5px;
}
#top-wrapper {
	background-color: #749E44; /*green*/
	position:relative;	
	background-image:url('../images/blossom-blur-close-up-247572-top.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
}
#top {
	margin: 0 auto 0 auto;
	padding: 0 0 .8em 0;
	position: relative;
}
#logo {
	display:inline-block;
	width:146px;
	margin:15px 0 5px 0;
}
#top a {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size: 16px;
	position:absolute;
	top:40px;
	text-decoration:none;
	letter-spacing: 1px;
	color:#D1F5A8;
}
#top a:hover {
	color: #fff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff
}
#top a#link-species-index {
	right:350px;
}
#top a#link-news {
	right:160px;
}
#top a#link-resources {
	right:0;
}
#top a i {
	font-size:36px;
	padding:0 0 10px 0;
}


.level_home #link-home,
.level_news #link-news,
.level_page.php #link-news,
.level_species-index #link-species-index,
.level_projects #link-projects,
.level_keys #link-keys,
.level_resources #link-resources,
.level_tours #link-tours,
.level_about #link-about {
	color: #fff;
	/*border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;*/
}
#content-wrapper {
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
}
#breadcrumb {
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
	font-size: 0.9em;
}
#breadcrumb.indent {
	margin-left:50px;
}

.pageNumbers {
	text-align: right;
	font-size: 10pt;
	color: red;
}

/* TWO COL INDEX */
#side {
	float: right;
	width: 475px;
	margin-top: 3.1em;
}
#main .slideshow {
	margin-bottom: 3em;
	font-size: 0.9em;
}
#main .slideshow .thumb {
    border: 1px solid #fff;
    padding: .5em;
    margin-right: .25em;
}
#main .slideshow .thumb:hover {
    border: 1px solid #333;
}
#main .slideshow .current {
    border: 1px solid #333;
    padding: .5em;
}
#main .slideshow p {
	margin: .5em 0;
}
#side .slideshow {
	margin-bottom: 3em;
	font-size: 0.9em;
}
#side .slideshow .thumb {
    border: 1px solid #fff;
    padding:.5em;
    margin-right:.25em;
}
#side .slideshow .thumb:hover {
    border: 1px solid #333;
}
#side .slideshow .current {
    border: 1px solid #333;
    padding:.5em;
}
#side .slideshow p {
	margin: .5em 0;
}
#side #map {
	margin-bottom: 4em;
	/*background-image:url(images/map.png); NOT NEEDED AT THE MOMENT*/
	width:375px;
	height:278px;
	position:relative;
}
#side #map p {
    position:absolute;
    top:13em;
}
#side .pullquote {
	font-size: 1.6em;
	font-style: italic;
}
#main #peak-fruiting {
    font-family: "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", Courier, monospace; 
    margin: .25em 0 0 0;
    font-size:1.2em;
}
#main #peak-fruiting span {
    background-color:#ccc;
    display:block;
    float:left;
    width:20px;
    height:18px;
    margin:1px;
    text-align:center;
    padding:2px 0 0 0 ;
}
#main #peak-fruiting span.fruiting {
    background-color:orange;
}
#main {
	width:500px;
	float: left;
	min-height:500px;
}

#main #scientific-classification {
    background-color:#ccc;
    padding: .3em .5em .5em .5em;
    margin:2em 0 0 0;
    width:70%;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#main #scientific-classification p {
    border-bottom:1px #fff solid;
    margin-bottom:5px;
    color:#333;
}

/* ONE COL INDEX */
#one-col #main {
	width:90%;
	float: none;
	margin:0 auto;
}
/* SPECIES INDEX */
/*.screen_species-index #main {
    margin-left:3em;
    width:25em;
}*/
.screen_species-index #main li {
    /*margin:0;*/
}
/*.screen_species-index #side {
	margin-right:5em;
	width: 25em;
}*/

/* HOME */
#home-guide { /*#home-news*/
    width:46%;
    background-color:#EBDDE2;
    margin: 1em 5em 0 0;
    float:left;
    padding:2%;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#home-guide span {
    font-size:1.35em;
}

.link-blue {
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color:#1680ad;
    color:#ffffff;
    text-decoration:none;
    font-size:.5em;
    padding:.2em;
    font-weight:bold;
    text-transform:uppercase;
    border:1px #fff solid;
}
.link-blue:hover {
    background-color:#135195;
}

#home-events {
    width: 97%;
    /*background-color:#ddd;*/
    margin: 0 1% 0 0;
    float:left;
    padding:2%;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#home-events ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

#home-events li {
    margin:0;
    padding: 5px 0;
    border-top:1px #333 dashed;    
}

#home-events li span {
    display:block;
    font-size:.9em;
}

#home-events h1 {
	font-size: 16pt;
}

#home-events h2 {
	font-size: 14pt;
}

/*#home-events .cloneDate {
    background-color:#aaa;
    border-radius:7px; 
    padding:2px 12px;
    margin:1px 0 0 0;
    float:none;
} This broke the styling when adding the category*/

/* COMMON STYLES */
a { text-decoration: none; color:#1C68AC }
a:hover { text-decoration: underline; color:#043F72 }
p {
	margin: 1em 0 0 0;
}
p.family {
	font-size:0.8em;
	margin: -.2em 0 2.5em 0;
}
em {
	font-style:italic;
}
p.family span {
	font-weight: bold;
}
strong {
	font-weight:bold;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
}
h1 {
	font-size: 36px;
	line-height: 1em;
}
h1 span {
	font-size: .7em;
}
h2 {
	font-size: 1.5em;
	line-height: 1em;
	margin: 1.0em 0 .3em 0;
}
h3 {
	font-size: 1.25em;
	margin: 1.0em 0 .3em 0;
}
ul {
    list-style-type: disc;
    margin: 1em 0 0 0;
}
ol {
    list-style-type: decimal;
    margin: 1em 0 0 0;
}
li {
    padding: 0 0 .5em 0;
    margin: 0 0 0 1em;
}

#footer-wrapper {
	clear: both;
	background-color: #4a4a4a;
	background-image:url('../images/blossom-blur-close-up-247572.png');
    background-repeat:no-repeat;
    background-size:cover;
    padding-top:40px;
    height:284px;
}
#footer {
	margin: 0 auto;
}
#footer p {
	color:#ffffff;
	text-align:center;
}
#footer p a {
	color:#ffffff;
}

#species-list {
    list-style-type:none ;
    overflow:auto;
    width:400px;
    margin:0;
    padding:0;
}

/*
	Styles for positioning and framing content images
*/
.center-images {
    text-align: center;
    margin: 10px 0;
}

.align-center {
    display: inline-block;
    margin: 0 auto;
}

.align-right { 
	float:right; 
	margin: 0 0 15px 10px; 
}

.align-left { 
	float:left; 
	margin: 0 10px 15px 0;
}

.frame { 
	padding: 3px; 
	border: 1px solid #aaa;
}

/*
	Styles for clones
*/
/*
.cloneHeading {
    background-color:#aaa;
    border-radius:7px; 
    padding:2px 12px;
    margin:20px 0 0 0;
}
.cloneDate {
    color:#666;
    float:left;
    padding:0;
    margin:0;
    font-weight:bold;
}

.cloneCategory {
	color: #fff;
	float: right;
	padding:0;
    margin:0;
}
*/
.clone {
	background-color:#F6F4EB;
	padding:20px;
	margin: 20px 0;
}
.clone p {
	margin:5px 0;
	padding:0;
}
.cloneHeading {
	font-size:14px;
	line-height:20px;
}
.cloneDescription {
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	line-height: 24px
}

/*
	Styles for sequencing related content & pages
*/
.sequenceData {
	width: 98%;
	margin-top: 10px;
	border: 1px dashed #000000;
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	white-space: pre-wrap;       /* css-3 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	word-break: break-all;
	white-space: normal;
	clear: both;
}

.sequenceData {
	padding: 0px 12px 5px 12px;
}

/*
	Styles for latin names. Is called in jquery.tabify.js
*/
.latinName {
	font-style: italic;
	/*font-weight: bold;*/
	letter-spacing: 0.05em;
	font-size: 12pt;
}

/*
*/
.notVerified {
	color: #980000;
}

.headerLine {
    border: 0; border-bottom: 2px solid #135196;
    margin: 30px 0 0 0;
}

.how-to-use-site {
    list-style-type:none
}

.how-to-use-site a {
    /*background-color:#135196;
    border-radius:7px;
    padding:2px 12px;*/
    font-size: 13pt;
    color:#fff;
    font-weight:bold;
}

.blue-rounded-rule {
    background-color:#135196;
    border-radius:7px; 
    padding:2px 12px;
    margin:20px 0 0 0;
}
/*----------------------------------------------------------------- */

/*
CSS for adding content columns
*/
/*----------------------------------------------------------------- */

#columns {
	width: 800px;
	margin: 0 auto;
	/*text-align: center;
	background: #99c;*/
}

/*#columns p {
	height: 40px;
	width: 200px;
	margin-left: 33px;
	text-align: center;
	line-height: normal;
	background: #fff;
}*/

#col1 {
	float: left;
	width: 267px;
	/*background: #1c1;*/
}

#col2-1 {
	float: left;
	width: 266px;
	/*background: #1c9;*/
}

#col2-2 {
    float: right;
	width: 267px;	
    /*background: #3ff;*/
}

/*----------------------------------------------------------------- */

/* 
	STYLE SHEET FOR TABIFY JQUERY PLUGIN V 1.5, 2/7/2011
	
	For more information, visit http://www.unwrongest.com/projects/tabify/
*/

.tabify-menu { padding: 0; clear: both; width: 1600px; } /* width: 850px; */
.tabify-menu li { display: inline; }
.tabify-menu li a { background: #135196; padding: 10px; float:left; border-right: 1px solid #ffffff; border-bottom: none; text-decoration: none; color: #fff ; font-weight: bold;}
.tabify-menu li.active a { background: #ddd; color:#333 !important; }
.tabify-menu li a:hover { color:#fff !important; text-decoration:none !important; background-color: #1684af }
.tabify-content { float: left; clear: both; color: #5c5c5b; background: #f6f4ec; padding: 10px 20px 20px; width: 850px; margin: 0 0 20px 0; }
.tabify-content h3 {
    border: 0; border-bottom: 2px solid #135196;
    margin: 30px 0 0 0;
}

/*Styles for the Species Index genus species collection lists*/
#genera-list > li {
	list-style-type: none;
	font-style: italic;
	font-weight: bold;
	font-size: 14pt;
	
}
#genera-list > li > ul {
	margin:10px 0 20px 10px;
	padding:0;

}
#genera-list > li > ul > li {
	list-style-type: none;
	margin:10px 0 0 0;
	padding:0;
}

/*Style treatment for collections w/ disabled links*/
#genera-list > li > ul > li {
	color: grey;
	font-size: 12pt;

}
/*
.tabify-content li {
	margin-left: 15px;
	color: #5c5c5b;
	font-weight: normal;
}*/
/*----------------------------------------------------------------- */

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/js/colorbox/images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/js/colorbox/images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/js/colorbox/images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/js/colorbox/images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/js/colorbox/images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/js/colorbox/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/js/colorbox/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/js/colorbox/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/js/colorbox/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(/js/colorbox/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/js/colorbox/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/js/colorbox/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/js/colorbox/images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/js/colorbox/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
