﻿/*==========================================================================================
508 / ACCESSIBILITY CSS
===========================================================================================*/

/* Skip nav styles from Liam */
.skipnav, .ati_leadtext {
    position: absolute;
    text-align: left;
    margin: 0;
    padding: 0;
    left: -1000em;
}

* html .skipnav {
    display: block;
}
/*Switch on for IE6 and below*/
* + html .skipnav {
    display: block;
}
/*Switch on for IE7*/
:root .skipnav {
    display: block;
}
/*Switch on for Moz, FF and Safari*/

.visually-hidden
/* -- keep text for screen readers but hidden for display -- */
{
    position:absolute;
    clip:rect(0px, 0px, 0px, 0px);
    overflow:hidden;

}

a:focus, button:focus, input:focus {
    border-bottom: solid 2px #e17000 !important;
    opacity: 1 !important;
}

/*------------------------------------------------
DEFAULT PAGE & LINK STANDARDS
--------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, h7, p, li, div, span, label, a, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: 'Roboto', Arial, sans-serif;
    font-weight: normal;
	vertical-align: baseline;
	background: transparent;
	}

body {
	font-family: Roboto, sans-serif;
	background:url("../Images/bg-body.jpg") top repeat-x;
	background-color:transparent;
	color:#000;
	line-height: 1;
	}

a, a:link, a:visited {
    color: #235392;
    text-decoration: none;
    border-bottom: dotted 1px transparent;
}
	
a:hover, a:focus {
	color:#f60;
	}
	
a:focus {
    outline:thin dotted;
    }

h1 {
	color: #000000; 
	line-height: 30px; 
	letter-spacing: -1px; 
	font-size: 1.7em; 
	font-weight: bold; 
	margin-bottom: 1em; 
	border-bottom-color: rgb(255, 102, 0); 
	border-bottom-width: 2px; 
	border-bottom-style: solid;
	}
	
h2 {
	font-size: 1.250em;
    margin-bottom: 1em;
	}
	
h3 {
	font-size: 1.125em;
    margin-bottom: .55em;
	}

h4 {
    font-size: 1.063em;
    margin-bottom: .55em;
}

h5 {
    font-size: 1.015em;
    }

h6 {
    font-size: .95em;
    }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =CONTENT: forces a white background for the primary content area, allowing a darker background for the header and footer
			in order to comply with accessibility guidelines
---------------------------------------------*/
#content {background-color:#fff;}

/* =WRAP: Assigns fixed width and centers layout. Background images on body will appear behind content contained within a .wrap
			Elements not contained within a wrap will fill the browser window, e.g. default footer
---------------------------------------------*/
.wrap {
	width:980px;
	margin:0 auto;}
	#content.wrap {
		width:1000px;
		background:url("../Images/bg-shade.png") no-repeat top transparent;}

/* =GUTTER: Creates 10px #fff gutter between the page background and the primary page content 
---------------------------------------------*/
.gutter {
	width:960px;
	margin:0 auto;}
	#content .gutter {
		padding-bottom:10px;
		background-color:#fff;}

/*----------------------------------------------
PAGE CONTAINER 
------------------------------------------------*/
.container {
    position: relative;
    max-width: 100%;
    margin: auto;
    margin-top: 0%;
    margin-bottom: 0%;
    padding: 0%;
    border: solid 0px #f00;
}

/*----------------------------------------------------
CSUF TOP SECTION
---------------------------------------------*/
/* The following code creates an ADA-compliant image that will swap out for an <h#> tag when images or css are disabled */

#CSUFLink_Search {
    float: left;
    width: 100%;
    height: 35px;
    background-color: #002E5B;
    color: #fff;
}

    #CSUFLink_Search a {
        background-color: inherit;
        color: inherit;
        background-color: #002E5B;
        color: #fff;
    }

#CSUFTopLink {
    float: left;
    width: 350px;
    box-sizing: border-box;
    margin: 0px;
    text-indent: -100em;
    font-size: initial;
}

    #CSUFTopLink a {
        width: 350px;
        float: left;
        height: 33px;
        background-image: url("../Images/wordmark-navy.png");
        background-repeat: no-repeat;
        font-size: .95em;
        border-bottom-color: transparent;
    }

    #CSUFTopLink a {
        display: block;
        position: relative;
        z-index: 1;
    }

        #CSUFTopLink:hover a, #CSUFTopLink a:focus,
        #CSUFTopLink a:hover, #CSUFTopLink a:focus {
            background-position: 0 -35px;
            cursor: pointer;
        }
