/* The container with the associated posts */
.associated-posts.dq-full-content-pagination {
}

.associated-posts.dq-blog-with-pagination .pagination:after {
  display: table;
  content: " ";
  clear: both;
  margin-bottom: 10px;
}
.associated-posts.dq-blog-with-pagination .pagination .prev-page {
  float: left;
}
.associated-posts.dq-blog-with-pagination .pagination .next-page {
  float: right;
}


/* The container with ONE associated post */
.associated-posts.dq-blog-with-pagination .associated-post {
  border-bottom: 2px solid #CECECE;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* The header element with the title of the post */
.associated-posts.dq-blog-with-pagination .associated-post h2.post-title {
color: #0079c1;
font-size: 1.1em;
font-weight: bold;
}

.associated-posts.dq-blog-with-pagination .associated-post h1.post-title {
color: #0079c1;
font-size: 1.3em;
font-weight: bold;
}

.associated-posts.dq-blog-with-pagination .associated-post h3.post-title {
color: #535860;
font-size: 1.2em;
font-weight: bold;
}

div.associated-posts.dq-blog-with-pagination .associated-post div.author {
color: #535860;
font-size: 0.8em;

}

div.associated-posts.dq-blog-with-pagination .associated-post .post-excerpt p.readmore {}

/* The link element inside the header with the title of the post */
.associated-posts.dq-blog-with-pagination .associated-post .post-title a {
}

.associated-posts.dq-blog-with-pagination .associated-post div.thumb-frame img.thumb {
margin: 0px 0px 0px 30px;}

/* The element which contains the post content. (Only if you set up 'show the whole post content.') */
.associated-posts.dq-blog-with-pagination .associated-post .post-content {
font-size: 1em;
}

/* The element which contains the post content. (Only if you set up 'show the whole post content.') */
.associated-posts.dq-blog-with-pagination .associated-post .post-excerpt {
font-size: 1em;
}

/* The clearing element. You can use it if you want. */
.associated-posts.dq-blog-with-pagination .clear {
  clear: both;
}

