/***************************
 * CSS Reset
 **************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/******************************************** 
 * Borrowed elements from Drupal: modules/system/system.base.css
 *
 * Hide elements visually, but keep them available for screen-readers.
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 *********************************************/
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

/**********************************************
 * The .element-focusable class extends the .element-invisible class to allow
 * the element to be focusable when navigated to via the keyboard.
 *********************************************/
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}

/********************************************
 * Element Styling
 ********************************************/
body {
  line-height: 1;
  background-color: #6ea0be;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000; 
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", Arial, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0.6em;
}

h1{
    font-size: 32px;
}

h2{
    font-size: 28px;
}

h3{
    font-size: 24px;
}

h4{
    font-size: 20px;
}

h5{
    font-size: 18px;
}

h1 strong, h1 b, h2 strong, h2 b, h3 strong, h3 b, h4 strong, h4 b, h5 strong, h5 b, h6 strong, h6 b {
    font-weight: 700; 
}

h1, h2 {
  text-transform: uppercase;
}

optgroup {
  font-weight: bold;
}

blockquote {
  padding-left: 5em;
  padding-right: 5em;
}

hr {
  border-color: #d8d8d8;
  background-color: #d8d8d8;
  margin: 10px 0 10px 0;
}

p{
    line-height: 1.1em;
    margin-bottom: 0.75em;
}

/********************************************
 * Structural Elements
 *******************************************/

/* Header */
#header{
    height: 84px;
    background-image:url("../../sites/all/themes/custom/lane_default/header_images/index.html");
    background-size: cover;
}

#title{
    font-size: 28px;
    margin-bottom: 7px;
}

#title-wrapper{
    display: table-cell;
    text-align: center;
    width: 90%;
    vertical-align: middle;
}

#title-wrapper a, #title-wrapper a:hover, #title-wrapper a:active, #title-wrapper a:visited {
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    margin-top: 4px;
}

#branding{
    display: table-row;
}

/* Body */
#main-content-wrapper{
    background-color: #fff;
    padding-bottom: 30px;
}

#main-content{
    padding: 15px 15px 0 15px;
}

nav{
    background-color: #22578d;
	margin-bottom: 20px;
}

nav p{
	font-size: 14px;
	margin: 2px auto;
}

nav ul li{
    border-bottom: #85a3c0 solid 1px;
	font-size: 130%;
    padding: 15px;
    list-style-type: none;
    text-align: center;
}

nav ul li:last-child{
    border-bottom: 0;
}

nav ul li a, nav ul li a:link, nav ul li a:visited, nav ul li a:active{
    display:block;
    color: #fff;
    text-decoration: none;
}

nav ul li a:hover{
    text-decoration: underline;
}

nav h1, nav h2, nav h3, nav h4, nav h5, nav h6{
    font-size: inherit;
}

nav h3{
    display: none;
}

nav h3 a:link, nav h3 a:visited, nav h3 a:active{
    color: #000;
    text-decoration: none;
}

nav h3 a:hover{
    color: #000;
    text-decoration: underline;
}

/* Footer */
#divider-bar{
	height: 30px;
	background-color: #19649a;
	border-top: solid 4px #E4AC24;
    background-image: url("http://static.lanecc.net/web/14/bluebar.jpg");
    margin-bottom: 20px;
    box-shadow: 0 5px 3px 1px rgba(0, 0, 0, 0.5);
}

footer{
	clear: both;
	border-bottom: solid 10px #22578D;
	background-color: #fff;
    font-size: 12px;
    line-height: 1.4em;
    padding: 10px 0;
    text-align: center;
}

.foot_col{
    float: left;
}

#footer-links li{
    list-style-type: none;
}

#footer-address{
    border-top: 1px solid gray;
    margin-top: 10px;
    padding: 10px 0 10px 0;
}

#footer-address a, #footer-address p{
    color: black;    
}

#footer-address address{
    display: inline-block;
}

#footer-address span{
    margin-left:20px;
}

footer a, footer a:hover, footer a:active, footer a:visited {
    color:blue;
    text-decoration:none;
}
footer a:hover{
    text-decoration:underline;
}

#social_media td{
    padding: 0;
    vertical-align: bottom;
}

