/***************************************/
/*             PAGE LAYOUT             */
/***************************************/
html {
  margin: 0;
}

body {
  background-color: #fefefe;
  color: #333;
  font-family: "Georgia";
  font-size: 16px;
  margin: 0;
  padding: 10px;
  line-height: 1.2;
  font-weight: normal;
}

html.framed, body.framed {
  height: 100%;
  width: 100%;
  padding: 0;
}

a {
  color: #800;
  font-weight: bold;
  text-decoration: none;
}

a.active,
a:hover {
  background-color: #800;
  color: #fff;
  display: inline-block;
}

ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

li {
  margin: 0;
}

h2 {
  margin: 10px 0;
  padding: 0px;
}

h3 {
  background-color: #eee;
  margin: 0 0 10px 0;
  padding: 10px 10px 10px 10px;
}

header.framed, footer.framed {
  width: 100%;
  position: fixed;
  
}

footer.framed {
  bottom: 0;
  height: 10px;
}

#container {
  margin-top: 10px;
}

#container.framed {
  position: absolute;
  top: 60px;
  bottom: 10px;
  width: 100%;
}

#folder.framed, #file.framed {
    height: 100%;
    
}
/***************************************/
/*            HEADER SECTION           */
/***************************************/
header.framed {
  top: 0;
  margin-left: 10px;
  height: 60px;
}

.small {
  font-size: smaller;
}

.small a {
  font-size: smaller;
  padding: 0px 2px;
}
/***************************************/
/*            FOLDER SECTION           */
/***************************************/
#folder {
  display: inline-block;
  margin-right: 20px;
  width: 175px;
  font-size: larger;
}
#folder.framed {
  width: 200px;
  margin-left: 10px;
  margin-right: 0px;
  float: left;
  overflow-y: scroll;
}

#folder ul {
  list-style-type: none;
  margin: 0px 0px;
}
#folder.framed ul {
  padding: 0;
}

#folder li {
  margin: 0;
}

#folder li a {
  display: block;
  padding: 10px;
}

#folder .header,
#folder .header .header {
  background: #eeeeee;
}
#folder .header li {
  background: #ffffff;
}
#folder .close{
  color: #666;
  text-align: center;
}

/***************************************/
/*            FILE SECTION             */
/***************************************/
#file {
  display: inline-block;
  width: calc(100% - 200px);
  vertical-align: top;
}
#file.framed {
  margin: 0px 10px 0px 210px;
  width: auto;
  overflow-y: scroll;
  vertical-align: baseline;
  display: block;
}
#file b {
  display: block;
}
#file p {
  margin-left: 10px;
}
#file li {
  margin: 10px 10px;
}
.passage{
  list-style-type: none;
}
#file li li {
  list-style-type: disc;
  margin: 10px 15px;
}
/***************************************/
/*           MOBILE OVERRIDES          */
/***************************************/

/* Custom, iPhone Retina */
@media only screen and (max-width : 500px) {
  #folder {
    margin-bottom: 30px;
  }

  #file, #folder {
    display: block;
    width: 100%;
  }
}
