﻿/*
CSS for prettylovepoems.com
*/



body {
  font-size: small; 
  font-family: Arial, Helvetica, sans-serif; 
  background: #FFFFFF;
  }

* html body {
  font-size: x-small; /* for IE5/Win */
  f\ont-size: small; /* for other IE versions */
  }
h1 {
  font-size: 150%; 
  }
h2 {
  font-size: 130%;
  }
h3 {
  font-size: 120%; 
  }
ul li {
  font-size: 90%; 
  }
.note {
  font-size: 85%; 
  }

#wrap {
  max-width: 1200px; 
  min-width: 800px; 
  margin-right: auto;
  margin-left: auto;

  }

#header {
  height: 10em;
  margin-left: 15%;
  }


#main-body {
  float: left;
  width: 75%;
}

#rightbar {
  float: right;
  width: 25%;
  background: url(backgrounds/rightbar2.gif) center no-repeat;
  height: 1000px;  
}



#content {
  float: right; 
  width: 65%;
  background-color: #ffe0f0;  
  margin-top: 1em;
  padding-bottom: 0em;
  }

#content2 {
  float: right; 
  width: 60%;
  background-color: #FFFFFF;  
  margin-top: 1em;
  padding-bottom: 0em;
  }

.died {
  font-size: 130%;
  text-align: center;
  }

.poemtitle {
  font-size: 130%; 
  }


#content #content-top-right {
  background: url(backgrounds/corner-topr.gif) right top no-repeat;
  }

#content #content-top-left {
  background: url(backgrounds/corner-topl.gif) left top no-repeat;
  }

#content #content-bottom-left {
  background: url(backgrounds/corner-botl.gif) left bottom no-repeat;
  }

#content #content-bottom-right {
  background: url(backgrounds/corner-botr.gif) right bottom no-repeat;
  }


#content h1 {
  text-align: center; 
  margin-top: 0em;
  padding-top: 1em;
  color: #e86caa;
  }  

#content p {
  padding: 0em 4em 0em 4em; 
  }

#content li {
  margin-left: 3em;
  margin-right: 2em;
  }

#nav {
  float: left; 
  width: 35%; 
  background: url(backgrounds/navbackground2.gif) no-repeat;
  height: 1000px; 
  }

#nav a { 
  font-weight: bold;
  font-size: 130%;
  }

#nav ul {
  list-style: none; 
  margin: 0;
  padding: 0; 
  margin-left: 10em; 
  margin-top: 0em;
  margin-bottom: 0em; 
  width: 50%; 
  }

#nav li {
  
  padding: 0.6em 0.5em 0.6em 0.2em
  }

#nav a:link, #nav a:visited {
  margin-right: 0.2em; 
  padding: 0.6em 0.6em 0.6em 0.6em; 
  color: #e86caa; 

  text-decoration: none; 
  display: block; 
  }


#nav li a:hover {
  color: #000000;
  }

 
#footer {
  clear: both; 
  background-color: #FF99CC;
  color: #FFFFFF;
  height: 10em; 
  text-align: center;
  }

#footer #footer-top-right {
  background: url(backgrounds/footer-topr.gif) right top no-repeat;
  }

#footer #footer-top-left {
  background: url(backgrounds/footer-topl.gif) left top no-repeat;
  }

.fun {
  text-align: center;
}

.poem {
  text-align: center;  
  }

img  {
  border-style: none;
}

.validator {
  text-align: right; 
  }

.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  
} 


.twitter {
  text-align: center; 
  }

