body{
    background: url(/resources/images/bg_whole_01.jpg);
    background-attachment: fixed;
}
/*body,html{*/
    /*height: 100%;*/
/*}*/
#container{
    position: relative;
}
#content{
    background: white;
    overflow: hidden;
    min-height: 500px;
    position: relative;
}

#main-blurb{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#042955+0,063c7b+100 */
    background: #042955; /* Old browsers */
    background: -moz-linear-gradient(top,  #042955 0%, #063c7b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #042955 0%,#063c7b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #042955 0%,#063c7b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#042955', endColorstr='#063c7b',GradientType=0 ); /* IE6-9 */

    color: white;
}
#main-blurb p{
    padding: 10px;
    font-size: 12px;
}

#header{
    padding-top: 15px;
    padding-bottom: 15px;
    /*background: black url(/public_html/resources/images/nav-bg-01.gif);*/
    background-color: rgba(0,0,0,0.33);
}

#footer-external-links{
    padding: 30px 0 10px 0;
    background: #d0d0d0;
}
#translate-parent{
    background: #d0d0d0;
}
.footer-block{

}
.footer-block a{
    color: #063c7b;
}
.footer-block a:hover{
    color: #042955;
}
.footer-block #teach-astronomy-footer-copyright{
    font-size: 12px;
}
.footer-block #teach-astronomy-footer-copyright span{
    width: 100%;
}
.footer-icon{
    vertical-align: bottom;
    width: 48px;
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}
.footer-icon-round{
    border-radius: 24px;
    overflow: hidden;
    width: 48px;
    height: 48px;
    display: inline-block;
}
.footer-block span{
    font-size: 14px;
    line-height: 14px;
    width: 67%;
    display: inline-block;
    height: 100%;
}

#ta-page-title-container{
    z-index:64;
    width: 100%;
    padding: 5px 7px;
    background-color: #063c7b;
}
h1.ta-page-title{
    color: white;
    font-size: 29px;
    float: left;
}

#site-search{
    /*width: 100%;*/
}
#site-search #search-terms{
    float: left;
    width: calc(100% - 32px);
    height: 32px;
    font-size: 17px;
    outline: none;
    border: none;
    padding: 0 7px;
}
#site-search #search-icon{
    display: inline-block;
    filter: invert(100%);
    background-color: #F9C384;
    width: 32px;
    height: 32px;
}

#error-404{
    height: 640px;
    color: white;
    background: url(/resources/images/error-404.jpg);
    text-shadow: 2px 2px 2px rgba(64, 64, 64, 1);
}
#error-sorry{
    font-size: 47px;
    width: 50%;
    line-height: 43px;
}
#error-funny{
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 22px;
}

.ta-button{
    cursor: pointer;
    background-color: #CECECE;
    border: 1px solid #A0A0A0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ta-button.inactive{
    background-color: #919191;
    color: #B3B3B3;
    cursor: not-allowed;
}
.ta-button:not(.inactive):hover{
    color: black;
    background-color: #DEDEDE;
}
.ta-button:not(.inactive):active{
    background-color: #0f99ea;
}



@media only screen and (max-width: 640px){
    h1.ta-page-title{
        font-size: 18px;
        padding: 2px 4px;
    }
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
     clear: both;
}
.cf {
      *zoom: 1;
  }