/* Main stylesheet: /css/main.css. This stylesheet only contains site-specific color customizations.  */

/* === GLOBAL styles === */
body{background:rgb(107,130,0) url('/css/images/herpetology/herpetology-bg.jpg') repeat-x;}
a:link {color:rgb(160,108,40);}
a:visited {color:rgb(194,135,23);}
a:active {color:rgb(194,135,23);}
a:hover {color:rgb(110,139,61);}

/* === HEADER styles === */
#header a:link {color:rgb(246,246,204);}
#header a:visited {color:rgb(246,246,204);}
#header a:active {color:rgb(246,246,204);}
#header a:hover {color:rgb(152,106,18);}

/* === UNIVERSAL NAV styles === */
#topnav a {color:rgb(255,255,255);border: 0.0625em solid rgb(110,139,61); background: rgb(107,130,0) url('/css/images/gradients/btn_glass.png') repeat-x 0 50%;}
#topnav a:hover {background-color: rgb(146,160,0); border-bottom: 0.0625em solid rgb(110,139,61);}


/* === CONTENT CONTAINER layout styles === */
#fronds{background-color:transparent;background-image:none;}
#main{background-color:rgb(255,255,255);}
.guide-box{width:35.5em;margin:0 0 1.875em 0;padding:0.625em 1.5625em;text-align:center;box-shadow: 3px 3px 10px 2px rgba(119, 119, 119, 0.5);-moz-box-shadow: 3px 3px 10px 2px rgba(119, 119, 119, 0.5);-webkit-box-shadow: 3px 3px 10px 2px rgba(119, 119, 119, 0.5);}


/* === CONTENT styles === */
h2 {color: rgb(34,18,1);color: rgba(34,18,1,.9);}
h3 {color: rgb(89,31,0);color: rgba(89,31,0,.9);}
h4, h5 {color: rgb(155,108,15);color: rgba(155,108,15,.9);}

strong {color: rgb(74,82,1);}

.typeschart{border-collapse: collapse;font-size: 0.95em;} 
.typeschart th{text-align:left;font-size: 0.9em;vertical-align:bottom;background: rgb(107,130,0);font-weight:bold;color:rgb(255,255,255);padding: 0.5em;}
.typeschart td{padding: 0.5em;border-bottom:1px solid #000;border-top: 1px solid transparent;}
.typeschart tr:nth-child(even){background: #ffffdd;}  




/* === SUBNAVIGATION SLIDEMENU styles === */
.slidemenu li a:hover {background: rgb(74,82,1);} 
.slidelevel02 li a {background: rgb(204,213,105);color: rgb(64,51,32);border-left: 0.3125em solid rgb(204,213,105);}
.slidelevel02 li a:hover {background: rgb(227,228,138);color: rgb(64,51,32);border-left: 0.3125em solid rgb(74,82,1);}
