/* Background */
article {
  background:none;
}

/* Lists */
ul.tags li {
  border: none !important;
}

article ul {
  margin:14px 0 0;
}

article li {
  background:url('/images/layout/bullet-li-grey.gif') no-repeat  0 7px;
  padding: 2px 0 2px 9px;
  margin: 2px 0;
  text-decoration:none;
}

/* Blocks */
ul.tags {
  background-image:none;
  margin:0;
  padding:0;
}
ul.tags li {
  background-image:none;
  display:inline;
  padding: inherit;
}
ul.tags a {
  color:#fff !important;
  background-image:none;
  background-color: #7A8187;
  display:inline-block;
/*   font-size:11px; */
  line-height:16px;
  margin:0.2em 0;
  padding:0.2em 0.6em;
  white-space:nowrap;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
}

ul.tags a:hover,
ul.tags a:focus {
  background-image: none;
  color: #b50027;
  text-decoration: none !important;
}

article .tags-container {
	clear:both;
	margin-top: 1em;
}

article h1 span {
  color:#3b3c42;
}

article h1 a,
article h2 a {
  color: inherit;
}

article a.rss {
  background:url('/images/layout/icon-rss.png') no-repeat top right;
  color:#7a8187;
  display:block;
  line-height: 15px; 
  padding:1px 24px 4px 0;
}

article a.rss:hover,
article a.rss:focus{
  background-position:bottom right;
  color:#383d42;
}

article div.rss {
	clear: both;
	margin-top: 3em;
}

.main-posts .post {
	clear: both;
  border-top: 1px dotted #8c9196;
  padding:7px 0 16px;
}

.main-posts .post:first-child {
	border-top: none;
}

.main-posts .post p {
  font-size:14px !important;
  line-height:18px  !important;
  margin:16px 0 0  !important;
}

.main-posts .post p.meta {
  margin: 0  !important;
  padding: 0;
  font-size: 11px !important;
}

.main-posts .post p.meta a.comments {
  color:#b50027;
}

.main-posts .post h1 a,
.main-posts .post h2 a {
  color:#383d42 !important; 
}

.main-posts .post h1 a:hover,
.main-posts .post h1 a:focus,
.main-posts .post h2 a:hover,
.main-posts .post h2 a:focus {
  color:#b50027 !important;
  text-decoration: none !important;
}

ul.breadcrumbs {
	margin-bottom: 0;
}

.main-posts .post a.more {
  background:#f5f5f5 url('/images/layout/icon-more-grey.gif') no-repeat right;
  border:1px solid #e2e5e9;
  color:#383d42;
  font-size: 1.2em;
  margin: 1.4em 1em 1em ;
  padding: 0.4em;
  display: block;
  clear: both;
  float: right;
  width: 25%;
}

.main-posts .post a.more:hover,
.main-posts .post a.mode:focus {
  border-color:#c5ccd3;
  text-decoration: none;
}

.main-posts .post a {
  color: #B50027;
}

/* #content */

.main-posts .post a:hover {
  text-decoration: underline;
}

.comments {
  margin: 20px 0 0 0;
}

.pager {clear:both;}

.pager a:hover {
  text-decoration: underline;
}

.pager .previous {
  padding-left: 12px;
  background-image: url('/images/layout/bullet-prev.gif');
  background-position: 0 4px;
  background-repeat: no-repeat;
}

.pager .next {
  padding-right: 12px;
  background-image: url('/images/layout/bullet-next.gif');
  background-position: right 5px;
  background-repeat: no-repeat;
}

.tweet-this {
  display: inline-block;
  height: 20px;
  position: relative;
}

article .social {
	float: right;
}

article .social li {
  background: none;
  margin: 2px 0;
  float: left;
  margin-right: 10px;
}

.tweet-button {
  display: inline-block;
  width: 55px;
  height: 20px;
  background-image: url('/images/assets/tweet.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  float: left;
}

.tweet-button:hover {
  background-position: 0 -21px;
}

.main-posts .post td img {
	max-width:none;
}

/*********  CONTENT-COMMENTS.CSS *************/
.comments {
    border-bottom: 1px dotted grey;
}

.comments, new-comment {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.comments h3,
.new-comment h3 {
    color: #383D42;
    font-weight: normal;
    font-size: 16px;
}

.new-comment tr {
    display: block;
    margin-bottom: 10px;
}

#recaptcha_table tr {
  display: table-row!important;
}

.new-comment tbody th {
    width: 170px;
    color: #7a8187;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    padding-top: 5px;
}

.new-comment input[type=text] {
    border-radius: 3px;
    color: #383d42;
    font-size: 12px;
    padding: 5px 7px;
    outline-color: #9e9484;
    width: 225px;
    height: 15px;
    background-color: whitesmoke;
    border: 0;
    background-image: url('/images/layout/input-bg-lightgrey.gif');
    background-position: 0 0;
    background-repeat: repeat-x;
}

.new-comment textarea {
    border-radius: 3px;
    color: #383d42;
    font-size: 12px;
    padding: 5px 7px;
    outline-color: #9e9484;
    width: 375px;
    height: 75px;
    background-color: whitesmoke;
    border: 0;
    background-image: url('/images/layout/input-bg-lightgrey.gif');
    background-position: 0 0;
    background-repeat: repeat-x;
    resize: vertical;
}

.new-comment input[type=submit] {
    border-radius: 3px;
    background-color: #383D42;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 4px 13px 5px 13px;
    margin-left: 170px;
}

.new-comment input[type=submit]:hover {
    background-color: #B50027;
}

.new-comment .error_list li {
    font-size: 12px;
    color: #c00;
}

.new-comment td.info {
    font-size: 11px;
}

.notice {
    margin-bottom: 10px;
    color: #008200;
}

.comment {
    border-radius: 3px;
    border: 1px solid #e2e5e9;
    padding: 10px;
    margin: 10px 0;
    font-size: 12px;
    color: #7a8187;
}

.comment img.avatar {
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    border: 2px solid #e2e5e9;
    padding: 1px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.comment h4 {
    color: #383d42;
}

.comment p.meta {
    margin-top: 3px !important;
}

.comment h4 a {
    color: #383D42;
}

.comment h4 a:hover {
    text-decoration: underline;
}

.comment a {
    color: #B50027;
}

.comment a:hover {
    text-decoration: underline;
}