form.my fieldset {
 background: #fafaff;
 border: solid 1px #ddd;
 border-radius: 8px;
 padding: 6px;
 display: inline-block;
}
form.my label {
 background-color: inherit;
 padding: 6px;
 display: inline-block;
}
form.my span.label-text {
 border-radius: 4px 4px 0 0;
 background-color: #5b5b60;
 color: #ddd;
 padding: 3px 10px 4px 10px;
 line-height: 1.6em;
 display: inline;
 white-space: nowrap;
}
form.my span.label-text:after {
 content: "\a";
 white-space: pre-wrap;
}
form.my div.row {
 display: table-row;
 margin: 0;
 padding: 0;
 line-height: 0;
}
form.my div.row label {
 display: table-cell;
}
span.has-menu {
 position: relative;
}
span.has-menu .model-menu {
 border: solid 1px #cccccc;
 background-color: #fafaff;
 padding: 16px;
 position: absolute;
 z-index: 100;
 right: 100%;
 top: 0px;
 display: none;
 text-align: center !important;
 font-size: 15px;
 font-family: roboto, verdana, arial;
 font-weight: normal;
 line-height: 1.7em;
}
span.has-menu .model-menu a {
 display: inline;
 padding: 2px;
 white-space: nowrap;
}
span.has-menu .model-menu a:after {
 content: "\a";
 white-space: pre;
}
span.has-menu .model-menu div {
 white-space: nowrap;
}
span.has-menu:hover div.model-menu {
 display: block;
}
img.tools {
 max-width: 0.7em !important;
 max-height: 0.7em !important;
 vertical-align: center !important;
 float: none !important;
 margin: 0 !important;
 padding: 0 !important;
 clear: none !important;
 border: none !important;
}
body,
p,
td {
 font-family: roboto, verdana, arial;
 font-size: 15px;
 line-height: 1.5em;
 padding: 0;
 margin: 0;
}
a {
 color: #538060;
 text-decoration: none;
}
a:visited {
 color: #888;
}
a:hover {
 color: black;
 background-color: #ccc;
 margin: 0;
}
div#header {
 height: 55px;
 position: relative;
 border-bottom: 1px solid #ddd;
}
div#content {
 padding-top: 20px;
 clear: both;
 margin: 0;
}
div#content a:hover {
 background-color: #ddd;
}
img#logo {
 float: right;
 max-width: 50%;
 margin-right: 30px;
}
div.juicebox {
 width: 100%;
 height: 500px;
}
div#text {
 background-color: #ffffff;
}
figure {
 display: table;
}
figure.left {
 margin: 14px 14px 0px 0;
 float: left;
}
figure.right {
 margin: 14px 0 0px 14px;
 float: right;
}
figure.middle {
 margin: 8px auto;
}
figure.wide {
 margin: 8px 0;
}
figure.wide img {
 width: 100% !important;
}
figcaption {
 font-size: 11px;
 line-height: 15px;
 text-align: center;
 display: table-caption;
 caption-side: bottom;
 margin: 0;
}
.image-right {
 float: right;
 margin-left: 14px;
}
p + p,
figure + p {
 margin-top: 0.9em;
}
h1 {
 font-family: "Roboto Condensed", "Cormorant Garamond", serif;
 font-size: 26px;
 font-weight: 300;
 color: black;
 line-height: 1.2em;
 margin: 4px 0 12px 0;
 padding: 0 0 10px 0;
 text-align: center;
}
h1 a:hover,
h1 a:visited,
h1 a:active,
h1 a:link {
 text-decoration: none;
 color: black;
 border-bottom: 1px dotted #ddd;
}
h2 {
 font-family: "roboto condensed", "sans-serif";
 text-align: center;
 line-height: 1.2em;
 font-weight: 200;
 font-size: 25px;
 color: black;
 margin: 12px 0 8px 0;
}
h2 a:visited,
h2 a {
 color: black !important;
}
h3 {
 font-family: "Roboto Condensed", arial;
 line-height: 24px;
 font-size: 21px;
 font-weight: 700;
 margin: 14px 0 8px 0;
}
h3 a:visited,
h3 a {
 color: black !important;
}
h3.for-tag {
 text-align: right;
 font-weight: 300;
 margin: 4px 8px 16px 4px;
}
h3.for-tag b {
 font-weight: 700;
}
.summary h2 {
 margin-bottom: 18px;
}
.summary .thumb-left img {
 float: left;
 margin: 0 12px 0 0;
}
.summary .thumb-right img {
 float: right;
 margin: 0 0 0 12px;
}
.summary .more {
 float: right;
 margin: 0 8px 0 0;
}
.summary + .summary {
 margin-top: 2em;
}
div#sidebar {
 padding: 0;
 text-align: center;
 margin-bottom: 18px;
}
div#sidebar a {
 color: #666666;
}
div#sidebar a:visited {
 color: #999999;
}
div#sidebar .post {
 padding: 16px;
}
div#sidebar h2 {
 margin-bottom: 12px;
}
div#sidebar,
div#sidebar p {
 font-family: arial, sans-serif;
}
div.sidebar-line {
 margin: 12px auto 0 auto;
 border-top: 1px solid #ddd;
 padding-bottom: 12px;
 width: 120px;
}
.tags {
 text-align: center;
 margin: 0 auto;
 margin-top: 32px;
}
.tag-link {
 display: inline-block;
 padding: 0 8px;
 margin: 3px 0;
 color: #666666;
 white-space: nowrap;
 background-color: rgba(255, 255, 255, 0.4);
 box-shadow: inset 1px 1px 2px #aaaaaa;
 border-radius: 12px;
}
.tag-link a,
.tag-link a:visited {
 color: #666666 !important;
}
.tag-link em {
 min-width: 12px;
 display: inline-block;
 border-radius: 12px;
 padding: 0 6px;
 margin-right: -8px;
 font-style: normal;
 font-weight: normal;
 border-left: solid 1px #afafaf;
}
@media all and (max-width: 900px) {
 div.top-menu {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  width: 95vw;
  height: 24vw;
  background: url(../images/small-rollover.jpg)
   no-repeat center;
  background-size: 95vw 25vw;
 }
 div.top-menu ul#menu {
  position: absolute;
  top: 1px;
  z-index: 10;
  background-color: #666666;
  display: none;
  margin: 0;
  padding: 0 0 12px 0;
  list-style: none;
  border-radius: 0px 0px 12px 12px;
 }
 div.top-menu ul#menu li {
  display: block;
  padding: 6px 24px;
 }
 div.top-menu ul#menu a {
  padding: 0;
  color: #fff;
  text-decoration: none;
  font: Arial, Helvetica, sans-serif;
  color: white;
  font-size: 1.5em;
  line-height: 1.5em;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
 }
 div.top-menu ul#menu a:hover {
  color: #fff;
  border-bottom: #ddd 4px solid;
 }
 div.top-menu ul#menu a#menucurrent,
 div.top-menu ul#menu a#menuhighlight {
  padding: 0;
  color: #aaa;
  border-bottom: #ddd 4px solid;
 }
 div.juicebox {
  width: 100%;
  height: 80vw;
 }
 div.top-menu:hover ul#menu {
  display: block;
  width: 20em;
 }
 div#fixed-header {
  width: 100%;
  background-color: white;
 }
 div#container {
  width: 100%;
  color: black;
 }
 div#text {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 0px;
 }
 div#wide-text {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 16px;
  box-sizing: border-box;
 }
 div#sidebar {
  padding: 0 0;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0px;
  -moz-column-count: 2;
  -moz-column-gap: 1px;
  column-count: 2;
 }
 div#sidebar div#navigation-box {
  page-break-inside: avoid;
  display: table;
 }
 div#sidebar .side-box,
 div#sidebar .post {
  width: 38vw;
  padding: 4px;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  display: table;
 }
 img#logo {
  max-width: 90%;
  margin-right: 10px;
 }
 #small-rollover {
  display: block;
  width: 95vw;
  margin: 0;
  padding: 0;
 }
 .banner {
  display: none;
 }
 .rollover {
  display: none;
 }
 #content {
  padding-top: 0px !important;
 }
 .actions-wrap {
  display: none;
 }
 .actions-wrap .actions-wrap .login {
  top: 30;
  right: -105px;
 }
 div#footer-content {
  width: 100%;
  margin: auto;
 }
 figure.left img,
 figure.right img,
 .thumb-left img,
 .thumb-right img {
  border-radius: 2px;
  max-width: 38vw;
  max-height: 38vw;
 }
 .weblinks .view {
  width: 100%;
 }
}
@media all and (max-width: 500px) {
 div#sidebar {
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0px;
  -moz-column-count: 1;
  -moz-column-gap: 1px;
  column-count: 1;
 }
 div.member .header .text {
  display: block;
  margin-bottom: 1em;
 }
 div.member .header .picture {
  display: block;
 }
 .work .text p,
 .work .text div {
  width: 100% !important;
 }
}
@media all and (min-width: 900px) {
 div.top-menu {
  display: inline-block;
  padding: 0;
  margin: 0;
 }
 div.top-menu ul#menu {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  list-style: none;
  font-size: 16px;
 }
 div.top-menu ul#menu li {
  margin: 0 30px 0 0;
  padding: 12px 0 0 0;
  float: left;
 }
 div.top-menu ul#menu a {
  padding: 0;
  float: left;
  color: #000;
  text-decoration: none;
  font: 70%/150% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
 }
 div.top-menu ul#menu a:hover {
  color: #000;
  border-bottom: #ddd 4px solid;
 }
 div.top-menu ul#menu a#menucurrent,
 div.top-menu ul#menu a#menuhighlight {
  padding: 0;
  color: #000;
  border-bottom: #ddd 4px solid;
 }
 div#fixed-header {
  width: 920px;
  background-color: white;
 }
 div#container {
  margin: 0 auto;
  color: black;
  width: 920px;
 }
 div#text {
  float: left;
  width: 590px;
  margin: 0 0 20px 0;
  padding: 24px;
  border: 1px solid #ddd;
  border-radius: 8px 8px 16px 16px;
 }
 div#wide-text {
  width: 888px;
  margin: 0 0 20px 0;
  padding: 16px;
 }
 .admin {
  background-color: #ffffff;
  border-radius: 8px 8px 16px 16px;
  display: table !important;
  width: auto !important;
  margin: 0 auto 20px auto !important;
 }
 div#sidebar {
  float: right;
  width: 272px;
 }
 #small-rollover {
  display: none;
 }
 .banner {
  padding: 14px 0 10px 0;
 }
 .banner img#banner {
  max-width: 920px;
  margin: 0 0 0 0;
  border-radius: 4px;
 }
 .actions-wrap {
  position: relative;
 }
 .actions-wrap .right {
  right: -120px;
 }
 .actions-wrap .left {
  left: -120px;
 }
 .actions-wrap .up {
  top: -80px;
 }
 .actions-wrap .login {
  background-color: rgba(255, 255, 255, 0.3);
  top: 10px;
  right: -105px;
 }
 .actions-wrap .login a,
 .actions-wrap .login a:hover,
 .actions-wrap .login a:visited {
  color: #cccccc !important;
 }
 div#footer-content {
  width: 920px;
  margin: auto;
 }
 figure.right img,
 figure.left img,
 .thumb-left img,
 .thumb-right img {
  border-radius: 2px;
  max-width: 250px;
  max-height: 250px;
 }
 .weblinks .view {
  width: 360px;
 }
}
.banner {
 margin: 0;
 position: relative;
}
.banner-caption {
 line-height: 14px;
 text-align: right;
 font-size: 12px;
 font-family: Arial, sans-serif;
 position: absolute;
 bottom: 6px;
 color: #aaa;
 right: 6px;
}
.post:after {
 content: "";
 display: block;
 clear: both;
}
.quote {
 background-color: #fafaff;
 padding: 4px;
 border-radius: 6px;
 margin: 0px 22px 4px 22px;
 font-style: italic;
}
.divider {
 margin: 16px -16px 16px -16px;
 height: 20px;
 background-color: #fafaff;
 border-top: 1px solid #ddd;
 border-bottom: 1px solid #ddd;
}
div.video-wrap {
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 25px;
 height: 0;
}
div.video-wrap iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.origin-left {
 border-right: 1px solid #ddd;
 margin: 0 12px 6px 0;
 float: left;
}
.origin-right {
 border-left: 1px solid #ddd;
 margin: 0 0 6px 12px;
 float: right;
}
.origin {
 background-color: #ecece9;
 display: table;
 border-radius: 4px;
 box-shadow: 1px 1px 1px #bbbbbb;
}
.origin div.text {
 text-align: right;
 font-size: 90%;
 line-height: 1.1em;
}
.origin div {
 display: table-cell;
 padding: 4px 8px 0 4px;
 vertical-align: top;
}
.origin div img {
 max-width: 60px;
 max-height: 34px;
}
.post-link {
 text-align: left;
 margin: 4px 12px 0 6px;
 line-height: 18px;
}
.post-link .icon {
 width: 60px;
 text-align: center;
 float: left;
 margin-right: 10px;
}
.post-link .icon img {
 border-radius: 2px;
 max-width: 60px;
 max-height: 60px;
}
.icon {
 vertical-align: text-top;
}
.picture-center {
 display: block;
 margin: 20px auto 20px auto;
 border-radius: 4px;
}
.firstLetter {
 font-family: georgia, serif;
 display: block;
 float: left;
 margin-top: -0.25em;
 margin-left: -0.1em;
 margin-right: 0.5em;
 height: 2.8em;
 color: #b8b8b8;
}
.firstLetter span {
 font-size: 3.53em;
 line-height: 1em;
}
.firstLetter + span {
 margin-left: -0.3em;
}
#manage {
 background-color: #ffffff;
 border: solid 1px #ddd;
 padding: 8px;
 width: 904px;
 margin: 0 auto 16px auto;
 clear: both;
 border-radius: 12px;
}
.admin-sidebar {
 background-color: #ffffff;
 display: inline-block;
 padding: 16px;
 border-radius: 8px;
}
div#footer {
 font-family: Arial, non-serif;
 background-color: #5b5b60;
 height: 200px;
 clear: both;
 color: #bbb;
 margin: 0;
 padding: 0;
 text-align: center;
 padding-top: 6px;
 border-top: #ddd 6px solid;
}
div#footer table {
 width: 100%;
}
div#footer table td {
 padding: 8px;
}
div#footer .name {
 width: 50%;
 font-family: "roboto condensed", "sans-serif";
 font-size: 50px;
 line-height: 55px;
 font-weight: bold;
 text-shadow: -1px -1px 1px #bbb, 1px 1px 1px #111;
 color: #5b5b60;
 opacity: 0.3;
}
div#footer .links {
 width: 50%;
 white-space: nowrap;
 line-height: 1.4em;
 text-align: left;
 font-size: 13px;
}
div#footer .links b {
 color: #5b4cc2;
 margin: 0 4px;
}
div#footer .links a {
 text-transform: lowercase;
 text-decoration: none;
 color: #bbb;
}
div#footer .copyright {
 font-size: 11px;
 text-align: left;
 font-style: italic;
}
table.list-table {
 margin: 0;
 border-collapse: collapse;
 width: 100%;
}
table.list-table td {
 vertical-align: top;
 padding: 4px;
}
table.list-table td img {
 max-width: 60px;
 max-height: 60px;
}
table.list-table tr:nth-child(odd) {
 background-color: #eaeaee;
}
td.action-link a {
 background-color: black;
 color: white;
 padding: 0 3px 0 3px;
 margin: 0 1px 0 1px;
}
td.action-link a:hover,
td.action-link td.action-link a:active {
 color: red;
}
table.pics {
 margin: 16px auto 0 auto;
 border-spacing: 12px;
 border-collapse: separate;
}
table.pics td {
 vertical-align: top;
}
table.pics td select {
 margin-top: 12px;
}
table.pics td .gallery {
 text-align: right;
}
table.pics td img {
 max-width: 180px;
 margin: 0;
 padding: 0;
}
input[type="submit"] {
 margin: 12px 0 12px 0;
}
table.table-index {
 margin: 0 auto 0 auto;
}
.actions {
 text-align: center;
 background-color: #fafaff;
 padding: 12px;
 border-radius: 6px;
 position: absolute;
}
.actions a,
.actions a:link {
 color: #cccccc !important;
 text-decoration: none;
}
.actions a:hover {
 background-color: #5b5b60 !important;
 color: #fff !important;
}
.topic h2 {
 text-align: right;
}
.topic-posts {
 padding: 0px 0px 12px 0;
 margin: 0;
}
.topic-posts h3 {
 font-family: lobster;
 font-size: 22px;
 color: black;
 margin: 0 0 16px 0;
 padding: 12px 0 2px 0;
 text-align: center;
}
a.post-link {
 display: block;
}
.post-head {
 text-align: left;
 display: table-row;
 color: black;
}
.post-head div.pic {
 display: table-cell;
 padding: 8px 8px 4px 8px;
 width: 100px;
}
.post-head div.pic img {
 max-width: 100px;
 max-height: 100px;
 border-radius: 2px;
}
.post-head div.text {
 display: table-cell;
 width: 100%;
 vertical-align: top;
 padding: 8px 8px 8px 0;
}
.post-head div.text .title {
 font-family: "roboto condensed", "sans-serif";
 font-size: 130%;
 line-height: 1.1em;
}
.post-head div.text p {
 display: inline-block;
 margin-top: 0.2em;
 line-height: 1.1em;
 font-size: 85%;
}
.post-active {
 border-radius: 6px;
 box-shadow: inset 3px 3px 6px #666666;
}
.topic-list div {
 margin: 6px 0 6px 30px;
 text-align: left;
}
div#sidebar .topic-list a {
 font-family: "roboto condensed", "sans-serif";
 font-weight: light;
 font-size: 20px;
 color: black;
}
.topic-list a:visited {
 color: black;
}
#google-map {
 margin: 40px auto 0 auto;
 width: 100%;
 height: 370px;
}
#google-method {
 margin: 8px 6px 6px 20px;
}
#google-directions {
 font-size: 12px;
 line-height: 1.2em;
 margin: 2px auto 2px auto;
 width: 100%;
}
#google-directions td {
 line-height: 1.2em;
 font-size: 12px;
}
.par-break {
 height: 0.6em;
}
div#options {
 top: 0px;
 position: absolute;
 visibility: hidden;
}
div.menu {
 border: solid 1px #cccccc;
 background-color: white;
 text-decoration: none;
 padding: 12px;
 position: absolute;
 opacity: 1;
 text-align: right;
 opacity: 0.9;
}
body {
 background: #eae5d2
  url(../images/bg_body.jpg)
  repeat;
}
div.divider {
 height: 12px;
 margin: 2em 0 2em 0 !important;
 background: url(../images/flourish_small.gif)
  center no-repeat;
 border: 0;
}
div.box-divider {
 height: 12px;
 margin: 1em 0 1em 0 !important;
 background: url(../images/flourish_small.gif)
  center no-repeat;
 border: 0;
}
.works-title {
 background: url(../images/ribbon-works.png)
  no-repeat;
}
.posts-title {
 background: url(../images/ribbon-posts.png)
  no-repeat;
}
.next-meeting {
 background: url(../images/ribbon-next.png)
  no-repeat;
}
.latest-posts {
 background: url(../images/ribbon-latest.png)
  no-repeat;
}
.lit-news {
 background: url(../images/ribbon-news.png)
  no-repeat;
}
.ribbon {
 position: relative;
 left: -53px;
 height: 63px;
 margin: 16px 0 10px 0;
}
div#navigation-box {
 font-size: 95%;
 margin: 20px auto 0 auto;
 padding: 0;
 width: 240px;
}
div#navigation-box h4 {
 text-align: left;
 margin: 10px 0 4px 20px;
}
.navi-box-top {
 background: url(../images/navi-box-top.png)
  no-repeat;
 margin: 0;
 padding: 0;
 width: 246px;
 height: 125px;
}
.navi-box-mid {
 margin: 0;
 line-height: 22px;
 width: 246px;
 background: url(../images/navi-box-mid.png)
  repeat-y;
}
.navi-box-bottom {
 width: 246px;
 margin: 0;
 background: url(../images/navi-box-bottom.png)
  no-repeat;
 height: 89px;
}
.navi-box-text {
 text-align: center;
 position: relative;
 top: -70px;
 left: 8px;
 width: 215px;
}
.navi-box-text .current {
 color: red;
}
.navi-box-text table {
 margin: 0 auto 0 auto;
}
.navi-box-text div {
 margin: 0;
 line-height: 1.05em;
 padding: 5px 0 4px 0;
}
.navi-box-text a {
 text-decoration: none;
 color: black;
}
.navi-box-text div.title {
 font-style: italic;
 font-size: 110%;
}
.navi-box-text div.archive {
 width: 60%;
 margin: 0 auto;
}
.navi-box-text div.archive div {
 padding: 3px 1px 0px 1px;
 display: inline-block;
}
.member {
 width: 100%;
 margin: 0;
}
.member .header {
 display: table;
 margin: 0 auto 16px auto;
}
.member .header .text {
 vertical-align: middle;
 padding: 0 24px 0 0;
 display: table-cell;
}
.member .header .text h2 {
 font-size: 38px;
 margin: 0px 0 12px 0;
}
.member .header .text ul.roles {
 width: 80%;
 margin: 16px auto 16px auto;
 text-align: left;
 padding: 0;
}
.member .header .text ul.roles li {
 line-height: 1.2em;
 font-size: 90%;
 font-style: italic;
 margin: 0;
}
.member .header .picture {
 display: table-cell;
}
.member img {
 margin: 6px;
 padding: 4px;
 border: 1px solid #cccccc;
 max-width: 250px;
 max-height: 250px;
}
.member h3 {
 margin: 40px 0 0 0px;
}
.member .works {
 font-style: italic;
 margin: 20px 0 16px 0;
}
.member .post-link {
 font-size: 16px;
}
.more {
 margin-left: 50px;
 font-style: italic;
}
.members-text {
 width: 50%;
 padding: 1em;
 margin: 0 0 3em 0;
 background-color: #ffffff;
 display: inline-block;
 border-radius: 12px;
}
.member-pics {
 text-align: center;
}
.member-pics img {
 vertical-align: middle;
 max-width: 170px;
 max-height: 170px;
 margin: 4px;
}
.work-detailed {
 width: 90%;
 margin: 30px auto 30px auto;
 clear: both;
}
.work-detailed .icon {
 height: 50px;
 width: 80px;
 float: right;
}
.work-detailed .icon img {
 display: block;
 margin-left: auto;
 margin-right: auto;
 padding: 3px;
 border: 1px solid #cccccc;
 max-height: 50px;
 max-width: 50px;
}
.work-detailed .author {
 text-align: right;
 width: 90%;
}
.work-detailed .title {
 font-family: "roboto condensed";
 font-weight: 300;
 font-size: 20px;
 line-height: 20px;
 margin: 4px 0 0 0;
 padding: 0;
}
.work-detailed .note {
 font-style: italic;
 margin: 0.5em 5em 0 2em;
}
.work-detailed .note img {
 max-height: 100px;
 max-width: 200px;
}
.work {
 margin: 10px 10px 20px 0;
 clear: both;
}
.work div.from {
 margin: 0 6px 26px 26px;
 text-align: center;
 float: right;
}
.work div.from img {
 max-width: 100px;
}
.work h3 {
 line-height: 24px;
 margin: 0 0 10px 0;
 font-weight: bold;
}
.work .text p + p {
 text-indent: 1.6em;
}
.work .text p,
.work .text div {
 margin: 5px 0 5px 0;
 width: 90%;
}
.work ul {
 margin: 5px 0 5px 10px;
 width: 340px;
}
.work .author {
 text-align: right;
 margin-bottom: 6px;
 width: 500px;
 font-style: italic;
}
.work h2 {
 line-height: 26px;
 text-align: left;
 margin-bottom: 40px;
}
.work img {
 margin: 6px;
 padding: 4px;
 border: 1px solid #cccccc;
}
.work img.cover {
 float: right;
}
.work .read {
 margin: 5px 0 12px 30px;
 font-style: italic;
}
.meeting {
 margin: 15px 0 15px 0px;
}
.meeting h3 {
 margin-bottom: 16px;
}
.meeting h3 .date {
 font-weight: 300 !important;
}
.meeting h3 .top {
 margin-bottom: 20px;
}
.meeting h3 .speaker {
 font-weight: bold;
 margin: 0 0 10px 25px;
}
.meeting h3 a,
.meeting h3 a:hover,
.meeting h3 a:visited {
 color: #000000;
}
.meeting img {
 float: right;
 clear: right;
 margin: 6px 6px 6px 12px;
 padding: 4px;
 border: 1px solid #cccccc;
 max-width: 200px;
 max-height: 200px;
}
.meeting .note {
 width: 90%;
}
.meeting:after {
 content: "";
 display: block;
 clear: both;
}
.groups {
 clear: both;
 margin-top: 3em;
}
.group .note {
 width: 90%;
 margin: 0 0 0 0;
}
.group .note p {
 margin: 6px 0 6px 0;
}
.group .coordinator {
 text-align: right;
}
.group .coordinator .text {
 display: inline-flex;
 height: 50px;
}
.group .coordinator .text div {
 margin: auto 0;
}
.group .coordinator .icon {
 width: 80px;
 float: right;
}
.group .coordinator .icon img {
 display: block;
 margin-left: auto;
 margin-right: auto;
 padding: 3px;
 border: 1px solid #cccccc;
 max-height: 60px;
 max-width: 60px;
}
.twitter-follow-button {
 vertical-align: middle;
 padding: 8px 2px 8px 2px;
}
.twitter {
 width: 240px;
 margin: 20px auto 0 auto;
 text-align: right;
 display: inline-block;
}
.twitter-timeline {
 border-radius: 6px;
 box-shadow: 4px 4px 6px #666;
 -mox-box-shadow: 4px 4px 6px #666;
 -webkit-box-shadow: 4px 4px 6px #666;
}
div.book-promo {
 margin: 12px 0 0 0;
 text-align: center;
}
div.book-promo img {
 box-shadow: 4px 4px 6px #666;
 -moz-box-shadow: 4px 4px 6px #666;
 -webkit-box-shadow: 4px 4px 6px #666;
 max-height: 220px;
 max-width: 160px;
}
/* .banner {
 position: relative;
 left: -30px;
 top: +3px;
 margin: 0;
 padding: 0;
 z-index: -3;
} */
 .banner {
  position: relative;
  left: -75px;
  top: 0;
  margin: 0 auto;
  padding: 0;
  z-index: -3;
  text-align: center;
  width: 100%;
}
.banner img {
 padding: 0;
 margin: 0;
}
/* .rollover {
 position: relative;
 left: 35px;
 margin: 0;
 padding: 0;
} */
 .rollover {
  position: relative;
  left: 35px; 
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  line-height: 0; 
  margin-top: -28px; 
}

