

body{
    background: #d8e4ed url(/images/homepage/body-bg.png) 0 30px repeat-x;
}

a{
    outline: none;
}

h1{
    float:left;
    width: 700px;
    height: 50px;
    background: url(/images/homepage/tagline.png) 0 0 no-repeat;
    text-indent: -999999px;
}

h2{
    color:#86a8bf;
    font-weight: bold;
    font-size: 12px;
    text-shadow: 0 1px 0 #f1f1f1;
    margin-bottom: 20px;
    line-height: 1.2;
}

h3{
    font-size: 18px;
    color: #303030;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 #f1f1f1;
}

h4{
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 1px 0 #f1f1f1;
}

/*
 * =Shortcut
 *---------------------------------------------------------------------------------------*/
#shortcut{
    height:28px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    background-color: #f2f2f2;
    padding: 0 10px;
    text-align: center;
}

#shortcut ul{
    font-size: 12px;
    float: right;
    margin-top: 5px;
}

#shortcut li{
    float: left;
    padding: 0 .7em;
    border-right: 1px solid #ddd;
    border-left: 1px solid #f5f5f5;
}

#shortcut li.first{
    border-left:none;
}

#shortcut li.last{
    border-right:none;
    padding-right:0;
}

#shortcutInner{
    width: 960px;
    margin: auto;
    text-align: left;
}

#goPremiumShortcut{
    margin-left: 5px;
    padding: 0 4px;
    background-color: #016ebe;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

#goPremiumShortcut:hover{
    text-decoration: none;
    background-color: #027fd9;
}

/*
 * =Content
 *---------------------------------------------------------------------------------------*/

#header{
    margin-top: 30px;
    margin-bottom: 40px;
}

#logo{
    margin-right: 20px;
    float: left;
}

#video{
    margin-left: 30px;
    width: 520px;
    height: 407px;
    background: url(/images/homepage/video.png) 0 0 no-repeat;
    text-align: center;
    position: relative;
}

#video #play{
    position: absolute;
    display: block;
    height: 200px;
    width: 200px;
    left: 161px;
    top: 57px;
    background: url(/images/homepage/play.png) 50px 50px no-repeat;
}

#video #videoInner{
    padding-top: 5px;
}

#video #play:hover{
    background-position: -350px 50px;
}

#getStartedButton{
    background: url(/images/homepage/get-started.png) 0 0 no-repeat;
    width: 174px;
    height: 61px;
    display: block;
    text-indent: -999999px;
    margin-top: 40px;
    float: left;
}

#educatorEntry{
    color:#909090;
    color: #667480;
    float:left;
    font-size:12px;
    line-height:1.2;
    margin-left:40px;
    margin-top:53px;
    overflow:hidden;
    width:100px;
}

#educatorEntry:hover{
    color: #303030;
    text-decoration: none;
}

#diigoEvolutionChart{
    padding-top: 20px;
    padding-bottom: 60px;
}

/*
 * =Feature Tools
 *---------------------------------------------------------------------------------------*/

#featureTools{
    font-size: 12px;
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#featureTools sup{
    font-weight: bold;
    color: #ee3300;
    margin-left: 3px;
}

#featureTools li{
    margin-bottom: 20px;
}

#featureTools a{
    color: #000;
    font-weight: bold;
}

#featureTools a:hover{
    text-decoration: none;
}

#featureTools a span{
    color: #667480;
    font-weight: normal;
}

#featureTools a:hover span{
    color: #333;
}

#featureTools b{
    background: url(/images/homepage/feature-tools.png) 53px 32px no-repeat;
    float:left;
    width: 53px;
    height: 32px;
    margin-right: 10px;
    margin-top: 4px;
}

#featureTools #tool_iPad b{
    background-position: 0 0;
}

#featureTools #tool_android b{
    background-position: 0 -32px;
}

#featureTools #tool_toolbar b{
    background-position: 0 -64px;
}

#featureTools #tool_diigolet b{
    background-position: 0 -96px;
}

#featureTools #tool_extension b{
    background-position: 0 -128px;
}

#featureTools #tool_iPhone_offline_reader b{
    background-position: 0 -160px;
}


/*
 * =Why Diigo
 *---------------------------------------------------------------------------------------*/

#whyDiigo{
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b8cede;
}

