/*


*/
@import url(/assets/gallerist/application-116e36c344494ed5a83c0155ca1e00ae45eb4f38819f0c73a69308a1835f6191.css);
@import url(/assets/jscalendar/calendar-system-fec961d57fdb6a26ecd6bc67a726d562ee4a9dfe7483381b401aedd9620ef54e.css);
@import url(/assets/juicebox/jbcore/classic/theme-5741ce91a2c93f3d1f9da8007030ec12fda6eb7dd79c54328ba4e0f37f580270.css);
div.error {
  border: red solid 1px;
  padding: 6px;
  border-radius: 8px;
  color: red;
  display: inline-block; }
  div.error .suggest {
    text-align: right;
    color: black; }
    div.error .suggest a,
    div.error .suggest a:link,
    div.error .suggest a:visited {
      font-style: italic; }

/**** my form ***************************************************************/
img.required {
  width: 8px;
  vertical-align: 0.1em;
  margin-left: 4px; }

form.my .hint {
  font-size: 80%;
  line-height: 1.1em;
  color: #999999; }
  form.my .hint p {
    font-size: inherit;
    line-height: inherit; }
  form.my .hint p,
  form.my .hint p {
    margin: 4px 0px; }

form.my fieldset {
  background: #fafaff;
  border: solid 1px #dddddd;
  border-radius: 8px;
  padding: 6px;
  display: inline-block; }

form.my .how-to {
  display: inline-block; }
  form.my .how-to .title {
    position: relative;
    color: blue;
    font-style: italic;
    margin: 2px 0 2px 16px;
    font-size: 90%; }
    form.my .how-to .title img {
      height: 20px;
      margin-right: 6px;
      vertical-align: bottom; }
  form.my .how-to .title:hover .how-to-info {
    display: inline-block;
    z-index: 10;
    bottom: 1px; }
  form.my .how-to .how-to-info {
    white-space: normal;
    display: none;
    background-color: white;
    position: absolute;
    width: 360px;
    padding: 24px;
    border: 4px #999999 solid;
    border-radius: 24px;
    color: black;
    font-style: normal; }
    form.my .how-to .how-to-info h2 {
      margin: 0 0 16px 0;
      font-size: 1.7em; }
    form.my .how-to .how-to-info ul {
      margin-left: 12px;
      padding: 0; }
    form.my .how-to .how-to-info em {
      border: #dddddd 1px solid;
      display: inline-block;
      padding: 2px 4px;
      font-style: normal;
      font-family: monospace;
      line-height: 1.1em;
      background-color: #f3f3f3;
      border-radius: 6px;
      color: blue; }
    form.my .how-to .how-to-info mark {
      display: inline-block;
      line-height: 1em;
      padding: 2px; }

form.my .error {
  border: solid 3px red; }

form.my label {
  background-color: inherit;
  padding: 6px !important;
  display: inline-block; }

form.my span.label-text {
  border-radius: 4px 4px 0 0;
  background-color: #5B5B60;
  color: #dddddd;
  padding: 3px 10px 4px 10px;
  line-height: 1.6em;
  display: inline;
  white-space: nowrap; }
  form.my span.label-text img {
    width: 8px;
    vertical-align: 0.1em;
    margin-left: 4px; }

form.my span.label-text:after {
  content: "\a";
  white-space: pre-wrap; }

form.my input[type=image] {
  display: inline-block;
  height: 1.2em;
  vertical-align: middle;
  max-width: 1.2em;
  margin: 4px !important; }

form.my select.right {
  text-align: right; }

form.my .info {
  vertical-align: top;
  display: inline-block;
  margin: 10px; }
  form.my .info p {
    line-height: 1.1em;
    font-size: 80%;
    color: #999999; }

form.my div.row {
  display: table-row;
  margin: 0;
  padding: 0;
  line-height: 0; }
  form.my div.row label {
    display: table-cell; }

form.my div.error-listing {
  margin: 0 0 12px 24px; }
  form.my div.error-listing h2 {
    text-align: left; }
  form.my div.error-listing ul {
    margin: 0 0 0 24px;
    list-style-type: '\26d4'; }
    form.my div.error-listing ul li {
      padding-left: 4px; }

/*** model menu *************************************************************/
span.has-menu {
  position: relative;
  vertical-align: top;
  display: inline-block;
  white-space: normal; }
  span.has-menu .model-menu {
    border: solid 1px #cccccc;
    background-color: #fafaff;
    padding: 16px;
    border-spacing: 3px;
    /* if display: table then padding won't work, but this will */
    border-collapse: separate;
    position: absolute;
    z-index: 100;
    top: auto;
    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: table; }

/*** for auto complete ********************************************************/
div.auto_complete {
  width: 350px;
  background: #fff;
  position: absolute;
  z-index: 10; }
  div.auto_complete ul {
    border: 1px solid #888;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none; }
    div.auto_complete ul li {
      margin: 0;
      padding: 3px; }
    div.auto_complete ul li.selected {
      background-color: #ffb; }
    div.auto_complete ul ul strong.highlight {
      color: #800;
      margin: 0;
      padding: 0; }

#pic-blackout.hide {
  background-color: white;
  width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  opacity: 0;
  z-index: 200;
  /* other attributes must be defined in html */
  left: 0px;
  top: 0px;
  transition: background-color 3s; }

#pic-blackout.show {
  display: block;
  opacity: 0.8;
  background-color: black;
  transition: background-color 3s; }

#large-pic {
  margin: 0pt auto;
  position: absolute;
  top: 0%;
  background-color: #fff;
  visibility: hidden;
  padding: 12px;
  z-index: 201; }

.draggable-thing {
  position: relative;
  cursor: move; }

/*** bits and pieces **********************************************************
*/
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; }