/*--------------------------------------------
     HEADER ELEMENT AND CLASSES
 ----------------------------------------------*/

header {
    float: left;
    clear: both;
    width: 100%;
    box-sizing: border-box;
}

.PageHeader {
    z-index: 9000;
}

#skipnavigation {
    display: none;
}

#SiteName_Tabs {
    float: left;
    width: 100%;
    border-top: solid 1px #34638f;
    padding-top: 8px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #fff;
    background: #093864; /* Old browsers */
    background-color: #093864; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, rgba(9,56,100,1) 0%, rgba(1,39,76,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(9,56,100,1)), color-stop(100%,rgba(1,39,76,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(9,56,100,1) 0%,rgba(1,39,76,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(9,56,100,1) 0%,rgba(1,39,76,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(9,56,100,1) 0%,rgba(1,39,76,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(9,56,100,1) 0%,rgba(1,39,76,1) 100%); /* W3C */
    background: #00274C; /* ATI Override - 11/28/2018 */
}
   
#branding {
    margin:8px 0;
}
	#branding a {
        color:#fff;
        background-image:none;
	}

#unit {
    font-family: 'Crimson Text', Times, serif;
    font-size: initial;
}

    #unit a {
        margin: 0%;
        padding: 1%;
        padding-left: 0%;
        padding-bottom: 0%;
        color: #fff;
        background: #000;
        background-color: transparent;
    }

#sitename {
    font-size: initial;
    margin-top: 5px;
    margin-bottom: 10px;
}

    #sitename a {
        font-family: 'Crimson Text', Times, serif;
        font-size: 2.2em;
        padding: 0;
        padding-top: 5px;
        margin: 0;
        color: #fff;
    }

        #unit a:hover, #sitename a:hover {
            color: #fff;
            /* background:#000;
    background-color:transparent;  */
            border-bottom: solid 2px #fff;
        }
/*============================================
=PAGETOOLS
============================================*/
#pagetools p {
	display:inline-block;
	float:right;
	padding:10px;
	margin:0; 
	font-size:80%;
	color:#000000;}

/*============================================
=CONTENT
============================================*/

#main
{
    position:relative;
    background-color:#fff;
    color:#000;
    min-height:400px;
    margin:0px !important;
    padding:0px !important;
    line-height:1.5;
    font-size:14px;
}

#maincontent
{
    margin:0px;
    padding:0px;
}

/*.copy is a div wrapped around the main editable content region. it contains additional typographic styles */
.copy a {
    text-decoration:underline;
}

.copy ul {
	list-style:disc;
	color:#222;}

.copy li {
	margin-bottom:3px;
	line-height:1.4;}

.copy p {
    margin-bottom:20px;
}	

/*--------------------------------------------
FOOTER NAVIGATION
--------------------------------------------*/
#divFooter {
    clear: both;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: .85em;
    font-family: 'Roboto', Arial, sans-serif;
    color: #f7f7f7;   
    background: #00274C; /* ATI Override - 11/28/2018 */
    }

#divFooter a, #divFooter p {
    color: #f7f7f7;
    background: #00274C;
    font-size: .95em;
    font-family: 'Roboto', Arial, sans-serif;
}

    #divFooter a {
        text-decoration: underline;
    }

    #divFooter .logo {
        float: left;
        width: 16%;
        margin: 2%;
        margin-top: 0%;
        padding: 0%;
        line-height: normal;
        box-sizing: border-box;
    }

    #divFooter .disclaimer {
        float: left;
        margin: 5%;
        margin-top: 0%;
        width: 55%;
        padding: 0%;
        padding-left: 1%;
        border-left: solid 1px #bcbcbc;
        box-sizing: border-box;
    }

        #divFooter .disclaimer p {
            float: left;
            margin-left: 10px;
            line-height: 1.45em;
        }

.reportproblems {
    clear: both;
    float: left;
}

/*--------------------------------------------
Clear Floated Elements
---------------------------------------------*/
.clear {clear: both;display:block;overflow:hidden;visibility: hidden;width:0;height:0}
.clearfix:after {clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
.clearfix {display:inline-block}
* html .clearfix {height:1%}
.clearfix {display:block}
