/*
  Script: feedview.css

    This file is part of UWA JS Runtime.

  About: License

    Copyright 2006-2012 Netvibes, a Dassault Systèmes company.
    All rights reserved.

  XHTML skeleton:
    (start code)
    TODO
    (end code)
*/

/* Common feedview style
{{{ */
.uwa-feedview {
    overflow: hidden;
    position: relative;
}

.uwa-feedview a:link,
.uwa-feedview a:active,
.uwa-feedview a {
    text-decoration: none;
}

.uwa-feedview .scrollarea {
    overflow: hidden;
    height: 325px;
}

/* itemsActions */
.uwa-feedview .actions {
    display: none;
    margin-top: 7px;
    padding-bottom: 7px;
    text-align: center;
}

.uwa-feedview .action {
    margin: 0 3px 0 3px;
    padding: 3px;
    display: inline-block;
    text-align: center;
    background-color: #f5f5f5;
    box-shadow: 1px 1px 3px #ccc;
    border-radius: 1px;
    *display: inline;
    zoom: 1;
}

/* item infos and top infos*/
.uwa-feedview .infos .title {
    text-align: left;
}

.uwa-feedview .infos .title a {
    color: #3B3B3B;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: bold;
}

.uwa-feedview .infos .date {
    color: #7D7D7D;
}


/* item */
.uwa-feedview .item {
    position: relative;
    cursor:pointer;
}

.uwa-feedview .item a {
    display: block;
}

.uwa-feedview .item .content {
   overflow: hidden;
}

.uwa-feedview .item .description div {
    height: 3.4em;
    line-height: 1.1em;
    font-size: 1em;
    overflow: hidden;
}

.uwa-feedview .item .image {
    background-color: #FFF;
    border: 1px solid #B3B3B3;
}


.uwa-feedview .item .image a {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: 2px solid #FFF;
    background-color: #FFF;
}

.uwa-feedview .active .image a  {
    border: 1px solid #FFF;
    width: 58px;
    height: 58px;
}

.uwa-feedview .active .image {
    border: 3px solid #B3B3B3;
}

/* top */
.uwa-feedview .top {
    padding: 5px 5px 0 8px;
    position: relative;
}

.uwa-feedview .top .actions {
    text-align: right;
}

.uwa-feedview .top .actions {
    padding: 2px 2px 0 2px;
}

.uwa-feedview .top .action {
    background-color: #E7E7E7;
}

.uwa-feedview .top .item .image {
    position: relative;
    margin: 0 0 2px 0;
}

.uwa-feedview .top .item .image a {
    height: 170px;
    width: auto;
}

.uwa-feedview .top .item {
    height: auto;
    padding: 0;
    border-bottom: none;
}

.uwa-feedview .top .item .content {
    padding: 0;
    height: auto;
}

.uwa-feedview .top .item .description {
    padding: 2px 5px;
}

.uwa-feedview .top .item .description div {
    height: 3.5em;
    line-height: 1.2em;
    font-size: 1.2em;
}

.uwa-feedview .top .infos {
    position: absolute;
    top: 99px;
    margin: 0 0 0 -6px;
    width: 100%;
}

.uwa-feedview .top .infos .title {
    height: auto;
}

