/* CSS Document - SAUDER RED LICENSING*/

/*Colors*/
/* Sauder Green: #78BE20
   Sauder Green Dark #319B42
   Splash Bar Sauder blue #041e42
   Footer Grey #e7e8ea
   Footer Bottom Dark Grey #5b6770 */
/*
  SASK burgundy #7c1645
  SASK blue #175ea0
  SASK grey 1 #6b7d8b

*/


/*.. fonts off ubc server ..*/

/* these are taken from the ttf font from the ubc page - we have usage rights.  fonts were recompiled for every browser known to mankind with the @font-face kit generator over at http://www.fontsquirrel.com/fontface/generator.  Whoever built that is awesome */

@font-face {
    font-family: 'lft_eticalight';
    src: url("/srec/javax.faces.resource/fonts/lft_etica_light-webfont-webfont.eot.xhtml");
    src: url("") format('embedded-opentype'),
    url("/srec/javax.faces.resource/fonts/lft_etica_light-webfont-webfont.woff.xhtml") format('woff'),
    url("/srec/javax.faces.resource/fonts/lft_etica_light-webfont-webfont.ttf.xhtml") format('truetype'),
    url("") format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '../fonts/lft_eticaregular';
    src: url("/srec/javax.faces.resource/fonts/lft_etica_reg-webfont-webfont.eot.xhtml");
    src: url("") format('embedded-opentype'),
    url("/srec/javax.faces.resource/fonts/lft_etica_reg-webfont-webfont.woff.xhtml") format('woff'),
    url("/srec/javax.faces.resource/fonts/lft_etica_reg-webfont-webfont.ttf.xhtml") format('truetype'),
    url("") format('svg');
    font-weight: normal;
    font-style: normal;
}
/* END of fonts */

/*WRAPPER*/
.yellow-box {
    background-color: #fff;
    max-width: 75em;
    height: 40%;
    padding-top:.25em;
    margin: 0 auto;
}
/*END WRAPPER*/

html {
    box-sizing: border-box;
    border-top:7px solid #7c1645;
}

/* not sure if I want to use this yet */
html {-webkit-text-size-adjust: 100%; }
/* Prevent font scaling in landscape while allowing user zoom */


*, *:before, *:after {
    box-sizing: inherit;
}

/*HEAD and LOGO*/
.head {
    background-color: #fff;
    padding:.5em;
    margin:1em 0 1.5em .5em;
}

img.logo1 {
    height:48px;
}
/* END HEAD and LOGO */

/* TEMPLATE */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size:13px;
    background-color:#efefef;
    background-image:url("/srec/javax.faces.resource/images/bk_lic.jpg.xhtml");
    background-repeat: no-repeat;
    background-position-x:center;
}

p {
}

body { margin: 0 auto; }

.left-column, .right-column {
    border: 0 0 0 0 solid  #fff;
    padding: 1.25em;
    margin: 0 0em 0em 0em;
    float:left; /* this may need to be removed for a two-column setup to work */
}

