/* Paula Jayne Photography */

html, body {
  background: #fcfcfc;
  color: #050505;
  font-family: Verdana,Helvetica,Arial,sans-serif;
}

a {
  color: #050505;
  text-decoration: none;
  border-bottom: 1px dotted #050505;
}

a:hover {
  text-decoration: none;
  border-bottom: 1px solid #050505;
}

#paulajayne {
  margin:0 auto;
  width:482px; height:209px;
  background: url(../images/paulajayne_300-trans.png) top left no-repeat;
}

#paulajayne span {
  display: none;
}

#logo {
  margin: 1em;
  height: 215px;
}
#logo h2, #logo p {
  font-style: italic;
  text-align: center;
  margin-bottom: 5px;
  width: 150px;
  position: relative;
  top: -65px;
  left: 120px;
}
#logo p {
  font-size: 93%;
}

#page {
  width: 700px;
  margin: 10px auto;
}

#content p {
  margin: 1em 0;
  line-height: 1.5em;
}

#content p.about {
  font-size: 0.9em;
  line-height: 1.1em;
  font-style: italic;
}

#footer p {
  margin: 1em;
}

#footer {
	text-align: center;
	margin: 5em 0 1em;
	font: 85%;
	clear: both;
}

div.img {
  text-align: center;
}

.nav, .nav a {
  background: #636363;
  color: #fcfcfc;
  border-color: #fcfcfc;
}

.nav a:hover {
  border-color: #fcfcfc;
}

.nav {
  margin: 0 0 1em 0;
  padding: 5px;
}

.nav ul {
  /*list-style-type: none;*/
}

.nav li {
  display: inline;
  padding-left: 1em;
}

.nav li.first {
  padding-left: 0;
}

.nav p {
  float: right;
  margin: 0;
}

h2 {
  margin: 0 5px;
  font-weight: bold;
  font-size: 1.2em;
}

strong {
  font-weight: bold;
  background-color: #ffff66;
  color: #000;
  padding: 0 4px;
}

em {
  font-style: italic;
}
