/*
-----------------------------------------------
BASE STYLE SHEET (blogger.css)

Site: ElizabethNobleBooks.com
Company:  AuthorsOnTheWeb.com
Developer:   Eric P. Rhodes (eric@bookreporter.com)
Designer: Eric P. Rhodes (eric@bookreporter.com)
Version:  20 February 2008
File Path: /css/blogger.css
----------------------------------------------- */


/* = Blogger
------------------------------------------*/

@media all {
  #blogger_content {
    width:415px;
    margin:0 auto;
    padding:0;
    text-align:left;
    }
  #main {
    width:415px;
    }
 
	
  }
@media handheld {
  #blogger_content {
    width:90%;
    }
  #main {
    width:100%;
    float:none;
    }
  #blog_archives_content {
    width:100%;
    float:none;
    }
  }
  
  /* Posts
----------------------------------------------- */
@media all {
  .date-header {
    color: #9b773c;
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-align: center;
    }
  .post {
    margin: 0;
    color: #30131a;
    border-bottom: #e1cd64 dashed 1px;
    padding-bottom: 8px;
    }
  }
  
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
  
.post-title {
  margin: 0 0 0;
  padding: 10px 0 0;
  font-weight: normal;
  color: #bb212e;
  text-align: center;
  }
  
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color: #bb212e;
  font-weight:normal;
  }
  
.post-title strong, .post-title a:hover {
  color: #bb212e;
  }
  
.post div {
  margin:0 0 .75em;
  line-height:1.2em;
  }
  
p.post-footer {
  margin:-.25em 0 0;
  color: #606060;
  }
  
.post-footer em, .comment-link {
  font:78%/1.4em Georgia, "Times New Roman", Times, serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
  
.post-footer em {
  font-style:normal;
  color:#9b773c;
  margin-right:.6em;
  }
  
.comment-link {
  margin-left:.6em;
  }
  
.post img {
  padding: 0px;
  border:1px solid #862d1f;
  }
  
.post blockquote {
  margin:1em 20px;
  }
  
.post blockquote p {
  margin:.75em 0;
  }


/* Blogger Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em Georgia, "Times New Roman", Times, serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color: #9b773c;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em Georgia, "Times New Roman", Times, serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }


/*  Blogger blog_archives_content Content
----------------------------------------------- */
#blog_archives_content ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom: /*1px dotted #606060*/ none;
  list-style:none;
  list-style-type: none;
  }
#blog_archives_content li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height: .5em;
  list-style:none;
  list-style-type: none;
  }
#blog_archives_content p {
  color: #bb212e;
  line-height:.5em;
  }
  
 
 .sidebar-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-weight:normal;
  color:#bb212e;
  }
.sidebar-title a, .sidebar-title a:visited, .sidebar-title strong {
  display:block;
  text-decoration:none;
  color: #bb212e;
  font-weight:normal;
  }
.sidebar-title strong, .sidebar-title a:hover {
  color: #bb212e;
  }

