/*
 * Elements shared across various parts of the page.
 */

body {
  margin: 10px 0 0 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  background: white;
  color: #444;
}

h1 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 2em;
}

h2 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 1.5em;
}

h3 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 1.3em;
}

h4 {
  font-size: 11px;
  font-weight: bold;
  margin-top: 1.1em;
  font-style: italic;
}

div#page {
    width: 724px;
    margin-left: auto;
    margin-right: auto;
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

/*
 * Page header elements.
 */

div#header {
  margin: 0;
  padding: 15px 0 15px 0;
  background: #bbb;
  border-bottom: 2px solid black;
  border-top: 2px solid black;
}

div#header img#title {
  margin: 0 0 0 30px;
}

div#header p.text {
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
}


img#fotorozhaImage {
    float: right;
    margin-top: -80px;
    margin-right: 40px;
    border: 1px dotted black;
}

ul#mainmenu {
    white-space: nowrap;
    background-color: #bbb;
    padding: 3px 0 3px 15px;
    margin: 0;
    border-bottom: 1px solid black;
}

ul#mainmenu li {
    display: inline;
    list-style-type: none;
    padding-right: 30px;
    padding-left: 15px;
    background: url(/staticimages/OvalBullet.png) 100% 0 no-repeat;
}

ul#mainmenu li.last {
    background: none;
}

ul#mainmenu li a, .currentLink {
    background-color: #bbb;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Georgia, serif;
    font-size: 16px;
}

ul#mainmenu li a:link, ul#mainmenu li a:visited {
    color: #393939;
}

ul#mainmenu li a:hover, .currentLink {
    color: #ffffff;
}

/*
 * Page content (as opposed to header/footer) elements.
 */

div#content {
  margin: 3em 70px 0.7em 30px;
}

a.readBlog {
    color: #444;
    font-weight: bold;
}

a.readBlog:hover {
    text-decoration: none;
}

span.noOfPix {
  font-size: 11px;
  font-style: italic;
}

p.blogSummary {
  margin-bottom: 2em;
}

p.quote {
  font-style: italic;
}

div.scaledImgContainer {
    text-align: center;
}

ul.about li {
  margin-bottom: 0.5em;
}

/*
 * Elements of the page's right side (non-existent yet).
 */

div#rightside {
    float: right;
    /*border-left: 2px dotted black;*/
    width: 23%;
    /*height: 100%;*/
}

/*
 * Footer elements.
 */

div.footer {
    clear: both;
    text-align: center;
    border-top: 1px dotted #393939;
    padding-top: 1em;
    margin: 3em 0.3in 3em 0.3in;
    font-size: 9pt;
    font-style: italic;
}

div.footer div.left {
  padding-right: 3em;
}

div#google_ads {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

