/*
   Fonts and Colors
*/

html, .simple-notes-popup
{
  background-color: #efeee6;
}

body, .simple-notes-popup-contents
{
  font-family: "Palatino Linotype",
    Palatino,
    "URW Palladio L",
    "Book Antiqua",
    Baskerville,
    "Bookman Old Style",
    "Bitstream Charter",
    "Nimbus Roman No9 L",
    Garamond,
    "New Century Schoolbook",
    "Century Schoolbook",
    "Century Schoolbook L",
    Georgia,
    serif;
}

h1, h2, h3, h4, h5, #simple-notes-footer, #simple-notes-header
{
  font-family: Gentium,
    "Palatino Linotype",
    Palatino,
    "URW Palladio L",
    "Book Antiqua",
    Baskerville,
    "Bookman Old Style",
    "Bitstream Charter",
    "Nimbus Roman No9 L",
    Garamond,
    "New Century Schoolbook",
    "Century Schoolbook",
    "Century Schoolbook L",
    Georgia,
    serif;
}

input, select
{
  font-family: Arial,
    Helvetica,
    sans-serif;
}

body
{
  color: #090909;
}

h1, h2, h3, h4, h5
{ 
  color: #704214;
  border-color: #704214;
}

strong, b
{
  font-weight: bold;
}

em, i
{
  font-style: italic;
  line-height: 18px;
}

#simple-notes-header-contents
{ 
  color: #704214;
}

table
{ 
  border-top: 2px solid #704214;
}

tr
{
  border-bottom: 1px solid #704214;
}

thead tr
{ 
  border-bottom: 2px solid #704214;
}

a
{
  color: #800020;
}

a:visited
{
  color: #007f60;
}

a:hover
{
  text-decoration: none;
}

/*
 Images
*/

body
{
  background: url(images/background.png) #ffefef;
  font-size: 18px;
  line-height: 22px;
}

#simple-notes-header-contents, #simple-notes-footer-contents
{
  background: url(images/header-background.png) #efeee6;
}

a
{
  line-height: 18px;
}


small, big, large, sup, small, sub
{
  font-size: 10px;
  line-height: 18px;
  vertical-align: baseline;
}

/*
h1:after
{
  content: url(images/h1-after.png);
}

h1:before
{
  content: url(images/h1-before.png);
}

h2:after
{
  content: url(images/h2-after.png);
}

h2:before
{
  content: url(images/h2-before.png);
}

h3:after
{
  content: url(images/h3-after.png);
}

h3:before
{
  content: url(images/h3-before.png);
}
*/

/*
   Formatting
*/

body
{
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5
{ 
  line-height: 44px;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: center;
}

h1
{ 
  font-size: 36px;
}

h2
{
  font-size: 32px;
}

h3
{
  font-size: 28px;
}

h4
{
  font-size: 24px;
}

h5
{
  font-size: 20px;
}

body, pre
{
  line-height: 22px;
}

p
{
  margin: 0 0 22px 0;
  padding: 0;
}

#simple-notes-contents
{
  margin: 66px 44px 0 44px;
  min-width: 40em;
}

/*
   Headers and Footers
*/

#simple-notes-header, #simple-notes-footer
{
  position: fixed;
  width: 100%;
}

#simple-notes-bottom-padding
{
  height: 88px;
}

#simple-notes-header
{ 
  top: 0;
  left: 0;
}

#simple-notes-footer
{
  bottom: 0;
  left: 0;
}

.simple-notes-footer-contents, .simple-notes-popup-link
{
  line-height: 40px;
  font-size: 33px;
  font-weight: bold;
}

#simple-notes-header-contents, #simple-notes-footer-contents
{
  width: 100%;
}

#simple-notes-header-contents
{
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
  padding-left: 22px;
}

#simple-notes-footer-contents
{
  padding-left: 11px;
}

#simple-notes-footer-contents img
{
  margin-top: 5px;
}

#simple-notes-header-bottom, #simple-notes-footer-top
{
  line-height: 20px;
  font-size: 10px;
  color: #704214;
  margin: 0;
  padding: 0;
  height: 20px;
  width: 100%;
  text-align: center;
}

#simple-notes-header-bottom
{
  background: url(images/header.png);
}

#simple-notes-footer-top
{
  background: url(images/footer.png);
}

/*
   Navigation
*/

#simple-notes-navigation
{
  position: fixed;
  bottom: 11px;
  right: 11px;
  width: 10em;
  border: 1px dotted #bc9248;
  padding: 5px;
  margin: 0;
  z-index: 1;
  font-weight: bold;
  background-color: #efeee6;
}

#simple-notes-navigation li
{
  list-style: none;
  display: block;
}

#simple-notes-navigation ul
{
  display: none;
}

/*
   Lists
*/

ul, ol
{
  margin-bottom: 22px;
}

ul ul, ol ol, ul ol, ol ul
{
  margin-bottom: 0;
}

ul li
{
  list-style-type: square;
}

ol li
{
  list-style-type: decimal;
}

ol, ul
{
  margin-left: 22px;
}

dt
{
  font-weight: bold;
}

dd
{
  margin-left: 22px;
}

/*
   Inputs
*/

input, select, button
{
  margin-top: -2px;
  padding: 0;
  height: 20px;
  font-size: 13px;
}

textarea
{
  line-height: 22px;
}

/*
   Links
*/

a
{ 
}

/*
   Popup Menus
*/

#simple-notes-popup-background
{
  display: none;
  position: fixed;
  _position: absolute; /* hack for internet explorer 6*/
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #704214;
  border: 1px solid black;
  z-index: 1;
}

.simple-notes-popup
{  
  position: fixed;  
  _position: absolute; /* hack for internet explorer 6*/  
  min-height: 256px; 
  min-width: 50%;
  max-width: 80%;
  border: 2px solid #704214;
  z-index: 2;  
  padding: 1em;
}

.simple-notes-popup-close
{
  float: right;
  font-size: 33px;
}

.simple-notes-popup-title
{
  margin: 0;
  padding-bottom: 2px;
  font-size: 33px;
  font-weight: bold;
  color: #704214;
  border-bottom: 2px solid #704214;
}

.simple-notes-popup-contents
{
}