#social_media a{
    margin-right: 4px;
}

.sprites { 
    background-image: url("/sites/all/themes/custom/lane_default/custom_includes/sprite.png"); 
    background-color: transparent; 
    background-repeat: no-repeat;
    display: inline-block;
} 
.klcc_png { 
    height: 32px; 
    width: 32px; 
    background-position: -0px -0px; 
} 
.facebook_png { 
    height: 32px; 
    width: 32px; 
    background-position: -32px -0px; 
} 
.wordpress_png { 
    height: 32px; 
    width: 32px; 
    background-position: -64px -0px; 
}
.blog_png { 
    height: 32px; 
    width: 32px; 
    background-position: -64px -0px; 
} 
.twitter_png { 
    height: 32px; 
    width: 32px; 
    background-position: -32px -32px; 
}  
#map_png { 
    height: 69px; 
    width: 69px; 
    background-position: -96px -0px; 
} 
#lanetitans_png { 
    height: 32px; 
    width: 32px; 
    background-position: -32px -64px; 
}
#webmail_png { 
    height: 32px; 
    width: 32px; 
    background-position: -64px -64px; 
}
#mylane_png{
    height:32px;
    width:72px;
    background-position: -165px 0px;
}
#moodle_png{
    height:32px;
    width:72px;
    background-position: -165px -32px;
}

#size-indicator{
    display: none;
    margin: 0;
}

/* Mobile */
#header{
    display: none;
}

header{
    background-color: #22578d;
    border-bottom: solid 3px #E4AC24;
    height: 50px;
}

#logo-wrapper{
    display: table-cell;
    width:5%;
}

#logo-image{
    background-image: url("/sites/all/themes/custom/lane_default/custom_includes/sprite.png"); 
    background-color: transparent; 
    background-repeat: no-repeat;
    display: inline-block;
    height: 50px; 
    width: 50px; 
    background-position: -1px -96px; 
}

#mobile-menu{
    background-image: url("/sites/all/themes/custom/lane_default/custom_includes/sprite.png"); 
    background-color: transparent; 
    background-repeat: no-repeat;
    display: inline-block;
    height: 50px; 
    width: 50px; 
    background-position: -50px -96px; 
}

#mobile-menu.active{
    background-position: -100px -96px;
}

#mobile-menu-wrapper{
    width: 5%;
    display: table-cell;
}

#sidebar-closer{
    border-top: solid 1px #E4AC24;
    padding-top: 2px;
    text-align: center;
}

a[href^='tel:'] {
  display: inline-block;
  padding-left: 15px;
  line-height: 18px;
  background: transparent url("../../sites/all/themes/custom/lane_default/custom_includes/icons/cell.png") center left no-repeat; }

#footer-links{
    width:100%;
}

.foot_col{
    width: 33%;
}

#social_media{
    float: right;
    width: 100%;
}

#social_media table{
    margin: 10px auto 0 auto;
}

.hideMobile{
    display:none;
}

/* Pseduo-Narrow */
@media all and (min-width: 600px){
    footer{
        text-align: left;
    }
    
    #footer-address{
        padding-left: 30px;
        padding-right: 30px;
    }
    #footer-links{
        width: auto;
        margin: 30px;
    }
    .foot_col{
        width: 17%;
    }

    #social_media{
        margin-right: 20px;
        width: auto;
    }

    #social_media table{
        margin: 0;
    }
}

