/* Wedding Album Styles
 * Written by Ivelina G. Beleva, <ibeleva@abv.bg>
 */

a {
  background-color: inherit;
  color: #00f;
  text-decoration: none;
}

a:visited {
  color: #639;
}

a:focus, a:active, a:hover {
  text-decoration: underline;
}

address {
  display: inline;
}

body {
  background:  #fff url("../imgs/back") repeat-y fixed top left;
  color: #000;
  font: normal normal normal 12pt/14pt Arial, Helvetica, sans-serif;
  margin-left: 140px;
  padding: 1em;
}

div.center {
  clear: both;
  text-align: center;
}

div.left {
  float: left;
}

div.half {
  width: 50%;
}

div.third {
  width: 33.3%;
}

div.right {
  float: right;
}

div#counter {
  position: fixed;
  left: 20px;
  bottom: 20px;
}

div#copyright {
  background-color: inherit;
  color: #ccc;
  font-style: italic;
  margin-top: 5em;
  text-align: center;
}

div#copyright a {
  background-color: inherit;
  color: #bbf;
  text-decoration: none;
}

div.picture_top {
  margin-top: 1em;
}

div.picture_right {
  margin-right: 1em;
}

div.picture_bottom {
  margin-bottom: 1em;
}

div.picture_left {
  margin-left: 1em;
}

div.picture {
  margin: 1em;
}

div.separator {
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  background-color: inherit;
  color: #000;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-style: italic;
}

h1 {
  padding-bottom: 2em;
}

img {
  border: none;
}

p.cite {
  font-style: italic;
  line-height: 1.5em;
  text-align: center;
}

table {
  margin-left: auto;
  margin-right: auto;
}

/* Pseudo classes */
.clear {
  clear: both;
}

.nounderline {
  text-decoration: none;
}

.text {
  text-indent: 1.5em;
  text-align: justify;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}
