/* http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*================= Custom Styling begins here ===================================*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body{
	background-color: #EEE;
	font-size: 1rem;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif
}

 /* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

[class*="col-"] {
	float: left;
	padding: 1rem;
}

.row::after {
	content: "";
	clear: both;
	display: table;
}

#canvas{
	max-width: 1190px;
	width: 100%;
	margin: 1rem auto;
	background-color: #FFF;
	padding: 1rem;
	box-shadow: 16px 16px 16px #808080;
}

header{
	max-width: 100%;
	margin-bottom: 1rem;
 //	padding: 1rem;
	border-bottom: 4px #A0522D solid;
	background-repeat: no-repeat;
	background-size: contain;
 	background-position: center center;
}

#branding{
	max-width: 1190px;
	width: 100%;
	margin: 1rem auto 0 auto;
	text-align: center;
	font: italic bold 2rem "Trebuchet MS", Helvetica, sans-serif;
}

#leftside{
	/*nothing here */
}

#rightside{
	padding: 2rem;
	background-image: -webkit-gradient(linear, top left, bottom right, color-stop(0, Bisque), color-stop(1, Gold));
	background-image: -o-linear-gradient(top left, Bisque, Gold);
	background-image: -moz-linear-gradient(top left, Bisque, Gold);
	background-image: -webkit-linear-gradient(top left, Bisque, Gold);
	background-image: linear-gradient(to bottom right, Bisque, Gold)

}

.endfloats{
	clear: both;
}

img {
	max-width:100%;
	height: auto;
}

p{
	text-align: justify;
	margin-bottom: 1rem;
	font-size: 100%;
	line-height: 125%;
}

i{
	font-style: italic;
}

h1{
background-color: #2299CC;
color: white;
margin: 1rem 0;
font-size: 1.5rem;
line-height: 150%;
text-align: justify;
padding: 0 .5rem;
}

h2{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #000;
	margin: 0 0 .5rem 0;
}

h3{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: black;
	margin: 0 0 .5rem 0;
}

ul{
	margin: 0 0 1rem 1rem;
	list-style: disc outside;
}

li{
	line-height: 125%;
}

.vla-branding {
	max-width: 100%;
	margin: 1.5rem 0.5rem;
}

.location{
	display: block;
	margin: 0 1rem;
	padding: 0;
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1rem;
	font-weight: bold;
	font-style: italics;
	text-transform: capitalize;
	text-align: left;
}

.vla-title {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #2299cc;
	font-family: 'Roboto', Tahoma, Arial;
	//font-size: 38px;
	font-size: 2.33rem;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}


.vla-title a:link,
.vla-title a:visited {
	color: #2299cc;
	text-decoration: none;
}

.vla-title a:hover,
.vla-title a:active {
	color: #444;
}

nav#topper{
	border: none;
	padding-top: 10rem;
}

ul.navbar{
	list-style-image: url('../PIX/BACKGROUNDS/skelkey.png');
	min-height: 100px;
	margin: 1rem .5rem 1rem 2rem;
	text-align: left;
	font: normal 125%/125% Arial, Helvetica, sans-serif;
 }

ul.navbar li{
	margin: 4px 0;
	line-height: 125%;
}

ul.navbar li a{
	text-decoration:None;
	font-size: 1rem;
	font-weight: bold;
	color: navy;
}

ul.navbar li a:hover,ul.navbar li a:focus{
	border-left:2px solid navy;
}

ul.navbar li ul{
	padding:0;
	margin:0;
	display:none;
}

ul.navbar li:hover ul{
	display:block;
	list-style-image: url('../PIX/BACKGROUNDS/apple.png');
	margin-left: 36px;
}

#home ul.navbar li.homepage ul,
#about ul.navbar li.about ul,
#discipline ul.navbar li.discipline ul,
#leadership ul.navbar li.leadership ul,
#information ul.navbar li.information ul,
#advise ul.navbar li.advise ul,
#contact ul.navbar li.contact ul{
	display:block;
	list-style-image: url('../PIX/BACKGROUNDS/apple.png');
	margin-left: 36px;
}

ul.navbar li ul li{
	float:none;
	background:gold;
}

ul.navbar li ul li a,
#home ul.navbar li.homepage a,
#about ul.navbar li.about a,
#discipline ul.navbar li.discipline a,
#leadership ul.navbar li.leadership a,
#transition ul.navbar li.transition a,
#add-ons ul.navbar li.add-ons a,
#advise ul.navbar li.advise a,
#contact ul.navbar li.contact a{
	color: #17800F;
}

#home ul.navbar li#homepage,#about ul.navbar li#about,#k12 ul.navbar li.k12,#high_ed ul.navbar li.high_ed{
	background:#004;
	border:4px inset gold;
}

#home ul.navbar li#homepage a,#about ul.navbar li#about a,#k12 ul.navbar li.k12 a,#high_ed ul.navbar li.high_ed a{
	color:#E6D56B;
}

footer{
	width:100%;
	margin:2px auto 0 auto;
/*height:144px;*/
	background: white;
	border-top: 4px #A0522D solid
}

footer p{
	text-align:center;
	font-family: "Courier New", Courier, monospace;
	font-size: 1rem;
}

