.clear { clear: both };
.col33 {
    width: 33.0%;
}
.col50 {
    width: 50.0%;
}
.col66 {
    width: 66.0%;
}

/* CONTENT */
.aoppost-image, 
.aoppost-image img {
    position: relative;
    float: left;
   /* width: 100%;*/
}

.post-thumbnail .vr ,
.aoppost-image .overlay-icon .vr {
    background: #0066ff6b;
    color: #fff;
    width: 35px;
}
.post-thumbnail .estim ,
.aoppost-image .overlay-icon .estim {
    background: #fd5050bd;
    color: #fff;
  width: 45px;
}
.post-thumbnail .funscript ,
.aoppost-image .overlay-icon .funscript {
    background: #3d9935;
    color: #fff;
  width: 65px;
}

.post-thumbnail .icon ,
.aoppost-image .overlay-icon .icon {
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0!important;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 29px;
    height: 18px;
    border-radius: 2px;
    font-size: 10px;
    text-align: center;
    line-height: 17px;
    z-index: 1;
}



.aoppost-left {
    float: left;
    position: relative;
}   
.aoppost-right {
    float: left;
    font-weight: bold;
    position: relative;
}

.aoppost-meta, .aoppost-meta li { width: 96%; margin: 0px !important;  }

.aoppost-meta {
    display: inline-block;
    text-align: left;
    margin: 0 0 0px 10px !important;
    border: 1px #555 solid;
}

.aoppost-meta li {
float: left;
width: 100%;
border-bottom: 1px #555 solid;
padding: 7px 0px;
line-height: 20px;
list-style-type: none !important;
    /*display: list-item;*/
}
.aoppost-meta .type {
float: left;
margin-left: 10px;
line-height: 14px;
}
.aoppost-meta .type i {
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
margin-right: 5px;
}
.aoppost-meta .value {
float: right;
margin-right: 10px;
line-height: 18px;
max-width: 60%;
text-align: right;
}

.aoppostsocial {   
    float: right;
   /* margin-top: -16px;*/
}
.aoppostcontent {
    padding-top: 5px;
    width: 100%;
}
.aoppostfooter {
    padding-top: 20px; /*???*/
    width: 100%;
    text-align: center;
}


.item-thumbnail-actions {
position: relative;
display: table;
width: 80px;
margin: 10px auto 0 auto;
}
.item-thumbnail-actions li {
display: table-row;
list-style: none !important;
margin: 0 auto;
overflow: auto;
}

.item-thumbnail-actions__control--favorite a>span, 
.item-thumbnail-actions__control--collection a>span {
display: none;
}


