/* 
    Document   : core
    Created on : Dec 24, 2012, 11:20:36 AM
    Author     : Austin
    Description:
        Purpose of the stylesheet follows.
*/
*{
    padding: 0;
    margin: 0;
}
*:not(input):not(textarea){
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
root { 
    display: block;
}

.sliderwrapper{
    position: relative; /*leave as is*/
    overflow: hidden; /*leave as is*/
    border: 10px solid rgba(0,0,0,0.5);;
    border-bottom-width: 6px;
    width: 980px; /*width of featured content slider*/
    height: 100%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.sliderwrapper .contentdiv{
    visibility: hidden; /*leave as is*/
    position: absolute; /*leave as is*/
    left: 0;  /*leave as is*/
    top: 0;  /*leave as is*/
    width: 980px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
    height: 100%;
    filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
    -moz-opacity: 1;
    background-color: rgba(0,0,0,0.5);
    opacity: 1;
    text-align: center;
}
.sliderwrapper .contentdiv img{
    border-radius: 2px;
    max-height: 100%;
    max-width: 100%;
}

.pagination{
    width: 980px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    padding: 5px 10px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top: 1px solid #333;
}

.pagination a img{
    border: 1px solid #000;
    margin: 0;
    padding: 0;
}
.toc{
    margin: 0;
    padding: 0;
    opacity: 0.65;
    outline: 0;
}
.toc:hover{
    opacity: 1;
}

.pagination a:hover img, .pagination a.selected img{
    border: 1px solid #FFF;
    opacity: 1;
}

body{
    background: #000;
    overflow: hidden;
}

.imageBackground{
    position: absolute;
    left: 0;
    top: 0;
}
#layer0{
    z-index: 0;
    display: none;
}
#layer1{
    z-index: 1;
    display: none;
}
#layer2{
    z-index: 2;
    display: none;
}

.headerWrapper{
    top: 50px;
    left: 0;
    height: 100px;
    position: absolute;
    z-index: 1000;
    width: 99.9%;
}

.ndFilter{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background-color: #000;
    opacity: 0.70;
    z-index: 999;
    display: none;
}
.ndFilterIE{
    background-image: url("images/IEBack.png");
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    position: absolute;
}

.headerContent{
    width: 100%;
    height: 100px;
}

a{
    color: #FFF;
    text-decoration: none;
    font-family: "Verdana", sans-serif;
    font-size: 19px;
    margin-left: 15px;
    margin-right: 15px;
    text-shadow: 0 0 6px #000;
    
    -webkit-transition: color 1.2s ease, text-shadow 1.2s ease;
    -moz-transition: color 1.2s ease, text-shadow 1.2s ease;
    -o-transition: color 1.2s ease, text-shadow 1.2s ease;
    -ms-transition: color 1.2s ease, text-shadow 1.2s ease;
    transition: color 1.2s ease, text-shadow 1.2s ease;
    
}
.headerLinkHovered{
    color: transparent;
    text-shadow: 0 0 6px #FFF;
    outline: 0;
}
.headerLinkHoveredIE{
    color: #99CCFF;
    outline: 0;
}
.headerLinkSelected{
    color: transparent;
    text-shadow: 0 0 6px #99CCFF;
    outline: 0;
}
.headerLinkSelectedIE{
    color: #99CCFF;
    text-decoration: underline;
    outline: 0;
}
.headerLink{
    font-size: 20px;
}

.content{
    height: 500px;
    margin-top: 25px;
    color: #FFF;
    text-align: left;
    padding-left: 30px;
    display: none;
    width: 1000px;
}

.content img{
    border-radius: 5px;
}

#twitter:hover{
    color: #9AE4E8;
}
#facebook:hover{
    color: #3B5998;
}

.bottomLinks{
    color: #FFF;
    font-family: "Times New Roman", serif;
    font-size: 12px;
    height: 50px;
    width: 300px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
}
.bottomLinks a:hover{
    text-shadow: 0 0 7px #99CCFF;
    color: #99CCFF;
}

.teamTable{
    width: 375px;
}
.teamTable img{
    margin: 2px;
    display: inline-block;
    opacity: 0.8;
}
.teamTable h2{
    margin-top: 5px;
    font-weight: normal;
    font-family: "Times New Roman", sans-serif;
    text-align: left;
    font-size: 24px;
    margin-left: 20px;
    padding-bottom: 5px;
    -webkit-transition: color .4s ease, text-shadow .4s ease;
    -moz-transition: color .4s ease, text-shadow .4s ease;
    -o-transition: color .4s ease, text-shadow .4s ease;
    -ms-transition: color .4s ease, text-shadow .4s ease;
    transition: color .4s ease, text-shadow .4s ease;
}
.teamTable td{
    border-bottom: 1px solid #333333;
    cursor: default;
    text-align: left;
}
.teamTable tr:hover td{
    border-bottom: 1px solid #FFF;
}
.teamTable tr:hover img{
    -webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
    -moz-box-shadow:    0px 0px 5px rgba(255, 255, 255, 1);
    box-shadow:         0px 0px 5px rgba(255, 255, 255, 1);
    opacity: 1;
}
.teamTable tr:hover h2, .teamTable tr:hover a{
    text-shadow: 0 0 7px #99CCFF;
    color: #99CCFF;
}
.teamTable tr td a{
    font-size: 13px;
    margin-left: 30px;
    color: #999999;
}

.downloadsTable td{
    border-bottom: 1px solid #99CCFF;
    padding-bottom: 7px;
    padding-top: 7px;
}

.noDisplay{
    display: none;
}

.link{
    font-size: 14px;
    font-family: "Times New Roman", sans-serif;
    -webkit-transition: color .4s ease, text-shadow .4s ease;
    -moz-transition: color .4s ease, text-shadow .4s ease;
    -o-transition: color .4s ease, text-shadow .4s ease;
    -ms-transition: color .4s ease, text-shadow .4s ease;
    transition: color .4s ease, text-shadow .4s ease;
}
.link:hover{
    text-shadow: 0 0 7px #99CCFF;
    color: #99CCFF;
}

.mediaScroller div{
    border: 1px solid blue;
    width: 1000px;
}

.linkImage{
    opacity: 0.85;
}
.linkImage:hover{
    opacity: 1.0;
}

/* scrollbar */
::-webkit-scrollbar {
    width: 14px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
    background-color: rgba(255,255,255,0.05);
}
::-webkit-scrollbar-track:hover{
    background-color: rgba(255,255,255,0.35);
}
::-webkit-scrollbar-thumb:hover{
    background-color: rgba(255,255,255,0.9);
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); 
    background-color: rgba(255,255,255,0.1);
}