.uwa-feedview .top .infos .title a,
.uwa-feedview .top .infos .date span {
    padding: 2px 2px 2px 10px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.uwa-feedview .top .infos .title a {
    background-color: #414141;
    font-size: 1.3em;
    line-height: 1.3em;
    color: #FFF;
    width: 80%;
}

.uwa-feedview .top .infos .date {
    margin: 5px 0 0 0;
}

.uwa-feedview .top .infos .date span {
    background-color: #6F6F6F;
    color: #FFF;
    font-size: 0.9em;
    line-height: 0.9em;
    font-weight: bold;
}

.uwa-feedview .top .separator {
    background: transparent url(../img/triangles.png) no-repeat -3px -6px;
    height: 8px;
    width: 8px;
}

.uwa-feedview .top .date .separator {
    background: transparent url(../img/triangles.png) no-repeat -3px -19px;
}

/* Normal
{{{ */

.uwa-feedview-normal .items .odd {
    background-color: #E5E5E5;
}

.uwa-feedview-normal .infos .title {
    overflow: hidden;
}

.uwa-feedview-normal .item .image {
    position: absolute;
}

.uwa-feedview-normal .item {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #C4C4C4;
    height: 66px;
    padding: 5px;
}

.uwa-feedview-normal .item .content {
    padding-left: 75px;
    height: 65px;
}

.rtl .uwa-feedview-normal .item .content {
    padding-left: 0;
    padding-right: 75px;
}

/*}}}*/

/* Scoop
{{{ */
.uwa-feedview-scoop .scrollarea {
    height: 220px;
}
/*}}}*/

/* Simplelist
{{{ */

.uwa-feedview-simplelist .item {
    border-bottom: 1px dotted #C4C4C4;
}

.uwa-feedview-simplelist .infos {
    position: relative;
    padding: 2px;
}

.uwa-feedview-simplelist .active .infos .title a {
    font-weight: bold;
}

.uwa-feedview-simplelist .infos .title a,
.uwa-feedview-simplelist .infos .date {
    height: 1.6em;
    font-size: 1em;
    line-height: 1.4em;
    font-weight: normal;

}

.uwa-feedview-simplelist .infos .title a {
    white-space: nowrap;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uwa-feedview-simplelist .infos:hover  {
    background: #E2E2E2;
}

.uwa-feedview-simplelist .infos .date {
    position: absolute;
    padding: 2px 15px 2px;
    top: 0;
    right: 0;
    text-align: right;

    white-space: nowrap;
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Clear */
/* Contain floats: h5bp.com/q */
.uwa-feedview-simplelist .infos:before, .uwa-feedview-simplelist .infos:after { content: ""; display: table; }
.uwa-feedview-simplelist .infos:after { clear: both; }
.uwa-feedview-simplelist .infos { zoom: 1; }

/*}}}*/

/* Carousel
{{{ */
.uwa-feedview-carousel .scrollarea {
    height: 80px;
    padding: 0 5px;
    margin: 0;
}

.uwa-feedview-carousel .scrollarea .items {
    padding: 0;
}

.uwa-feedview-carousel .items {
    position: relative;
}

/* Clear */
/* Contain floats: h5bp.com/q */
.uwa-feedview-carousel .items:before, .uwa-feedview-simplelist .infos:after { content: ""; display: table; }
.uwa-feedview-carousel .items:after { clear: both; }
.uwa-feedview-carousel .items { zoom: 1; }

.uwa-feedview-carousel .items .item,
.uwa-feedview-carousel .items .actions {
    float: left;
}

.uwa-feedview-carousel .items .item .image {
    margin: 2px;
}

.uwa-feedview-carousel .items .item .infos,
.uwa-feedview-carousel .items .item .description {
    display: none;
}
/*}}}*/

/* Gallery
{{{ */
.uwa-feedview-gallery .top .description {
    display: none;
}

.uwa-feedview-gallery .top .item .image a {
    height: 270px;
}

.uwa-feedview-gallery .top .infos {
    position: relative;
    top: auto;
    margin: 0;
}

.uwa-feedview-gallery .top .separator {
    display: none;
}

.uwa-feedview-gallery .top .infos {
    padding: 5px;
}

.uwa-feedview-gallery .top .infos .date  {
    margin: 0;
}

.uwa-feedview-gallery .top .infos .title a,
.uwa-feedview-gallery .top .infos .date span {
    text-shadow: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
}

.uwa-feedview-gallery .top .infos .title a {
    width: auto;
    color: #3B3B3B;
    line-height: 1.2em;
    font-size: 1.2em;
    font-weight: normal;
}

.uwa-feedview-gallery .top .infos .date span {
    color: #7D7D7D;
    font-weight: normal;
}
/*}}}*/

/* Headline
{{{ */

.uwa-feedview-headline {
    padding: 5px 0 0 5px;
}

.uwa-feedview-headline .scrollarea .items {
    padding: 0 10px 0 0;
}

.uwa-feedview-headline .infos {
    padding: 1em;
}

.uwa-feedview-headline .items .item {
    margin-top: 5px;
    background: white;
}

.uwa-feedview-headline .items .first {
    margin-top: 0;
}

.uwa-feedview-headline .infos .title {
    height: 6em;
    font-size: 1.4em;
    overflow: hidden;
}

.uwa-feedview-headline .infos .title a {
    color: #FFF;
}

.uwa-feedview-headline .infos .date {
    font-weight: bold;
    color: #BFB3B3;
}

.uwa-feedview-headline .items .item .description {
    display: none;
}

.uwa-feedview-headline .item .image {
    padding: 2px;
    border: 1px solid #B3B3B3;
}

.uwa-feedview-headline .items .content {
    position: absolute;
    top: 3px;
    left: 3px;
    bottom: 0;
    width: 38.2%;
    min-width: 130px;
    height: 130px;
    background: transparent; /* IE */
    background: rgba(0, 0, 0, 0.6); /* real browsers */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    zoom: 1;
}

.uwa-feedview-headline .item .image a {
    border: none;
    width: 100%;
    height: 130px;
    overflow: hidden;
}
/*}}}*/


/* Ticker
{{{ */
.uwa-feedview-ticker {
    height: 80px;
}
/*}}}*/


/* Channel
{{{ */
.uwa-feedview-channel .hentry {
    position: relative;
    width: 180px;
    height: 180px;
    padding-top: 1px;
    padding-left: 1px;
    border: 1px solid  #c4c4c4;
    z-index: 2;
    background: #E9E9E9;
}

.uwa-feedview-channel .items .item .entry-image {
    width: 179px;
    height: 179px;
    overflow: hidden;
}
.uwa-feedview-channel .item.read {
    opacity: 0.65;
    -moz-opacity: 0.65;
    filter:alpha(opacity=0.65)
}
.uwa-feedview-channel .scrollarea {
    height: 220px;
}
.uwa-feedview-channel .hentry .entry-image .entry-title {
    padding: 0 5px;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    position: absolute;
    z-index: 4;
    bottom: 1px;
    -webkit-transition: height 500ms;
    -moz-transition: height 500ms;
    background: black;
    color: white;
    opacity: 0.8;
    width: 169px;
    font-family: tahoma, serif;
    font-weight: bold;
}
.uwa-feedview-channel .hentry .entry-image .entry-title.no-image,
.uwa-feedview-channel .hentry:hover .entry-image .entry-title.no-image {
    height: 179px;
    line-height: 1.2em;
    white-space: normal;
    overflow: hidden;
    opacity: 1;
}
.uwa-feedview-channel .hentry .entry-image .entry-title .title {
    display: block;
    width: 156px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    font-size: 12px;
}
.uwa-feedview-channel .hentry:hover .entry-image .entry-title .title,
.uwa-feedview-channel .hentry .entry-image .entry-title.no-image .title,
.uwa-feedview-channel .hentry:hover .entry-image .entry-title.no-image .title {
    line-height: 1.5em;
    padding-top: 12px;
    padding-left: 6px;
    height: 70px;
}
.uwa-feedview-channel .hentry:hover .entry-image .entry-title {
    height: 90px;
    line-height: 1.2em;
    white-space: normal;
    width: 169px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.uwa-feedview-channel .item.read .hentry .entry-image .entry-title .entry-description {
    color: #DCDCDC;
}
.uwa-feedview-channel .hentry .entry-image .entry-title .entry-description {
    font-family: tahoma,serif;
    font-size: 10px;
    color: #BABABA;
    display: block;
    margin-top: 20px;
    padding-left: 6px;
    padding-right: 25px;
    height: 72px;
    overflow: hidden;
    line-height: 1.4em;
}
.uwa-feedview-channel .hentry .entry-image .entry-share {
    position: absolute;
    width: 16px;
    height: 16px;
    background: transparent url(../img/shareicon.png) top no-repeat;
    right: 5px;
    bottom: 97px;
    opacity: 0;
    background-color: rgba(83,83,83,0.8);
    border-radius: 2px;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
}
.uwa-feedview-channel .hentry .entry-image .entry-share.no-image {
    bottom: 5px;
    z-index: 5;
}
.uwa-feedview-channel .hentry:hover .entry-image .entry-share {
    opacity: 1;
}
.uwa-feedview-channel .hentry:hover .entry-image .entry-share.no-image {
    bottom: 5px;
    opacity: 1;
}
.uwa-feedview-channel .active .entry-image {
    border: none;
}
.uwa-feedview-channel  .item {
    margin-right: 10px;
    margin-left: 10px;
}
.uwa-feedview-channel .item-date {
    color: #898989;
    float: left;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    font-size: 0.9em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.uwa-feedview-channel  .item-dragAndFollow {
    float: right;
    width: 16px;
    height: 16px;
    background: transparent url(../img/dragandfollow.png) top no-repeat;
    top: 2px;
    position: relative;
}
/*}}}*/
