body, p, header, aside, section, article, h1, h2, h3, nav, div, footer {
    padding: 0;
    margin: 0;
}

body {
    background-color: rgba(255, 253, 180, .375);
    font: 100% "century gothic";
}

#wrapper {
    max-width: 1200px;
    margin: 0 auto;
    background-color: white;
    background-image: url('../images/bg02_75.png');
    border-left: 1px solid #1E468D;  /* ATTEMPT TO REFORMAT / succeeded / copied from main.css */
    border-right: 1px solid #1E468D; /* ATTEMPT TO REFORMAT / succeeded / copied from main.css */
}

p {
    margin-bottom: 1.2em;   
}

/* Add the background image to the header wk3*/
header {
    text-align: center;
    height: 200px;
    background: #13A2DC url('../images/husky01c.jpg') 90% no-repeat; /* <-- this line! wk3*/
}

/* Add this to the header h1 selector - adds some style to the page heading wk3 */
header h1 {
    color: #1E468D;
    font-weight: 900;
    font-size: 2.5em;
    margin: 0 auto .75em auto; /* New lines start here wk3  0 auto 1em auto*/
    padding: 0.55em; /* .6em */
    max-width: 40%;
    border-radius: .75em;
    background-color: rgba(215, 201, 186, .75); /* #252122 (255,253,180) */
    font-family:fantasy;
}

nav /*Week2 */{
    margin: 0 0 0 150px; /* matches the width of the left sidebar */
    position: relative;
    top: 16.75%; /* sets the bottom of the anchor at the top of the section wk2 34.5% - wk3 10.5% */
}

nav ul {
    margin: 0;
    list-style: none;
}

nav ul li {
    display: inline-block;
    margin: 0 0.35em;
    position: relative; /*--Week 2--*/
    float: left; /*--Week 2--*/
}

nav ul li ul {
    display: none;   
}

nav ul li a {
    border-radius: 8px 8px 0 0; /* dog-ears the top, flattens the bottom  week2*/
    color: #D7C9BC; /* #e1e2dd */
    text-decoration: none;
    padding: 0.6em 1.2em 0.6em 1.2em; /* the same spacing as before week2 */
    background-color: #1E468D; /* #483838 */
    outline: 0; /* some browsers will outline a link - we would rather it not week2 */
    font-size: 110%;
    display: block;
    margin-left: -1px; /* pull them in close! week2 */
    white-space: nowrap; /* don't let long menu selections fall to the next line - messes with the display week2 */   
}

nav ul li a:hover,
nav ul li a:focus,
nav ul li a:active {
    background-color: #D7C9BC; /* #e1e2dd */
    /*transition: background-color 1s ease-out;  <--this line will produce a transition */
    color: #1E468D; /* #483838 */
}

/* week 3 - locate and add the line to this section z-index */
nav li:hover ul,
nav li.hover ul {
    display: block;
    position: absolute;
    float: none;
    z-index: 1000; /* add this for sub-menu over slider! */
}

nav ul li:hover ul a,
nav uo li.hover ul a {
    background-color: #1E468D; /* #483838 */
    color: #D7C9BC; /* #e1e2dd */
    width: 130px; /* as promised - this is what makes a uniform sub-menu display */
    border-radius: 0;
    text-align: left;
    padding-left: 0.6em;
}

nav ul li:hover ul a:hover,
nav ul li.hover ul a:hover,
nav ul li.hover ul a:focus,
nav ul li.hover ul a:active {
    background-color: #D7C9BC; /* e1e2dd */
    color: #1E468D; /* 483838 */
}

/* Week 4 */
#dashboard {
    width: 70px;
    background-color: #D7C9BC; /* #e1e2dd */
    padding: 20px 20px 0 20px;
    position: absolute;
    left: -92px;
    float: left;
    clear: right;
    z-index: 101;
}

#dashboard img {
    margin-bottom: 20px;
    border: 1px solid rgb(0, 0, 0);
    opacity: 0.4;
} /* end week 4 addition */

article h2 {
    color: #614648;   
}

aside {
    max-width: 18%; /* 200px to 20% week 6*/
    float: right;
    min-height: 693px;
    color: #13A2DC;
    background-color: #1E468D;
}

aside p {
    padding: 0px 20px;
    margin-top: 1em;
}

.link {
    color: #D7C9BC;
    text-decoration: none;
}

/* Change the section width to 80% - we won't use the second aside, and this space will come in handy for the slider wk3 */
section {
    padding: 10px;
    float: left; /*left*/
    max-width: 80%; /* week2 65% */
}

article p {
    padding-left: 1.5em;   
}

footer {
    clear: both;
    background-color: #13A2DC; /*--#b49898--*/
    text-align: center;
    font-size: 85%;
    min-height: 100px;
    margin: 5px 0;
}

#c1 { /*main page*/
    text-align: center;
    padding: 3em 0;
}

#c { /*desc pages*/
    padding-top: 0; /*3%*/
    padding-bottom: 2%;
}

footer h5 {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 0;
    margin-bottom: 2px;
    padding-left: 60px;      
}

