/* -------------------------------
          ALTURA BLOG
------------------------------  */

.blog .separator {
  border: 0;
  height: 3px;
  *height: 4px;
  background: url(images/hr_blog.png) 0 0 no-repeat !important;
  clear: both;
}

.blog.widecolumn .post h1, .blog h2 {
    font-family: Cambria, Georgia, "Times New Roman", serif;
} 

/* -------------------------------
           NAVIGATION
------------------------------  */

.navigation {
  clear: both;
  display: block;
}

/* -------------------------------
           SEARCH
------------------------------  */

.search .post {
  margin: 0 0 15px 0;
}

.search .post .comments_number {
  top: 0;
}

.blog_search {
  float: right;
}

.blog_search input {
  font-family: Tahoma, Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #333;
}

.blog_search input.input_field {
  border: 1px solid #e5e5e5;
  padding: 5px 8px;
}

.button, .comment-edit-link {
  border: 1px solid #bbb;
  padding: 4px 8px;
  *padding: 3px 5px;
  -moz-border-radius: 10px;
  background:#F2F2F2 url(images/white_grad.png) repeat-x scroll left top;
  cursor: pointer;
  font-size: 12px;
}

.button:hover, .comment-edit-link:hover {
	color: #0087df;
  background:#F2F2F2 url(images/white_grad.png) repeat-x scroll left top;
}

.button:active, .comment-edit-link:active {
	color: #0087df;
  background:#F2F2F2 url(images/white_grad_active.png) repeat-x scroll left top;
}

/* -------------------------------
              POST
------------------------------  */

.post {
  position: relative;
}

.post .post_content {
  width: 700px;
  padding: 20px 0;
  float: left;
}

.widecolumn .post .post_author {
	width: 100px;
  padding: 20px 0 0 0;
  float: left;
}

.narrowcolumn .post .post_author {
  width: auto;
  *width: 90px;
  height: 100px;
  float: left;
  padding: 0;
}

.post h2 {
  margin: 0 0 25px 0;
  padding: 0 25px 0 0;
  font-family: Cambria, Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1;
}

.post h3 {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: bold;
  font-variant: small-caps;
  color: #df1819;
}

  .post h3 span {
    color: #333;
  }

.post small.date {
  display: block;
  margin: 0 0 20px 0;
  color: #689a0d;
  font-size: 14px;
  font-family: Cambria, Georgia, "Times New Roman", serif;
}

.post img.avatar {
  float: left;
  margin: 0 20px 5px 0;
}

.post_author em, small.date em {
  font-family: Cambria, Georgia, "Times New Roman", serif;
  font-size: 12px;
  color: #999;
}

.post .entry p {
  margin: 0 0 10px 0;
}

.post .entry em {
  font-size: 14px;
}

.post .entry blockquote {
  margin: 0 0 0 40px;
  border-left: 3px solid #689A0D;
  border-bottom: 0;
  border-top: 0;
}

.post .entry blockquote p {
  padding: 0 0 0 20px;
  font-style: italic;
}

.post .entry ul {
  list-style-type: square;
}

.post .entry ol {
  list-style-type: decimal;
}

.post .entry ul li, .post .entry ol li {
  margin: 0 0 10px 40px;
  line-height: 20px;
}
  
.post .tags {
  margin: 5px 0 25px 0;
  padding: 10px 0 0 20px;
  border-top: 1px dotted #e5e5e5;
  background: url(images/tag.png) 0 5px no-repeat;
  font-size: 10px;
  text-transform: uppercase;
}

.post .tags a:hover {
  background-color: #0087df;
  color: #fff;
  text-decoration: none;
}

.post .comments_number {
  position: absolute;
  top: 20px;
  right: 0;
  padding: 6px 10px 10px 10px;
  background: url(images/comment_icon.png) 0 0 no-repeat;
  font-size: 11px;
}

/* -----       narrowcolumn post     -----  */

.blog.narrowcolumn .post {
  width: 45%;
  height: auto;
  position: relative;
  margin: 0 40px 25px 0;
  padding: 20px 0 0 0;
  float: left;
}

/* -----       widecolumn post     -----  */

.blog.widecolumn .post {
  width: auto;
}

  .blog.widecolumn .post h1 {
    font-size: 32px;
  }
  
  .blog.widecolumn .post img.post_author_photo {
    float: none;
    margin: 0 20px 10px 0;
  }
  
  .blog.widecolumn .post .post_author em {
    display: block;
  }

/* -----       archive post     -----  */

h2.pagetitle small {
  font-size: 12px;
  font-style: italic;
  font-family: Cambria, Georgia, serif;
  color: #999;
}

h2.pagetitle span {
  display: block;
}

h2.pagetitle {
  width: auto;
  line-height: normal;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 20px 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px dotted #e5e5e5;
}

/* -----       related post     -----  */

.post ul.related_post {
  list-style-type: none;
  list-style-position: inside;
  margin: 0 0 30px 0;
  padding: 0;
}

.post ul.related_post li {
  margin: 0 0 10px 0;
}

/* -------------------------------
              COMMENTS
------------------------------  */

h3#comments {
  padding: 2px 0;
  border-top: 2px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

/* -----       comments listing     -----  */

ul.comments_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.comments_list li.comment {
  margin: 0 0 30px 0; 
}

.comment .entry {
  background:transparent url(images/blog_author_flag.gif) no-repeat scroll 0 0;
  margin:0 0 0 200px;
  padding:0 0 0 40px;
    min-height: 80px;
  height: auto !important;
  height: 80px;
}

.comment .entry p {
  line-height: 22px;
  font-size: 12px;
}

.comment_meta {
  float: left;
  width: 180px;
}

.comment_meta span {
  font-weight: bold;
  font-size: 12px;
}

.comment .comment_meta .date {
  font-size: 12px;
  color:#666;
}

.comment em.comment_moderation {
  display: block;
  margin: 0 0 5px 0;
  padding: 2px;
  color: #333;
  font-size: 11px;
	background-color: #d1ebe0;
}


/* -----       leave reply     -----  */

#respond {
  background-color: #f5f5f5;
  padding: 10px 15px 20px;
}

#respond h3 {
  margin: 0 0 15px 0;
}

.comments_author {
  float: left;
  width: 200px;
}

  .comments_author ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
    .comments_author ul li {
      margin: 0 0 15px 0;
    }

  .comments_author label small, .comments_text label small {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #666;
  }

    .comments_author label small span.required, .comments_text label small span.required {
      font-style: italic;
      font-weight: normal;
      color: #ccc;
    }

.comments_author input, .comments_text textarea {
  padding: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.comments_author input {
  width: 160px;
}

.comments_text textarea {
  width: 450px;
}

.comments_submit {
  width: 510px;
}

a.comment-edit-link {
  color: #333;
}

/* -----       comment preview    -----  */

#commentPreview .commentlist {
  margin: 0 0 0 160px;
  margin-top: 0;
}

ol[style] {
   margin-top: 0 !important;
}

#commentPreview .commentlist li {
  background: #fff;
  padding: 5px;
}

#commentPreview .commentlist li img.avatar {
  display: none;
}


/* -------------------------------
              SIDEBAR
------------------------------  */

#sidebar {
  width: 100%;
  display: block;
  margin: 25px 0 0 0;
}

  #sidebar h2 {
    color: #999;
    font-size: 20px;
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
  }
  
  #sidebar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  #sidebar li.widget  {
    float: left;
    width: 33%;
  }

  #sidebar ul li.widget ul li {
    margin: 5px 0;
  }


