/*********************************/
/*
/* Basic elements
/*
/*********************************/

body {
  background-color: #fff;
/*  background-color: #A9A0B5;*/

  background-color: #A9A0B5;
  background-color: #836E8E;
  background-color: #4A2B59;
  background-color: #391749;
  margin-top: 1em;
}

blockquote.main {
  margin: 1em;
}

p {
  margin-bottom: 0.7em;
  line-height: 1.4em;
}

h2 {
  font-family: Georgia;
  margin-bottom: 0em;
}

h3 {
  font-family: Georgia;
  font-style: italic;
}


h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0em;
}

ol {
  padding-top: 0;
  margin-left: 4em;
}

a {
  text-decoration: none;
  color: #836E8E;
  color: #8B378B;
  color: #CB465C;
}

a:hover {
  text-decoration: underline;
}

.container {
  background-color: #fff;
  padding: 1em;
}

/*********************************/
/*
/* Header
/*
/*********************************/

#header {
  text-align: center;
  border-bottom: 1px solid #999;
}


/*********************************/
/*
/* Navigation
/*
/*********************************/

#navigation {
  text-align: left;
}

#navigation ul {
  list-style-type: none;
  margin: 1em 0px;
}

#navigation li {
  display: inline;
  padding: 10px;
}

#navigation li:hover {
  background-color: #fff;
}

#navigation a {
  font-size: 1.2em;
  font-family: Georgia;
  font-style: italic;
  text-decoration: none;
  font-weight: bold;
}

#navigation a:visited {
/*  color: #FCCC08;*/
  text-decoration: none;
}

#navigation a:hover {
/*  color: #fff;*/
  text-decoration: none;
}

/*********************************/
/*
/* Footer
/*
/*********************************/

#footer {
  text-align: left;
  border-top: 1px solid #999;
}

#copyright p {
  text-align: right;
}

/*********************************/
/*
/* Signup
/*
/*********************************/

#promotion {
  clear: both;
  margin-top: 1em;
  border: 1px solid #ccc;
}

#promotion p {
  padding: 0 1em;
}

#promotion h3 {
  color: #d2232a;
  text-align: center;
  padding: 1em;
  line-height: 0;
}

.bookimg img{
  border: 1px solid #999;
  padding: 0.5em;
}

/*********************************/
/*
/* Main
/*
/*********************************/

.main_title {
  color: #900;
  margin-top: 0.2em;
  text-align: center;
}

.main_subtitle {
  color: #900;
  text-align: center;
}

.sub_subtitle {
  text-align: center;
}

.bookcover {
  padding-top: 1em;
}

.bookcover img {
/*  margin-top: 1em;*/
  margin-right: 1em;
  margin-bottom: 2em;
  float: left;
  padding: 0.5em;
  border: 1px solid #999;
}

.bookcover h3 {
  margin-bottom: 0;
}

.bookcover h4 {
  margin-top: 1.5em;
  margin-bottom: 0em;
  line-height: 0.5em;
}


/*********************************/
/*
/* Sidebar
/*
/*********************************/

.visit h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.savvymommy {
  padding: 0px 0px 2em 2em;
}


/*********************************/
/*
/* Miscellaneous
/*
/*********************************/

.important {
  color: #900;
  font-weight: bold;
  font-style: italic;
  font-size: 120%;
}
.section {
  margin: 2em 0px;
}

.section h3 {
  font-size: 1.7em;
}

.odd {
/*  border-top: 1px solid #ccc;*/
/*  background-color: #eae8dc;*/
  background-color: #fff;
}

.even {
/*  border-top: 1px solid #ccc;*/
  background-color: #EAE6D5;
}

.testimonial {
  clear: both;
  padding: 1em 0px;
}

.testimonial img {
  float: left;
  padding-right: 2em;
}

.attribution {
  text-align: right;
  float: right;
}

div.attribution {
  width: 30em;
  text-align: right;
  float: right;
}
.centered {
  text-align: center;
  padding-top: 1em;
}

.corinne {
  font-size: 1.2em;
}

/*********************************/
/*
/* Video
/*
/*********************************/

.video {
  margin-top: 1em;
  clear: both;
}

.video h3 {
  color: #900;
  font-size: 1.5em;
}

.youtube {
  padding: 0 20px;
  margin: 1em auto;
}

/*********************************/
/*
/* Miscellaneous admin stuff
/*
/*********************************/

div.links {
  border: 1px solid #bbb;
  background-color: #DDD;
  padding: 0.5em;
}

.tdcaption {
  font-weight: bold;
  width: 80px;
}

.tabular {
  border: 1px solid #999;
  padding: 1em;
  background-color: #DDD;
  margin: 1em 0px;
}

.show {
  margin: 1em 0px;
  border: 1px solid #999;
  padding: 1em;
  background-color: #DDD;
}

.todos {
  clear: both;
  margin: 1em 0px;
  border: 1px solid #900;
  padding: 1em;
  background-color: #D8A8B0;
}

.yes {
  color: #090;
  font-weight: bold;
}

.no {
  color: #900;
}

/*********************************/
/*
/* Wordpress overrides
/*
/*********************************/

#sidebar ul {
  list-style-type: none;
}