/*** bits and pieces **********************************************************
*/
div.shout-notice .debug {
  margin: 1em;
  padding: 12px;
  max-width: 800px;
  max-height: 30em;
  overflow: scroll;
  background-color: #dddddd; }

div.shout-notice .rows {
  margin: 1em;
  font-size: 110%; }

div.shout-notice .query {
  margin: 1em;
  padding: 12px;
  max-width: 800px;
  max-height: 20em;
  overflow: scroll;
  background-color: #ffe; }

div.lg-preview {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin: 12px; }
  div.lg-preview img {
    max-width: 480px;
    max-height: 300px;
    object-fit: cover; }
  div.lg-preview div.control {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 14px; }

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; }

table.list-table td div.gallery-pics {
  font-size: 80%; }

table.pic-properties {
  border-spacing: 1;
  border-collapse: collapse; }
  table.pic-properties th {
    font-weight: normal;
    background-color: #EAEAEE;
    white-space: nowrap;
    padding: 0 4px;
    text-align: right;
    border-top: white solid 1px;
    vertical-align: top; }
  table.pic-properties td {
    padding: 0 4px; }

body,
p,
ol,
ul,
td {
  font-family: roboto, verdana, arial;
  font-size: 15px;
  line-height: 1.5em;
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }

a:link {
  color: #999999; }

a:visited {
  color: #a6a6a6; }

div#header {
  height: 55px;
  position: relative;
  border-bottom: 1px solid #dddddd; }

div#content {
  clear: both;
  margin: 0; }

div#content a:hover {
  background-color: #dddddd; }

img#logo {
  float: right;
  max-width: 50%;
  margin-right: 30px; }

div.juicebox {
  width: 100%;
  height: 500px;
  display: block; }

span.has-post {
  width: 14px;
  vertical-align: middle;
  display: inline-block;
  background: url(/assets/blogger/post_icon.svg) no-repeat center; }

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.middle img {
    max-width: 100%; }

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: 'Yanone Kaffeesatz', serif;
  font-size: 30px;
  font-weight: 600;
  color: black;
  line-height: 1.0em;
  margin: 4px 0 12px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #dddddd; }
  h1 a:hover,
  h1 a:visited,
  h1 a:active,
  h1 a:link {
    text-decoration: none;
    color: black; }

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.for-tag {
  text-align: right;
  font-weight: 300;
  margin: 4px 8px 16px 4px; }
  h3.for-tag b {
    font-weight: 700; }

#notification {
  background-color: #E8FB51;
  padding: 3px 6px;
  text-align: center;
  display: table;
  margin: 0 auto 6px auto; }

.summary {
  overflow: auto; }
  .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 {
    margin: 0 8px 0 0; }

