/* 
    Document   : core
    Created on : Jul 15, 2012, 10:34:05 PM
    Author     : aweidler
    Description:
        uses css3 support for IE8 to follow
*/

html{

}

root { 
    display: block;
}

a{
    text-decoration: none;
    border: 0 none;
    outline: none;
}

.thumbnailContainer{
    height: 550px;
}
.thumbnailDiv{
    float: right;
    padding-right:7px;
    padding-top: 12px;
    padding-left: 7px;
    padding-bottom: 12px;
    background: rgba(180,180,200,0.5);
    border-radius: 5px;
    margin-right: 7px;
}
.thumbnailDiv img{
    border-radius: 5px;
    border: 1px solid darkcyan;
}

.mainTable{
    margin-top: 10px;
    z-index:20;
    position: absolute;
    margin-bottom: 0;
}

.austinHeader{
    margin-left: 3px;
    padding-left: 17px;
    height: 60px;
    background: url('../images/gradUp@10.png') repeat-x bottom;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}
.weidlerHeader{
    width: 645px;
    height: 80px;
    padding-left: 55px;
    border:2px solid #666666;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
    border-bottom: 0px;

    background: rgba(255,255,255,0.5) url('../images/infoBack.png') no-repeat top right;
}
.weidlerHeaderNoBack{
    width: 645px;
    height: 80px;
    padding-left: 55px;
    border:2px solid #666666;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
    border-bottom: 0px;
    background: url('../images/infoBack.png') no-repeat top right;
}
.info{
    float: right;
    width: 300px;
    height: 30px;
    padding-top: 5px;
}

.info a, a:link, a:visited{
    cursor: pointer;
    color: black;
    -webkit-transition: color .28s linear;
    -moz-transition: color .28s linear;
    -o-transition: color .28s linear;
    -ms-transition: color .28s linear;
    transition: color .28s linear;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-shadow: 1px 1px 10px #616161;
    filter: dropshadow(color=#616161, offx=1, offy=1);
}

.headerDiv{
    width: 700px;
}
.bodyDiv{
    border-right: 2px solid #666666;
    border-left: 2px solid #666666;
    width: 700px;
    height: 370px;
    z-index: 100;
    background-color: rgba(255,255,255,0.5);
}
.centerDiv{
    padding-top: 12px;
    width: 700px;
    height: 240px;
}
.captionsDiv{
    width: 100%;
    height: 60px;
}
#contentDiv{
    
}

.bottomDiv{
    height: 60px;
    padding-top: 15px;
    padding-left: 10px;
    font-size: 21px;
    color: #666666;
    font-family:  sans-serif;
    cursor: default;
    width:460px;
    text-shadow: 0.1em 0.1em 0.2em #999999;
    display: block;
}
.artDiv{
    float: left;
    margin-left: 100px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #616161;
    height: 225px;
    width: 169px;
     -webkit-box-shadow:  2px 2px 5px 3px rgba(0, 0, 0, .3);
     box-shadow:  2px 2px 5px 3px rgba(0, 0, 0, .3);
     background: url('../images/LititzParkBench[wire].png') no-repeat top right;
}
.hideArt{
    display:none;
}
.artWords{
    float: left;
    margin-left: 85px;
    display: none;
}
.hideLogic{
    display: none;
}
.logicDiv{
    float: right;
    margin-right: 100px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid lightgray;
    height: 225px;
    width: 169px;
    
    -webkit-box-shadow:  2px 2px 5px 3px rgba(0, 0, 0, .3);
     box-shadow:  2px 2px 5px 3px rgba(0, 0, 0, .3);
     background: url('../images/binary[wire].png') no-repeat top right;
}
.logicWords{
    float: right;
    margin-right: 80px;
    display: none;

}
.centerDiv img{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.centerDiv .logicDiv:hover{
    border-color: #616161;
}
.centerDiv .artDiv:hover{
    border-color: lightgray;
    
}

body{
    margin-top: 50px;
    background: url('../images/canvas.jpg') repeat; 
}
img{
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

/*for the follow.js */
#followBrush {
    position:absolute; overflow:hidden;
    visibility: hidden;
    margin:0 auto;
    top:0;
    left:0;
    z-index:-3; width:110px; height:110px;
}

/*for the follow.js */
#trailBrush {
    position:absolute; overflow:hidden;
    visibility: hidden;
    margin:0 auto;
    top:0;
    left:0;
    z-index:-3; width:200px; height:200px;

}


.canvasStuff{
    z-index: -2;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}

.screenDiv{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    background: url('../images/canvas.png') repeat;
    
}

.footer{
    width: 704px;
    height:30px;
    background: url('../images/footerGrad.png') no-repeat top left;
    padding-top: 40px;
    text-align: right;
    font-size: 12px;
    color: #BBB;
    letter-spacing: 1px;
}
.footerNoBack{
    width: 704px;
    height:30px;
    background: url('../images/footerGradAlpha.png') no-repeat top left;
    padding-top: 40px;
    text-align: right;
    font-size: 12px;
    color: #BBB;
    letter-spacing: 1px;
}

.imageContent{
    position: absolute;
    width: 270px;
    height: 450px;
    padding: 10px;
    margin-top: 25px;
    text-shadow: 0.1em 0.1em 0.2em #FFFFFF;
    margin-left: 10px;
}

.hightlightImage:hover{
    border: 1px solid darkblue;
    opacity:0.85;
    filter:alpha(opacity=85); /* For IE8 and earlier */
}

.numberWrapperDiv{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 50px;
    z-index: -1;
    overflow: hidden;
    font-size: 3.125em;
    font-family: Courier, 'Courier New', monospace;
    background:url('../images/motherboardBack.png') no-repeat top left;
    text-shadow: 0em 0em 0.2em #777;
}

.numbers{
    cursor: default;
    height: 100%;
    width: 1050px;
}

.contentWrapper{
    margin-top: 30px;
    height: 400px;
    width: 100%;
}

.softwareContent{
    width: 560px;
    border-top: 2px solid #808080;
    border-collapse: collapse;
    height: 400px;
}

.contentContainer{
    position: absolute;
    width: 560px;
    height:400px; 
    z-index: 4;
    margin-top: 20px;
    text-shadow: 1px 1px 10px #AAA; 
}

.imgStyle{
    border-radius: 8px;
    border: 1px dashed #666;
}