.rollover img {
 padding: 0;
 margin: 0 0 0 10px;
}
ul.cssmenu {
 list-style: none;
 padding: 0px;
}
.displace {
 position: absolute;
 left: -5000px;
}
ul.cssmenu {
 padding: 0;
 margin: 0;
}
ul.cssmenu li {
 padding: 0;
 margin: 0;
 float: left;
}
ul.cssmenu li a {
 display: block;
 width: 170px;
 height: 91px;
 background: url("../images/rollover_all.png");
}
ul.cssmenu li.ro-home a {
 background-position: 0px 0px;
}
ul.cssmenu li.ro-blog a {
 background-position: -170px 0px;
}
ul.cssmenu li.ro-meetings a {
 background-position: -340px 0px;
}
ul.cssmenu li.ro-members a {
 background-position: -510px 0px;
}
ul.cssmenu li.ro-about a {
 background-position: -680px 0px;
}
ul.cssmenu li.ro-home a.selected {
 background-position: 0px -91px;
}
ul.cssmenu li.ro-blog a.selected {
 background-position: -170px -91px;
}
ul.cssmenu li.ro-meetings a.selected {
 background-position: -340px -91px;
}
ul.cssmenu li.ro-members a.selected {
 background-position: -510px -91px;
}
ul.cssmenu li.ro-about a.selected {
 background-position: -680px -91px;
}
ul.cssmenu li.ro-home a:active {
 background-position: 0px -91px;
}
ul.cssmenu li.ro-blog a:active {
 background-position: -170px -91px;
}
ul.cssmenu li.ro-meetings a:active {
 background-position: -340px -91px;
}
ul.cssmenu li.ro-members a:active {
 background-position: -510px -91px;
}
ul.cssmenu li.ro-about a:active {
 background-position: -680px -91px;
}
ul.cssmenu li.ro-home a:hover {
 background-position: 0px -182px;
}
ul.cssmenu li.ro-blog a:hover {
 background-position: -170px -182px;
}
ul.cssmenu li.ro-meetings a:hover {
 background-position: -340px -182px;
}
ul.cssmenu li.ro-members a:hover {
 background-position: -510px -182px;
}
ul.cssmenu li.ro-about a:hover {
 background-position: -680px -182px;
}
.calendar {
 z-index: 17;
 position: relative;
 display: none;
 border: 2px solid;
 border-color: #fff #777 #777 #fff;
 font-size: 11px;
 cursor: default;
 background: Window;
 color: WindowText;
 font-family: tahoma, verdana, sans-serif;
}
.calendar table {
 border: 1px solid;
 border-color: #fff #777 #777 #fff;
 font-size: 11px;
 cursor: default;
 background: Window;
 color: WindowText;
 font-family: tahoma, verdana, sans-serif;
}
.calendar .button {
 text-align: center;
 padding: 1px;
 border: 1px solid;
 border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
 background: ButtonFace;
}
.calendar .nav {
 background: ButtonFace
  url(../assets/menuarrow.gif)
  no-repeat 100% 100%;
}
.calendar thead .title {
 font-weight: bold;
 padding: 1px;
 border: 1px solid #000;
 background: ActiveCaption;
 color: CaptionText;
 text-align: center;
}
.calendar thead .name {
 border-bottom: 1px solid ButtonShadow;
 padding: 2px;
 text-align: center;
 background: ButtonFace;
 color: ButtonText;
}
.calendar thead .weekend {
 color: #f00;
}
.calendar thead .hilite {
 border: 2px solid;
 padding: 0px;
 border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}
