/* 
-------------------------------
[MASTER STYLESHEET]

Author: MarianLB
Project: Simple Dark Wedding Template
Version: 0.1a
Platform: Web Page Template
Last Changes: 7:58 AM 7/10/2008
-------------------------------
*/

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #0e0e0e url('images/bg.jpg');
  font: 75% Georgia, 'Times New Roman', serif;}
  
a, a:visited {
  color: #96763b;
  text-decoration: none;}
  
a:hover, a:active {
  color: #c5a356;}
  
a img {
  border: 0;}
  
p {
  color: #666;
  font-size: 0.9em;
  margin: 0 0 15px;
  text-align: left;}
  
p img {
  text-align: left;}
  
h3 {
  color: #777;
  margin: 20px 0 10px;
  text-align: left;
  font: italic 1.2em Georgia;
  text-decoration: underline;}
  
h4 {
  color: #777;
  margin: 0 0 20px;
  text-align: left;
  font-size: 1.3em;}
  
h5, h6 {
  padding: 0;
  color: #ccc;
  margin: 0 15px;
  text-align: left;}

h5 {
  font: italic 1.3em Georgia;}
  
h6 {
  color: #999;
  font: italic 0.9em Georgia;}
  
.hr {
  height: 20px;
  width: 219px;
  margin: auto;
  border: 1px solid #000;
  background: url('images/hr.gif') no-repeat center center;}
  
.hr hr {
  display: none;}
  
#wrapper {
  width: 800px;
  margin: 0 auto;}
  
#header {
  width: 800px;
  height: 100px;
  margin: 25px 0 0;
  text-align: left;
  background: url('images/our-wedding-day.gif') no-repeat center left;}
  
#header ul.navi {
  padding: 0;
  margin: 80px 0 0;
  float: left;
  list-style-type: none;}
  
#header ul.navi li {
  float: left;
  color: #482f00;}
  
#header ul.navi li a {
  float: left;
  display: block;
  padding: 0 5px;
  font-size: 1em;}
  
#wrapper-content {
  float: left;
  width: 800px;
  margin: 30px 0;}
  
#sidebar {
  float: left;
  width: 279px;
  height: 600px;
  background: #000 url('images/bg-sidebar.jpg') no-repeat center bottom;}
  
#sidebar img {
  margin: 15px auto 3px;}
  
#sidebar blockquote {
  color: #666;
  margin: 20px auto;
  width: 80%;
  font: italic 1.3em Georgia;}
  
#content {
  float: left;
  width: 501px;
  margin: 0 0 0 20px;}
  
#content p span {
  font: bold italic 1em Georgia;}