.summary + .summary {
  margin-top: 12px; }

div#sidebar {
  padding: 6px 12px 12px 12px;
  text-align: center;
  background-color: #fafaff;
  border: solid #dddddd;
  border-width: 1px 1px 1px 1px;
  border-bottom-right-radius: 32px;
  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; }

.summary {
  overflow: inherit;
  clear: both; }
  .summary .end {
    clear: both; }

div#sidebar,
div#sidebar p {
  font-family: arial, sans-serif; }

div.sidebar-line {
  margin: 12px auto 0 auto;
  border-top: 1px solid #dddddd;
  padding-bottom: 12px;
  width: 120px; }

.archive {
  display: inline; }

.tag-link {
  display: inline-block;
  padding: 0 8px;
  margin: 3px 0;
  color: #666666;
  white-space: nowrap;
  background-color: #eaeaee;
  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; }

div.social-sharing-buttons {
  text-align: center;
  padding: 24px 0 4px 0 !important; }
  div.social-sharing-buttons a:hover {
    top: -5px;
    max-height: 30px;
    max-width: 30px;
    position: relative;
    background-color: transparent !important; }
  div.social-sharing-buttons img {
    border: 0;
    max-width: 28px;
    max-height: 28px !important; }

/****** twitter ***************************************************************/
.twitter {
  margin: 11px 0 22px 0;
  width: 296px;
  float: right; }

/****** narrow screen ***************************************************************/
@media all and (max-width: 900px) {
  div.top-menu {
    display: inline-block;
    position: relative;
    padding: 0;
    float: left;
    padding: 15px;
    height: 20px;
    width: 20px;
    background: url(/assets/blogger/hamburger-menu.png) no-repeat center;
    background-size: 20px 20px; }
    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: #dddddd 4px solid; }
      div.top-menu ul#menu a#menucurrent,
      div.top-menu ul#menu a#menuhighlight {
        padding: 0;
        color: #aaa;
        border-bottom: #dddddd 4px solid; }
  div.juicebox {
    width: 100%;
    height: 80vw; }
  div.lg-preview img {
    max-width: 100%;
    max-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 #dddddd;
    border-radius: 0px; }
  div#wide-text {
    width: 100%;
    margin: 10px 0 20px 0;
    padding: 16px;
    border: 1px solid #dddddd;
    border-radius: 0 0 16px 16px; }
  div#sidebar {
    padding: 24px 0;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0px;
    -moz-column-count: 2;
    -moz-column-gap: 1px;
    column-count: 2; }
    div#sidebar .side-box,
    div#sidebar .post {
      width: 38vw;
      padding: 4px;
      /* all should do the same */
      break-inside: avoid-column;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      display: table;
      /* for ie */ }
  img#logo {
    max-width: 90%;
    margin-right: 10px; }
  .banner {
    padding: 6px 0 2px 0; }
    .banner img#banner {
      width: 100%;
      margin: 0;
      border-radius: 0px; }
  .actions-wrap {
    display: none; }
  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%; } }

/****** very narrow screen ************************************************************/
@media all and (max-width: 500px) {
  div#sidebar {
    padding: 24px 0;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0px;
    -moz-column-count: 1;
    -moz-column-gap: 1px;
    column-count: 1; } }

/****** wide screen ***************************************************************/
@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: #dddddd 4px solid; }
      div.top-menu ul#menu a#menucurrent,
      div.top-menu ul#menu a#menuhighlight {
        padding: 0;
        color: #000;
        border-bottom: #dddddd 4px solid; }
  div#fixed-header {
    width: 920px;
    background-color: white; }
  div#container {
    margin: 0 auto;
    color: black;
    width: 920px; }
  div#text {
    float: left;
    width: 568px;
    margin: 0 0 20px 0;
    padding: 16px;
    border: 1px solid #dddddd;
    border-radius: 0 0 16px 16px; }
  div#wide-text {
    width: 888px;
    margin: 10px 0 20px 0;
    padding: 16px;
    border: 1px solid #dddddd;
    border-radius: 0 0 16px 16px; }
  div#sidebar {
    float: right;
    width: 272px; }
  .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 .action {
      background-color: #E8FB51;
      border-radius: 4px;
      padding: 2px 4px;
      line-height: 1em;
      position: absolute;
      top: -20px;
      display: inline-block;
      font-style: italic; }
  div#footer-content {
    width: 920px;
    margin: auto; }
  figure.right img,
  figure.left img,
  .thumb-left img,
  .thumb-right img {
    border-radius: 2px;
    max-width: 270px;
    max-height: 270px; }
  .weblinks .view {
    width: 360px; } }