footer, header { position: relative; clear: both; background-color: #fff;}

header {  border: 0px solid  #fff; margin: 0; margin-bottom:0; padding: 1em 1em 0em .5em}
footer {  border: 1px solid  #e7e8ea; padding: .5em 0 0 0; margin: 0em; background-color:#e7e8ea;}
footer {  border-bottom:1em solid #5b6770; }
footer {  overflow:auto;}

.banner {
    font-family: lft_eticalight, -serif;
    font-size: 1.7em;

    color: #ffffff;
    background-color:#6b7d8b;
    padding-left:1em;
}

.banner a {
    padding-top:.5em;
    margin-bottom:-.5em;
    display:block;
}

.contentcell {width:100%}

.left-column {max-width:75.5em;min-height:321px;}/**/
header {max-width:74.5em}
footer {max-width:75.5em}

.nav {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    border: 1px solid #fff;
    border-bottom:0;
    margin:0 0 0 0;
    font-size:1.2em;
}

.nav > li {
    border:1px solid #6b7d8b;
    border-bottom:0;
    padding:0;
    border-top-left-radius:4px;
    border-top-right-radius:2px;
    border-bottom-left-radius:-10px;
    border-bottom-right-radius:-10px;
}

.nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom:.2em;
    padding-top:.4em;
}

.nav > li,
.nav > li > a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-decoration: none;
    font-weight: bold;
    color:#6b7d8b;
}

.nav > li > a:hover {color:#7c1645;}



.inline-items {
    margin-top: 0;
}

.inline-items li {
    margin-left: 0;



}

.inline-items li:first-child {
    margin-left: 0;


}

.inline-items li:last-child {

}

.columns-container {
    float: left;
    background-color:#fff;
    border-top:1.5em solid #6b7d8b;
}

.right-column {
    background-color:7c1645;
    padding:0;
    padding-bottom:.5em;
    padding-top:.5em;


}



/*END of TEMPLATE */

/* RED CR Styles */

/*.. TYPOGRAPHY ..*/

/* .contentcell only applies to the cell to the left of the nav (i.e., main content cell)  most other typography is in dapstyles2.css */

.contentcell {
    font-family:arial, helvetica, sans-serif;
    font-size:1.1em;
    color:#444;
    line-height:1.45em;
}

.contentcell p {
    font-family:arial, helvetica, sans-serif;
    color:#444;
}

.contentcell table {color:#444;
}

.contentcell h1 {
    font-family:lft_eticalight, helvetica, arial, sans-serif;
}
/* h1 is importing its size from dapstyles2.css */

.contentcell h3 {
    color:#333;
    font-family:lft_eticalight,-serif;
    font-weight:normal;
    font-size:1.3em;
    margin-left:0;
}

.contentcell a, .contentcell a:visited, .contentcell a:link {
    color:#1D5582;
    text-decoration:none;
}

.contentcell a:hover {
    text-decoration:underline;
    color:#00c;
}

.contentcell h1 {
    color:#444;
}

.contentcell h2 {
    color:#041e42;
    font-weight:bold;
    font-family:lft_eticalight;
    margin-top:.5em;
}

.contentcell h3 a, .contentcell h3 a:link, .contentcell h3 a:visited {
    color:#006;
    text-decoration:none;
}

.contentcell h3 a:hover {
    color:#00c;
    text-decoration:underline;
}


.contentcell h4 {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
    color:#444;
}

.contentcell h4 a, .contentcell h4 a:link, .contentcell h4 a:visited {

    color:#006;
    text-decoration:none;
}

.contentcell h4 a:hover {
    color:#00c;
    text-decoration:underline;
}

.contentcell ul {margin-left:0;padding-left:1.1em}
.contentcell ul li {padding-left:.5em;}
.contentcell ul ul {padding-left:1.5em;}
.contentcell ul li ul {padding-left: 1.0em;}

.contentcell ol {margin-left:0;padding-left:30}
.contentcell ol li {padding-left:8;}

ul.menu {font-size:13.5px;}

.highlight {
    background-color: #FF9;
}

/* END TYPOGRAPHY */

/* Accordion Styles */

#wrapper div.accordionContent ul {margin:0;}

.licwrap .accordionContent ul {margin-top:0;}

/* ^^ uh oh */

div.accordionButton h3, #wrapper > a {
    font-family:lft_eticalight;
    font-weight:bold;
    font-size:1.1em;
    color:#666;
    margin-top:0;
    margin-bottom:0;
    padding-top:1.1em;
    padding-bottom:.9em;
    line-height:1.1em;

}

div.accordionContent ul li a.tooltip img {
    margin-bottom:2px;
}



/* END Accordion Styles */

/* LINKsList (right column) */

.linkslist ul li a, .linkslist ul li a:link, .linkslist ul li a:visited {
    color:#fff; text-decoration: none;
    width:100%;
    padding:.2em .9em .2em .9em;
    line-height:1.2em;
    display:block;
}

.linkslist ul li a:hover {color:#fff;}

.linkslist ul {list-style-type:none; padding:0;margin:0;}
.linkslist ul li {margin-left:0;}

.linkslist ul li {
    margin:2px 0;
    padding-left:0;
}
.linkslist ul li:hover {background-color:#6b7d8b;}

.linkslist h2 {color:#fff; padding-left:.5em; margin:.2em 0 .5em 0;}


/* END LINKs*/

/* Footer */

footer div {
    border: 0px solid #000;
    margin-right:1.5em;
    margin-left:2em;
}

footer ul {
    list-style-type:none;
    text-align:left;
    padding-left:0;
    margin-left:0em;
    margin-top:.5em;
}

footer ul li a {
    color:#041e42;
    text-decoration:none;
    font-size: .9em
}

footer ul li a:hover {color:#7c1645;}

footer p {font-size:.9em; margin-bottom:0;}

footer .copyright {
    display:block;
    background-color:#5b6770;
    margin-left:0;
    margin-right:0;
    width:100%;
    color:#fff;
    text-align:right;
    clear:both;
    float:left;

}
footer .copyright div {
    margin:1.1em 1.5em 0em 2em;
    float:right;

}

footer .copyright a, footer .copyright a:hover {
    color:#fff;
    text-decoration:none;
}

div.copyright div div {
    display:block;
    clear:both;
    margin:0 .5em 0 0;
    padding:0;
    font-size:.95em;
}

/* END Footer */

/*mybutton - copied from RED.css*/
.myButton {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7c1645), color-stop(1, #7c1645));
    background:-moz-linear-gradient(top, #7c1645 5%, #7c1645 100%);
    background:-webkit-linear-gradient(top, #7c1645 5%, #7c1645 100%);
    background:-o-linear-gradient(top, #7c1645 5%, #7c1645 100%);
    background:-ms-linear-gradient(top, #7c1645 5%, #7c1645 100%);
    background:linear-gradient(to bottom, #7c1645 5%, #7c1645 100%);

    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4be2a', endColorstr='#a4be2a',GradientType=0);
    background-color:#7c1645;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    display:inline-block;
    float: right;
    cursor:pointer;
    color:#ffffff !important;
    font-family:Arial;
    font-weight: bold !important;
    font-size:1em;
    padding:3px 8px;
    margin-top:.2em;
    margin-bottom:2em;
    text-decoration:none !important;
}
.myButton:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7c1645), color-stop(1, #7c1645));
    background:-moz-linear-gradient(top, #7c1645 5%, #7c1645 100%);
    background:-webkit-linear-gradient(top, #a4be2a 5%, #7c1645 100%);
    background:-o-linear-gradient(top, #7c1645 5%, #7c1645 100%);
    background:-ms-linear-gradient(top, #7c1645 5%, #7c1645 100%);
    background:linear-gradient(to bottom, #7c1645 5%, #7c1645 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4be2a', endColorstr='#a4be2a',GradientType=0);
    background-color:#7c1645;
}
.myButton:active {
    position:relative;
    top:1px;
}
/* END Mybutton */

/* MEDIA QUERIES */
/*so everything here only affects if the screen is bigger than 47.5em (ie.., ipad and above)  */
@media screen and (min-width: 47.5em ) {

    .columns-container {
        float: left;
        background-color:#fff;

    }

    .left-column {
        margin-right:0;
        margin-left:0;
        padding-left:2.25em;
        padding-right:2.25em;
        width:100%;
        float: left;
    }

    /*    margin-right: 12em; (for right column) */
    /*  .left-column {
        margin-right:2em;
        margin-left:1em;
            float: left;
      }
      */

    .right-column {
        width: 12em;
        margin-left: -12em;
        float: left;
        margin-right:0;
    }

    footer div {
        float:left;
    }

    footer p {clear:both;}


    div.copyright div div {
        display:inline-block;
        float:left;
        clear:none;
    }
}

/* so this will only apply to mobile, if I use it */
@media screen and (max-width: 42em ) {

    .left-column {
        padding-left:.75em;
        padding-right:.75em;
    }

    div.accordionButton h3, #wrapper > a {
        font-size:1em;
    }

}

/*END of MEDIA QUERIES */

/* END CSS DOCUMENT */