/* Blog CSS */

a
{
  color: #5b7399;
}

dt
{
  display: inline;
}

p
{
  font-size: 14px;
}

h2
{
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -0.5px;
}

#main-content h2.tagline
{
  width: 555px;
  color: #999;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: dotted 1px #ccc;
}
#main-content h2.tagline span
{
  color: #7a3716;
}

#main-content
{
  width: 555px;
  min-height: 665px;
  float: left;
}
#main-content li
{
  padding-left: 18px;
  background: url(http://eachday.com/images/bg-faq-list-item.png) no-repeat 0 4px;
  margin-bottom: 10px;
}

.entry
{
  margin: 0 0 25px;
  border-bottom: solid 1px #efefef;
  padding: 0 0 25px;
}
.entry h2
{
  margin-bottom: 2px;
}
.entry h2 a
{
  color: #f96f0c;
  text-decoration: none;
}
.entry h2 a:hover
{
  text-decoration: underline;
}
.entry h3
{
  margin: 2px 0;
  font-size: 10px;
}

.article
{
  color: #666;
}
.article h3
{
  margin-bottom: 0;
}
.article h3 a
{
  text-decoration: none;
  color: #cc6600;
  font-size: 16px;
}
.byline
{
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 11px;
  color: #999;
}

#sidebar
{
  width: 177px;
  float: right;
}

#sidebar .block
{
  background: #ecf0f6 url(http://eachday.com/images/bg-blog-sidebar-section-top.png) no-repeat left top;
  padding: 10px 15px 0;
  margin-bottom: 20px;
  font-size: 10px;
}
#sidebar .block h2
{
  font-size: 10px;
  color: #7a3716;
  text-transform: uppercase;
  margin: 0 0 5px;
  padding-bottom: 5px;
  border-bottom: dotted 1px #999;
  font-weight: bold;
}
#sidebar .block ul
{
  background: url(http://eachday.com/images/bg-blog-sidebar-section-bottom.png) no-repeat left bottom;
  padding: 5px 15px 15px;
  margin: 0 -15px;
}
#sidebar .block ul li
{
  margin-bottom: 10px;
}
#sidebar .block span.date
{
  display: block;
  margin: 0;
  padding: 0;
  color: #999;
}

.single-post .primary
{
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: dotted 1px #ccc;
}
.single-post .appears-in
{
  font-size: 10px;
}

/* FAQ List */
#faq-list
{
  width: 400px;
  float: left;
}
#main-content li
{
  padding-left: 18px;
  background: url(http://eachday.com/images/bg-faq-list-item.png) no-repeat 0 4px;
  margin-bottom: 10px;
}

/* Contact form */
#contact-form
{
  position: absolute;
  top: 0;
  right: -205px;
  width: 318px;
}
#contact-form h2
{
  color: #5b7399;
}
#contact-form form
{
  background: #e2e5eb url(http://eachday.com/images/bg-contact-form-top.png) no-repeat left top;
  width: 280px;
  padding: 14px 19px 0;
  position: relative;
  border: none;
}
#contact-form div.submit
{
  background: url(http://eachday.com/images/bg-contact-form-bottom.png) no-repeat left bottom;
  padding: 19px;
  margin: 0 -19px;
}
#contact-form div.input
{
  padding-left: 0;
  margin-bottom: 0;
}
#contact-form div.captcha { position: relative; left: -19px; padding: 10px 0; }
#contact-form .required, #contact-form #required-description span
{
  color: #fc8829;
  font-weight: bold;
}
#contact-form input, #contact-form textarea, #contact-form select
{
  width: 268px;
  margin: 0;
  background-color: #fff;
}
#contact-form .input-submit
{
  display: block;
  background: url(http://eachday.com/images/button-ask-us.png) no-repeat left top;
  overflow: hidden;
  padding: 18px 0 0 0;
  width: 83px;
  height: 18px;
  border: none;
  position: absolute;
  right: 19px;
  bottom: 19px;
  cursor: pointer;
}
#contact-form label
{
  display: block;
  color: #7a3716;
  position: static;
  width: auto;
  text-align: left;
  font-weight: bold;
  margin: 5px 0;
}

#faq-list h1, #contact-form h1
{
  margin-bottom: 40px;
}

#comments ol
{
  margin: 15px 0;
  list-style: decimal inside;
  padding: 15px 0;
  border-top: dotted 1px #999;
  border-bottom: dotted 1px #999;
}
#comments li
{
  list-style: decimal inside;
  font-size: 14px;
  font-weight: bold;
  color: #cc6600;
}
#comments li div.content
{
  display: inline;
  font-size: 11px;
  font-weight: normal;
  color: #666;
}
#comments li cite
{
  display: block;
  margin: 5px 0;
  font-size: 12px;
}

#comment-form input
{
  margin: 0 0 5px 0;
}
#comment-form label
{
  padding-left: 5px;
  top: -4px;
  font-weight: normal;
  font-size: 10px;
}

.hide 
{
  display: none;
}

#global-footer
{
  clear: both;
}
