/* new html5 block elements */
header, figure, nav, section, article, aside, footer {
    display: block;
    margin: 0px; /* Because Safari screws this up */
}
body {
    background-color: #AAAAAA;
    font:13px Verdana, Geneva, Arial, Helvetica, sans-serif;
    /* font: 13px Courier, "Avant Garde", sans-serif; */
    color: #000000;
    padding: 0px;
    margin: 0px;
}
a:link {
    color: blue;
}
a:visited {
    color: purple;
}
a:hover {
    color: blue;
}
a:active {
    color: red;
}
.content {
    max-width: 800px;
    background-color: #FFFFFF;
    padding:0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
    /* margin-right is 5px plus the width of the "farright" thing */
    margin:5px;
    margin-right:305px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .5);
    z-index:2;
    position:relative;
}
/* Alternative to "content"; when we change the class of the outer div, a right column is made to appear. (Shenanigans appear elsewhere.) */
.forceright {
    max-width: 800px;
    background-color: #FFFFFF;
    padding:0
}
/* Alternative to "content"; when we change the class of the outer div, a right column is made to NOT appear. (Shenanigans appear elsewhere.) */
.forcenoright {
    max-width: 800px;
    background-color: #FFFFFF;
    padding:0
}
header, .header {
    width: 800px;
    max-width:100%;
    height: 130px;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    font: 24px Verdana, Geneva, Arial, Helvetica, sans-serif;
    /* font: 24px Courier, "Avant Garde", sans-serif; */
    background-image:url('../image-files/headline.jpg');
    background-repeat:no-repeat;
    background-position:left center;
    color: #888888;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.mainwrapper {
    float: left;
    width: 100%;
}
.main {
    margin-left: 130px;
    /* uncomment next line if putting a right margin on all pages */
    /* margin-right:130px; */
    /* padding: 20px; */
    padding: 40px;
}
.forceright .main {
    margin-left: 130px;
    margin-right:130px;
    padding: 20px;
}
.forcenoright .main {
    margin-left: 130px;
    padding: 20px;
}
.topnav {
    display:table;
    clear:both;
    border-spacing: 1px 0px;
}
.topnav a {
    text-decoration: none;
}
.topnavbar {
    display:table-row;
}
.section {
    display:table-cell;
    /* background-color: #223344; */
    background-color: #193325;
    color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    border-top: none;
    vertical-align: middle;
    text-align: center;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 2px solid black;
    border-top: none;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
}
.section a:link {
    color: #FFFFDD;
}
.section a:visited {
    color: #FFFFDD;
}
.section a:hover {
    color: #FFAAAA;
}
.section a:active {
    color: #FFFFFF;
}
.navbar {
    width: 130px;
    float: left;
    margin-left: -100%;
}
.rightbar {
    width: 130px;
    float: left;
    margin-left: -130px;
}
.forcenoright .rightbar {
    /*Remove the right bar from the page HTML too; this is just in case I forget.*/
    visibility: hidden;
    width: 130px;
    float: left;
    margin-left: -130px;
}
footer, .footer {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    clear: both;
    font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    /* font: 12px Courier, "Avant Garde", sans-serif; */
}
.navlink {
    background-color: #223344;
    color: #FFFFFF;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top:2px;
    padding: 3px;
    padding-left: 5px;
    border: 2px solid black;
    border-left: none;
    width: 100%;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
}
.subitemnavlink {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
}
.subitemnavlink .navlink {
    background-color: #334C66;
    color: #FFFFFF;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    margin-top:2px;
    padding: 3px;
    padding-left: 5px;
    border: 2px solid black;
    border-left: none;
    border-bottom: none;
    width: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navlink a {
    text-decoration:none;
}
.navlink a:link {
    color: #FFFFFF;
}
.navlink a:visited {
    color: #FFFFFF;
}
.navlink a:hover {
    color: #FFFFAA;
}
.navlink a:active {
    color: #FFAAAA;
}
.subnavlinks {
    background-color: #193325;
    color: #FFFFFF;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    margin-top:0;
    padding: 3px;
    padding-left: 5px;
    border: 2px solid #111922; /*#223344*/
    border-left: none;
    width: 100%;
}
.subnavlinks .navlink {
    background: none;
    border: none;
    /*font-size: smaller;*/
    padding:1px;
    margin-top:3px;
    font-weight:normal;
    text-indent:-2px;
    padding-left:2px;
}
.subnavlinks .indent .navlink {
    font-size: smaller;
}
.h1 {
    font-size:20pt;
    font-weight: bold;
}
.genus {
    font-style:italic;
}
.italic {
    font-style:italic;
}
.tableofcontents {
    margin-top: 1em;
    border: 1px solid black;
}
.photosequence {
    margin-left:auto; margin-right:auto; text-align:center;
    margin-top: 1em;
    margin-bottom: 1em;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    background: #EEEEEE;
    padding:3px;
}
.photosequence .photo {
    margin-left:auto; margin-right:auto; text-align:center;
}
.photosequence .caption {
    margin-bottom:1em;
}
.orchidtype {
    clear: both;
    border-bottom: 2px solid #EEEEEE;
}
.beginnerorchidtype {
    clear: both;
    border-bottom: 2px solid #FFEECC;
}
.orchidtypelink {
}
.thumbnail {
    text-align:center;
    margin-right: 10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    background: #EEEEEE;
    padding:4px;
    float: left;
    margin-bottom:1em;
    max-width: 208px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .5);
}
.beginnerorchidtype .orchidtypelink .thumbnail {
    background: #FFEECC;
}
.thumbnail .caption {
    text-align:center;
}
.thumbnail .credit {
    text-align:center; font-size:smaller;
}
.thumbnail .credit a {
    color:#000000;
}
.thumbnail .credit .title {
    font-style: italic;
}
.thumbnail .credit .author {

}
.thumbnail .ccimg {
    vertical-align: bottom;
}
.thumbnail .license {
    text-align:center; font-size:7pt;
}
.thumbnail .license a {
    color: #000000;
}
.photo {
    text-align:center;
     /*margin-left:auto; margin-right:auto;
    margin-top: 1em;
    margin-bottom: 1em;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    background: #EEEEEE;
    padding:3px;*/
}
.photo .inner {
    margin-left:auto; margin-right:auto; text-align:center;
    margin-top: 1em;
    margin-bottom: 1em;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    background: #EEEEEE;
    padding:3px;
    display:inline-block;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
    /* IE 6&7 hack */
    zoom: 1;
    *display: inline;
}
.photo .inner .caption {
    text-align:center;
}
.photo .inner .credit {
    text-align:center; font-size:smaller;
}
.photo .inner .credit a {
    color:#000000;
}
.photo .inner .license {
    text-align:center; font-size:7pt;
}
.photo .inner .license a {
    color: #000000;
}
div.return, a.return {
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
    padding: 3px;
    margin:2px;
    border: 2px solid #88AA88;
    background: #EEEEEE;
    display: inline-block;
}