/* OLD BUTTONS */
.xxxxxxaoppostbuttons button{ 
    border: 1px solid #222;
    border-radius: 3px;
    background: #b94f25; /* Old browsers */
    background: -moz-linear-gradient(top,  #b94f25 0%, #b73a09 100%, #7db9e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b94f25), color-stop(100%,#b73a09), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b94f25 0%,#b73a09 100%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b94f25 0%,#b73a09 100%,#7db9e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b94f25 0%,#b73a09 100%,#7db9e8 100%); /* IE10+ */
    background: linear-gradient(top,  #b94f25 0%,#b73a09 100%,#7db9e8 100%); /* W3C */
    color: silver;
    line-height: 2;
    padding: 0.5em 1.5em;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
}

xxxxxxbutton:hover {
	background: #b7471b; /* Old browsers */

	background: -moz-linear-gradient(top,  #b7471b 0%, #b53000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7471b), color-stop(100%,#b53000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b7471b 0%,#b53000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b7471b 0%,#b53000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b7471b 0%,#b53000 100%); /* IE10+ */
	background: linear-gradient(top,  #b7471b 0%,#b53000 100%); /* W3C */
}

.ui-tooltip {
  background: blue;
  color: white;
}

/* NEW BUTTON */
.btn-theme {
    background: #D48A00;
    background: #b7471b;
}
.btn-theme:hover {
    background:#333333;
}

.btn {
	display: inline-block;
	margin-bottom: 0px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.4285;
        border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	/*
	
	text-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background-image: none;
	outline: 0 !important;
	border: none;
	margin: 0 0 15px;
	color: #ffffff;*/
}
.post-ajax-load-btn {
	cursor: pointer;
}
.float-btn {
	box-shadow: 0px 4px 0px #414141;
	padding-left: 16px;/*26*/
	padding-right: 16px;
}
.btn:focus, .btn:focus:active, .active.btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover, .btn:focus {
	color: #333;
	text-decoration: none;
}
.btn:focus {
	color: #ffffff;
}
.btn-theme.float-btn {
	box-shadow: 0px 4px 0px #864126;
}
.btn i {
	margin-right: 5px;
}



/* black bar */
.usertabs,
.usertabs2 {
    /*width: 100%;*/
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.usertabs {
    border: 1px solid #313131;
    background-color: #101010;
}

.usertabs2 > ul,
.usertabs > ul {
    float: left;
    width: 100%;
    background: #1b1b1b;
    padding: 0px;
    margin: 0px ;
    list-style-type: none;
    overflow: hidden;
}
.usertabs > ul li,
.usertabs2 > ul li {
    float: left;
    padding: 0px;
    margin: 0px ;
    line-height: 2.7;
    border-right: 1px solid #2b2b2b;
    border-bottom: 1px solid #2b2b2b;
    text-align: center; 
    list-style-type: none;
    /*width: 150px;*/
   /* width: calc((100% - 3px) /3);*/

    /*position: relative;*/
}
.usertabs > ul li a,
.usertabs2 > ul li a{
    display: block;
    height: 40px;
    color: #5b5b5b;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none;
}

.usertabs > ul li a>span,
.usertabs2 > ul li a>span {
    display: block;
    height: 45px;
    color: #fffefe;
    font-size: 11pt;
    font-weight: bold;
}
.usertabs > ul li.active span,
.usertabs2 > ul li.active span{
    color: #f90; 
}
/* override */
.usertabs {
    background-color: #292929;
}

.aoppost-actionbar { height: 38px; padding: 10px;}

.aoppost-actionbar a.disable { display: none; }

.aoppostviewerbuttons {
    display: inline;
    float: right;
}




.networkposts_section_v {
    width: 100%;
    height: auto;  /*780*/ 
    text-align: center;
    background-color:  #222; /* #b94f25; rgb(233, 106, 22);*/
   /* padding: 2px 2px 4px 1px;
    padding:1px 9px 2px;
    padding:4px;*/
    padding:0px;
    margin:0px;
    -webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
    text-shadow:  0px -1px 0px rgba(0,0,0,0.25);
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    /*margin-right: 20px;*/
    
}

.networkposts_title_v {
    text-align: left;
    font-size: 12pt;
    font-weight:  bold;
    margin: 10px;
}

.networkposts_item_v {
    width: 100%;   
    height: 180px; /* 80+120+40 =240  */
    text-align: center;
    margin: 0px;
    
    padding-bottom: 10px;
}

.networkposts_item_v .network_logo_v_div {    
    height:60px;
    width: 150px;
    margin: 10px 5px 10px 5px;
    background-color:  #333; /* #b94f25; rgb(233, 106, 22);*/
    /*padding: 2px;*/
    -webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
}

.networkposts_item_v .network_logo_v {    
    height:60px;
    max-width: 150px;
    margin: 0px;   
}

.networkposts_item_v .network_img {    
    /*height: 120px;*/ 
    max-height: 120px;  
    max-width: 150px;
    text-align: center;
    margin: 0px;
}


.networkposts_item_v .network_title {    
    width: 100%;
    height: auto;
    font-size: 0.9em;
}


.network_logo {    
    /*width: auto;*/
    max-height:60px;
}


.aop_lateststreams li, .aop_ratings li {
    list-style-type: none;  
}
.aop_ratings_widget li {
        background:url() !important;
        padding: 0 0 5px 0px !important;
/*        line-height: 18px;
        overflow: hidden;*/
}

.castthumbnail {
    position: absolute;
    z-index: 1000;
}
.aopcastlink {
    cursor: pointer;
    text-decoration: none;
}

