body {
    background:#ffffd8; 
}

#container {
  margin: 0;
  padding: 0;
  width: 100%;
}

#center {
    width: 100%;
}

.center-main {
    margin: 0;
    width: 100%;
}

#container .column {
  position: relative;
  float: left;
}


#left {
width: 200px; /* LC width */
margin-left: -100%;
left: 200px; /* RC width for IE6 */
}

#footer {
  clear: both;
}

/* the wide screen version */
@media only screen and (min-width: 1024px) {
    body {
        min-width: 620px;      /* 2x LC width + RC width */
    }        
    #container {
        padding-left: 200px;   /* LC width */
        padding-right: 200px;  /* RC width */
        width: auto;
    }
    #container > #left {
        left: -200px; /* -LC width for others */
        margin-left: expression(document.all.center.offsetWidth * -1); /* Fix for IE7 */
    }
    #right {
        width: 200px;          /* RC width */
        margin-right: -200px;  /* RC width */
        display: block;
    }
    .center-main {
        padding: 10px; 
        padding-left: 30px;
        width: auto;
    }
}

/* the narrow */
@media only screen and (max-width: 1023px) {
    #all-index-content {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
}

.indextop {
/*  position: absolute; */
  left: 20%;
  top: 0;
  width: 82%;
  float: right;
  padding-left: 0.3em;
  padding-right: 0.3em;
  padding-top: 0.3em;
}

.index-wwring {
  float: right;
}

.index-welcome {
  margin: 0;
}

.index-qotdtitle {
  font-size: 120%;
  font-weight: 700;
  font-variant: small-caps;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}

.index-qotdtext {
  text-align: justify;
  margin-top: 0;
  padding-top: 0;
  margin-right: 0.5em;
}

.index-qotdattr {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 80%;
}

.index_photo_wrapper {
    display: flex;
    flex-flow: row wrap;
}

.index-photocap {
  font-size: 90%;
  font-style: italic;
  padding-bottom: 1em;
}

.index-photonote {
  font-size: 90%;
  padding-bottom: 1em;
}

.disclaim {
  border: thick double red; 
  font-size: 90%;
}

#index-moon {
  font-size: 84%;
}

#index-history {
  font-size: 84%;
}

/* Overrides the site-default in common.css */
h1 {
		font-size: 100%;
		font-variant: normal;
		font-weight: normal;
		color: #660000;
		text-align: left;
		font-family: Verdana, sans-serif;
		margin-left: 0px;
		margin-bottom: 0px;
		padding-left: 0px;
		display: inline;
}

.search-hint {
  font-size: 70%;
}

#fb-root {
    display: none;
}
/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.index_thumbnail {
    float:left;
    width:100px;
    margin:5px; 
}

/* for the "simple" homepage */
.simple_buttons {
    display: flex;
    flex-flow: row wrap;
}

.simple_button {
    background-color: white;
    width: 120px;
    height: 80px;
    margin: 1em;
    border-radius: 1em;
    text-size: 200%;
}

.simple_button_icon {
    color: green;
    margin-bottom: 0.5em;
}

.simple_button_text {
    color: blue;
}