/* Narrow */
@media all and (min-width: 740px){
    #size-indicator{
        margin: 1px;
    }
    #header {
        display:block;
    }

    header {
        height: auto;
        border-bottom: 0;
    }

    #branding{
     	padding: 11px;
     	height: 64px;
        background: url('http://static.lanecc.net/web/14/header.jpg');
        display: block;        
    }

    #logo-image{
        background: url('/logo2.png');
        float: none;
	    margin-left: 75px;
        margin-top: 10px;
        width: 164px;
        height: 56px;
    }

    #mobile-menu{
        display: none;
    }

    a[href^='tel:'] {
      display: inline;
      padding-left: 0;
      line-height: inherit;
      background: none; }

    #title{
        padding-left: 10px;
    }

    #title-wrapper{
        display:block;
	    background-color: #22578D;
	    width: 385px;
	    margin: -48px 0 0 285px;
	    color: white;
        float:left;
        line-height: 42px;
        padding-top: 3px;
        font-family:'Futura', 'Roboto', Helvetica, sans-serif;
        text-transform: uppercase;
	    border-bottom: solid 10px #E4AC24;
        text-align: left;
    }

    #title-wrapper a, #title-wrapper a:hover, #title-wrapper a:active, #title-wrapper a:visited {
        border-top: #ddd solid 1px;
    }

    #mobile-menu{
        display: none;
    }

    #outer-wrapper{
        width: 720px;
        margin: 0 auto;
    }

    nav{
        background-color: transparent;
        float: left;
        padding-left: 24px;
        width: 136px;
    }
    
    nav h3{
        display: block;
    }

    nav ul li:before{
        content: '\0BB \020';
    }

    nav ul li{
        border-bottom: 0;
	    font-size: 12px;
	    padding: 3px 0;
        line-height: 1.3em;
        text-align: left;
    }

    nav ul li a, nav ul li a:link, nav ul li a:visited, nav ul li a:active{
        color: blue;
        display: inline;
    }

    #sidebar-closer{
        display: none;
    }

    #main-content-wrapper{
        padding: 30px;
    }

    #main-content{
        padding: 0;
    }

    .hideMobile{
        display: block;
    }
}

/* Normal */
@media all and (min-width: 980px){
    #size-indicator{
        margin: 2px;
    }
    #outer-wrapper{
        width: 960px;
        margin: 0 auto 0 auto;
    }

    #title-wrapper{
	    width: 485px;
	    margin: -48px 0 0 285px;
    }

    nav{
        padding-left: 33px;
        width: 187px;
    }
}

/* Wide */
@media all and (min-width: 1441px){
    #size-indicator{
        margin: 3px;
    }

    #outer-wrapper{
        width: 1200px;
        margin: 0 auto 0 auto;
    }

    #title-wrapper{
	    width: 485px;
	    margin: -48px 0 0 310px;
    }

    nav{
        padding-left: 42px;
        width: 238px;
    }

    #main-content{
        width: 670px;
    }
}

/****************************************
* File Type Icons 
****************************************/
a[href$='.pdf'] {
  display: inline;
  padding-right: 20px;
  line-height: 18px;
  background: transparent url("../../sites/all/themes/custom/lane_default/custom_includes/silkicons/page_white_acrobat.png") center right no-repeat; }

a[href$='.doc'], a[href$='.docx'] {
  display: inline;
  padding-right: 20px;
  line-height: 18px;
  background: transparent url("../../sites/all/themes/custom/lane_default/custom_includes/silkicons/page_word.png") center right no-repeat; }

a[href$='.xls'], a[href$='.xlsx'] {
  display: inline;
  padding-right: 20px;
  line-height: 18px;
  background: transparent url("../../sites/all/themes/custom/lane_default/custom_includes/silkicons/page_excel.png") center right no-repeat; }

a[href$='.ppt'], a[href$='.pptx'] {
  display: inline;
  padding-right: 20px;
  line-height: 18px;
  background: transparent url("../../sites/all/themes/custom/lane_default/custom_includes/silkicons/page_white_powerpoint.png") center right no-repeat; }

a[href$='.wav'] {
  display: inline;
  padding-right: 20px;
  line-height: 18px;
  background: transparent url("../../sites/all/themes/custom/lane_default/custom_includes/silkicons/sound.png") center right no-repeat; }

a[href$='.mp3'] {
  display: inline;
  padding-right: 20px;
  line-height: 18px;
  background: transparent url("../../sites/all/themes/custom/lane_default/custom_includes/silkicons/music.png") center right no-repeat; }

a[href$='.mp4'], a[href$='.mpg'], a[href$='.flv'] {
  display: inline;
  padding-right: 20px;
  line-height: 18px;
  background: transparent url("../../sites/all/themes/custom/lane_default/custom_includes/silkicons/television.png") center right no-repeat; }

a[href$='.zip'] {
  display: inline;
  padding-right: 20px;
  line-height: 18px;
  background: transparent url("../../sites/all/themes/custom/lane_default/custom_includes/silkicons/compress.png") center right no-repeat; }
