﻿/* General Positioning 
.contentRoot {
    display: none;
}*/

div.linkgroup {
    text-align: center;
}
body{ 
    background-color: rgba(1,1,1,1);
}

/* Links */
a.link {
    display: inline-block;
    position: relative;
    width: 140px;
    width: 8vmin;
    height: 140px;
    height: 8vmin;
}

    a.link > b {
        display: block;
        position: absolute;
        width: 128px;
        width: 7.31vmin;
        height: 128px;
        height: 7.31vmin;
        box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
        border: 5px solid rgba(220, 220, 220, 0.4);
        border-width: 0.29vmin;
        border-radius: 600px;
        background-color: rgba(55, 44, 44, 0.5);
        color: rgba(220, 220, 220, 0.5);
    }


        a.link > b > i {
            display: block;
            position: absolute;
            font-size: 85px;
            font-size: 4.85vmin;
            z-index: 0;
            top: 18px;
            top: 1.03vmin;
            left: 0px;
            right: 0px;
        }

    a.link:active > b {
        width: 6.57vmin;
        height: 6.57vmin;
        border-width: 0.29vmin;
        top: 0.37vmin;
        left: 0.37vmin;
    }

        a.link:active > b > i {
            font-size: 4.36vmin;
            top: 0.93vmin;
        }

    a.link > p.alt {
        font-size: 30px;
        font-size: 1.71vmin;
        position: absolute;
        top: -35px;
        top: -2vmin;
        left: 0px;
        right: 0px;
        margin-left: -12px;
        margin-left: -0.8vmin;
        font-family: Impact, Charcoal, sans-serif;
        color: rgba(220, 220, 220, 0.5);
    }

    a.link:active > p.alt {
        font-size: 1.54vmin;
        top: -1.43vmin;
        margin-left: -0.88vmin;
    }

    a.link > b > i > span.temperature {
        position: absolute;
        top: 25px;
        top: 1.42vmin;
        left: 5px;
        left: 0.28vmin;
        right: 0;
        font-size: 40px;
        font-size: 2.28vmin;
        font-weight: bolder;
        font-family: 'Arial';
        color: rgba(220, 220, 220, 0.5);
    }

    a.link > b > i > span.temperature {
        top: 1.27vmin;
        left: 0.26vmin;
        font-size: 2.05vmin;
    }

/*Icon Corrections*/
#Google > b > i {
    top: 23px;
}

#Bootstrap > b > i {
    font-weight: 650;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

#Facebook > b > i {
    top: 26px;
    left: 10px;
}

#Pluralsight > b > i {
    top: 20px;
    left: 7px;
}

#Tweakers > b > i {
    font-weight: bolder;
    font-family: 'Arial';
}

/* Wheater info popup */
.weatherInfo {
    position: absolute;
    top: 40px;
    top: 7.85vmin;
    right: 200px;
    width: 350px;
    padding: 10px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.8);
    border: 5px solid rgba(220, 220, 220, 0.5);
    color: rgba(220, 220, 220, 0.8);
    border-radius: 10px;
    display: none;
}

#main{
    position: relative;
    top: 40px;
}
/* Container showing profile picture*/
#profilePicture {
    white-space: nowrap;
    position: absolute;
    top: 12%;
    left: 12%;
    z-index: -2;
    height: 100%; 
}
#profilePicture img{
    height: 75%;
}

#photostation {    
    text-align: center;
}
    #photostation > div{
        position: relative;
    }
        #photostation > div > iframe {
            z-index: 1;
        }
        #photostation > div > div {
            position: absolute;
            width: 480px;
            height: 322px;
            top: 0px;
            z-index: 2;
            left:0;
            right:0;
            margin-left:auto;
            margin-right:auto;

            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0+50,1+62 */
            background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 1%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 62%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
            background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 1%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 62%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: radial-gradient(ellipse at center, rgba(0,0,0,0) 1%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 62%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        }
/* Container showing current datetime*/
#timeContainer {
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 100px;
    font-size: 20.5vw;
    color: rgba(100,100,100,0.2);
    z-index: 3;
    font-family: "Lucida Console", Monaco, monospace;
}

/* Typeahead styling */
.searchContainer {
    margin-top: 30px;
    margin-top: 5vh;
    margin-bottom: 30px;
    margin-bottom: 5vh;
}

span.twitter-typeahead, input.tt-hint, input#searchBox {
    width: 100%;
    font-size: 15px;
    font-family: Arial;
}

input.tt-hint, input#searchBox {
    background-color: rgba(40, 40, 40, 0.5);
    color: rgba(220, 220, 220, 0.5);
    border: 2px solid rgba(220, 220, 220, 0.5);
    margin-top: 100px;
}

.tt-dropdown-menu {
    border: 5px solid rgba(220, 220, 220, 0.5);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    background-color: rgba(55, 44, 44, 0.9);
    color: rgba(220, 220, 220, 0.9);
    padding: 15px;
    width: 100%;
}

    .tt-dropdown-menu div.tt-suggestion {
        padding: 7px;
        position: relative;
    }

    .tt-dropdown-menu div:first-child div.tt-suggestion:first-child {
        border-top: none;
    }

    .tt-dropdown-menu div.tt-suggestion.tt-cursor {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .tt-dropdown-menu div.tt-suggestion i {
        font-size: 20px;
        top: 12px;
        position: absolute;
    }

    .tt-dropdown-menu div.tt-suggestion p {
        margin: 0px;
        margin-left: 40px;
        position: relative;
    }

        .tt-dropdown-menu div.tt-suggestion p.title {
            color: rgb(220, 220, 220);
        }

        .tt-dropdown-menu div.tt-suggestion p.description {
            font-size: 12px;
        }

        .tt-dropdown-menu div.tt-suggestion p.additionalInfo {
            color: rgba(220, 220, 220, 0.8);
            font-size: 12px;
            position: absolute;
            top: 10px;
            right: 0px;
        }

        
    .tt-dropdown-menu div.tt-dataset-google {
        max-height: 500px;
        max-height: 60vh;
        overflow-y: auto;
    }

        .tt-dropdown-menu div.tt-dataset-searchEngines div.tt-suggestion {
            display: inline-block;
            width: 20%;
            height: 5vw;
            text-align: center;
        }

            .tt-dropdown-menu div.tt-dataset-searchEngines div.tt-suggestion i {
                border-top: none;
                position: static;
                margin-top: 5px;
                font-size: 3vw;
            }

/* Scrollbar */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background-color: rgba(220, 220, 220, 0.5);
}