div.return a:hover, a.return:hover {
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    padding: 3px;
    margin:2px;
    border: 2px solid #77CC77;
    background: #CCEECC;
    display: inline-block;
}
.returnpagename {
    font-weight: bold;
}
.bold {
    font-weight: bold;
}
.otheruses {
    font-variant: small-caps;
    margin-bottom: 1em;
}
.tableofcontents {
    background: #EEEEEE;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    padding:5px;
    border: 2px solid #DDDDDD;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
}
.TOCrow {
    margin-bottom:1em;
}
.TOClink a {
    font-weight:bold;
    display:block;
}
.rss {
    text-align:center;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    border:2px solid #DDDDDD;
    background: #EEEEEE;
    padding:6px 0;
    padding-top: 4px;
    margin:12px 12px;
    font-size: smaller;
    font-weight: bold;
    color: #444444;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
}
.rssimg {
    margin-top: 2px;
}
.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.indent {
    padding-left: 5px;
}
.formfield {
    font-weight: bold;
}
dfn {
    border-bottom:1px dotted black;
}
.farright {
    float: left;
    background: #FFFFFF;
    width: 300px;
    margin-left: -300px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .5);
    position: fixed;
    top: 30px;
    right: 5px;
    z-index: 1;
}
.socialleftbox {
    display:table;
    text-align:left;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    border:2px solid #DDDDDD;
    background: #EEEEEE;
    margin: 6px;
    padding: 3px;
    border-spacing: 0px 3px;
    width:90%;
}
.socialleftbox .socialbutton {
    display:table-row;
}
.socialbottombox {
    text-align:center;
}
.table {
    display:table;
}
.row {
    display:table-row;
}
.socialbottombox .socialbutton {
    display:table-cell;
    font-weight:bold;
}
h4 {
    font-weight: bold;
    font-size: 13px;
}
.centeredbox {
    display:inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.socialbottombox .centeredbox {
    text-align:center;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
    border:2px solid #DDDDDD;
    background: #EEEEEE;
    /*padding: 3px; */
    border-spacing: 6px 0px;
    padding: 6px;
}
.topsocialbox {
    float:right;
    display:table;
    text-align:left;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
    border:1px solid rgba(221,221,221,0.5);
    background-color:rgba(238,238,238,0.5);
    margin-right: 6px;
    padding: 2px;
    border-spacing: 0px 2px;
    width:90px;
    font-size: 2px;
}
.topsocialbox .socialbutton {
    display:table-row;
}
.socialbottombox {
    text-align:center;
}
.socialbottombox h4 {
    margin: 0px;
}
.payitforwardinner {
    margin-top: 5px;
    border: 1px solid black;
}
.orchidnames {
    font-size:smaller;
}
.specieslist {
    border-left: 2px dotted #EEEEEE;
    padding-left:1em;
}
.selectedspecies {
    /* nothing special */
}
/*
.beginnerorchid {
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    margin: 5px;
    padding: 5px;
    background: #FFEECC;
}
*/
.typename {
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    margin: 5px;
    padding: 5px;
    background: #EEEEEE;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
}
.beginnerorchidtype .orchidtypelink .typename {
    background: #FFEECC;
}
h1 {
    margin-top: 10px;
    font-size: 30px;
    color: #730d22;
    font-family: helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
}