@charset    'utf-8';
@import     'shared.css';

h1 {
    width: 430px;
}

/* Special case: we don't use the gradient background image on the home page. */
div#bd {
    background: #ffffff;
}

a#tango {
    display:block;
    height:100px;
    margin-bottom: 10px;
}

div.devices {
    float:left;
    text-align:center;
    padding-top:50px;
}

div#newsContainer {
    width: 646px;
    height: 220px;
}

div#newsTop {
    background: url('../images/news/news-border-top.png') no-repeat;
    height: 22px;
}

div#newsBottom {
    background: url('../images/news/news-border-bottom.png') no-repeat;
    height: 22px;
}

div#newsCarousel {
    background: url('../images/news/news-border-content.png') repeat-y;
    height: 200px;
}

div#newsCarousel .slide img {
    width: 220px;
    height: 150px;
    margin: 20px 0px 0px 15px;
}

div#newsCarousel .slide > .title {
    margin-left: 245px;
    margin-right: 15px;
    padding-top: 45px;
    font-weight: bold;
    font-size: medium;
}

div#newsCarousel .slide > .description {
    margin-left: 245px;
    margin-right: 15px;
    margin-top: 1em;
    margin-bottom: 0;
}

div#newsCarousel .slide .date
{
    font-style: italic;
    margin-right: 0.5em;
}

div#newsCarousel .slide > .description .attribution {
    margin-top: 0;
    text-align: right;
    font-style: italic;
}

div#newsCarousel .slide > .description .attribution:before {
    content: "\2014";
}

div#newsCarousel a {
    color: inherit;
    text-decoration: none;
}

div#promotion {
    float: right;
}

div#partnerTicker {
    margin-top: 14px;
    background: url('../images/bg.jpg') repeat-y;
}

div#partnerList {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

div#partnerList ul li {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

div#partnerList ul li img {
    padding: 2px;
    border: 1px solid rgb(221,221,221);
}

img#download {
    margin-bottom:-24px;
}
