/* 
    Document   : ucb_banners
    Created on : Jan 30, 2012, 5:38:49 PM
    Author     : peter
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div#ucb-watch-footer-banners {
    padding: 10px 10px 22px 10px;
    position: relative !important;
}

.msie-msie div#ucb-watch-footer-banners {
    height: 180px;
}
div#ucb-watch-footer-banners div.content{
	width: 310px;
	margin-right: 3px;
	float: left;
	position:relative;
}
div#ucb-watch-footer-banners .content a {
    display: block;
    width: 100%;
    height: 179px;
    position:relative;
}
div#ucb-watch-footer-banners .content .footer-banner-item {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  -khtml-opacity: 0.60;
  opacity: 0.60;
 background-color: #000000;
    bottom: 0;
    color: #FFFFFF;
    height: 31px;
    left: 0;
    padding: 10px;
    position: absolute;
    width: 290px;
}
div#ucb-watch-footer-banners .content .footer-banner-item a{
	color: #FFFFFF;
    font-size: 1.25em;
    height: 40px;
    text-decoration: none;
    width: 100%;
}

.msie-msie div#ucb-watch-footer-banners a.item {
    float: none;
    position: absolute;
    left: 10px;
    top: 10px;
}

.msie-msie div#ucb-watch-footer-banners a.item.second {
    left: 325px;
}

.msie-msie div#ucb-watch-footer-banners a.item.last {
    left: 640px;
}

div#ucb-watch-footer-banners a.item.last {
    margin-right: 0;
}

/*

    @you say thing

*/

div.footer-you-say {
    padding: 10px 10px 10px 10px;
    border-top: 1px solid #e4e4e4;
    font-family: Arial;
    position: relative;
}

div.footer-you-say div.inner {
    height: 80px;
    padding: 10px 0 10px 0;
    background: #00b9e4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

div.footer-you-say h2 {
    width: 95px;
    height: 21px;
    background: url(../img/you-say-title.png) left top no-repeat;
    text-indent: -9999em;
    position: absolute;
    left: 17px;
    top: 39px;
}

div.footer-you-say div.cont {
    width: 758px;
    height: 62px;
    line-height: 22px;
    margin-left: 123px;
    padding: 9px 20px 9px 20px;
    background: url(../img/you-say-bg-repeat.png) left top repeat-x;
    font-size: 15px;
    font-weight: bold;
    color: #3a3c3d;
}

div.footer-you-say div.cont p {
    margin-bottom: 0 !important;
}

div.footer-you-say div.cont a.who,
div.footer-you-say div.cont a.who:hover,
div.footer-you-say div.cont span.who,
div.footer-you-say div.cont p a,
div.footer-you-say div.cont p a:hover {
    color: #00b8e4;
    text-decoration: none;
}

div.footer-you-say div.cont a.who,
div.footer-you-say div.cont a.who:hover,
div.footer-you-say div.cont span.who {
    font-size: 13px;
}

div.footer-you-say div.cont a.who:hover {
    text-decoration: underline;
}

div.footer-you-say div.cont .testimonies {
    height: 62px !important;
    overflow: hidden !important;
    position: relative;
}

div.footer-you-say div.cont .testimonies .item {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

div.footer-you-say div.cont .testimonies .item p {
    height: 44px;
    overflow: hidden;
}

/*

    @footer donate

*/

div.footer-donate {
    background: #000;
    padding: 20px 30px;
    font-size: 1.2em;
}

div.footer-donate div {
    line-height: 2;
    color: #fff;
}

div.footer-donate a {
    float: right;
    background: #00b9e4;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 3px;
}

/*

    @footer bottom menu

*/

div.footer-bottom {
    height: 58px;
    background: #f5f5f5;
    border-top: 1px solid #e4e4e4;
}

div.footer-bottom div.inner {
    padding: 10px 20px 10px 20px;
    position: relative;
}

div.footer-bottom div.block.block-menu h2 {
    display: none;
}

div.footer-bottom div.inner ul.menu {
    height: 24px;
    padding-left: 0;
}

div.footer-bottom div.inner ul.menu, div.footer-bottom div.inner ul.menu li {
    list-style: none;
}

div.footer-bottom div.inner ul.menu li {
    float: left;
    height: 24px;
    line-height: 24px;
}

div.footer-bottom div.inner ul.menu li a,
div.footer-bottom div.inner ul.menu li a:hover {
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 8px 0 8px;
    font-size: 12px;
    font-weight: bold;
    color: #191919;
    text-decoration: none;
    background: url(../img/bottom-menu-separator.png) right center no-repeat;
}

div.footer-bottom div.inner ul.menu li.last a {
    background: transparent none;
}

div.footer-bottom div.inner ul.menu li a:hover {
    text-decoration: underline;
}

div.footer-bottom div.inner div.copyright {
    line-height: 24px !important;
    position: absolute;
    right: 20px;
    top: 10px;
}