/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: element Styles
:: #top_nav style
:: #main Styles
:: #footer Styles
*/

/* -----------------------------------------
  element Styles
----------------------------------------- */

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    padding: 0;
    width: 960px;
    font-family: 'Noto Sans', sans-serif;
    /*background: white;*/
    background-image: url("../img/app/background-tile.png");
    background-color: #f8f8f8;
    font-size: 100%;
    line-height: 1.2em;
    color: #646464;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans', sans-serif;
}

h1 {
    font-size: 1.4em;
    color: #646464;
    font-weight: 500;
    letter-spacing: -.1px;
    word-spacing: -1px;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1em;
}

h4 {
    font-size: .8em;
}

h5 {
    font-size: .6em;
}

h6 {
    font-size: .4em;
}

p {
    font-family: 'Noto Sans', sans-serif;
    font-weight: lighter;
    font-size: .81em;
    line-height: 1.2;
}

img {
    border: none;
}

/*Pertains to background topNav bar and all others cascade down to this one when active, min width
is not needed when 100% is on*/
.row {
    width: 100%;
}

/* -----------------------------------------*/
  /*topNav Styles*/
/*----------------------------------------- */
/*#title_gradient {*/
    /*background: none repeat scroll 0 0 #1A6DBA;*/
    /*list-style-type: none;*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*width: 100%;*/
/*}*/

#title_gradient {
    position: absolute;
    width: 100%;
    min-width: 1050px; /*exceed body width plus auto margin for full window coverage when scrolling horizontally*/
    height: 65px;
    left: 0;
    top: 0;
    z-index: -1000;
    border-bottom: 3px solid #f5f5f5;

    background: #c6c6c6;  /*Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);  /*IE9 SVG, needs conditional override of 'filter' to 'none'*/
    background: -moz-linear-gradient(top, #ffffff 0%, #c6c6c6 100%);  /*FF3.6+*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c6c6c6));  /*Chrome,Safari4+*/
    background: -webkit-linear-gradient(top, #ffffff 0%,#c6c6c6 100%);  /*Chrome10+,Safari5.1+*/
    background: -o-linear-gradient(top, #ffffff 0%,#c6c6c6 100%);  /*Opera 11.10+*/
    background: -ms-linear-gradient(top, #ffffff 0%,#c6c6c6 100%);  /*IE10+*/
    background: linear-gradient(to bottom, #ffffff 0%,#c6c6c6 100%);  /*W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c6c6c6',GradientType=0 );  /*IE6-8 */

    -webkit-box-shadow: 0px 4px 28px rgba(50, 50, 50, 0.15);
    -moz-box-shadow:    0px 4px 28px rgba(50, 50, 50, 0.15);
    box-shadow:         0px 4px 28px rgba(50, 50, 50, 0.15);

}

/*#logo {*/
    /*position: relative;*/
    /*width: 940px;*/
    /*margin: auto;*/
    /*margin: 0 0 0 10px;*/
/*}*/

#logo img {
    padding: 7px 0 0 7px;
    border: none;
}

#logo {
    position: relative;
    width: 940px;
    margin: auto;
}

/*#logo img {*/
    /*padding-top: 9px;*/
    /*border: none;*/
/*}*/


#logo sup {
    color: #202020;
    font-size: 0.7em;
    position: relative;
    top: -30px;
    left: 20px;
}

input#search {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #CBCBCB;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    color: #646464;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1em;
    height: 30px;
    left: 270px;
    padding: 0 10px;
    position: absolute;
    top: 16px;
    width: 500px;
}

a#gglsub {
    background: url("../img/app/search-icon.png") no-repeat scroll 0 0 transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    position: absolute;
    top: 22px;
    left: 738px;
    width: 15px;
}

/* ie9 only */
lt-ie9 #topNav input {
    height: 10px;
}

input#search .placeholder {
    color: #969696;
    font-style: italic;
    font-weight: normal;
}

input#search input:-moz-placeholder {
    color: #969696;
    font-style: italic;
    font-weight: normal;
}

input#search input::-webkit-input-placeholder {
    font-style: italic;
    font-weight: normal;
    color: #969696;
}

input#search input:-ms-input-placeholder {
    font-style: italic;
    font-weight: normal;
    color: #969696;
}

/* ------------------------------
    TopNav styles - Moved to icrumz.css
---------------------------------*/


#beta {
    position: absolute;
    z-index: 800;
    color: #aaaaaa;
    font-size: 1em;
    left: 650px;
    padding: 2px 0 0 0;
    -webkit-transform: matrix(0.990,-0.143,0.143,0.990,0,0);
    -moz-transform: matrix(0.990,-0.143,0.143,0.990,0px,0px);
    -ms-transform: matrix(0.990,-0.143,0.143,0.990,0,0);
    -o-transform: matrix(0.990,-0.143,0.143,0.990,0,0);
    transform: matrix(0.990,-0.143,0.143,0.990,0,0);
}

/* -----------------------------------------
   #main Styles
----------------------------------------- */

#main {
    width: 100%;
    padding-top: 20px;
}

/*words that should stand out in text*/
.attention {
    color: #fa9838;
}

/* -----------------------------------------
  #footer Styles
----------------------------------------- */
/*#footer {*/
    /*background-color: #ffffff;*/
    /*position: fixed;*/
    /*margin-left: 27px;*/
    /*bottom: 0;*/
    /*width: 100%;*/
/*}*/

/*#footer ul {*/
    /*list-style-type: none;*/
    /*margin: 0;*/
    /*width: 75%;*/
    /*padding: 0;*/
/*}*/

/*#footer li {*/
    /*float: left;*/
    /*padding: 0;*/
/*}*/

/*#footer a, #footer a:visited {*/
    /*display: block;*/
    /*color: #646464;*/
    /*font-size: .95em;*/
    /*text-decoration: none;*/
    /*padding: 0 20px 0px 0;*/
/*}*/

/*#footer span {*/
    /*font-family: "Helvetica", "Arial", sans-serif;*/
/*}*/

#footer {
    background-color: transparent;
    /*position: fixed;*/
    width: 920px;
    padding: 40px 0 10px 0;
    text-align: center !important;
}

#footer.err {
    padding: 5px 0 0 0
}

#footer a {
    display: block;
    /*color: #2b82a5;*/
    color: #66B1CF;
    font-size: .85em;
    padding-right: 22px;
    text-decoration: none;
}

#footer a:focus {
    outline: 0;
}

#footer a:hover {
    text-decoration: underline;
}

#footer ul {
    list-style-type: none;
}

#footer li {
    display: inline-block;
    padding: 0;
}

#footer span {
    font-family: 'Noto Sans', sans-serif;
}