#r {
    text-align: left;
    padding-left: 60px;
    font-size: 80%;
	font-weight: bold;
}

/* Week 6 */
.show-menu {
    font-family: "century gothic";
    text-decoration: none;
    color: #fff; /* #483838 */
    background: rgba(19, 162, 220, .75); /* #b49898 */
    text-align: center;
    padding: 10px 0;
    position: relative;
    top: -20px;
    display: none;
}

/* Hide checkbox week 6*/
input[type=checkbox] {
    display: none;   
}

/* Show menu when invisible checkbox is checked */
input[type=checkbox]:checked ~ #menu {
    display: block;   
}

/*  Week 3   */
/* New Class */
.smImg {
    float: left;
    max-width: 30%;
    padding-right: 0.4em;
}

/* new selector - This will allow the images to shrink as we lose display width. It will come in handy a bit later. */
article img {
    max-width: 100%;   
}

/* Change the top margin on the separator code */
.spec {
    margin: 15px 0 10px 0; /* 15px 0 10px 0 */
    border-bottom: 1px solid #1E468D; /* 483838 */
    line-height: 0;
}

/* ********************* Slider ********************** */
/* New in version 1.7+ */ 
#slider3 {
  width: 910px; /*99%*/
  height: 850px; /*400*/
  list-style: none;   
} 

/* images with caption */ 
#slider3 img {
  width: 100%;
  height: 100%; 
} 

/* position the panels so the captions appear correctly */ 
#slider3 .panel {
position: relative; 
} 

/* captions */ 
#slider3 .caption-top, #slider3 .caption-right, #slider3 .caption-bottom, #slider3 .caption-left {
  background:#000;
  color: #fff;
  padding: 10px;
  margin: 0;
  position: absolute;
  z-index: 10;
  opacity: 0.8;
  filter: alpha(opacity=80); 
} 

/* Top caption - padding is included in the width (480px here, 500px in the script), same for height */ 
#slider3 .caption-top {
  left: 0;
  top: 0;
  width: 480px;
  height: 30px; 
}

/* Right caption - padding is included in the width (130px here, 150px in the script), same for height */ 
#slider3 .caption-right {
  right: 0;
  bottom: 0;
  width: 130px;
  height: 180px; 
} 

/* Bottom caption - padding is included in the width (480px here, 500px in the script), same for height */ 
#slider3 .caption-bottom {
  left: 0;
  bottom: 0;
  width: 480px;
  height: 30px; 
} 

/* Left caption - padding is included in the width (130px here, 150px in the script), same for height */ 
#slider3 .caption-left {
  left: 0;
  bottom: 0;
  width: 130px;
  height: 180px; 
} 

/* Caption close button */ 
.caption-top .close, .caption-right .close, .caption-bottom .close, .caption-left .close {
  font-size: 80%;
  cursor: pointer; 
  float: right;
  display: inline-block; 
}


/* Video wk3 */
video {
    float: left;
    padding: 2px 5px;
    margin-top: 2px;
}

frame {
    float: left;
    padding: 2px 5px;
    margin-top: 2px;
}

/* Week 6 */
@media screen and (max-width :1160px) {
    header { max-height: 150px; }
    header h1 { font-size: 1.5em; }
    nav { position:relative; top: 34px; left: -25px; }
    nav ul li a { font-size: 90%; }
    section { float: none; }
    aside { float: none; max-width: 100%; }
    #dashboard { display: none; }
}

@media screen and (max-width :760px) {
    #wrapper {
        margin: 0;
        padding: 0;
        width: auto;    
    }
    header {
        max-height: 150px;
        background-size: 100%;
    }
    header h1 {
        font-size: 1.5em;
    }
    header nav {
        position: relative;
        top: 5px;
        width: 100%;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    header nav ul {
        position: static;
        display: none;
    }
    header nav li {
        margin-bottom: 0px;
        z-index: 1000;
        border-top: 1px rgba(215, 201, 186, .8); /* #e1e2dd */
    }
    header nav ul li, header nav ul li a {
        width: 100%;
        float: none;
        text-align: left;
        color: #1E468D; /* #483838 */
        background-color: rgba(215, 201, 186, .75); /* #e1e2dd */
    }
    header nav li:hover ul,
    header nav li.hover ul {
        width: 100%;
        display: block;
        border-radius: 0;
        position: relative;
        left: 25px;
        float: none;
        z-index: 1001;
    }
    header nav li a:hover,
    header nav li a.hover {
        color: rgba(215, 201, 186, .9); /* #e1e2dd */
        background-color: #1E468D; /* #483838 */
        border-radius: 0;
    }
    /* Display 'show menu' link */
    .show-menu {
        display: block;    
    }
    #dashboard {
        display: none;
    }
    aside {
        float: none;
        max-width: 100%;
        min-height: 0%;
        padding-bottom: 1%;
    }
    section {
        float: none;
        max-width: 80%;
    }
    section article {}
    section article h2 {}
    .cols {}
    .cols-span {}
    section article p {}
    footer {}
}



