﻿/*--------------------------------------------------
* Basic Layout
* Define the basic template: header, footer, etc.
---------------------------------------------------*/
#main{
    border-top-color:#f5f5f5;
    background: #fff url(images/home-main-bg.png) 0 0 repeat-x;
}

/*--------------------------------------------------
* Etc
* Continue to define the other sections one by one.
---------------------------------------------------*/
#banner{
    background: url(images/home-banner-right.png) right top no-repeat;
    height: 501px;
    padding-right: 420px;
    position: relative;
    margin-bottom: 30px;
}
#bannerInner{
    background: url(images/home-banner-left.png) 0 0 no-repeat;
    height: 501px;
    padding-left: 420px;
}
#bannerContent{
    background: url(images/home-banner-middle.png) 0 0 repeat-x;
    height: 501px;
}
#banner .bannerSlide{
    height: 501px;
    left: 0;
    max-width: 1080px; width:expression(document.body.clientWidth > 1080 ? "1080px" : document.body.clientWidth < 940 ? "940px" : "auto");
    min-width: 940px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
#banner h1{
    font-size: 28px;
    line-height: 28px;
    margin: 25px auto;
    text-align: center;
    width: 901px;
    height: 28px;
    text-indent: -99999px;
    background: url(images/home-banner-title.png) 0 50% no-repeat!important;
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/home-banner-title.png',sizingMethod='scale');
}
.slideImage{
    
}
#quickJoin{
    position: absolute;
    bottom: 15px;
    left: 30px;
}
#quickJoin #joinDiigoVia{
    float: left;
}
#quickJoin a img{
    display:block;
    margin: auto;
}
#quickJoin a{
    color: #777;
    font-size: 10px;
    float: left;
    width: 50px;
    margin: 0 5px;
    font-weight: 700;
    text-align: center;
}
#quickJoin a:hover{
    text-decoration: none;
    color: #000;
}

/*--------------------------------------------------
* Features Table
---------------------------------------------------*/
#features, #others{
    width: 100%;
    margin-bottom: 30px;
}
#features td, #others td{
    vertical-align: top;
    width: 33.3%;
}
#features td img{
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}
#features td.first img{
    margin-left:0;
}
#features td h3{
    color: #383838;
    font-size: 20px;
    margin-bottom: 15px;
    margin-left: 65px;
    margin-right: 20px;
    padding-left: 5px;
}
#features td h3 i{
    display:block;
    font-family: georgia;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-style: italic;
    line-height: 22px;
}
#features td.first h3{
    margin-left: 55px;
}
#features td ul{
    color: #555;
    list-style-image: url(images/icon-features.gif);
    margin-left: 65px;
    margin-right: 20px;
}
#features td ul strong{
    font-size: 1em;
}
#features td.first ul{
    margin-left: 55px;
}
#features td.last ul{
    margin-right: 0;
}
#features td.last h3{
    margin-right: 0;
}
#features td ul li{
    margin-bottom: 10px;
    padding-left: 5px;
}
#features td ul li#fBookmark{
}
#features td ul li#fArchive{
}
#features td ul li#fAnnotate{
}

/*--------------------------------------------------
* Hot News
---------------------------------------------------*/
#news{
    background: url(images/home-news-middle.png) 0 0 repeat-x;
    height: 41px;
    margin-bottom: 40px;
}
#newsInner{
    background: url(images/home-news-right.png) right top no-repeat;
    height: 41px;
    padding-right: 10px;
}
#newsContent{
    background: url(images/home-news-left.png) left top no-repeat;
    color: #555;
    height: 41px;
    line-height: 40px;
    padding-left: 10px;
}
#newsContent p{
    background: url(images/home-news-education.png) 0 50% no-repeat!important;
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/home-news-education.png',sizingMethod='scale');
    padding-left: 48px;
}
#newsContent strong{
    color: #008000;
    font-size: 13px;
}
#newsContent a{
    display:block;
}

/*--------------------------------------------------
* Diigo News, Testimonials, others...
---------------------------------------------------*/
#others .box{
    border: 1px solid #ddd;
    margin: 0 10px;
    color: #555;
}
#others .box.first{
    margin-left:0;
}
#others .box.last{
    margin-right:0;
}
#others .boxInner{
    background: url(images/home-box-bg.png) 0 0 repeat-x;
    border:1px solid #fff;
    padding: 0 10px;
}
#others .box h4{
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
}
#others .box h4.orange{
    color: #ec7000;
}
#others .box h4.green{
    color: #008000;
}
#others .box h4.blue{
    color: #0066cc;
}
#others .box .content{
    border-top: 1px solid #fff;
}
#others .box li{
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #fff;
    padding: .8em 0;
}
#others .box li.first{
    border-top: none;
}
#others .box li.last{
    border-bottom: none;
}

#others .box .seeMore{
    text-align:right;
}

/* diigo news */
#diigoNews .timestamp{
    float: left;
}
#diigoNews p{margin-left: 70px;}

/* testimonials */
#testimonials blockquote{
    font-family: Georgia, Times, serif;
    font-style: italic;
    margin-bottom: 5px;
}
#testimonials .cite{
    background-color: #fff;
    border: 1px solid #bbb;
    float: right;
    padding: 1px;
}
#testimonials .cite:hover{
    border-color: #0044cc;
}

/* twitter */
#others .box .content.twitter{
    border-top:none;
}
#followMe{
    padding: .4em 0;
    text-align:right;
}
.learnMore a{
}

/* chrome news */
#chromeNews{
    text-align: center;
    height: 74px;
    background: url('/images/chrome-extension-banner.png') center bottom no-repeat;
    font-style: italic;
    text-shadow: 0 1px 1px #fff;
}
#chromeNews a{
    text-decoration: underline;
}
#chromeNews #chromeNewsInner{
    width: 697px;
    padding: 5px 0;
    margin: auto;
    text-align: left;
}
#chromeNews p.h1{
    font-size: 18px;
    text-indent: 20px;
}
#chromeNews p.h1 strong{
    font-weight: 400;
    color: #cc0000;
    font-style:italic;
}
#chromeNews p.h2{
    text-indent: 70px;
    font-size: 13px;
}
/* override */
    #MB_content{border-top:none;}
    #MB_frame, #MB_window{background:#555;}

/* diigo news */
#promptedNews{
    height: 40px;
}
#promptedNews a{
    color: #00a0df;
    font-style:italic;
    font-family: georgia;
    text-shadow: 0 1px 0 #c4eeff;
}
#promptedNews a:hover{
    color: #cc0000;
    text-shadow: 0 1px 0 #ffcece;
}
#promptedNews #promptedNewsInner{
    background: url(/images/twitter-bird.png) right bottom no-repeat;
    line-height: 40px;
    text-align:right;
    padding-right: 40px;
    margin-right: 30px;
}
#promptedNews p.h1{
    font-size: 18px;
}
#promptedNews p.h1 strong{
    font-weight: 400;
    color: #cc0000;
    font-style:italic;
}
#main{
    padding-top:10px;
}
