/* ======== MY STYLES ========*/

body, p, header, aside, section, article, h1, h2, h3, nav, div, footer {
    padding: 0;
    margin: 0;
}
body {
    background-color: #e1e2dd;
    font: 100% Verdana;
}
#wrapper {
    max-width: 1200px;
    margin: 0 auto;
    background-color: white;
    background-image: url('../images/bg01.png');
}
p {
    margin-bottom: 1.2em;
}
header {
    text-align: center;
    background: #b49898 url('../images/pic07.jpg');
    height: 290px;
}
header h1 {
    color: #e1e2dd;
    font-weight: 900;
    font-size: 1.5em;
    margin: 0 auto 1em auto;
    padding: 0.6em;
    max-width: 40%;
    border-radius: 1em;
    background-color: #000000;
}
aside {
    max-width: 20%;
    float: left;
    min-height: 600px;
    color: #e8b94e;
    background-color: #fff;
}
aside p {
    padding: 0px 20px;
}
section {
    padding: 10px;
    float: left;
    max-width: 80%;
	height: 800px;
}
article p {
    padding-left: 1.5em;
}
footer {
    clear: both;
    background-color: #000000;
    text-align: center;
    font-size: 85%;
    min-height: 50px;
}
footer p {
    padding-top: 3%;
}
nav {
    margin: 0 0 0 150px;
    position: relative;
    top: 10.5%;
}
nav ul {
    margin: 0;
    list-style: none;
}
nav ul li {
    display: inline-block;
    margin: 0 0.35em;
    position: relative;
    float: left;
}
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: #8b5e78;
    color: #e8b94e;
}
nav ul li ul {
    display: none;
}
nav ul li a {
    font-size: 110%;
    display: block;
    color: #e1e2dd;
    border-radius: 8px 8px 0 0;/*dog-ears the top, flattens the bottom*/
    text-decoration: none;
    padding: 0.6em 1.2em 0.6em 1.2em; /*the same spacing as before*/
    background-color: #000000;
    margin-left: -1px;/*pull them in close!*/
    white-space: nowrap;/*don't let long menu selections fall to the next line - messes with the display*/
    outline: 0;/*some browsers will outline a link - we would rather it not*/
}
nav ul li:hover ul a,
nav ul li.hover ul a {
    background-color: #e1e2dd;
    color: #8b5e78;
    width: 130px;/*as promised - this is what makes a uniform sub-menu display*/
    border-radius: 0;
    text-align: left;
    padding-left: 0.6em;
}
nav li:hover ul,
nav li.hover ul {
    display: block;
    position: absolute;
    float: none;
    z-index: 1000;
}

.show-menu {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #e1e2dd;
	background: #8b5e78;
	text-align: center;
	padding: 10px 0;
	position: relative;
	top: -20px;
	display: none;
}
.container {
	align-items: center;
	float: left;
}
.image {
	float: left;
	padding: 1px;
}

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

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

@media screen and (max-width:1160px){
	header { max-height:150px;}
	header h1 {font-size:.75em;}
	nav {position: relative; top:3px; 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: 200px;
	background-size: 100%;
}
header h1 {
	font-size:1em;
}
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 solid #e1e2dd;
}
/*combine these in your inventory and separte with a comma*/

header nav ul li, header nav ul li a {
	width: 100%;
	float: none;
	text-align: left;
	color: #e8b94e;
	background-color: #e1e2dd;
}

/*you'll need to add these selectors - they are not a part of the original inventory*/
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: #e1e2dd;
	background-color: #e8b94e;
	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%;
}

.minidash {
	display: block;
}
section article {}
section article h2 {}
.cols {}
.cols-span {}
section article p {}
footer {}
}

@media screen and (max-width: 460px) {

#wrapper {
	margin: 0;
	padding: 0;
	width: auto;
}
header {
	max-height: 190px;
	background-size: 100%;
}
header h1 {
	font-size:.75em;
}
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 solid #e1e2dd;
}
/*combine these in your inventory and separte with a comma*/

header nav ul li, header nav ul li a {
	width: 100%;
	float: none;
	text-align: left;
	color: #e8b94e;
	background-color: #e1e2dd;
}

/*you'll need to add these selectors - they are not a part of the original inventory*/
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: #e1e2dd;
	background-color: #e8b94e;
	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%;
}

.minidash {
	display: block;
}
section article {}
section article h2 {}
.cols {}
.cols-span {}
section article p {}
footer {
	max-height: 50px
	}


}

.cols {
    /*-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;*/
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    }
    .cols-span {
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all;
    font-size: 1.2em;
    margin-bottom: 0.2em;
    line-height: 1.2em;
    }
    .cols p {
    margin-bottom: 1.1em;
    text-align: justify;
    }
    .lead {
    font-family: Georgia;
    font-size: 1.3em;
    text-align: left;
    font-style: italic;
    }
.rgt {
    float: right;
    max-width: 30%;
}
img {
    padding: 0.3em;
}
.spec {
    margin: 25px 0 25px 0;
    border-bottom: 1px solid #e8b94e;
    line-height: 0;
}
.ads {
    float: right;
    text-align: center;
    font-size: 90%;
    color: #8b5e78;
    background-color: #e8b94e;
}
.ads p {
    padding-top: 0.3em;
}
.smImg {
    float: left;
    max-width: 30%;
    padding-right: 0.4em;
}
article img {
    max-width: 100%;
}
/* ************* Slider ************* */
#slider3 {
    width: 75%;
    height: 600px;
    list-style: none;
}
#slider3 img {
    width: 100%;
    height: 100%;
}
#slider3 .panel {
    position: relative;
}
#slider3 .caption-top,
#slider3 .caption-right,
#slider3 .caption-bottom,
#slider3 .caption-left {
    background: #000;
    color: #fff;
    padding: 10px;
    margin: 0;
    position: relative;
    z-index: 10;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#slider3 .caption-top {
    left: 0;
    top: 0;
    width: 480px;
    height: 30px;
}
#slider3 .caption-right {
    right: 0;
    bottom: 0;
    width: 130px;
    height: 180px;
}
#slider3 .caption-bottom {
    left: 0;
    bottom: 0;
    width: 480px;
    height: 30px;
}
#slider3 .caption-left {
    left: 0;
    bottom: 0;
    width: 130px;
    height: 180px;
}
.caption-top .close,
.caption-right .close,
.caption-bottom .close,
.caption-left .close {
    font-size: 80%;
    cursor: pointer;
    float: right;
    display: inline-block;
}
video {
    float: left;
    padding: 5px;
    margin-top: 10px;
}
#dashboard {
    width: 70px;
    background-color: #e1e2dd;
    padding: 20px 20px 0 20px;
    position: absolute;
    left: -92px;
    float: left;
    clear: right;
    z-index: 100;
}
#dashboard img {
    margin-bottom: 20px;
    border: 1px solid rgb(0,0,0);
    opacity: 0.4;
}