/* created by Berk Ozer */

/* SITE HEADER ****************************************************************/

#header_frame {
  position: relative;
  z-index: 0;
  left: 0;
  width: 50em;
  height: 4.5em;
  border: none;
  background-color: transparent;
}

#logo {
  position: absolute;
  z-index: 1;
  top: 0.4em;
  left: 0.5em;
  height: 5em;
  width: 13.01em; /* height * 2.62 */
}

#logo_image {
  position: absolute;
  border: none;
  height: 5em;
  width: 13.01em; /* height * 2.62 */
}

#about {
  position: absolute;
  top: 6px;
  right: 12px;
}

/* CENTER COLUMN **************************************************************/

#center_column {
  position: relative;
  width: 50em;
  margin: 0 auto;
  border-style: none;
  top: 1.1em;
}

#content_area {
  position: relative;
}

/* MAIN PAGE ******************************************************************/

#main_page {
  padding-bottom: 1em;
}

div.main_page_area {
  width: 22em;
  margin: 0 auto;
  border-style: none;
  font-family: LucidaGrande, Arial, sans-serif;
}

.main_page_area_title {
  font-size: 3em;
  color:#ffffff;
  text-shadow: #888 0em 0.1em 0.2em;
}

.main_page_item {
  margin-top: 1em;
  margin-left: 2em;
  margin-bottom: 0.25em;
}

.main_page_item_title {
  font-size: 1.4em;
}

.main_page_item_infoline {
  font-weight: normal;
  color: #aaa;
  font-size: 0.8em;
}

a.main_page:link {
  color:#242;
}

a.main_page:hover {
  color: #232;
  text-shadow: #cfc 0 0 0.6em;
}

a.main_page:active {
  color: #fff;
  text-shadow: #242 0 0 0.5em;
}

/* COMMON *********************************************************************/

div.code {
  font-family: Menlo, Monaco, monospace;
  font-size: 1em;
  display: block;
  white-space: pre;
  border: 1px solid #c0c0c0;
  padding-left: 0.3em;
  padding-right: 0.3em;
  opacity: 0.75;
  -moz-border-radius:0.3em;
  -webkit-border-radius:0.3em;
  border-radius:0.3em;
}

p {
  font-family: Helvetica;
  font-size: 1em;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-align: justify;
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}

p.center {
  text-align: center;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #202020;
  text-decoration: none;
  background-color: #ffffff;
  border-width: 0;
  border-style: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  background-color: #ffffff;
  background-image: url("images/background.png");
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

a:link {
  color: #00343d;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #00343d;
  font-weight: bold;
  text-decoration: none;
}

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

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

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.4em;
  color: #003000;
  text-shadow: #a0c0a0 0em 0.1em 0.25em;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  color: #003000;
  text-shadow: #a0c0a0 0em 0.1em 0.25em;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  color: #003000;
  text-shadow: #a0c0a0 0em 0.1em 0.25em;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #003000;
  text-shadow: #a0c0a0 0em 0.1em 0.25em;
}

li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #000000;
  text-decoration: none;
}

pre {
  font-family: courier, monospace, sans-serif;
  font-size: 0.6em;
  font-style: normal;
  font-weight: normal;
}

code {
  font-family: Menlo, Monaco, monospace;
  color: #202020;
}

img.screenshot {
  
}

img.framed_screenshot {
  border: 0.08em solid #ccc;
}

/* CONTENT HEADER *************************************************************/

div.section_header {
  position: relative;
  width: 100%;
  height: 2em;
  background: transparent;
}

div.section_header_title_wrapper {
  position: relative;
  width: 100%;
  height: 1.3em; /* = only slightly larger than section title font size */
  font-weight: bold;
  font-size: 1.6em;
  font-family: LucidaGrande, Arial, sans-serif;
  color: #002000;
  text-align: center;
  text-shadow: #a0b0a0 0em 0.11em 0.28em;
  text-decoration: none;
  background-color: transparent;
}

/* CONTENT FOOTER *************************************************************/

div.section_footer {
  text-align: right;
  font-size: 0.8em;
  color: #000;
  padding-top: 0.11em;
  padding-bottom: 0.11em;
  padding-right: 0.3em;
  padding-left: 0.3em;
  border-bottom-left-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  background-color: #eee;
  opacity:0.5;
}

/******************************************************************************/