.calendar thead .active {
 border-width: 1px;
 padding: 2px 0px 0px 2px;
 border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}
.calendar tbody .day {
 width: 2em;
 text-align: right;
 padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
 font-size: 80%;
 color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
 color: #faa;
}
.calendar table .wn {
 padding: 2px 3px 2px 2px;
 border-right: 1px solid ButtonShadow;
 background: ButtonFace;
 color: ButtonText;
}
.calendar tbody .rowhilite td {
 background: Highlight;
 color: HighlightText;
}
.calendar tbody td.hilite {
 padding: 1px 3px 1px 1px;
 border-top: 1px solid #fff;
 border-right: 1px solid #000;
 border-bottom: 1px solid #000;
 border-left: 1px solid #fff;
}
.calendar tbody td.active {
 padding: 2px 2px 0px 2px;
 border: 1px solid;
 border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}
.calendar tbody td.selected {
 font-weight: bold;
 border: 1px solid;
 border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
 padding: 2px 2px 0px 2px;
 background: ButtonFace;
 color: ButtonText;
}
.calendar tbody td.weekend {
 color: #f00;
}
.calendar tbody td.today {
 font-weight: bold;
 color: #00f;
}
.calendar tbody td.disabled {
 color: GrayText;
}
.calendar tbody .emptycell {
 visibility: hidden;
}
.calendar tbody .emptyrow {
 display: none;
}
.calendar tfoot .ttip {
 background: ButtonFace;
 padding: 1px;
 border: 1px solid;
 border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
 color: ButtonText;
 text-align: center;
}
.calendar tfoot .hilite {
 border-top: 1px solid #fff;
 border-right: 1px solid #000;
 border-bottom: 1px solid #000;
 border-left: 1px solid #fff;
 padding: 1px;
 background: #e4e0d8;
}
.calendar tfoot .active {
 padding: 2px 0px 0px 2px;
 border-top: 1px solid #000;
 border-right: 1px solid #fff;
 border-bottom: 1px solid #fff;
 border-left: 1px solid #000;
}
.calendar .combo {
 position: absolute;
 display: none;
 width: 4em;
 top: 0px;
 left: 0px;
 cursor: default;
 border: 1px solid;
 border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
 background: Menu;
 color: MenuText;
 font-size: 90%;
 padding: 1px;
 z-index: 100;
}
.calendar .combo .label,
.calendar .combo .label-IEfix {
 text-align: center;
 padding: 1px;
}
.calendar .combo .label-IEfix {
 width: 4em;
}
.calendar .combo .active {
 padding: 0px;
 border: 1px solid #000;
}
.calendar .combo .hilite {
 background: Highlight;
 color: HighlightText;
}
.calendar td.time {
 border-top: 1px solid ButtonShadow;
 padding: 1px 0px;
 text-align: center;
 background-color: ButtonFace;
}
.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
 padding: 0px 3px 0px 4px;
 border: 1px solid #889;
 font-weight: bold;
 background-color: Menu;
}
.calendar td.time .ampm {
 text-align: center;
}
.calendar td.time .colon {
 padding: 0px 2px 0px 3px;
 font-weight: bold;
}
.calendar td.time span.hilite {
 border-color: #000;
 background-color: Highlight;
 color: HighlightText;
}
.calendar td.time span.active {
 border-color: #f00;
 background-color: #000;
 color: #0f0;
}
form.my fieldset {
 background: #fafaff;
}


