input { 
    margin: 2px;    
    width: 220px;
    border: 1px solid #999;
    font-size: 1em;
}


html {
  height: 100%;
}

.icon {
  background-color: #c00;
}

body {
  /* background-color: #E2EBED; */
  font-family: Helvetica, "Century Gothic","Trebuchet MS","Arial Narrow",Arial,sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
}

#prehead {
  height: 5px;
}

#head {
  text-align:  left;
  height:  60px;
  background: top left url(/images/mraleph.png) no-repeat;    
}

#container {
  width:  760px;
  text-align: right;
  margin: 0 auto;
  position: relative;
  background: #fff;
  padding: 0px 10px 0px 10px;
  min-height: 100%;
}

.menu {
    text-align: center;
    margin-bottom: 50px;
}


#center {
    text-align: justify;
}

a {
  /* color: #307082; */
  color: #c00;
  text-decoration:  none;
}

a:hover {
  text-decoration:  underline;
}

.menu a
{
  color:  #C00;
    border:  0px;
    letter-spacing:  0.1em;
    font-size:14px;
    font-weight:100;
}

.btw  {
    float: right;
    width: 300px;
    border: 1px dashed grey;
    background: lightgrey url(/images/idea.gif) no-repeat;
    background-position: top right;
    padding: 10px;
    padding-right: 55px;
    font-size: 12px;
}

.question {
    margin: 20px;
    padding: 10px;
    border: 1px dashed grey;
    background: lightgrey url(/images/question.gif) no-repeat;
    background-position: top right;

}

.question .header {
    text-decoration: underline;
    letter-spacing:  0.1em;
}

p, blockquote, li
{
  font-size:  14px;
  line-height:  18px;
  text-align:  left;
  padding-left:  10px;
  padding-right:  10px;
}

blockquote
{
  margin-left:  20px;
  margin-right:  0px;
}

ul { list-style-type:square; }

h1.title {
    color: black;
    font-weight:  normal;
    font-size:  40px;
    letter-spacing:  0.1em;
    margin-top: 0px;
    margin-bottom: 0px;
}

h2.subtitle {
    margin-top: 0px;
}

h3 {
  font-weight:  normal;
  border:  0px;
  font-weight:  bold;
  font-size:  16px;
}

.caps
{
  letter-spacing:  0.1em;
  font-size:  12px;
}

pre {
    text-align: left;
}

li {
  margin-top: 3px;
}

.schedule {
  margin-left: 50px;
}

.schedule .date {
    padding-right: 2px;
    color: grey;
    font-size:  12px;
    letter-spacing:  0.1em;
}

.schedule .state-complete {
    padding-left: 2px;
    color: green;
    font-size:  12px;
    letter-spacing:  0.1em;
}

.schedule .state-not-ready {
    padding-left: 2px;
    color: darkred;
    font-size:  12px;
    letter-spacing:  0.1em;
}

.schedule .state {
    padding-left: 2px;
    color: grey;
    font-size:  12px;
    letter-spacing:  0.1em;
}

.CodeMirror-wrapping {
  background: white;
  padding: 5px;
  border:1px solid #888;
}
