/* Theme browser */
#theme-browser {
    height:540px;
    margin:-30px -10px -30px -10px;
    overflow: hidden;
    position:relative;
}
    #theme-browser .nav h2 {
        color: #FFF;
        margin: 0 0 13px 10px;
    }
    #theme-browser .nav {
        background: #e7b300;
        background: rgba(231, 179, 0, 0.9);
        bottom: auto;
        padding:30px 0 28px 20px;
        position:absolute;
        width:330px;
        top:60px;
        left: 0;
        margin:0;
        z-index: 1;
    }
        #theme-browser .nav ul,
        #theme-browser .nav ol {
            margin: 0;
        }
            #theme-browser .nav li {
                margin: 0;
                padding:0 30px 0 10px;
                list-style:none;
                float: none;
            }
                #theme-browser .nav a {
                    background:transparent url('../images/icons/arrow_forward_big.png') no-repeat 0px -51px;
                    border-top: solid 1px #fff;
                    border-top: solid 1px rgba(255,255,255,.5);
                    display: block;
                    float: none;
                    padding:.5em 0 .45em 20px;
                    font-size:1.5384em;
                    position:relative;
                    line-height:1.1em;
                    display:block;
                    color:#fff;
                    text-decoration:none;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                    -moz-opacity: 1;
                    -khtml-opacity: 1;
                    opacity: 1;
                }
                #theme-browser .nav a.active ,
                #theme-browser .nav a:hover,
                #theme-browser .nav a:focus {
                    border-top:1px solid #fff;
                    background:#fff;
                    color: #404040;
                    margin: 0 -30px -1px -10px;
                    padding-bottom: .5em;
                    padding-left: 30px;
                    padding-right: 30px;
                }
                #theme-browser .nav li:first-child a {
                    border-top: 0;
                }
                    #theme-browser .nav a span {
                        display:block;
                        width:80%;
                    }

        /* Active state */
        #theme-browser .nav li.active a {
            color:#404040;
        }

    #theme-browser .content {
        bottom: 0;
        color: #FFF;
        overflow: auto;
        position:absolute;
        left:0;
        right: 0;
        top:0;
        cursor:pointer;
    }
    .js_enabled #theme-browser .content {
        overflow: hidden;
        height: 540px;
    }
        #theme-browser .slider {
            bottom: 0;
            left: 0;
            margin: 0;
            position: absolute;
            right: 0;
            top: 0;
        }
            #theme-browser .slider li {
                height: 540px;
                width: 960px;
            }
            #theme-browser .slider .details {
                background: transparent no-repeat 100% 0;
                list-style:none;
                margin: 0;
                padding: 0;
            }
                #theme-browser .details-body {
                    background: url('../images/backgrounds/theme_browser_gradient.png') 100% 0 no-repeat;
                    font-size: 1.230769231em;
                    height: 490px;
                    line-height: 1.5em;
                    list-style:none;
                    overflow: hidden;
                    padding:91px 70px 20px 430px;
                }
                #theme-browser .details h3 {
                    font-size: 1.5em;
                    margin-bottom: .791666667em;
                }
                #theme-browser .details a.forward {
                    background-color: #FFF;
                    font-weight:bold;
                    background-position:100% -197px;
                    color:#404040;
                }
                #theme-browser .details a.forward:hover,
                #theme-browser .details:hover a.forward {
                    color:#fff;
                    background-color:#6f7e88;
                    background-position:100% -37px;
                }

.teacher .comments h3 + .comment {
    margin-top: .769230769em;
}

/* Linkedin */
.teacher .linkedin {
    background: #f0f2f3;
    margin: 0 -10px;
    padding: 15px 20px;
}
    .teacher .linkedin-header {
        color: #404040;
        font-size: 1.153846154em;
        font-weight: bold;
        padding-left: 30px;
    }
        .teacher .linkedin-header span {
            color: #797979;
            display: block;
            font-size: 0.8em;
            font-weight: normal;
            line-height: 2em;
            margin-left: -30px;
            padding-left: 30px;
        }
            .teacher .linkedin-header span img {
                margin: 0 10px 0 -30px;
                position: relative;
            }
    .teacher .linkedin .list_linkedin {
        margin-bottom: -10px;
    }
        .teacher .linkedin .list_linkedin li {
            margin-bottom: 20px;
            padding-left: 100px;
        }
            .teacher .list_linkedin img {
                margin-left: -100px;
            }

    /* linkedin-login */
    .linkedin-login {
        background: url('../images/icons/article_heading_alt.gif') no-repeat;
        margin-top: .5em;
        padding: 30px 0 0 30px;
    }
        .linkedin-login > p {
            font-size: 0.923076923em;
            line-height: 1.5em;
            margin-bottom: 2em;
        }
        .linkedin-login .forward {
            background-color: #FFF;
            background-position: 100% 6px;
            color: #404040;
            font-size: 1.083333333em;
            font-weight: bold;
            padding: .615384615em 18px .5em .5em;
        }
        .linkedin-login .forward:hover,
        .linkedin-login .forward:focus {
            background-position: 100% -34px;
        }
            .linkedin-login .forward img {
                margin: -3px 10px 0 0;
                position: relative;
            }

.what_we_do {
    padding-bottom: 30px;
}
    .what_we_do h2 {
        float: left;
        margin: 0 0.75em 0.75em 10px;
    }
    .what_we_do a.see_all {
        margin: 5px 0 0 0;
    }
