/*
 * readmore_styles.css
 *
 * This is the style sheet for i-say.html - for http://www.w0lmn.com
 * (C) 2007 George L. Moschkau, Sr.
 *
 * 
 *
 */

body {
  margin: 0;
  padding: 0;
  background-color: #050845;
  color: white;
  background-image: url(images/bg.gif);
  background-repeat: repeat-x;
  font: small Arial, Helvetica, Verdana, sans-serif;
}

#wrapper {
  background-color: #fdf8f2;
  color: black;
  margin: 30px 40px 30px 40px;
  padding: 10px;
}

#header-bottom {
  border-top: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
}

#header-bottom ul {
  margin: 0;
  padding: 0 30px 0 0;
  text-align: right;
}

#header-bottom a:link, #header-bottom a:visited {
  text-decoration: none;
  background-color: #fdf8f2;
  color: #050845;
}

#tagline {
  font-weight: bold;
  background-color: #fdf8f2;
  color: #050845;
  font-style: italic;
  margin: 0;
  padding: 0 0 0 20px;
  width: 300px;
  float: left;
}

#header-bottom li {
  display: inline;
  background-color: #fdf8f2;
  color: #050845;
}

#main {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 10px;
}

#content {
  margin: 0 0 0 0;
  border: 1px solid #b2d2e3;
  background-color: white;
  color: black;
}

#content .inner {
  margin: 10px 20px 10px 40px;
}

#content .inner p {
  color: #666666;
  font-size: 90%;
}

#content .inner p.more a:link, #content .inner p.more a:visited {
  color: black;
  background-image: url(images/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
  font-size: 90%;
  color: #1e4c82;
}

#content .inner p.more {
  margin-top: 0;
  text-align: right;
}

#content .inner h2 {
  color: #245185;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  font-size: 110%;
}

#content .inner ul.features {
  margin: 0;
  padding: 0;
  list-style: none;
}

#content .inner .features li img {
  float: left;
  margin: 0 5px 5px 0;
}

#content .inner h3 {
  font-size: 130%;
}

#content .inner h3 a:link, #content .inner h3 a:visited {
  color: #245185;
}

#content .inner p.author {
  font-weight: bold;
}

#mainfeature {
  background-image: url(images/me002.jpg);
  background-repeat: no-repeat;
  background-color: #112236;
  color: white;
  padding: 2em 2em 1em 200px;
}

#mainfeature h2 {
  margin: 0;
  font-weight: normal;
  font-size: 140%;
}

#mainfeature p {
  font-size: 110%;
}

#mainfeature p.more {
  margin-top: 0;
  text-align: right;
}

#mainfeature p.more a:link, #mainfeature p.more a:visited {
  color: white;
  background-image: url(images/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}

#footer {
  width: 100%;
  border-top: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  margin-top: 10px;
}

#footer p {
  font-size: 90%;
  color: #256290;
  margin: 0;
  padding: 0.2em 0 0.2em 0;
}
































