/* Copyright Ioannis D. Evrigenis */

/* these are the main document parameters */
body {
  background-color: #333333;
  color: #d8d8b8;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* all of the level 1 headings for IDE */
h1 {
  padding: 3em 0em 1em 0em;
  font-size: 1em;
  font-weight: bold;
}

/* all of the level 2 headings for IDE */
h2 {
  padding: 1em 0em 0em 3.5em;
  font-size: 0.85em;
  font-weight: bold;
}

/* IDE normal paragraph text */
p {
  font-weight: normal;
  font-size: 0.8em;
  padding-left: 4em;
}

/* IDE hyperlinks */
a {
  color: #cccca5;
}

/* IDE visited hyperlinks, same as above */
a:visited {
  color: #cccca5;
}

/* IDE hyperlinks when we hover over them, same as above */
a:hover {
  color: #cccca5;
}

/* this is the container inside which the design on the right goes */
#ide_container{
  background-image: url(images/design.gif);
  background-position: right top;
  background-repeat: repeat-y;
  width: 647px ;
  margin-top: 80px;
  margin-left: auto ;
  margin-right: auto ;
}

/* this is the container where ALL IDE text goes, do not include anything outside this */
#ide_alltext{
  width: 520px ;
  margin-right: 124 ;
}

/* this is a special container for the PDF icon and download link */
#ide_pdf{
  width: 100px;
  text-align: center;
  font-size: 0.7em;
  margin-left: 400px;
}

/* this is a special class for the home page photo */
 .ide_main_photo{
  padding:4px;
  background: #333333;
  color:#303030;
  border: 1px #545048 solid;
  margin-right: 20px;
  margin-top: 4px;
  margin-bottom: 20px;
  float: left;
 }

/* this is a special paragraph class for extra indented paragraphs */
.ide_p2{
  padding-left: 8em;
}