#whyDiigo p{
    color: #667480;
    margin-bottom: 20px;
    margin-right: 40px;
}

/*
 * =Get Started By OpenID
 *---------------------------------------------------------------------------------------*/

#getStartedByOpenID{
    background: url(/images/homepage/get-started-by-openID.png) 0 0 no-repeat;
    height: 100px;
    padding-left: 50px;
    margin-top: 120px;
}

#getStartedByOpenID li{
    float: left;
    margin-top: 50px;
    margin-right: 20px;
}

#getStartedByOpenID li a{
    display:block;
    width: 32px;
    height: 46px;
    background: url(/images/homepage/open-IDs.png) 32px 0 no-repeat;
    text-indent: -999999px;
}

#getStartedByOpenID li#openID_facebook a{
    background-position: 0 0;
}

#getStartedByOpenID li#openID_twitter a{
    background-position: -32px 0;
}

#getStartedByOpenID li#openID_google a{
    background-position: -64px 0;
}

#getStartedByOpenID li#openID_yahoo a{
    background-position: -96px 0;
}

#getStartedByOpenID li#openID_myopenid a{
    background-position: -128px 0;
}

/*
 * =Others, Awards, Press, etc.
 *---------------------------------------------------------------------------------------*/

#others{
    border-top: 1px solid #ecf2f6;
    border-bottom: 1px solid #b8cede;
    padding-top: 40px;
    padding-bottom: 40px;
}

#awards li{
    float: left;
    margin-right: 20px;
}

#awards li a{
    display: block;
    width: 100px;
    height: 100px;
    background: url(/images/homepage/awards.png) 100px 0 no-repeat;
    text-indent: -999999px;
}

#awards li#awards_lifehacker a{
    background-position: 0 -6px;
}

#awards li#awards_aasl a{
    background-position: -100px -6px;
}

#awards li#awards_webware a{
    background-position: -200px -6px;
}

#awards li#awards_openweb a{
    background-position: -300px -6px;
}

#press{
    background: url(/images/homepage/press.png) 0 13px no-repeat;
    height: 240px;
    position: relative;
}

#press a{
    position: absolute;
    font-family: georgia;
    font-style: italic;
    font-size: 12px;
    font-weight: bold;
    right: 13px;
    top: 21px;
    color: #000;
}

/*
 * =Footer
 *---------------------------------------------------------------------------------------*/

#footer{
    border-top: 1px solid #ecf2f6;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    color: #606060;
}

#footer a{
    color: #606060;
}

#footer ul{
    float: right;
}

#footer ul li{
    float: left;
    margin-left: 20px;
}


/*------------------------------------------
* Context Menu
*------------------------------------------*/
.contextMenu i{
    font-size:7pt;
    font-weight:bold;
    line-height:24px;
    margin-left:1px;
    font-style:normal;
}
.contextMenu b{font-size:9px;
               vertical-align:middle;}
.contextMenu{
    position:relative;
}
.menuBox .contextMenu{position:static}/*Disable r.p. in Bookmark Menu*/

ul.subMenu{
    list-style-type: none;
    border: 1px solid #999;
    border-left-color: #d9d9d9;
    border-top-color: #d9d9d9;
    position: absolute;
    background: #fff;
    line-height: 26px;
    z-index:9;
    display:block;
    font-size:.9em;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 5px #bbb;
    -moz-box-shadow: 1px 1px 5px #bbb;
}
ul.subMenu li{
    float: none;
    text-align: left;
    margin: 0;
    padding: 0;
    border-right: none;
    z-index:8;
    display:block;
    line-height: 26px!important;
}

ul.subMenu li span{
    border:none;
}
ul.subMenu li.sep{
}
ul.subMenu li a{
    font-weight: normal;
    display: block;
    padding-right:10px!important;
    padding-left:10px!important;
    text-decoration: none!important;
    line-height: 26px;
    height:26px;
    color: #000;
    min-width: 60px;
    width:140px;
    background: none!important;
    border: none!important;

}
#header ul.subMenu li a{
    color:#000;
    margin: 1px;
}
ul.subMenu li a span, ul.subMenu li a strong{
    white-space: nowrap;
}
ul.subMenu li a:hover{
    background-color: #eceff5!important;
    color: #000!important;
    text-decoration: none!important;
}
#contextMenuHideIframe{
    border: none;
    position: absolute;
}