/*** end screens ************************************************************************/
.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; }

/****** displaying posts ************************************************************/
.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 #dddddd;
  border-bottom: 1px solid #dddddd; }

div.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  div.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/****** links to posts on sidebar ************************************************/
.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; }

/****** drop cap ********************************************************************/
.firstLetter {
  font-family: georgia, serif;
  display: block;
  float: left;
  margin-top: -0.25em;
  /* use -0.205em for two lines */
  margin-left: -0.10em;
  margin-right: 0.5em;
  height: 2.8em;
  color: #b8b8b8; }
  .firstLetter span {
    font-size: 3.53em;
    /* use 3.33em for two lines */
    line-height: 1.0em; }

.firstLetter + span {
  margin-left: -0.3em; }

#manage {
  border: solid 1px #dddddd;
  padding: 8px;
  width: 904px;
  margin: 0 auto 16px auto;
  clear: both; }

/****** the footer ************************************************************/
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: #dddddd 6px solid; }
  div#footer a,
  div#footer a:visited {
    color: #bbb;
    text-decoration: underline; }
  div#footer table {
    width: 100%; }
    div#footer table td {
      padding: 8px; }
  div#footer .name {
    width: 50px;
    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: 50px;
    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; }

/**** list table ***********************************************************/
table.list-table {
  margin: 0;
  border-collapse: collapse;
  width: 100%; }
  table.list-table th {
    text-align: center;
    font-weight: bold; }
  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; }

/****** pics table *********************************************************/
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; }

/***** the tables table ******************/
table.table-index {
  margin: 0 auto 0 auto; }

/****** side actions ************************************************/
.actions {
  text-align: center;
  background-color: #fafaff;
  padding: 12px;
  border-radius: 6px;
  position: absolute; }
  .actions a,
  .actions a:link {
    color: #dddddd !important;
    text-decoration: none; }
  .actions a:hover {
    background-color: #5B5B60 !important;
    color: #fff !important; }

/** for bg1 **********/
.topic h2 {
  text-align: right; }

/*** post bar *****************************************************************/
.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; }

/**** mfiles ********************************************************************/
.mfile {
  white-space: nowrap; }

img.file-icon {
  max-height: 16px !important;
  max-width: 16px !important;
  vertical-align: middle;
  margin-right: 1px; }

span.file-icon svg {
  height: 16px;
  max-width: 16px; }

/*** google maps **************************************************************/
#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; }

/*** popup menu ***************************************************************/
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.0;
  text-align: right;
  opacity: 0.9; }

/*** for the list of weblinks *************************************************/
.weblinks .list {
  margin: 8px 16px 0 0;
  padding: 0;
  list-style-type: none; }

.weblinks li {
  padding-bottom: 8px;
  padding-top: 8px; }

.weblinks .edit {
  display: none; }

.weblinks .view {
  /* width is in viewport definitions */
  padding-left: 20px;
  margin: 4px 0;
  line-height: 1.2em;
  text-indent: -20px; }
  .weblinks .view a {
    color: #000000; }
  .weblinks .view img {
    vertical-align: text-top; }
  .weblinks .view .title {
    vertical-align: 1px;
    font-weight: bold; }
  .weblinks .view .title:after {
    content: "\a";
    white-space: pre; }
  .weblinks .view .comment {
    font-size: 95%; }
    .weblinks .view .comment .par-break {
      height: 0.5em; }

.weblinks .new {
  text-align: left;
  font-size: 13px;
  margin: 4px 12px 8px 200px; }

.weblinks .view-image {
  border-radius: 2px;
  margin: 0 6px 0 12px;
  max-height: 140x;
  max-width: 110px;
  float: right; }

div#sidebar div.tags {
  margin-top: 18px; }

form.my fieldset {
  background: #fafaff; }
