/*
  ejinjue.org CSS

  Thanks to Blueprint CSS Framework Screen Styles
  http://code.google.com/p/blueprintcss/
*/
   
body { 
  font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; 
  font-size: 10pt;
  min-width: 640px;
  border: 0;
  margin: 0;
  padding: 0;
  color: black;
}

body, html {
  background-color: #edc;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  border-bottom: 1px solid gray;
}

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; line-height: 1; margin-bottom: 0.5em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 0.4em; }
h4 { font-size: 1.2em; line-height: 1; margin-bottom: 0.3em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 0.2em; }
h6 { font-size: 1em; font-weight: bold; }

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }

a { 
  font-weight: bold; 
  text-decoration: none; 
  color: #930;
}
a:hover, a:active, a:focus { 
  background: #ff9;
}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; background: #ffc; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }

/* Tables
-------------------------------------------------------------- */

/*table   { margin-bottom: 1.4em; }*/
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
/*td      { border-bottom: 1px solid #ddd; } */
/*th,td   { padding: 4px 10px 4px 0; }*/
tfoot   { font-style: italic; }
caption { background: #ffc; }

/* Layout */

#banner {
  border-bottom: 1px solid black;
  font-size: .9em;
  padding: 5px 10px;
  z-index: 1;
}
#banner-title {
  float: right;
}
#footer {
  border-top: 1px solid black;
  font-size: .9em;
  padding: 5px 10px;
  z-index: 1;
}
#footer cite {
  margin: 0;
  padding: 0;
}
#footer em {
  color: #977;
  background: none;
}
#footer-info {
  float: left;
}
#footer-links {
  text-align: right;
}
#footer img {
  vertical-align: text-top;
  margin: 0;
  border: 0;
}

#ejinjue-content {
  background-color: white;
  color: black;
  padding: 25px 80px;
  z-index: 1;
}

#ejinjue-edit {
  margin-top: 1em;
  text-align: right;
}

.box-box {
  position: absolute;
  overflow: hidden;
}

.content-home-image {
  float: left;
  margin-top: -25px;
  margin-left: -30px;
}

.content-home-text {
  margin-left: 300px;
  height: 380px;
}

.hidden {
  display: none
}
