/* www.vkastronmy.com stylesheet */

/* Main layout elements */

/* Top banner with title */
#banner {
  color: #ffffff;
  background-color: #666777;
  text-decoration: none;
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  background: #666777;
  height:50px;
  margin: 0 170px;
  padding: 0 0px;
}
#banner h1 {
  font-variant: small-caps;
  font-size: 20pt;
}


/* Navigation box in the left */
#navigation {
  position: absolute;
  left: 10px;
  top: 60px;
  width: 150px;
  background: #666777;
  padding: 0px 5px;
  color: #ffffff;
  text-decoration: none;
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  text-indent: 0em;
  text-align: left;
  height: 450px;
}
#navigation h1 {
  font-variant: small-caps;
  font-size: 12pt;
}
#navigation a:link:active:visited, #navigation a {
  text-decoration: none;
  color: #ffffff;
}

#navigation ul {
  margin-left: 1em;
  padding-left: 1em;
}


div.thumbs {
  float: left;
  width: 150px;
  text-align: center;
  min-height: 195px;
  }

div.clear {
  clear: both;
  }

/* Content */

#content {
  background: #ffffff;
  margin: 0 170px;
  padding: 10px 80px;
  width: 450px;
  min-height: 450px;
  color: #111111;
  text-decoration: none;
  font-family: arial, helvetica, sans-serif;
  font-size: 8pt;
  vertical-align: top;
  text-align: justify;
}
#content a:link:active:visited, #content a {
  color: #666777;
}
#content h1 {
  font-variant: small-caps;
  font-size: 18pt;
  text-align: left;
}
#content h2 {
  font-variant: small-caps;
  font-size: 12pt;
  text-align: left;
}
#content h3 {
  font-variant: small-caps;
  font-size: 8pt;
  line-height: 0;
  text-align: left;
}
#content input {
  font-size: 8pt;
}

#content p.small {
  font-size: 7pt;
  line-height: 0;
  color: #888888;
}

#content p.info {
  font-size: 7pt;
  color: #666777;
}

#rightpane {
  background: #666777;
  width: 0;
  height: 450px;
  align: right;
}

/* Copyright and other footer stuff */
#footer {
  background: #666777;
  margin: 0 170px;
  clear: both;
  text-align: center;
  font-family: arial, helvetica, sans-serif;
  color: #ffffff;
  font-size: 7pt;
  padding: 0 80px;
  width: 450px;
}
#imagefooter {
  background: #666777;
  width: 800px;
  margin: auto;
  clear: both;
  text-align: center;
  font-family: arial, helvetica, sans-serif;
  color: #5080c8;
  font-size: 7pt;
}
#imagedisplay {
  background: #666777;
  margin: auto;
  clear: both;
  text-align: center;
}


/* Image positioning styles */
.image-left {
  float: left;
  clear: both;
  padding: 0 1em 0 0;
  font-style: italic;
}
.image-right {
  float: right;
  clear: both;
  width: 225px;
  padding: 0 0 0 1em;
  font-style: italic;
}
.image-center {
  clear: both;
  text-align: center;
  padding: 0 1em 0 1em;
  font-style: italic;
}
.image-blog {
  text-align: justify;
  /*font-style: italic;*/
  color: #444444;
  font-size: 8pt;
}
.image-urcorner {
  background: #ffffff;
  margin: 0 170px;
  width: 610px;
  color: #111111;
  vertical-align: top;
  padding: 0 0;
  text-align: right;
}
.image-nomenuurcorner {
  background: #ffffff;
  margin: 0 0px;
  width: 780px;
  color: #111111;
  vertical-align: top;
  padding: 0 0;
  text-align: right;
}


span.bold {
  font-style: bold;
}


/* Background color */
body, html {
  background-color: #666777;
}


