.widget .post-thumbnail img, .footer-widget .post-thumbnail img {
    width: 100px;
    height: 60px;
}

.header-content {
    padding: 5px 0 !important;
}


/* Drak Skin */

body.dark-skin .wrapper{	
    background:#3c3c3c;
    color: #bfbfbf;
}
/*body.dark-skin a , body.dark-skin .page-title, body.dark-skin .search-widget input {color: #DDD; }*/
body.dark-skin a, 
body.dark-skin .widget-container a {color: #eee;}
body.dark-skin .ei-title a { color: #eee; }
body.dark-skin h2.cat-box-title a { color: #eee; }
body.dark-skin a:hover , /*body.dark-skin .widget-top h4 a:hover,*/
body.dark-skin .ei-title a:hover,
body.dark-skin h2.cat-box-title a:hover,
body.dark-skin .widget-container a:hover {color: #bfbfbf /*#fff*/;}
body.dark-skin .sidebar-narrow-left .sidebar { border-left-color: #555; }
body.dark-skin .sidebar-narrow { border-right-color: #555; }
body.dark-skin .column2 li, body.dark-skin li.other-news { border-bottom-color: #555 !important; }
body.dark-skin .post-tag a { color: #555; }
body.dark-skin .item-list { border-bottom-color: #555; }
body.dark-skin a.more-link { color: #FFF; }
body.dark-skin .post-inner p.post-meta { border-bottom-color: #555; }

body.dark-skin .commentlist .reply a{color: #999;text-shadow: 0 1px 1px #333;}
body.dark-skin .comments-avatar .widget-container li,
body.dark-skin .commentlist li.pingback {border-bottom-color:#303030;}
body.dark-skin .comment-avatar , 
body.dark-skin .commentlist .reply a{background-color:#272727;}
body.dark-skin #commentform textarea, body.dark-skin #commentform input {border-color: #555;border-top-color: #222;border-left-color: #222;background: #303030;color: #999;}
body.dark-skin #commentform input:focus,body.dark-skin #commentform textarea:focus {color: #fff; background: #303030;}
body.dark-skin .comment-wrap, 
body.dark-skin .search-widget input {background: #373737;box-shadow: 0 1px 3px 0 #141414;-moz-box-shadow: 0 1px 3px 0 #141414;-webkit-box-shadow: 0 1px 3px 0 #141414;}
body.dark-skin .cat-box-title h2 , body.dark-skin .cat-box-title h2 a, body.dark-skin .author-comment cite{color:#bfbfbf;}

.single-portfolio-left-content,
.single-portfolio-right-content {float:left;margin-bottom:15px;}
.single-portfolio-left-content .post-element-content {float:left;width:100%;margin-bottom:15px;}

.recent-box .recent-item {
    height: auto;
    max-height: 155px;
}

.recent-item .post-thumbnail img {
    max-height: 107px; /*150*/
}
.column2 li.first-news .post-thumbnail img {
    max-height: 300px;
}

.ei-slider-large li img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}


body.dark-skin .post-tag a{
			border-color: #dedede #d8d8d8 #d3d3d3;
			text-shadow: 0 1px 0 #fff;
			-webkit-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
			-moz-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
			box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
			background: #ffffff;
			background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
			background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
			background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
			background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
			background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
			display: inline-block;
			text-decoration: none;
			font-size: 10px;
			padding: 3px 8px;
			line-height: 20px;
			color: #555;
			text-transform: uppercase;
			border: 1px solid #DEDEDE;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px ;
			cursor: pointer;
		}
body.dark-skin .post-tag a:hover{ background:#dddddd;}

.xpto-top img, .xpto-bottom img, .home-xpto img, .xpto-post img {
    max-height: 70px;
}


.chlist, 
.chlist tr {
    width:100%;
    border-style: none;
    vertical-align:middle;
}
.chlist a {
	text-decoration: none; /* no underline */
}


.chlist table {
    clear:both;
    background:  transparent !important; 
    margin: 2px 0;
    font-family: Ubuntu, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:9pt;
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;     
    color: #b29d85;
    width: 100%;

        /* to override: .entry-content img  From sunset theme */
        border-style: none;
        box-shadow: none;
        border: 0px;
	padding: 0px;
	margin: 0px;

}

.chlist tbody td {
        /* to override: .entry-content img  From sunset theme */
        border-style: none;
        box-shadow: none;
        border: 0px;
	padding: 0px;
	margin: 0px;

    background:transparent; /* #fff; */
    padding: 3px; 
   /* padding-left:2px; */
    vertical-align: middle; 
    line-height: 20px; 
}

.chlist tbody tr.odd td { background-color: #f0faff; }
.chlist tbody tr:hover td { background: #ffe; color: #fff; cursor: pointer;}
.chlist tbody tr.odd:hover td { background: #ffd; color: #fff; cursor: pointer;}
/* row highlighting on hover + select */
.chlist tbody tr:hover td, table.list tbody tr.highlight td {  background: #966720; color: #fff; cursor: pointer;} /*#fcb03e*/
/* disabled highlighting on nohover */
.chlist tbody tr:hover td.nohover, table.list tbody tr.highlight td.nohover { }

.chlist .ratestars {
    width: 155px;
    text-align: right;
}
.chlist img {
        /* to override: .entry-content img  From sunset theme */
        background: transparent;
        border-style: none;
        box-shadow: none;
        border: 0px;
	padding: 0px;
	margin: 0px;
}

.chlist .serie {
	color: white;
	font-style: normal;
        font-weight: bold;
        font-size: 10pt;
      /*#b94f25 rgb(185, 79, 37)*/
    background-color: #b7471b; /* rgb(233, 106, 22);*//*#b94f25*/
    padding:1px 9px 2px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px;
    text-align: center;
}

.chlist .serie:hover {
/*override*/
    background-color: #b7471b; 
    cursor: auto;
}

.chlist .nullRow:hover {
    background-color: transparent;
    cursor: auto;
}


.chlistitem {
    height: 20px;
}
.chlistitem span {
    float: right;
    height: 20px;
}
.chlistitem img {
    height: 20px;
}
