a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
blockquote {
    background-color: #EFF6FF;
    padding: 16px 20px;
}
h1 {
    margin: 0px;
    padding: 10px;
    text-align: center;
}
    h1#facetrust {
       float: left;
    }
h2 {
    font-size: 22px;
}
label {
    text-decoration: none;
    font-weight: normal;
}

.container {
    font-size: 16px;
    font-family: Georgia, Times, serif;
}

.header {
    margin-top: 10px;
    margin-bottom: 25px;
}

a.facetrust {
    text-decoration: none
}
img.am_i_really {
    display: inline;
    margin-right: 10px;
    position: relative;
}
ul#links {
    display: block;
    position: absolute;
    margin: 65px 0px;
/*    clear: both;*/
}
    ul#links li{
        display: inline;
        padding: 2px 5px;
    }
        ul#links li a {
            color: #5F657F;
            display: inline;
            padding: 8px 15px;
            background-color: #EFF2FF;
        }
            ul#links li a:hover {
                text-decoration: none;
                background-color: #D1D7EF;
            }
/* --------- Certificates -------- */

#about_facetrust {
    font-size: 14px;
}

#timestamp {
    font-size: 16px;
    padding: 5px 7px;
    background-color: #EFEFEF;
}

/* -------- index.php ----------*/

img#facetrust_process {
    display: inline;
    margin: 16px 16px 16px 20px;
    height: 300px;
    width: 450px;
}

.content {
    padding-top: 10px;
}

#cert_search {
    background-color: #A7B1DF;
    clear:both;
    font-size: 20px;
    margin: 20px 0px;
    padding: 10px 0px;
    text-align: center;
}
    #cert_search p {
    }
    #cert_search form {
    }
#user_box {
    background-color: #DFE5FF;
    display: block;
    line-height: 1.2em;
    margin-left: 650px;
    padding: 10px;
    text-align: right;
}
    #user_box form {
        padding-top: 10px;
        text-align: right;
    }
    #user_box .fb_profile_pic_rendered {
        display: block;
        float: left;
        height: 55px;
    }
input#cert_id {
    font-size: 12px;
}
#main {
    color: #fff;
    font-size: 24px;
    background-color: #27357F;
    vertical-align: middle;
}
    #main #headlines {
        padding: 16px;
        float: left;
        width: 430px;
    }
        #main #headlines #short {
            font-size: 32px;
            font-weight: 500;
        }
        #main #headlines #med {
            color: #D1D3DF;
            font-size: 20px;
            font-weight: 100;
        }
        #main #headlines p {
            margin-bottom: 10px;
        }
    

/* -------- Assertions Table -------- */

table#assertions_table {
    
}
    table#assertions_table .odd_row {
        background-color: #EFF6FF;
    }
    table#assertions_table .even_row {

    }
    
    table#assertions_table td.likelihood {
        width: 180px;
    }
    table#assertions_table td.num_tags {
        width: 110px;
    }

/* --------- Cert Index ---------- */

ul#certs_list {
    background-color: #DFE5FF;
    padding: 20px 20px 5px 20px;
    list-style-type:none
}
    ul#certs_list li {
        margin-bottom: 30px;
    }
